diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..d90dd34b99
--- /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 b563ac3f98..a044f7f60c 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 a1dc0d644f..80998aac8f 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 b529fd89d2..9b5c18fdc2 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 f5cf538133..f5fa86a76d 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 490e045f3d..895871decf 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 5ba75f952a..83a226ffef 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 9835d792f6..9754c511d0 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 3c4864893d..60dcde0fd0 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 ab49b337cf..f605339ee3 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 8d4f3204e8..381e9b96fb 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 f5710584a5..3c67c89821 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 ede21a8b1b..57f290e3c9 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 = "Y ou'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 = "Y ou'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 = "Y ou'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 = "Y ou'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 e1f874254d..a97350244e 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,14 +281,8 @@
/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,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"Q" = (
-/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen,
+"O" = (
+/obj/item/weapon/reagent_containers/glass/bowl,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
@@ -299,8 +293,14 @@
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/unpowered)
-"O" = (
-/obj/item/weapon/reagent_containers/glass/bowl,
+"Q" = (
+/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen,
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"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 a0b1a6ec4e..0000000000
--- 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 a2728a400b..14cdf35514 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 59d066dacf..cb91f25ca5 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 cb50d1885d..975791205b 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 faf5d43979..7d5b9ad9c6 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 b367a068f1..a0a82982d5 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 1475bc151b..9de95170a9 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 8928ee57e2..167aa9ef1b 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 8a69cfab7e..d63971dafb 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 7a46f0c7c8..977ea0775a 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 0000000000..cad120c3f2
--- /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 3936fe3ad6..369309c118 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 1e5537bbef..9a86d48b66 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 4cb1602a28..c529c4a305 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 810310c61f..65d7aac80f 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 b973f30679..946df58602 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 5d7751cb66..aa2769c9b6 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 0000000000..69c101f4eb
--- /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 0000000000..b4157fa43f
--- /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 f10d1062cd..0000000000
--- 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 a3a5f90657..2ab7d6bf23 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 f0bf959447..85943df963 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 2b525bd80d..0000000000
--- 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 75239b9ae5..32c417fb65 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 13fba2f83b..caacb02feb 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 b0a18c5fa3..137dd2b0be 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 b44df3813f..83bc060f94 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 aa1bbf3334..7bc6c92e1b 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 c6fafdd759..c39e9f5896 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 408231bc71..982008462c 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 0bc46ef7dc..5fc9d7c285 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 0000000000..1748ebe6d7
--- /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 0000000000..06fc73991c
--- /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 0000000000..896b8528ae
--- /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 7e76ca7404..13d2f98575 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 05ca50a5b1..edfe6668cf 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 4ef456676a..0000000000
--- 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 82fe49f59b..afb3ab7ce4 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 00d3158f92..63135f7d3e 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 c18faa00cb..84d2fd2433 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,104 +429,44 @@
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
- },
-/turf/open/space,
-/area/ruin/unpowered)
-"bH" = (
-/obj/structure/fluff/broken_flooring{
- icon_state = "plating";
- name = "broken plating"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/ruin/unpowered)
-"bG" = (
-/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
+ tag = "icon-singular (NORTH)";
icon_state = "singular";
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"bF" = (
-/obj/structure/lattice,
-/obj/structure/fluff/broken_flooring{
- tag = "icon-side (EAST)";
- icon_state = "side";
- dir = 4
- },
-/turf/open/space,
-/area/ruin/unpowered)
-"bE" = (
-/obj/structure/lattice,
-/obj/structure/fluff/broken_flooring{
- tag = "icon-corner (WEST)";
- icon_state = "corner";
- dir = 8
- },
-/turf/open/space,
-/area/ruin/unpowered)
-"bD" = (
-/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
- icon_state = "singular";
- dir = 4
- },
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
-/area/ruin/unpowered)
-"bC" = (
-/obj/structure/lattice,
-/obj/structure/fluff/broken_flooring{
- tag = "icon-corner (NORTH)";
- icon_state = "corner";
dir = 1
},
/turf/open/space,
+/area/space)
+"bt" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-side (NORTH)";
+ icon_state = "side";
+ dir = 1
+ },
+/obj/structure/lattice,
+/turf/open/space,
/area/ruin/unpowered)
-"bB" = (
-/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
- icon_state = "singular";
- dir = 4
- },
-/obj/structure/lattice,
+"bu" = (
+/obj/structure/fluff/broken_flooring,
/turf/open/space,
-/area/space)
-"bA" = (
+/area/ruin/unpowered)
+"bv" = (
/obj/structure/fluff/broken_flooring{
- icon_state = "singular"
+ icon_state = "pile"
},
/turf/open/space,
/area/space)
-"bz" = (
+"bw" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (EAST)";
+ tag = "icon-plating (NORTH)";
name = "broken plating";
icon_state = "plating";
- dir = 4
+ dir = 1
},
/turf/open/space,
/area/ruin/unpowered)
-"by" = (
-/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (EAST)";
- icon_state = "pile";
- dir = 4
- },
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
-/area/ruin/unpowered)
"bx" = (
/obj/structure/fluff/broken_flooring{
tag = "icon-plating (EAST)";
@@ -591,44 +477,100 @@
/obj/structure/lattice,
/turf/open/space,
/area/ruin/unpowered)
-"bw" = (
+"by" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-pile (EAST)";
+ icon_state = "pile";
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/unpowered)
+"bz" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (NORTH)";
+ tag = "icon-plating (EAST)";
name = "broken plating";
icon_state = "plating";
- dir = 1
+ dir = 4
},
/turf/open/space,
/area/ruin/unpowered)
-"bv" = (
+"bA" = (
/obj/structure/fluff/broken_flooring{
- icon_state = "pile"
+ icon_state = "singular"
},
/turf/open/space,
/area/space)
-"bu" = (
-/obj/structure/fluff/broken_flooring,
-/turf/open/space,
-/area/ruin/unpowered)
-"bt" = (
+"bB" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-side (NORTH)";
- icon_state = "side";
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/ruin/unpowered)
-"bs" = (
-/obj/structure/lattice,
-/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (NORTH)";
+ tag = "icon-singular (EAST)";
icon_state = "singular";
+ dir = 4
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"bC" = (
+/obj/structure/lattice,
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-corner (NORTH)";
+ icon_state = "corner";
dir = 1
},
/turf/open/space,
+/area/ruin/unpowered)
+"bD" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-singular (EAST)";
+ icon_state = "singular";
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/unpowered)
+"bE" = (
+/obj/structure/lattice,
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-corner (WEST)";
+ icon_state = "corner";
+ dir = 8
+ },
+/turf/open/space,
+/area/ruin/unpowered)
+"bF" = (
+/obj/structure/lattice,
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-side (EAST)";
+ icon_state = "side";
+ dir = 4
+ },
+/turf/open/space,
+/area/ruin/unpowered)
+"bG" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-singular (EAST)";
+ icon_state = "singular";
+ dir = 4
+ },
+/turf/open/space,
/area/space)
+"bH" = (
+/obj/structure/fluff/broken_flooring{
+ icon_state = "plating";
+ name = "broken plating"
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/ruin/unpowered)
+"bI" = (
+/obj/structure/lattice,
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-plating (WEST)";
+ name = "broken plating";
+ icon_state = "plating";
+ dir = 8
+ },
+/turf/open/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 0000000000..4248be10be
--- /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 f0470d1b56..f6e9dc5aaa 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 d7cafd2e13..f1ffdb1706 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 afaf654fec..7ad88ec5e2 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 efbcfee9a2..bf11158675 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 f9d7df2278..5d5b8741b6 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 0000000000..cdf0fa605b
--- /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 76aafafcc0..b932f96bc0 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 4de656779c..94c5a7c026 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 e4801445dc..f13e8fff22 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 0000000000..c84843bc1e
--- /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 d225e42629..0000000000
--- 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 0000000000..ba1b761675
--- /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 d8d84a01eb..5b78a2965f 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)
+/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/spacebar)
+"ah" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"ah" = (
-/turf/closed/mineral,
-/area/ruin/powered)
+/area/ruin/powered/spacebar)
"ai" = (
-/turf/open/floor/plating/asteroid,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/ruin/powered)
+/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,145 +225,265 @@
/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/spacebar/bar)
+"aY" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aK" = (
+/area/ruin/powered/spacebar/bar)
+"aZ" = (
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aL" = (
+/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/spacebar/bar)
+"bI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/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{
- name = "Space Bar"
- })
-"bc" = (
+/area/ruin/powered/spacebar/bar)
+"bM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bd" = (
+/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";
@@ -369,28 +494,22 @@
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,
+/area/ruin/powered/spacebar/bar)
+"bU" = (
/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" = (
+/turf/open/floor/plating/asteroid,
+/area/ruin/powered/spacebar)
+"bV" = (
/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" = (
-/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"
- })
-"bV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/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"
- })
-"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)
+"bY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/asteroid,
+/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
-ao
-bu
-aC
-aG
-bF
-aK
-aK
-aT
-aU
-aR
-aZ
-bW
-aK
-br
-af
-af
-ah
-ah
-ah
-af
+ac
+ac
+ac
+ad
+ag
+ai
al
-bt
-bt
-bt
+ao
+ax
+aE
+aO
+aW
+aZ
+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
-bS
-aX
-bV
-bY
-ca
-bV
+az
+aH
+aQ
+bb
bh
-bV
-cj
+bn
+bu
+bu
+bB
+bE
+bI
+bM
+bE
+bS
+bE
+bY
+bY
+ce
+bY
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
+aB
+aJ
+al
bd
-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
+ac
+ac
+ah
ag
-af
-af
-bo
-bo
-bo
-bo
-bo
-bo
-br
-br
-br
-br
-bo
-bo
-bo
-bo
-bo
-bo
-bo
-ah
-ah
-ah
-af
-aM
-bt
-bt
+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
-ab
-bt
-bt
-bt
-bt
-aM
-aM
-aM
-aM
-bt
-bt
-bt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
ac
ab
-bt
+ac
+ac
+ac
+ac
+ad
+ad
+ad
+ad
+ac
+ac
+ac
+ac
+ab
+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 0000000000..5ae4c74ae7
--- /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 d4f3ce9c1f..1d048d8a6c 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 0000000000..e953ee9a4e
--- /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 7f7d501f41..bf489a05ec 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 2aa4616c62..f48bcfc317 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 0f7e67d244..be820d8e85 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 ec4111b469..72fbf29352 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 8e6daec754..07f9df788c 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 b40e2d8618..60e2a51146 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
-bB
-bB
-bB
-bD
+cm
bB
bB
bB
bB
bB
-eq
+bB
+bB
+bB
+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
+cm
+bB
+bB
+dL
+bB
bB
cm
-dL
-dR
-bB
-es
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
-bF
-du
-dA
-du
-bF
-dR
bB
-cy
+bB
+bF
+bB
+dA
+bB
+bF
+bB
+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 79a8b400cf..f1802f4ab6 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 6bdfdaf1e8..60244ade25 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 be9f8f1848..e81eca35a5 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 0ff2a5874e..ef33d0f935 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 93b2be2c66..ba08a34142 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,16 +26800,16 @@ ab
ab
ab
ab
-bU
+bT
cd
cd
-cs
-ce
-ce
-ce
-ce
-ce
-ce
+bT
+bT
+bT
+bT
+bT
+bT
+bT
ht
ht
ht
@@ -26853,16 +26830,16 @@ ht
ht
ht
ht
-ce
-ce
-ce
-ce
-ce
-ce
-cs
+bT
+bT
+bT
+bT
+bT
+bT
+bT
cd
cd
-eI
+bT
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
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
-cu
-ce
-ce
-ce
-ce
-ce
-ce
+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
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
-cu
+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
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
cc
cc
-bV
+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 f4bb019090..5d45e81aa9 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 e1a8d15946..6919d1f74c 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 434912fa9d..326a5217bc 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 a015a9f137..e297e63075 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 0000000000..b9192f88f3
--- /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 ed7cc9b033..5b236a590a 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)
@@ -37931,16 +38491,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaz
-aad
-aad
-aad
-aad
-aad
-aad
-aad
-aar
+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
+Zzz
+ZzA
abg
-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
+aac
+aar
aaa
-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
+Zzb
+Zzh
+aae
+Zzi
+aac
+Zzl
aaa
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,32 +41562,32 @@ aaa
aaa
aaa
aaa
-aaa
-aaf
-aad
-aad
-aad
-aat
-aaa
-aaa
-aaa
-aaa
-aaG
-aah
-aah
-aah
-aad
-aaZ
-aaE
-aah
-abo
-aad
-aad
-aad
+Zzd
+aac
+aac
+aac
+Zzl
aar
aaa
aaa
aaa
+Zzs
+aae
+aae
+aae
+aac
+ZzF
+aae
+aae
+aae
+abo
+aac
+aac
+aac
+ZzQ
+aaa
+aaa
+aaa
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 0000000000..6f9f497d61
--- /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 739ad0c688..0000000000
--- 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 bb988a8430..160d13dce2 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
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_3)
-"ado" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+"adl" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_3)
-"adp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/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,
+"avU" = (
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"awh" = (
-/turf/open/floor/plasteel/shuttle/red,
-/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
- },
+"awN" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/mining)
-"axb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/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
+"aPb" = (
+/obj/structure/closet/secure_closet/miner{
+ locked = 0
},
-/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
- },
-/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
- },
-/turf/open/floor/plasteel,
-/area/construction)
-"aSP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/construction)
-"aSQ" = (
-/obj/structure/rack{
+/area/mining_construction)
+"aRE" = (
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/obj/item/clothing/suit/hazardvest,
-/turf/open/floor/plasteel,
-/area/construction)
-"aSR" = (
+/area/mining_construction)
+"aRF" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/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" = (
+"aTV" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aVl" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/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
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aWU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aWV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- 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{
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aVz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aVA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWX" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+"aVB" = (
+/obj/machinery/light{
+ dir = 1
},
/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
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYv" = (
+"aWZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 2
- },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYw" = (
+"aXa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aYx" = (
-/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,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgr" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
-/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
- },
+"bgb" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_4)
-"bhL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/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,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bic" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/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,
+/obj/structure/transit_tube/curved/flipped{
+ dir = 4
+ },
/turf/open/space,
/area/space)
-"bnj" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
- },
+"blv" = (
/obj/structure/lattice,
+/obj/structure/transit_tube/crossing/horizontal,
/turf/open/space,
/area/space)
-"bnk" = (
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"bnl" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
+"blw" = (
+/obj/structure/transit_tube/curved{
+ dir = 8
},
/turf/open/space,
/area/space)
-"bnm" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/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"
- },
+"bno" = (
+/obj/structure/transit_tube/diagonal,
/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"
- },
-/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,40 @@
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
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/transit_tube/horizontal,
+/turf/open/space,
+/area/space)
+"bpz" = (
+/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/junction/flipped{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bpA" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -40148,55 +39897,7 @@
},
/turf/open/space,
/area/space)
-"brw" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE-SE"
- },
-/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
- },
-/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
- },
-/turf/open/space,
-/area/space)
-"bry" = (
-/obj/structure/lattice/catwalk,
-/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/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
- },
+"brO" = (
+/obj/structure/transit_tube/diagonal/topleft,
/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"
- },
-/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,
+/obj/structure/transit_tube/curved{
+ dir = 4
+ },
/turf/open/space,
/area/space)
-"bvL" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
- },
+"btJ" = (
/obj/structure/lattice,
+/obj/structure/transit_tube/curved/flipped{
+ dir = 8
+ },
/turf/open/space,
/area/space)
-"bvM" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE"
- },
-/obj/structure/lattice,
-/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
},
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bxG" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bxH" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bxI" = (
/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+"bvD" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bxK" = (
-/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" = (
+"bvE" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bvF" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bvG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxM" = (
+"bvH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bvI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"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,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/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,
-/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,
+"bHU" = (
+/obj/machinery/holopad,
/turf/open/floor/wood,
/area/library)
-"bKc" = (
-/obj/structure/table/wood,
-/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
},
-/area/atmos)
-"cfk" = (
/turf/open/floor/plating,
/area/atmos)
-"cfl" = (
+"ccY" = (
+/turf/open/floor/plating,
+/area/atmos)
+"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
},
-/area/toxins/test_area)
-"cEU" = (
/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEV" = (
+"cCI" = (
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"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,
-/area/assembly/robotics)
-"cHs" = (
+/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHt" = (
-/turf/open/floor/plasteel/bot,
+"cFg" = (
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHu" = (
+"cFh" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"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
},
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cNy" = (
/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNz" = (
+"cLm" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"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,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
/area/maintenance/starboardsolar)
-"cOE" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
+"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"
+ icon_state = "0-8"
},
-/turf/open/floor/plating/warnplate{
- dir = 2
- },
-/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
- },
-/area/toxins/xenobiology)
-"cTS" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
- },
-/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{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cTU" = (
-/obj/machinery/shower{
- icon_state = "shower";
+"cRx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"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)
+"cRz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/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
+"cRA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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
},
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab - Airlock";
- dir = 8;
- network = list("SS13","RD")
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/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,
+/turf/open/floor/plating,
/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
- },
-/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
+"cRM" = (
+/obj/machinery/processor{
+ desc = "A machine used to process slimes and retrieve their extract.";
+ name = "Slime Processor"
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/toxins/xenobiology)
-"cUj" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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
+"cRN" = (
+/obj/machinery/monkey_recycler,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/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
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
/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
- },
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/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
+"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)
-"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
- },
+"cRS" = (
/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
- },
-/area/toxins/xenobiology)
-"cUA" = (
-/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,444 +88240,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cUC" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/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{
- dir = 1
- },
-/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
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cUF" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cUG" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cUH" = (
-/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"
- },
-/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)
-"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{
- 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
- },
-/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{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVg" = (
-/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
- },
-/area/toxins/xenobiology)
-"cVn" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 6
- },
-/area/toxins/xenobiology)
-"cVo" = (
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"cVp" = (
-/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{
- name = "floor"
- },
-/area/toxins/xenobiology)
-"cVr" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery{
- name = "floor"
- },
-/area/toxins/xenobiology)
-"cVs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cVt" = (
-/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,
+"cRU" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -88637,44 +88252,17 @@
id = "xenobio3";
name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cVv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cVw" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/toxins/xenobiology)
-"cVx" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cVy" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
+"cRV" = (
/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,
+"cRW" = (
/obj/structure/cable/yellow{
d2 = 2;
icon_state = "0-2"
@@ -88683,9 +88271,164 @@
id = "xenobio8";
name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cVA" = (
+"cRX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cRY" = (
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/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)
+"cRZ" = (
+/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"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cSa" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cSb" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cSc" = (
+/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 = "xenobio8";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cSd" = (
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"cSe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/toxins/xenobiology)
+"cSf" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/toxins/xenobiology)
+"cSg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"cSh" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/disposaloutlet,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"cSi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cSj" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"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)
+"cSl" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"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"
- },
-/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"
- },
+"cSD" = (
/obj/structure/cable/yellow,
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
/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
},
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/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"
+ icon_state = "1-2"
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/white,
/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
- },
-/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{
- dir = 2;
- icon_state = "pipe-c"
+"cSZ" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8
},
-/turf/open/floor/engine,
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 26
+ },
+/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/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
- },
-/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,
+"cTj" = (
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
/obj/structure/cable/yellow{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTk" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cWQ" = (
-/obj/structure/window/reinforced{
- dir = 1
+/obj/machinery/button/ignition{
+ id = "Xenobio";
+ pixel_x = -6;
+ pixel_y = -3
},
+/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 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warning{
- dir = 9
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWR" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/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,340 +89107,7 @@
},
/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,
-/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"
- },
-/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
- },
-/area/toxins/xenobiology)
-"cXb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cXc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/chapel/main)
-"cXd" = (
-/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" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
- name = "Test Chamber Maintenance";
- req_access_txt = "47";
- req_one_access_txt = "0"
- },
-/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" = (
-/obj/machinery/computer/security/telescreen{
- dir = 1;
- name = "Test Chamber Monitor";
- network = list("Xeno");
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cXi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 2
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/toxins/xenobiology)
-"cXj" = (
-/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)
-"cXk" = (
-/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)
-"cXl" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/plating/airless,
-/area/space)
-"cXm" = (
-/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)
-"cXn" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"cXo" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cXp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- 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" = (
-/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{
- dir = 2
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cXu" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cXv" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cXw" = (
-/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,
+"cTm" = (
/obj/structure/cable/yellow,
/obj/structure/cable/yellow{
d2 = 8;
@@ -89924,38 +89122,186 @@
id = "Xenolab";
name = "test chamber blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXy" = (
+"cTn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"cTp" = (
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/hatch{
+ icon_state = "door_closed";
+ name = "Test Chamber Maintenance";
+ req_access_txt = "47";
+ req_one_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTr" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTs" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 2
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTt" = (
+/obj/machinery/door/window/southleft{
+ dir = 1;
+ name = "Maximum Security Test Chamber";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTu" = (
+/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/mineral/titanium/blue,
+/area/shuttle/pod_4)
+"cTv" = (
+/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)
+"cTw" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cTx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 2;
+ initialize_directions = 11
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"cTy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
+"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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTA" = (
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTB" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTC" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTD" = (
+/obj/machinery/shieldwallgen{
+ req_access = list(55)
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"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,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXL" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/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,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXN" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
-/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
+"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)
-"cZc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/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"
+"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)
-"cZt" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/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,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/transport)
-"cZx" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- 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)
-"cZy" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/abandoned)
-"cZz" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/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";
+"cYK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/yellow{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/mining_shuttle_beacon{
dir = 2
},
-/area/shuttle/escape)
-"dcF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
+/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
},
-/area/shuttle/escape)
-"dcG" = (
+/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"
- },
-/area/shuttle/escape)
-"ddd" = (
-/obj/structure/sign/nosmoking_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/escape)
-"dde" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/escape)
-"ddf" = (
+"cZf" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/obj/machinery/light{
+ dir = 1
+ },
+/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)
-"ddg" = (
+"cZh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"cZi" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"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/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/shuttle{
- icon_state = "swall14";
- dir = 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,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"deu" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+"dax" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"dev" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+"day" = (
+/turf/open/space,
+/area/shuttle/syndicate)
+"daz" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
},
-/area/shuttle/escape)
-"dew" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/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"
- },
-/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,11 +93203,1230 @@
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)
+/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
@@ -98546,16 +99106,16 @@ aaa
aaa
aaa
aaa
-cXN
+aad
aae
aae
aae
aae
+daz
aae
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,64 +103218,64 @@ aaa
aaa
aaa
aaa
-cXU
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-cXI
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aqJ
-aoa
-aoa
-aoa
-aoa
-aoa
-aaf
-aoa
-aoa
-aoa
-aaf
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaW
-bnn
-aSJ
-aSJ
-aSJ
+aae
+aae
+aae
+aae
+cpV
+aae
+aae
+aae
+cTO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqB
+anS
+anS
+anS
+anS
+anS
+aaf
+anS
+anS
+anS
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
aaa
-cvy
-aob
+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
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
aaf
-aaf
-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
+aDb
+cVE
+cVL
+cVL
+cVL
+cVQ
+cVL
+cVL
+cVL
+cWJ
+cWK
+cXE
+aIf
+aDb
cZh
-cZo
-cZp
-cZv
-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
+apq
+anS
+anS
aaf
aaf
-aoa
-aoa
+anS
+anS
aaf
-aoa
-aoa
+anS
+anS
aaf
-aaa
-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
+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
+anS
+anS
+anS
aaf
aaf
-aqJ
-aoa
+aqB
+anS
aaf
aaf
aaf
aaf
aaf
+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
+bCG
+bEl
+aWS
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
-aaf
-bEL
-bGr
-aYo
-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
-aaa
-cwq
-cxt
-cyq
-aaf
-cwq
-cxt
-cyq
-aaf
-aaf
+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
+cue
+cvh
+cwe
+aaf
+cue
+cvh
+cwe
+aaf
+aaf
+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
+cUS
+cUS
+cUS
+cUW
+cUX
+cUS
+cUZ
+cTh
+cUS
+cUS
+cUS
aaa
aaf
-alQ
-bbI
-bzV
-beJ
-bgB
-bio
-bkn
-blR
-bnS
-bpO
-bsg
-buv
-bwa
+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
+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
-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
+aee
+aee
+aee
+agD
+aht
+ain
+aji
+ako
+alE
+amU
+aob
+alE
+aqO
+agq
+agq
+auJ
+avQ
alK
-ana
-aoj
-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
@@ -113736,120 +114296,120 @@ 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
+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
-cHW
-cIQ
-cEe
+cFK
+cGE
+cBS
aaa
aaf
aaa
-cNm
-cNm
-cNm
-cNm
-cNm
-cNm
-cOU
-cRR
-cSp
-cSp
-cTm
-cOU
-cUa
-cRQ
+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
@@ -114751,133 +115311,133 @@ aaa
aaa
aaa
aaf
-abi
-abC
-aca
-acr
-acF
-ada
-ads
-adP
-aeo
-aeP
-abb
+abg
+abz
+abX
+aco
+acC
+acX
+ado
+adL
+aei
+aeJ
+aaZ
aaa
aaa
aaf
aaf
aaf
aaf
-alQ
-alQ
-alQ
-alQ
-agw
-atP
-auZ
+alK
+alK
+alK
+alK
+agq
+atF
+auN
aaa
-axl
-ayF
-azM
-aBg
-aCu
-aDG
+awW
+ayo
+azv
+aAP
+aCd
+aDp
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
+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
@@ -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
+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
-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
+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,146 +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
+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
@@ -116805,148 +117365,148 @@ aaa
aax
aaA
aaG
-aaR
+aaP
aax
-abp
-abH
-abG
-acv
-acK
-abg
-ady
-adV
-abg
-aeW
-afR
-agO
-agc
+abn
+abE
+abD
+acs
+acH
+abe
+adu
+adR
+abe
+aeQ
+afL
+agI
+afW
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
+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
+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
-aKF
-aMl
-aNB
-aNB
-aQy
-aRL
-aKF
-aKF
-aVR
-aVR
-aZf
-baw
-bcp
-bdM
+aJS
+aLu
+aMH
+aMH
+aPu
+aQC
+aJS
+aJS
+aUx
+aUx
+aXI
+aYX
+baQ
+bci
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
+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
+ack
aaf
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
+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
-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
+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,136 +123548,136 @@ 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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -123240,136 +123800,122 @@ 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
+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
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
+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
-aaa
aaf
-aaa
-aaa
-aaa
-aaa
-aaa
aaf
aaa
-aaa
-aaa
-aaa
aaf
aaa
aaa
@@ -123378,16 +123924,30 @@ aaa
aaa
aaa
aaa
-aaf
-aaf
aaa
-aaf
-aaf
aaa
-aaf
-aaf
-aai
-aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -123496,117 +124056,117 @@ 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
+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
@@ -123615,37 +124175,37 @@ 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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaf
aaa
-aag
-aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -123753,156 +124313,156 @@ 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
+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
-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
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -124010,155 +124570,152 @@ 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
+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
-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
+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
-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
+aaf
+aaf
+aaf
aaa
aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaa
+aaf
+aaf
+aai
aag
aaa
aaa
@@ -124193,6 +124750,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
"}
(119,1,1) = {"
aaa
@@ -124267,154 +124827,151 @@ aaa
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
+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
-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
+aaf
+aaa
+aaa
+aaa
+aaf
aaa
aag
aag
@@ -124450,6 +125007,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
"}
(120,1,1) = {"
aaa
@@ -124524,156 +125084,153 @@ 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
+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
-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
+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
-cSJ
-cTt
-cTw
-cTz
-cTA
-dcN
-dcN
-dcQ
-cTy
+cRi
+dde
+ddj
+cTp
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
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
-aaa
aai
aaa
aaa
@@ -124691,7 +125248,10 @@ aaa
aaa
aaa
aaa
-dfH
+aaa
+aaa
+aaa
+dbD
aaa
aaa
aaa
@@ -124781,155 +125341,152 @@ 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
+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
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
+daO
+bIx
+cRi
+aaf
aaf
aag
aaa
@@ -124964,6 +125521,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
"}
(122,1,1) = {"
aaa
@@ -125038,155 +125598,155 @@ 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
+adZ
+adZ
+afo
+agl
+ahb
+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
-dcW
-cTy
-cTy
-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
+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
@@ -125296,155 +125856,155 @@ aaa
aaf
aaa
aaa
-aed
-aed
-ags
-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
+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
-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
+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
-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
+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
aaa
@@ -125558,151 +126118,151 @@ 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
-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
+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
-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
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
aaa
aaa
aaa
@@ -125810,156 +126370,156 @@ aaa
aaa
aaf
aaa
-aeE
-aeE
-aeF
-aeE
-aeE
-aiP
-aiP
-alc
-amv
-aiP
+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
-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
+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
+aaf
+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
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
@@ -126067,156 +126627,156 @@ 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
-aaa
-aaa
-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
-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
+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
-aag
+aaa
+aaa
aaa
aaa
aaa
@@ -126324,156 +126884,156 @@ 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
+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
-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
+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
-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
+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
aaa
-aag
-aag
aaa
aaa
aaa
@@ -126581,157 +127141,157 @@ aaa
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
+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
-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
-aaf
-aaa
-aai
-aaa
-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
+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
-aaf
-aaa
-aaa
-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
+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
aaa
aaa
aaf
-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
+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
-aaf
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-cTC
-cTC
-cTC
-cTC
-cTC
-aaa
-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
+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
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aag
aaa
aaa
aaa
@@ -127868,153 +128428,153 @@ 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
+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
+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
aaf
aaf
aaf
aaf
aaa
-aaa
-aaf
-aaa
-aaa
aaf
aaf
+aag
+aag
aaf
aaa
-aaf
-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
@@ -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
+aaa
+aaf
+aaf
+aaf
+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
-aob
-aob
-aai
-aob
-aob
-aob
-aqJ
-aob
-aob
-aaf
-aai
-aob
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
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
aaa
aaa
aaa
aaf
aaa
-aqJ
aaa
aaa
aaf
-aaf
+aaa
+aaa
aaa
aaa
aaf
-aaf
+aaa
aaa
aaa
aaf
-aaf
-aaa
-aai
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
+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
aaf
aaf
-aob
-aaf
-cUr
-cUI
-cUT
-aaf
-cUr
-cUI
-cUT
-aaf
-cUr
-cUI
-cUT
aaa
-aob
+aaf
+aaa
+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
-aaa
-aqJ
-aaa
-cUr
-cUJ
-cUT
-aaa
-cUr
-cUJ
-cUT
-aaa
-cUr
-cUJ
-cUT
aaf
-aob
+aaa
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
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
+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
+aaa
+aaa
+aaa
aaa
-aaf
-aaf
-cUr
-cUJ
-cUT
-aaf
-cUr
-cUJ
-cUT
-aaf
-cUr
-cUJ
-cUT
-aaf
-aob
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
+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
aaa
@@ -130693,104 +131253,104 @@ aaa
aaa
aaf
aaa
-acS
-acS
-agE
-ahr
-aie
-ajb
-ajb
-ajb
-amG
+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
-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
+blx
aaf
aaa
aaa
@@ -130799,33 +131359,33 @@ aaf
aaa
aaa
aaf
-aaa
+dbR
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
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aWv
+aYi
+aZx
+bbm
+bcy
+bdZ
+aWv
+bhE
+bjp
+blc
+bmR
+boZ
+brs
+btt
+avs
alq
-amH
+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
+aaf
+aaf
+anS
+anS
anS
-aph
-aqs
-arK
-atk
-aux
-avB
-awT
-axZ
-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
-aaf
-aoa
-aoa
-aoa
-aaf
-aaf
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
aaa
aaa
aaa
@@ -131203,118 +131763,109 @@ aaa
aaa
aaf
aaf
-acT
-adm
-adI
-aeh
-aeG
-afG
-agF
-ahs
-aif
-ajd
-akc
-ajd
-ajd
+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
+ack
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
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
-aaa
-aaf
-aaa
-aaf
-acn
-aaf
-aaf
-aaa
-aaf
-aaf
-aaf
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aaf
-aaa
-aaa
aaa
aaf
aaf
@@ -131322,21 +131873,30 @@ aaa
aaa
aaa
aaa
+cSz
+aaa
+aaa
aaf
aaa
-cUr
-cUN
-cUT
+aaa
aaf
-cUr
-cUN
-cUT
-aaf
-cUr
-cUN
-cUT
-aaf
-aob
+aaa
+aqB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
aaf
+cRO
+aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaa
+anT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
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,39 +132379,39 @@ aaa
aaa
aaf
aaa
+anT
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaf
-aaa
+dbK
+dbM
+dbM
+dbM
+dbM
+dbO
+cRO
+cSC
+dbV
+dbV
+dbV
+dbV
+dbW
aaf
+anT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aqB
aaf
+dbL
+dbL
+dbL
+dbL
+dbL
aaf
+dbS
aaf
-aaf
-aqJ
-aob
-aob
-aob
-aqJ
-aob
-aqJ
-aob
+dbL
+dbL
+dbL
+dbL
+dbL
+aaa
+anT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
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,38 @@ aaa
aaa
aaf
aaa
+anT
+aaf
+aaf
+aaf
+aaf
aaa
aaa
aaa
+cRO
+aaa
+aaf
aaa
aaa
+aaf
aaa
aaa
+aqB
aaf
aaa
aaa
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
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -132486,98 +133046,98 @@ aaa
aaa
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
+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
-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
+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
@@ -132590,13 +133150,23 @@ aaa
aaa
aaf
aaa
+anT
aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+cRO
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+anT
aaf
aaa
aaa
@@ -132611,16 +133181,6 @@ aaa
aaa
aaa
aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
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
+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
-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
+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
-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
-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
-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
@@ -136095,84 +136655,84 @@ 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
+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
+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
+bza
+chR
+cjg
+ckH
+bAR
+aaf
+aaa
+bzi
+aaa
bzj
-bBe
-bBe
-bBe
-bBe
-bHW
-bBe
-bLa
-bMJ
-bOr
-bzg
-bRE
-bRE
-bUt
-bzg
-bWO
-bXW
-bZy
-bLa
-cbU
-cdu
-cfe
-bBe
-aaf
-bBe
-ckd
-cls
-cmT
-bCV
-aaf
-aaa
-bBm
-aaa
-bBn
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
+bpw
aaf
aaf
-brt
+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
-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
-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
-aaa
-aaf
-aaa
-brt
+cUL
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
+bpw
+aaa
+aaf
+aaf
+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
@@ -146654,48 +147214,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOs
-aPV
-aPV
-aPV
-aPV
-aVh
-aWE
-aQa
-aQa
-aQa
-aQa
-aQa
-aVi
+anT
+aMq
+aNx
+aOT
+aOT
+aOT
+aOT
+aTS
+aVk
+aOY
+aOY
+aOY
+aOY
+aOY
+aTT
aaa
aaa
aaa
-bnq
-bpp
-brF
-btW
-aPX
+blA
+bnu
+bpH
+brU
+aOV
aaa
-aNi
-bBq
-aPV
-aPV
-aPV
-aPV
-bOF
-bOF
-bQi
-bOF
-bOF
-bOF
-bOF
-aPV
-aPV
-bWW
-bDf
-aob
+aMq
+bzm
+aOT
+aOT
+aOT
+aOT
+bMt
+bMt
+bNW
+bMt
+bMt
+bMt
+bMt
+aOT
+aOT
+bUK
+bBb
+anT
aaa
aaa
aaa
@@ -146911,48 +147471,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOt
-aPW
-aQa
-aQa
-aQa
-aVi
+anT
+aMq
+aNy
+aOU
+aOY
+aOY
+aOY
+aTT
aaa
aaa
aaa
aaa
aaa
aaa
-aVj
+aTU
aaa
aaa
-aSH
-aSH
-bpq
-brG
-btX
-aSH
+aRy
+aRy
+bnv
+bpI
+brV
+aRy
aaa
aaa
-aVi
-aQa
-aQa
-aQa
-aQa
-aQa
-aQa
-bNa
-aQa
-aQa
-aQa
-aQa
-aQa
-beu
-aOt
-bhY
-aob
+aTT
+aOY
+aOY
+aOY
+aOY
+aOY
+aOY
+bKQ
+aOY
+aOY
+aOY
+aOY
+aOY
+bcQ
+aNy
+bgn
+anT
aaa
aaa
aaa
@@ -147168,48 +147728,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOt
-aPX
+anT
+aMq
+aNy
+aOV
aaa
aaa
aaa
-aVj
+aTU
aaa
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-bnr
-bpr
-brH
-btY
-aSH
-bxw
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+blB
+bnw
+bpJ
+brW
+aRy
+bvt
aaa
-aVj
+aTU
aaa
aaa
aaa
aaa
aaa
aaa
-aVj
+aTU
aaa
aaa
aaa
aaa
aaa
-aNi
-aOt
-bhY
-aob
+aMq
+aNy
+bgn
+anT
aaa
aaa
aaa
@@ -147425,48 +147985,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOt
-aPX
+anT
+aMq
+aNy
+aOV
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
+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
-aNi
-aOt
-bhY
-aob
+aMq
+aNy
+bgn
+anT
aaa
aaa
aaa
@@ -147680,52 +148240,52 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aNj
-aOt
-aPX
+anT
+anT
+anT
+aMr
+aNy
+aOV
aaa
aaa
-aSH
-aSH
-aVk
-aVk
-aVk
-bbp
-aVk
-aVk
-aVk
-aVk
-aVk
+aRy
+aRy
+aTV
+aTV
+aTV
+aZQ
+aTV
+aTV
+aTV
+aTV
+aTV
+bjP
blD
-bnt
-bpt
-brJ
-bua
-bvO
-bvO
-bvO
-bvO
-bvO
-bEI
-bGk
-bIj
-bJJ
-bLo
-aSH
-aSH
-aSH
-aSH
+bny
+bpL
+brY
+btL
+btL
+btL
+btL
+btL
+bCD
+bEf
+bGc
+bHC
+bJg
+aRy
+aRy
+aRy
+aRy
aaa
aaa
-aNi
-bgg
-bDf
-aob
-aob
-aob
+aMq
+bez
+bBb
+anT
+anT
+anT
aaa
aaa
aaa
@@ -147937,52 +148497,52 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aOr
-aTO
-aOt
-aPX
+aNw
+aSD
+aNy
+aOV
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
+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
-aNi
-bgg
-bCX
-aOr
+aMq
+bez
+bAT
+aNw
aaa
-aob
+anT
aaa
aaa
aaa
@@ -148194,52 +148754,52 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-bpc
-brk
-bro
-aPX
+anT
+aMq
+bnl
+bpn
+bpr
+aOV
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
+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
-aNi
-cjL
-brk
-csa
-bhY
-aob
+aMq
+chz
+bpn
+cpO
+bgn
+anT
aaa
aaa
aaa
@@ -148451,52 +149011,52 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-bpb
-bpe
-bro
-aPX
+anT
+aMq
+bnk
+bnn
+bpr
+aOV
aaa
-aSH
-aSH
-aVk
-aWH
-aYj
-aVk
-bsk
-aVk
-aVk
-bgb
-aYj
-bka
+aRy
+aRy
+aTV
+aVn
+aWN
+aTV
+bqm
+aTV
+aTV
+beu
+aWN
+bio
+bjR
blF
-bnv
-bpw
-brM
-bud
-bvP
-bxz
-bzr
-bBt
-bLp
-bEJ
-bEJ
-bEJ
-bJK
-bIk
-bIk
-bIk
-bWX
-aSH
-bxw
+bnB
+bpO
+bsb
+btM
+bvw
+bxo
+bzp
+bJh
+bCE
+bCE
+bCE
+bHD
+bGd
+bGd
+bGd
+bUL
+aRy
+bvt
aaa
-aNi
-cjL
-coW
-bro
-bhY
-aob
+aMq
+chz
+cmK
+bpr
+bgn
+anT
aaa
aaa
aaa
@@ -148708,52 +149268,52 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aZA
-bhB
-brp
-aPY
-aPY
-aSI
-aTP
-aVm
+anT
+aMq
+aYd
+bfS
+bps
+aOW
+aOW
+aRz
+aSE
+aTW
+bjS
+aWO
+aYz
+brx
+bvf
+aTV
+byx
+bgj
+bip
+blI
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
+bnC
+bpP
+bsc
+btN
+bvx
+bxp
+bzq
+bAX
+bCF
+bEi
+bCF
+bHE
+bKM
+bKO
+bMp
+bNZ
+aRz
+bRa
+aOW
bTm
-aPY
-bVy
-cjY
-cnf
-cpj
-bhY
-aob
+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
+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
+aMq
+bez
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
+aOY
aaa
-aaa
-aNi
-bgg
-aWE
-aQa
-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 25d8fb7e6f..0000000000
--- 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 a6a1db75df..0000000000
--- 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 03bdf00859..0000000000
--- 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/job/removed.dm b/_maps/map_files/MiniStation/job/removed.dm
deleted file mode 100644
index 3954ecf873..0000000000
--- a/_maps/map_files/MiniStation/job/removed.dm
+++ /dev/null
@@ -1,55 +0,0 @@
-// Removed Jobs, setting config_check to 0 will stop them from being initialised.
-
-/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()
- return 0
-
-/datum/job/chief_engineer/config_check()
- return 0
-
-/datum/job/atmos/config_check()
- return 0
-
-/datum/job/cmo/config_check()
- return 0
-
-/datum/job/geneticist/config_check()
- return 0
-
-/datum/job/virologist/config_check()
- return 0
-
-/datum/job/rd/config_check()
- return 0
-
-/datum/job/roboticist/config_check()
- return 0
-
-/datum/job/hos/config_check()
- return 0
-
-/datum/job/warden/config_check()
- return 0
-
-/datum/job/cyborg/config_check()
- return 0
\ 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 cb5481bbc3..0000000000
--- 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 d185c7596b..0000000000
--- 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 a69320ae98..0000000000
--- 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 7816f01cf7..0000000000
--- 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 3797247c75..0000000000
--- 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 0000000000..535f9515e3
--- /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 0000000000..798b4bc91f
--- /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/OmegaStation/job/removed_jobs.dm b/_maps/map_files/OmegaStation/job/removed_jobs.dm
new file mode 100644
index 0000000000..8ce5bcb7d4
--- /dev/null
+++ b/_maps/map_files/OmegaStation/job/removed_jobs.dm
@@ -0,0 +1,32 @@
+//removed jobs. pasted together from MiniStation.
+
+
+/datum/job/hos/config_check()
+ return 0
+
+/datum/job/chief_engineer/config_check()
+ return 0
+
+/datum/job/qm/config_check()
+ return 0
+
+/datum/job/cmo/config_check()
+ return 0
+
+/datum/job/geneticist/config_check()
+ return 0
+
+/datum/job/virologist/config_check()
+ return 0
+
+/datum/job/rd/config_check()
+ return 0
+
+/datum/job/chaplain/config_check()
+ return 0
+
+/datum/job/warden/config_check()
+ return 0
+
+/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 0000000000..a97e77f994
--- /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 0b1c471a9f..19187c49c5 100644
--- a/_maps/map_files/EfficiencyStation/EfficiencyStation.dmm
+++ b/_maps/map_files/PubbyStation/PubbyStation.dmm
@@ -1,346 +1,729 @@
-//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/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/test_area)
-"aad" = (
-/turf/closed/wall,
-/area/toxins/test_area)
-"aae" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/closed/wall,
-/area/toxins/test_area)
-"aaf" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/toxins/test_area)
-"aag" = (
-/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/toxins/test_area)
-"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)
-"aai" = (
-/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
- },
-/area/toxins/test_area)
-"aaj" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/toxins/test_area)
-"aak" = (
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
-"aal" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
- },
-/area/toxins/test_area)
-"aam" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/target,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/toxins/test_area)
-"aan" = (
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating/airless/warnplate{
- dir = 8
- },
-/area/toxins/test_area)
-"aao" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
-"aap" = (
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating/airless/warnplate{
- dir = 4
- },
-/area/toxins/test_area)
-"aaq" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/target,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/toxins/test_area)
-"aar" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
- },
-/area/toxins/test_area)
-"aas" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
- },
-/area/toxins/test_area)
-"aat" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
- },
-/area/toxins/test_area)
-"aau" = (
-/turf/open/floor/plating/airless/warnplate,
-/area/toxins/test_area)
-"aav" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
- },
-/area/toxins/test_area)
-"aaw" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/toxins/test_area)
-"aax" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aay" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aaz" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8"
- },
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"aaB" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4"
- },
-/area/shuttle/abandoned)
-"aaC" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aaD" = (
/obj/structure/lattice,
/obj/structure/grille,
/turf/open/space,
/area/space)
-"aaE" = (
-/turf/closed/wall,
+"aad" = (
+/obj/structure/lattice,
+/turf/open/space,
/area/space)
-"aaF" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+"aae" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat External Fore";
+ dir = 1;
+ network = list("MiniSat")
+ },
+/turf/open/space,
+/area/space)
+"aaf" = (
+/turf/closed/wall/r_wall,
+/area/wreck/ai)
+"aag" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner,
+/area/wreck/ai)
+"aah" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
+/area/wreck/ai)
+"aai" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
-"aaG" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 1
+/area/wreck/ai)
+"aaj" = (
+/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,
-/area/shuttle/abandoned)
-"aaH" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"aaI" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/area/wreck/ai)
+"aal" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"aaJ" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
+"aam" = (
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aan" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber North";
+ dir = 1;
+ network = list("MiniSat")
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"aaK" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/sign/vacuum{
+/obj/machinery/light,
+/obj/machinery/flasher{
+ id = "AI";
pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aao" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/wreck/ai)
+"aap" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/area/wreck/ai)
+"aaq" = (
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/wreck/ai)
+"aar" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 9
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"aas" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aat" = (
+/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)
+"aau" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/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
+ },
+/turf/open/space,
+/area/space)
+"aaw" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aax" = (
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aay" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp{
+ pixel_x = 4;
+ pixel_y = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aaz" = (
+/obj/machinery/computer/shuttle/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aaA" = (
+/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)
+"aaB" = (
+/obj/structure/frame/computer,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aaC" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/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/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" = (
+/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
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/ai_status_display{
pixel_y = 32
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aaF" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/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/bed,
+/obj/item/weapon/bedsheet/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aaH" = (
+/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/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aaJ" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber West";
+ dir = 4;
+ network = list("MiniSat")
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/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/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{
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/turretid{
+ name = "AI Chamber turret control";
+ pixel_x = 5;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
+"aaO" = (
+/obj/machinery/ai_slipper{
+ uses = 8
+ },
+/obj/machinery/power/terminal{
+ icon_state = "term";
dir = 1
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
-"aaO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
-/area/shuttle/abandoned)
+/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/structure/shuttle/engine/propulsion/burst{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/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)
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = -9
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = -31
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = -9
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -28;
+ pixel_y = -28
+ },
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ pixel_x = 28;
+ pixel_y = -28
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"aaY" = (
-/obj/machinery/vending/cigarette{
- use_power = 0
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/area/shuttle/syndicate)
"aaZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14"
+/obj/machinery/door/window{
+ name = "Cockpit";
+ req_access_txt = "150"
},
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aba" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/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/table,
+/obj/item/weapon/storage/box/zipties{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abe" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"abf" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"abg" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abh" = (
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"abi" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"abj" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber South";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = 20
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = 37
+ },
+/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/machinery/porta_turret/syndicate{
+ dir = 4
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abm" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/area/wreck/ai)
+"abn" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/wreck/ai)
+"abo" = (
+/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" = (
+/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/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
+"abr" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/space)
+"abu" = (
+/obj/structure/grille/broken,
+/turf/open/space,
+/area/space)
+"abv" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abw" = (
+/obj/structure/closet/syndicate/nuclear,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abx" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aby" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/wreck/ai)
+"abA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
+"abB" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
+"abC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/wreck/ai)
+"abD" = (
+/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
+ },
+/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{
- auto_close = 300;
id = "smindicate";
name = "outer blast door"
},
@@ -358,8 +741,8 @@
height = 24;
id = "syndicate";
name = "syndicate infiltrator";
+ port_angle = 0;
roundstart_move = "syndicate_away";
- travelDir = 180;
width = 18
},
/obj/docking_port/stationary{
@@ -374,21 +757,7 @@
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"abb" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"abc" = (
-/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)
-"abd" = (
+"abI" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -396,308 +765,74 @@
name = "EXTERNAL AIRLOCK";
pixel_x = 0
},
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
-"abe" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3"
- },
-/area/shuttle/abandoned)
-"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/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)
-"abg" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/sink{
- pixel_y = 28
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"abi" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"abj" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/abandoned)
-"abk" = (
-/obj/machinery/shower{
- dir = 2;
- icon_state = "shower";
- pixel_x = 0;
- pixel_y = 16
- },
-/obj/machinery/door/window/westright{
- dir = 2
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/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)
-"abl" = (
-/obj/structure/toilet{
- pixel_y = 9
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/greenglow{
- desc = "Looks like something's sprung a leak"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abm" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abn" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- freerange = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abo" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abp" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abq" = (
-/obj/structure/table,
-/obj/item/device/flashlight/lamp{
- pixel_x = 4;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abt" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"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)
-"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)
-"abw" = (
-/obj/structure/sign/botany,
-/turf/closed/wall/shuttle,
-/area/shuttle/abandoned)
-"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)
-"aby" = (
-/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,
-/area/shuttle/abandoned)
-"abz" = (
-/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)
-"abA" = (
-/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,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"abD" = (
-/obj/machinery/door/airlock/shuttle{
- name = "bathroom"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"abE" = (
-/obj/structure/mirror{
- pixel_x = 28;
- pixel_y = 0
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/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)
-"abF" = (
-/obj/item/weapon/folder/blue,
-/obj/structure/table,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"abG" = (
-/obj/machinery/camera{
- c_tag = "AI Chamber West";
- network = list("SS13","AISat","RD");
- start_active = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abH" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0"
- },
-/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,
+/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
+ },
+/turf/open/floor/plating,
+/area/wreck/ai)
+"abN" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "AI Core";
+ req_access_txt = "65"
+ },
/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,1778 +854,258 @@
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)
-"abT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"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
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"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/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)
-"abW" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abX" = (
-/obj/structure/cable{
- d1 = 2;
- 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
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aca" = (
-/obj/structure/closet/syndicate/personal,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acb" = (
-/obj/machinery/vending/hydroseeds{
- pixel_x = 2;
- 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)
-"acc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ace" = (
-/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,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"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)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"acj" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"ack" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"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
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"acn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aco" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acp" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"acq" = (
-/obj/machinery/door/window{
- name = "Cockpit";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acr" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 4;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"acs" = (
-/obj/machinery/smartfridge{
- use_power = 0
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/abandoned)
-"act" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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
- },
-/area/shuttle/abandoned)
-"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/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"acy" = (
-/obj/structure/table,
-/obj/item/weapon/storage/pill_bottle/dice{
- 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)
-"acz" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"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)
-"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
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"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
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acD" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Tertiary 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)
-"acE" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"acF" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acG" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/zipties{
- pixel_x = 1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acH" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_y = 6
- },
-/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/white,
-/area/shuttle/abandoned)
-"acI" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/sink{
- pixel_y = 28
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"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)
-"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
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"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)
-"acO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"acP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acQ" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acR" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"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/item/weapon/storage/fancy/egg_box{
- pixel_y = 5
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"acT" = (
-/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,
-/area/shuttle/abandoned)
-"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/item/weapon/wrench,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"acX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acZ" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "AI Chamber APC";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"adc" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"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/weapon/reagent_containers/food/condiment/enzyme{
- layer = 5
- },
-/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/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"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)
-"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)
-"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)
-"adj" = (
-/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,
-/area/shuttle/abandoned)
-"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)
-"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)
-"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)
-"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)
-"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)
-"adp" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adq" = (
-/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"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)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"adv" = (
-/obj/machinery/door/airlock/shuttle{
- 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,
-/area/shuttle/abandoned)
-"adw" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"adx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"ady" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"adz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"adA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"adB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"adC" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adD" = (
+"abT" = (
/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)
-"adE" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"adF" = (
-/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 = 8;
- icon = 'icons/obj/Cryogenic2.dmi';
- icon_state = "sleeper-o";
- name = "broken hypersleep chamber";
- pixel_y = 3
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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/item/weapon/reagent_containers/spray/cleaner,
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"adI" = (
-/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,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"adK" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"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"
- })
-"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,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"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
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"adO" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "AIBlast";
- name = "AI Chamber Blast Shutter"
+"abU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
/turf/open/floor/plating,
-/area/turret_protected/ai)
-"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/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
- },
-/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"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/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"adS" = (
-/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/AIsatextFP{
- name = "AI Satellite Service"
- })
-"adT" = (
-/obj/machinery/sleeper/syndie{
- 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)
-"adX" = (
-/obj/structure/sign/science{
- pixel_y = 0
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/abandoned)
-"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/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)
-"adZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
-/area/shuttle/abandoned)
-"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/item/stack/rods{
- amount = 50
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aec" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aed" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aee" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"aef" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/aisat_interior)
-"aeg" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/aisat_interior)
-"aeh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/aisat_interior)
-"aei" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"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"
- },
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abV" = (
/obj/structure/chair/office/dark{
dir = 1
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"ael" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aem" = (
+/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/machinery/power/apc{
+ dir = 8;
+ name = "MiniSat Antechamber APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/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/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aca" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acb" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/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/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acd" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"ace" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acf" = (
/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)
-"aen" = (
+"acg" = (
/obj/machinery/door/airlock/external{
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"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"
+"ach" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aci" = (
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Port Fore";
+ dir = 1;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aep" = (
-/obj/structure/chair/office/light{
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/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)
+"ack" = (
+/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 = 4
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"aeq" = (
-/obj/machinery/door/airlock/shuttle{
- name = "laboratory"
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"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/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/white,
-/area/shuttle/abandoned)
-"aes" = (
-/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/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"aet" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/sign/vacuum{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"aeu" = (
-/obj/docking_port/mobile{
- dheight = 0;
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acm" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_pump{
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/docking_port/stationary{
- dir = 8;
- dwidth = 11;
- height = 15;
- id = "whiteship_home";
- name = "SS13: Auxiliary Dock, Station-Port";
- width = 27
- },
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"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
- },
-/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/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/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeA" = (
-/obj/structure/cable{
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acn" = (
+/obj/structure/cable/yellow{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/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{
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aco" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- external_pressure_bound = 101.325;
on = 1;
- pressure_checks = 1
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeC" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_x = 0;
+ pixel_y = -29
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber Observation";
+ dir = 1;
+ network = list("MiniSat")
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acq" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/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/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Waste Out";
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Starboard Fore";
+ dir = 1;
+ network = list("MiniSat")
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"act" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeD" = (
-/obj/structure/cable{
- d1 = 4;
- 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)
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/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/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Storage";
- req_one_access_txt = "65"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeJ" = (
-/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/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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/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/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeN" = (
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acv" = (
/obj/machinery/door/window{
base_state = "right";
dir = 4;
@@ -2498,241 +1113,100 @@
name = "EVA Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"aeO" = (
-/turf/open/floor/plasteel/shuttle/white,
+"acw" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
/area/shuttle/syndicate)
-"aeP" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/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"
+"acx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aeR" = (
-/obj/structure/frame/machine,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acy" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"aeV" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aeW" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aeX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Chamber Observation";
+ req_one_access_txt = "65"
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aeY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- })
-"afa" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/side,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"afb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/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
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/table,
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 8
- },
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"afc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Service Bay";
- req_one_access_txt = "65"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acG" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/machinery/power/apc{
- dir = 8;
- name = "AI Satellite Central APC";
- pixel_x = -25
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acH" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/obj/structure/cable,
-/obj/machinery/camera/motion{
- c_tag = "MiniSat Foyer";
- dir = 4;
- network = list("MiniSat")
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 8
- },
-/area/turret_protected/aisat_interior)
-"afe" = (
-/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)
-"afg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"afh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/area/turret_protected/aisat_interior)
-"afi" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/bluegrid,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afj" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/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/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small,
-/turf/open/floor/bluegrid,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afl" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afm" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acI" = (
/obj/item/device/radio/intercom{
desc = "Talk through this. Evilly";
freerange = 1;
@@ -2742,9 +1216,111 @@
subspace_transmission = 1;
syndie = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"afn" = (
+"acJ" = (
+/obj/structure/grille,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"acK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acN" = (
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acO" = (
+/obj/structure/lattice,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Bridge Port Fore";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acP" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/lattice,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Bridge Starboard Fore";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acV" = (
+/obj/machinery/sleeper/syndie{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"acW" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"acX" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"acY" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"acZ" = (
/obj/structure/table,
/obj/item/stack/medical/ointment,
/obj/item/stack/medical/bruise_pack,
@@ -2752,352 +1328,18 @@
pixel_x = -5;
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"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"
- },
-/turf/open/floor/plasteel/delivery{
- dir = 1
- },
-/area/shuttle/abandoned)
-"afq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afr" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/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/fpmaint{
- name = "Medical Maintenance"
- })
-"aft" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afv" = (
-/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{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afw" = (
-/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/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afx" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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"
- },
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Teleporter";
- req_one_access_txt = "65"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"afD" = (
-/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" = (
+"ada" = (
/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)
-"afR" = (
+"adb" = (
/obj/structure/table,
/obj/item/weapon/screwdriver{
pixel_y = 9
@@ -3105,15 +1347,15 @@
/obj/item/device/assembly/voice{
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"afS" = (
+"adc" = (
/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)
-"afT" = (
+"add" = (
/obj/structure/table,
/obj/item/device/assembly/signaler,
/obj/item/device/assembly/signaler,
@@ -3125,190 +1367,253 @@
pixel_x = -8;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"afU" = (
+"ade" = (
/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)
-"afV" = (
+"adf" = (
+/obj/structure/lattice,
+/obj/structure/grille/broken,
+/turf/open/space,
+/area/space)
+"adg" = (
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adh" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adi" = (
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"adj" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"adk" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"adl" = (
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"adm" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"adn" = (
+/obj/structure/bed/roller,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ado" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"adp" = (
/obj/structure/table,
-/obj/item/weapon/defibrillator,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/item/weapon/storage/toolbox/syndicate,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"adq" = (
+/turf/closed/wall/r_wall,
+/area/security/prison)
+"adr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afW" = (
-/obj/machinery/vending/wallmed{
- name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 28;
- req_access_txt = "0";
- use_power = 0
+/turf/open/floor/plating,
+/area/security/prison)
+"ads" = (
+/obj/machinery/door/window{
+ dir = 4;
+ name = "Infirmary";
+ req_access_txt = "150"
},
-/obj/machinery/iv_drip{
- density = 0;
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"adt" = (
+/obj/machinery/door/window/westright{
+ name = "Tool Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"adu" = (
+/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/item/weapon/cultivator,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adw" = (
+/obj/machinery/hydroponics/constructable,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
pixel_x = 0
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/item/seeds/glowshroom,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"afX" = (
-/obj/machinery/sleeper{
- dir = 2;
- use_power = 0
+/obj/machinery/camera{
+ c_tag = "Permabrig Central";
+ network = list("SS13","Prison")
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adx" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afY" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/shuttle/abandoned)
-"afZ" = (
-/obj/item/weapon/storage/toolbox/emergency{
- pixel_x = -3;
- pixel_y = 3
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/obj/item/weapon/storage/toolbox/emergency,
-/obj/item/weapon/storage/toolbox/emergency{
- pixel_x = 3;
- pixel_y = -3
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"ady" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/nineteenXnineteen,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adz" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"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
- },
-/area/shuttle/abandoned)
-"agc" = (
-/obj/structure/closet/crate/medical{
- name = "medical crate"
- },
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/roller{
- pixel_y = 4
- },
-/obj/item/device/healthanalyzer,
-/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/bot,
-/area/shuttle/abandoned)
-"agd" = (
-/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/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/structure/sign/poster{
+ pixel_y = 32
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adA" = (
+/obj/machinery/biogenerator,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 8
},
-/obj/machinery/camera{
- c_tag = "MiniSat Teleporter";
+/area/security/prison)
+"adB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- network = list("MiniSat");
- start_active = 1
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 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/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agh" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 10
},
/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"
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adD" = (
+/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/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"agk" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
+/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/plating/airless,
-/area/turret_protected/aisat_interior)
-"agl" = (
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"adG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"adH" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"adI" = (
/obj/machinery/door/window{
base_state = "right";
dir = 4;
@@ -3316,421 +1621,158 @@
name = "Infirmary";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"agm" = (
+"adJ" = (
/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)
-"agn" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ago" = (
-/obj/structure/table,
-/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/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)
-"agp" = (
-/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,
-/area/shuttle/abandoned)
-"agq" = (
-/obj/machinery/door/airlock/shuttle{
- name = "medbay"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"agr" = (
-/obj/machinery/door/airlock/shuttle{
- name = "cargo bay"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/delivery{
- dir = 1
- },
-/area/shuttle/abandoned)
-"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"
- },
-/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/light{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"agx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/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/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"
- })
-"agA" = (
-/obj/machinery/turretid{
- control_area = null;
- enabled = 1;
- name = "Storage Turret Control";
- pixel_x = 0;
- pixel_y = 24;
- req_access = list(29)
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"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
- },
-/area/turret_protected/aisat_interior)
-"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/light/small{
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"agD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"agE" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/machinery/turretid{
- control_area = null;
- name = "Antechamber Turret Control";
- pixel_y = 27;
- req_access = list(65)
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/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)
-"agH" = (
+"adK" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"agI" = (
-/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)
-"agJ" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Surgery";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"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)
-"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/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/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"agO" = (
-/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,
-/area/shuttle/abandoned)
-"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/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"
- },
-/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"
- })
-"agR" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+"adL" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/grass,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adM" = (
+/obj/item/device/plant_analyzer,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adN" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/sunflower,
+/obj/item/seeds/poppy,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adO" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adP" = (
+/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"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adR" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"agS" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agT" = (
-/obj/machinery/teleport/station,
-/obj/machinery/light/small,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agU" = (
-/obj/machinery/teleport/hub,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agV" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plasteel/darkgreen/side{
dir = 8
},
-/area/turret_protected/aisat_interior)
-"agW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/security/prison)
+"adS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"agX" = (
+/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/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"agY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"adX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Chamber Hallway";
+ req_one_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"adY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"adZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aea" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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"
},
/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"agZ" = (
-/obj/machinery/door/airlock/external{
- name = "MiniSat External Access";
- req_access = null;
- req_access_txt = "65;13"
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aec" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
},
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"aha" = (
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"ahb" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aed" = (
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/obj/structure/table,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/l_arm/robot,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"ahc" = (
+"aee" = (
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Surgery";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"aef" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"aeg" = (
/obj/structure/table,
/obj/structure/window/reinforced{
dir = 8
@@ -3744,9 +1786,9 @@
pixel_x = -3;
pixel_y = -3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"ahd" = (
+"aeh" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
@@ -3757,17 +1799,17 @@
pixel_x = -3;
pixel_y = -3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"ahe" = (
+"aei" = (
/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)
-"ahf" = (
+"aej" = (
/obj/structure/table,
/obj/item/weapon/grenade/syndieminibomb{
pixel_x = 4;
@@ -3776,226 +1818,278 @@
/obj/item/weapon/grenade/syndieminibomb{
pixel_x = -1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"ahg" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_ne";
- name = "northeast of station";
- width = 18
- },
-/turf/open/space,
-/area/space)
-"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
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahk" = (
-/obj/structure/frame/computer,
-/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)
-"ahl" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/chair/office/light{
- dir = 8
- },
-/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/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"
- },
-/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"
- },
-/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"
- },
-/turf/open/floor/plasteel/delivery{
- dir = 1
- },
-/area/shuttle/abandoned)
-"ahq" = (
-/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/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"
- },
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"ahr" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/crew_quarters/hor)
-"ahs" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aht" = (
+"aek" = (
+/obj/structure/bookcase,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"ael" = (
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aem" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
},
-/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"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aen" = (
+/obj/structure/sink{
+ pixel_y = 30
},
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aeo" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aep" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ahv" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
- dir = 10
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "MiniSat Port Maintenance APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/area/turret_protected/aisat_interior)
-"ahw" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aeq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate,
-/area/turret_protected/aisat_interior)
-"ahx" = (
-/obj/structure/transit_tube/station{
+/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)
+"aer" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate,
-/area/turret_protected/aisat_interior)
-"ahy" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
- dir = 6
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/area/turret_protected/aisat_interior)
-"ahz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Port Aft";
+ dir = 2;
+ network = list("MiniSat")
},
/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"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"
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aes" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"ahB" = (
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aet" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/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/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aeu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aev" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-09";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"aew" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/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
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Foyer";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"aey" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/black,
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 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 = 1;
+ on = 1
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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"
+ },
+/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,
/obj/item/weapon/surgicaldrill,
/obj/item/weapon/circular_saw,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"ahC" = (
+"aeF" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -4005,171 +2099,152 @@
/obj/structure/mirror{
pixel_x = 30
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"ahD" = (
+"aeG" = (
/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)
-"ahE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/abandoned)
-"ahF" = (
-/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,
-/area/shuttle/abandoned)
-"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"
- })
-"ahJ" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ahK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ahL" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ahM" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ahN" = (
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ahO" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"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/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ahR" = (
-/obj/structure/transit_tube{
- icon_state = "S-NW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ahS" = (
+"aeH" = (
/obj/machinery/telecomms/allinone{
intercept = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"ahT" = (
+"aeI" = (
+/obj/machinery/computer/libraryconsole/bookmanagement{
+ pixel_y = 0
+ },
+/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/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aeS" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"aeT" = (
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aeU" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"aeV" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aeW" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/stack/cable_coil,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeX" = (
/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)
-"ahU" = (
+"aeY" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"ahV" = (
+"aeZ" = (
/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)
-"ahW" = (
+"afa" = (
/obj/structure/shuttle/engine/heater,
/obj/structure/window/reinforced{
dir = 1
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"ahX" = (
+"afb" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"ahY" = (
+"afc" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 50
@@ -4180,15175 +2255,7205 @@
/obj/item/stack/rods{
amount = 50
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"ahZ" = (
+"afd" = (
/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)
-"aia" = (
+"afe" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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/security/prison)
+"afg" = (
+/obj/item/toy/cards/deck,
/obj/structure/table,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afh" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
},
-/obj/item/device/mass_spectrometer,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"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)
-"aid" = (
+/obj/item/weapon/pen,
/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 (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/obj/item/weapon/storage/photo_album,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aie" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afi" = (
+/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/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/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aif" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afk" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afl" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
},
-/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/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"aih" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aii" = (
-/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/effect/decal/cleanable/oil,
-/obj/item/trash/cheesie,
+/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/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aij" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
+/area/ai_monitored/turret_protected/AIsatextAP)
+"afn" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"afo" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/turf/open/space,
-/area/space)
-"aik" = (
-/obj/structure/transit_tube,
-/turf/open/space,
-/area/space)
-"ail" = (
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
+/area/ai_monitored/turret_protected/aisat_interior)
+"afp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/space,
-/area/space)
-"aim" = (
-/obj/structure/transit_tube,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ain" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"afq" = (
+/obj/machinery/holopad,
+/mob/living/simple_animal/bot/secbot/pingsky,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"afr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/space,
-/area/space)
-"aio" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
+/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
},
-/turf/open/space,
-/area/space)
-"aip" = (
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
+/area/ai_monitored/turret_protected/aisat_interior)
+"aft" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"afu" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/space,
-/area/space)
-"aiq" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/multitool{
+ layer = 5
},
-/turf/open/space,
-/area/space)
-"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/item/weapon/extinguisher{
+ layer = 4
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ait" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"afv" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_l"
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"aiu" = (
+"afw" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"aiv" = (
+"afx" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_r"
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"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)
-"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"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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)
-"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/device/gps{
- gpstag = "NTREC1";
- pixel_x = -1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"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"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aiE" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/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
- },
-/obj/structure/grille,
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiG" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiH" = (
-/obj/machinery/door/window/southleft{
- dir = 1;
- name = "Test Chamber";
- req_access_txt = "55"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiI" = (
-/obj/structure/grille,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiJ" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/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/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiL" = (
-/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{
- base_state = "right";
- icon_state = "right";
- name = "Shield Guard";
- req_access_txt = "30"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aiM" = (
-/obj/structure/transit_tube{
- icon_state = "S-NE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aiN" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aiO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"aiP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"aiQ" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"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)
-"aiS" = (
-/obj/structure/transit_tube,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"aiT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"aiU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/transit_tube,
-/turf/open/floor/plating/airless,
-/area/space)
-"aiV" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE-SE"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"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)
-"aiX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"aiY" = (
-/obj/structure/transit_tube{
- icon_state = "N-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aiZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
+"afy" = (
/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical 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"
- })
-"ajb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ajc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"ajd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aje" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/security/telescreen{
- name = "Test Chamber Moniter";
- network = list("Xeno");
- pixel_y = 2
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
-"ajf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 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
- },
-/area/toxins/xenobiology)
-"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/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/toxins/xenobiology)
-"aji" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
-"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)
-"ajk" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
-"ajl" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
-/turf/open/space,
-/area/space)
-"ajm" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ajn" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
- },
-/turf/open/space,
-/area/space)
-"ajo" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE"
- },
-/turf/open/space,
-/area/space)
-"ajp" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plating/airless,
-/area/space)
-"ajq" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ajr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/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/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/engine,
-/area/toxins/xenobiology)
-"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
- },
-/area/toxins/xenobiology)
-"aju" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
-"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/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
-"ajx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"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)
-"ajz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ajB" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"ajC" = (
-/obj/machinery/door/poddoor{
- id = "toxinsdriver";
- name = "toxins launcher bay door"
- },
-/turf/open/floor/plating,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"ajD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/space,
-/area/space)
-"ajE" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "N-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ajF" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ajG" = (
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/airless,
-/area/space)
-"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/structure/lattice,
-/turf/open/space,
-/area/space)
-"ajJ" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ajK" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/airless,
-/area/space)
-"ajL" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"ajM" = (
-/turf/open/floor/plating/airless,
-/area/space)
-"ajN" = (
-/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/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajO" = (
-/obj/machinery/space_heater,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ajP" = (
-/obj/machinery/disposal/bin,
-/obj/structure/sign/deathsposal{
- pixel_y = -32
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajQ" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- cell_type = 15000;
- name = "Xenobiology APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajS" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajU" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajV" = (
-/obj/machinery/light,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"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/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ajZ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aka" = (
-/turf/open/floor/plating,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"akb" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"akc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"akd" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/transit_tube{
- icon_state = "E-NW"
- },
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"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
- },
-/area/medical/research{
- name = "Research Division"
- })
-"akf" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/transit_tube,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"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"
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aki" = (
-/obj/structure/lattice,
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space)
-"akj" = (
-/obj/structure/sign/fire{
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"akk" = (
-/obj/machinery/door/poddoor{
- id = "turbinevent";
- name = "Turbine Vent"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"akl" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akm" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akn" = (
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"ako" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Xenobiology North";
- dir = 4;
- network = list("SS13","RD")
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"akp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"akq" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"akr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aks" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"akt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aku" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"akv" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"akw" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"akx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Xenobiology Maintenance";
- req_access_txt = "55"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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"
- })
-"akz" = (
-/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/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akA" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless,
-/area/toxins/xenobiology)
-"akB" = (
-/turf/open/floor/bluegrid{
- name = "Killroom Floor";
- initial_gas_mix = "TEMP=2.7"
- },
-/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
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"akE" = (
-/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"
- },
-/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/toxins/xenobiology)
-"akH" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/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/door/window/southleft{
- name = "Mass Driver Door";
- req_access_txt = "7"
- },
-/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/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/folder/white,
-/obj/item/weapon/pen,
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Research Transit Tube";
- dir = 1
- },
-/obj/structure/table,
-/turf/open/floor/plating/warnplate{
- 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
- },
-/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
- },
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Research Transit";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"akO" = (
-/obj/machinery/power/turbine{
- dir = 1;
- luminosity = 2
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 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/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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{
- 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/open/floor/plating,
-/area/toxins/xenobiology)
-"akU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/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/warning{
- dir = 8
- },
-/area/toxins/xenobiology)
-"akW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/toxins/xenobiology)
-"akX" = (
-/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,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akY" = (
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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"
- })
-"ala" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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"
- })
-"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
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"ale" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"alf" = (
-/obj/machinery/door/poddoor{
- id = "auxincineratorvent";
- name = "Auxiliary Incinerator Vent"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"alg" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "inc_in"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"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
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"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
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"alj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/effect/decal/cleanable/oil,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"all" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/crowbar,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical 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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alo" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/chair/stool,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 35
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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"
- })
-"alt" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"alu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aly" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alA" = (
-/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/white,
-/area/toxins/xenobiology)
-"alB" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/toxins/xenobiology)
-"alC" = (
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alD" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"alE" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alG" = (
-/obj/item/device/radio/intercom{
- pixel_x = -27
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alH" = (
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alI" = (
-/obj/machinery/button/massdriver{
- dir = 2;
- id = "toxinsdriver";
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning/corner{
- 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/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"
- },
-/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
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"alP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/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"
- },
-/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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 = 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/fpmaint{
- name = "Medical Maintenance"
- })
-"alX" = (
-/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"
- },
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alY" = (
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"alZ" = (
-/obj/structure/disposalpipe/segment,
+/area/security/transfer)
+"afz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"ama" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"amb" = (
-/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/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amc" = (
-/obj/structure/grille,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"amd" = (
-/obj/structure/rack{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ame" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- 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/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amh" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
/turf/closed/wall,
-/area/toxins/xenobiology)
-"ami" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"amj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"amk" = (
-/obj/machinery/light{
- 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,
-/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
- },
-/turf/open/floor/plasteel/bot,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"amo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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"
- })
-"amq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/sign/securearea{
- pixel_x = 32
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"amu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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)
-"amv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"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)
-"amx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/stack/rods,
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"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)
-"amz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/obj/structure/chair{
- dir = 1
- },
-/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)
-"amB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"amC" = (
-/obj/machinery/space_heater,
-/obj/structure/window{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"amD" = (
-/turf/closed/wall,
-/area/maintenance/incinerator)
-"amE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"amF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"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/structure/sign/fire{
- pixel_x = -32
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"amH" = (
-/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
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"amJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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
- },
-/area/medical/virology)
-"amL" = (
-/obj/structure/closet/l3closet/virology,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/medical/virology)
-"amM" = (
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics Maintenance";
- req_access_txt = "12;24"
- },
-/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"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amO" = (
-/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/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amP" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"amQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/disposalpipe/segment{
- 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
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/toxins/xenobiology)
-"amS" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/button/door{
- id = "xenobio7";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warning{
- 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
- },
-/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/fore)
-"amX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/space_heater,
-/obj/structure/window{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amY" = (
-/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/reagent_dispensers/watertank,
-/obj/structure/window{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ana" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anc" = (
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"and" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ane" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 13
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"anf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ang" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"anh" = (
-/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/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ani" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/electronics/airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"anj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/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)
-"ank" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
-"anl" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/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)
-"anm" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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/maintenance/fore)
-"ann" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ano" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anp" = (
-/obj/machinery/computer/turbine_computer{
- id = "incineratorturbine"
- },
-/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";
- 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/engine,
-/area/maintenance/incinerator)
-"ans" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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"
- })
-"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,
-/turf/open/floor/plating,
-/area/medical/virology)
-"anw" = (
-/obj/machinery/disposal/bin,
-/obj/structure/sign/deathsposal{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"anx" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- 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/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,
-/obj/structure/table,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"anA" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anB" = (
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anC" = (
-/obj/structure/rack{
- dir = 1
- },
-/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
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anD" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/grille,
-/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/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"
- },
-/obj/item/weapon/crowbar,
-/obj/item/trash/sosjerky,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/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/warning{
- dir = 4
- },
-/area/toxins/xenobiology)
-"anJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/engine,
-/area/toxins/xenobiology)
-"anK" = (
-/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,
-/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"
- },
-/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
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"anO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"anP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- },
-/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"
- },
-/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"
- },
-/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
- },
-/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/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anZ" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/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/machinery/button/door{
- id = "auxincineratorvent";
- name = "Auxiliary Vent Control";
- pixel_x = -6;
- pixel_y = 24;
- req_access_txt = "32"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aob" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "Incinerator to Space"
- },
-/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
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 4
- },
-/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"
- },
-/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/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/solar/auxport)
-"aof" = (
-/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/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aoj" = (
-/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/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aok" = (
-/obj/machinery/light{
- dir = 8
- },
-/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
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"aom" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"aon" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"aoo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/machinery/reagentgrinder,
-/obj/structure/table,
-/turf/open/floor/plasteel/whitegreen/side{
- 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/machinery/light{
- dir = 4
- },
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/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"
- })
-"aov" = (
-/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/emcloset,
-/obj/structure/window{
- dir = 1
- },
-/obj/structure/window{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aow" = (
-/obj/structure/grille,
-/obj/structure/cable,
-/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"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/toxins/xenobiology)
-"aoy" = (
-/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/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aoz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aoA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aoB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aoC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aoD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- },
-/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"
- },
-/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/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoH" = (
-/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
- },
-/turf/open/floor/plating,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoI" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Server Room APC";
- pixel_y = 25
- },
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Server Room";
- network = list("SS13","RD");
- pixel_x = 22
- },
-/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/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"
- },
-/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"
- })
-"aoL" = (
-/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"
- })
-"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/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{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 23
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoQ" = (
-/obj/structure/table,
-/obj/item/device/assembly/igniter{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/device/assembly/igniter{
- pixel_x = 5;
- pixel_y = -4
- },
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = -1
- },
-/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/item/device/assembly/timer{
- pixel_x = -3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoR" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/chem_dispenser/constructable,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
-"aoS" = (
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/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" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Testing Lab 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
- },
-/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/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"
- },
-/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apd" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apf" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apg" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/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"
- })
-"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
- },
-/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
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"apt" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"apu" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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,
-/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"
- })
-"apz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Server Room";
- req_access_txt = "30"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apA" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/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/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apC" = (
-/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"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apD" = (
-/obj/structure/disposalpipe/segment,
-/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
- },
-/obj/item/stack/cable_coil,
-/obj/item/device/multitool,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/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
- },
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"apI" = (
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"apJ" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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"
- },
-/obj/effect/decal/cleanable/oil,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apM" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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/plating,
-/area/maintenance/fore)
-"apP" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 1
- },
-/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"
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = -28
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apS" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apT" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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/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"
- },
-/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/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/medical/virology)
-"aqa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 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
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"aqc" = (
-/turf/closed/wall,
-/area/medical/virology)
-"aqd" = (
-/obj/machinery/light_switch{
- pixel_x = -23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqe" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/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
- },
-/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/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/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/engine,
-/area/toxins/xenobiology)
-"aql" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aqm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"aqn" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aqp" = (
+/area/security/transfer)
+"afA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/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/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
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"aqt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aqu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/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"
- })
-"aqx" = (
-/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
- },
-/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"
- })
-"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
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/toxins/misc_lab)
-"aqK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/misc_lab)
-"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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aqM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aqN" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/terminal,
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light/small{
- 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/floorgrime,
-/area/maintenance/incinerator)
-"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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqQ" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqR" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqS" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqT" = (
-/turf/closed/wall/r_wall,
-/area/atmos)
-"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"
- })
-"aqV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"ara" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arb" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology{
- name = "Break Room";
- req_access_txt = "39"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"ard" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"are" = (
-/obj/structure/table/glass,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"arh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ark" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"arl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"arm" = (
-/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"arn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aro" = (
-/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 = "Testing Lab Maintenance";
- req_access_txt = "47"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"arp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 14
- },
-/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{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
- },
-/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"
- },
-/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"
- })
-"aru" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"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"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"arw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"arx" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Test Chamber";
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
-"ary" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"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"
- },
-/area/maintenance/fore)
-"arB" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arC" = (
-/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" = (
-/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
- },
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"arE" = (
-/obj/machinery/power/apc{
- name = "Incinerator APC";
- pixel_y = -24
- },
-/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
- },
-/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,
-/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" = (
+/area/security/transfer)
+"afB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- cell_type = 5000;
- name = "Virology APC";
- pixel_y = -24
- },
-/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"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arT" = (
-/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"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/turf/closed/wall,
-/area/medical/virology)
-"arW" = (
+/area/security/transfer)
+"afC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arX" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Virologist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arY" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/newscaster{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/folder/white,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asa" = (
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/toxins/xenobiology)
-"asc" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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";
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"asf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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"
- },
-/area/maintenance/fore)
-"ash" = (
-/obj/structure/grille,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"asi" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"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"
- },
-/area/maintenance/fore)
-"ask" = (
/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
-"asl" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Research Director"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/hor)
-"asm" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/hor)
-"asn" = (
-/turf/closed/wall,
-/area/crew_quarters/hor)
-"aso" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"asp" = (
-/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel/warning,
-/area/toxins/misc_lab)
-"asq" = (
-/turf/open/floor/plasteel/warning,
-/area/toxins/misc_lab)
-"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)
-"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
- },
-/area/toxins/misc_lab)
-"ast" = (
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
-"asu" = (
+/area/security/transfer)
+"afD" = (
+/obj/machinery/vending/sustenance,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"asv" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Incinerator Access";
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"asw" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/incinerator)
-"asx" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/incinerator)
-"asy" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"asz" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"asA" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/engine/co2,
-/area/atmos)
-"asB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"asC" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/auxsolarport)
-"asD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/medical/virology)
-"asF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/virology)
-"asG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Monkey Pen";
- req_access_txt = "39"
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"asH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/medical/virology)
-"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/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/plasteel/white,
-/area/medical/virology)
-"asJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"asK" = (
-/obj/structure/closet/wardrobe/virology_white,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"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)
-"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,
-/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/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asP" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"asR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asS" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asT" = (
-/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/plasteel/bot,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"asU" = (
-/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/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- 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/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asW" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 11
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asX" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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{
- 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"
- })
-"atd" = (
-/turf/closed/wall/r_wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"ate" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"atf" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/bot,
-/area/assembly/robotics)
-"atg" = (
-/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/plating,
-/area/maintenance/fore)
-"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/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atl" = (
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atm" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/computer/security/telescreen{
- dir = 8;
- name = "Test Chamber Moniter";
- network = list("Test");
- pixel_x = 30
- },
-/obj/machinery/camera{
- c_tag = "Testing Lab North";
- dir = 8;
- network = list("SS13","RD");
- pixel_y = -22
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atn" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Test Chamber";
- req_access_txt = "47"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "testlab";
- layer = 2.9;
- name = "test chamber blast door"
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"ato" = (
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/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/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)
-"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)
-"atr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ats" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/electronics/firealarm,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"att" = (
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"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/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"atv" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/closed/wall,
-/area/maintenance/fore)
-"atw" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"atx" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "waste_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"aty" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "mix_sensor"
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"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
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"atA" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "n2o_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"atB" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "n2o_sensor"
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"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
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"atD" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "tox_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"atE" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "tox_sensor"
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"atF" = (
-/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
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"atG" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "waste_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"atH" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "co2_sensor"
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"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
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"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/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"atN" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
+/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/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/structure/window/reinforced{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"atO" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/smes,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"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)
-"atQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"atT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"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
- },
+/area/security/prison)
+"afH" = (
/obj/machinery/shower{
- 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/medical/virology)
-"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)
-"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)
-"atY" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"atZ" = (
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 5;
- pixel_y = -29
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"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/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/white,
-/area/medical/virology)
-"auc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
-/obj/item/weapon/newspaper,
+/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"
- })
-"aud" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aue" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/trash/chips,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"auf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aug" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aui" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"auj" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"auk" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/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
- },
-/area/toxins/xenobiology)
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"auo" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/item/weapon/extinguisher{
- pixel_x = 4;
- pixel_y = 3
- },
-/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)
-"aup" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/syringes{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/beakers,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"auq" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aur" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"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/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,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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/item/device/transfer_valve{
- pixel_x = 5
- },
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_y = 30
- },
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"auv" = (
-/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,
-/obj/structure/table/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Toxins Lab APC";
- pixel_y = 27
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"auw" = (
+/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{
- pixel_y = 25
+ name = "Station Intercom (General)";
+ pixel_y = -28
},
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aux" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/area/ai_monitored/turret_protected/aisat_interior)
+"afL" = (
+/obj/structure/transit_tube/station/reverse/flipped{
+ dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"auy" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
- },
-/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{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"auB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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,
-/area/maintenance/fore)
-"auC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical 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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auF" = (
-/obj/machinery/light{
- dir = 1
- },
-/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/machinery/power/apc{
- dir = 1;
- name = "RD Office APC";
- pixel_y = 25
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/camera{
- c_tag = "Research Director's Office";
- network = list("SS13","RD")
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auG" = (
-/obj/machinery/light_switch{
- pixel_y = 23
- },
-/obj/machinery/computer/card/minor/rd,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auH" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"auJ" = (
-/obj/machinery/camera{
- c_tag = "Research Division North East";
- dir = 8
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"auK" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auL" = (
-/obj/machinery/atmospherics/pipe/manifold4w,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auM" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- req_access = null
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auN" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auO" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/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/machinery/door/poddoor/preopen{
- id = "testlab";
- layer = 2.9;
- name = "test chamber blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auQ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"auR" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"auS" = (
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"auT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/ai_monitored/turret_protected/aisat_interior)
+"afM" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
dir = 6
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"auU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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"
- })
-"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/item/device/assembly/igniter,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"auW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"auX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/shuttle/syndicate)
+"afN" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
dir = 10
},
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"afO" = (
+/obj/machinery/door/poddoor{
+ id = "executionspaceblast";
+ name = "blast door"
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"afP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/security/transfer)
+"afQ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/flasher{
+ id = "executionflash";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/black,
+/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
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/security/transfer)
+"afS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"afT" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afU" = (
+/obj/machinery/door/window/westleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Unisex Showers";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"afV" = (
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"afW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"afX" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"afY" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"afZ" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "MiniSat External Access";
+ req_access = null;
+ req_access_txt = "65"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aga" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"agb" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/security/transfer)
+"agc" = (
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"agd" = (
+/obj/machinery/sparker{
+ dir = 2;
+ id = "executionburn";
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/security/transfer)
+"age" = (
/turf/closed/wall,
-/area/maintenance/fore)
-"auY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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/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"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/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/vault,
+/area/security/prison)
+"agi" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restroom";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"agj" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/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/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ava" = (
-/obj/machinery/door/airlock/external,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"avb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/space)
-"avc" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"avd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/atmos)
-"ave" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"avf" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating/airless,
-/area/solar/auxport)
-"avg" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/solar/auxport)
-"avh" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/solar/auxport)
-"avi" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/space,
-/area/solar/auxport)
-"avj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access = null;
- req_access_txt = "10; 13"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"avk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"avl" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"avm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"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)
-"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/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"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/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/shard,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avs" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avt" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"avu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"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/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/virology)
-"avy" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"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)
-"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"
- })
-"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/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avD" = (
-/obj/machinery/light/small,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avE" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avF" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avI" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"avK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/xenobiology)
-"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)
-"avM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/mob/living/simple_animal/mouse/gray,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"avO" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"avP" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"avQ" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/sign/deathsposal{
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"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/item/device/assembly/prox_sensor{
- pixel_x = 9;
- pixel_y = -2
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_y = 2
- },
-/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"
- })
-"avT" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/wrench,
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avU" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avV" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/meter,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avW" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avX" = (
/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avY" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/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)
-"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)
-"awc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"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
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"awe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/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/fore)
-"awf" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/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)
-"awg" = (
-/obj/machinery/suit_storage_unit/rd,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"awh" = (
-/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)
-"awi" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"awj" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"awk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"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)
-"awm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- unacidable = 1
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"awn" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Testing Chamber";
- dir = 8;
- network = list("Test","RD")
- },
-/obj/machinery/sparker{
- id = "testigniter";
- pixel_x = 25
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"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
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"awq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"awr" = (
-/obj/effect/decal/cleanable/blood/gibs,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aws" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"awt" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"awu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/fore)
-"awv" = (
-/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,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aww" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
+ 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/fore)
-"awx" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/green/visible,
+/area/ai_monitored/turret_protected/aisat_interior)
+"agk" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"agl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/security/transfer)
+"agm" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/security/transfer)
+"agn" = (
+/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/bed,
+/obj/machinery/camera{
+ c_tag = "Permabrig Cell 2";
+ network = list("SS13","Prison")
+ },
+/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/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agq" = (
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/chair,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agr" = (
+/obj/structure/bed,
+/obj/machinery/camera{
+ c_tag = "Permabrig Cell 1";
+ network = list("SS13","Prison")
+ },
+/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/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"ags" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agt" = (
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 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
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"agv" = (
+/obj/structure/grille,
/turf/open/space,
/area/space)
-"awy" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/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/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"agz" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating/airless,
/area/space)
-"awz" = (
+"agA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/security/transfer)
+"agB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/security/transfer)
+"agC" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
+ },
+/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/plasteel/vault{
+ dir = 8
+ },
+/area/security/transfer)
+"agD" = (
+/obj/machinery/flasher{
+ id = "PCell 2";
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/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/item/weapon/pen,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agG" = (
+/obj/machinery/flasher{
+ id = "PCell 1";
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agH" = (
+/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/toilet{
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"agJ" = (
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agK" = (
+/obj/structure/closet/secure_closet/security/sec,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agL" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/camera{
+ c_tag = "Brig Equipment Room";
+ dir = 2
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agM" = (
+/obj/machinery/vending/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agN" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agO" = (
/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/space,
+/area/space)
+"agP" = (
+/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/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
+ },
+/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/table,
+/obj/item/weapon/folder/red{
+ pixel_x = 3
+ },
+/obj/item/device/taperecorder{
+ pixel_x = -3;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"agS" = (
+/obj/machinery/button/flasher{
+ id = "executionflash";
+ pixel_x = 24;
+ pixel_y = 5
+ },
+/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/door/airlock/glass_security{
+ name = "Long-Term Cell 2";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agU" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall,
+/area/security/prison)
+"agV" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/prison)
+"agW" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 1";
+ req_access_txt = "2"
+ },
+/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" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agY" = (
+/obj/structure/transit_tube/crossing,
+/turf/open/floor/plating/airless,
+/area/space)
+"agZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/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"
- },
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"awB" = (
-/obj/item/stack/cable_coil,
+/area/security/transfer)
+"aha" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"awC" = (
-/obj/machinery/power/apc{
- name = "Fore Port Solar APC";
- pixel_x = 25;
- pixel_y = 3
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/machinery/camera{
- c_tag = "Fore Port Solar Control";
+/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
},
-/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/security/transfer)
+"ahc" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"ahd" = (
+/obj/structure/chair{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awF" = (
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"awG" = (
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"ahe" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/machinery/shower{
+/obj/machinery/button/ignition{
+ id = "executionburn";
+ pixel_x = 24;
+ pixel_y = 5
+ },
+/obj/machinery/button/door{
+ id = "executionfireblast";
+ name = "Transfer Area Lockdown";
+ pixel_x = 25;
+ pixel_y = -5;
+ req_access_txt = "2"
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
+/turf/open/floor/plasteel/red,
+/area/security/prison)
+"ahh" = (
+/obj/machinery/light{
+ dir = 1
},
-/area/medical/virology)
-"awH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/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/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"ahj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"ahk" = (
+/obj/machinery/camera{
+ c_tag = "Brig Prison Hallway";
+ network = list("SS13","Prison")
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"awI" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/medical/virology)
-"awJ" = (
+/area/security/prison)
+"ahl" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4"
+ icon_state = "2-4";
+ tag = ""
},
-/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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/item/weapon/shard{
- icon_state = "small"
+/obj/machinery/button/flasher{
+ id = "PCell 1";
+ pixel_x = 5;
+ pixel_y = 24
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awL" = (
+/obj/machinery/button/door{
+ id = "permacell1";
+ name = "Cell 1 Lockdown";
+ pixel_x = 4;
+ pixel_y = 34;
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"ahm" = (
/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,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
icon_state = "1-8"
},
-/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/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
- },
-/area/toxins/xenobiology)
-"awT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"awU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"awV" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"awX" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"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;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axc" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axd" = (
-/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/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axe" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/research{
- name = "Toxins Launch Room Access";
- req_access_txt = "8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"axh" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
- },
-/area/crew_quarters/hor)
-"axi" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"axj" = (
-/obj/structure/rack,
-/obj/item/device/taperecorder{
- pixel_x = -3
- },
-/obj/item/device/paicard{
- pixel_x = 4
- },
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/red/side{
dir = 5
},
-/area/crew_quarters/hor)
-"axk" = (
-/obj/machinery/computer/mecha,
-/obj/structure/window/reinforced{
- dir = 8
+/area/security/prison)
+"ahn" = (
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"axl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"axm" = (
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"axn" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/whitepurple/corner{
+/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
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/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
},
-/area/medical/research{
- name = "Research Division"
- })
-"axo" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = 27
+/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/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"ahw" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/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/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)
-"axq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/security/transfer)
+"ahx" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 9
},
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"axr" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"axs" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 29
+/obj/item/weapon/wrench,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"axt" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"axu" = (
-/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"axv" = (
-/obj/effect/decal/cleanable/blood/gibs,
-/obj/item/weapon/kitchen/knife,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"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"
+/area/security/transfer)
+"ahy" = (
+/obj/structure/rack,
+/obj/item/weapon/tank/internals/anesthetic{
+ pixel_x = -3;
+ pixel_y = 1
},
-/area/maintenance/fore)
-"axx" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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/security/transfer)
+"ahz" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/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/machinery/atmospherics/pipe/simple/general/hidden,
+/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/plasteel/black,
+/area/security/transfer)
+"ahB" = (
+/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/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/plasteel/red/side{
+ dir = 8
+ },
+/area/security/prison)
+"ahD" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"ahE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"ahF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"ahG" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
+/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" = (
+/turf/open/floor/plasteel,
+/area/security/prison)
+"ahK" = (
+/obj/structure/table,
+/obj/item/weapon/razor{
+ pixel_x = -6
+ },
+/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/table,
+/obj/item/weapon/storage/box/chemimp{
+ pixel_x = 6
+ },
+/obj/item/weapon/storage/box/trackimp{
+ pixel_x = -3
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ahM" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "3"
+ },
+/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/closet/secure_closet/lethalshots,
+/obj/machinery/camera/motion{
+ c_tag = "Armory Motion Sensor";
+ dir = 2;
+ name = "motion-sensitive security camera"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ahO" = (
+/obj/vehicle/secway,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ahP" = (
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 4
+ },
+/obj/item/weapon/grenade/barrier,
+/obj/item/weapon/grenade/barrier{
+ pixel_x = -4
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"ahS" = (
+/obj/vehicle/secway,
+/obj/item/key/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"ahT" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"ahU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"axy" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ahV" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ahW" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 5
},
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/security/transfer)
+"ahX" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ layer = 2.4
+ },
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "2"
+ },
+/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/black,
+/area/security/transfer)
+"ahZ" = (
+/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/machinery/light_switch{
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aib" = (
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"aic" = (
+/turf/open/floor/plasteel/red,
+/area/security/prison)
+"aid" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aie" = (
+/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/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aii" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aij" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aik" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/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/table,
+/obj/item/weapon/storage/box/flashbangs{
+ pixel_x = 6;
+ pixel_y = 3
+ },
+/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/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aip" = (
+/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
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aiq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Equipment Room";
+ req_access = null;
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/main)
+"air" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Equipment Room";
+ req_access = null;
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/main)
+"ais" = (
/turf/closed/wall,
-/area/maintenance/fore)
-"axz" = (
-/obj/machinery/door/airlock/external,
+/area/security/hos)
+"ait" = (
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"aiu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aiv" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aiw" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aix" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/obj/item/weapon/reagent_containers/glass/beaker,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aiy" = (
+/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/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aiA" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"axA" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"axB" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"axE" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- })
-"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"
- })
-"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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"axL" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/biohazard{
- pixel_x = 32
- },
-/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/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)
-"axM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- })
-"axN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axS" = (
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"axT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"axU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"axX" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"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"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"axZ" = (
-/obj/machinery/camera{
- c_tag = "Toxins Lab";
- dir = 4;
- network = list("SS13","RD")
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aya" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"ayb" = (
-/obj/machinery/light,
-/obj/machinery/portable_atmospherics/pump,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"ayc" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/item/weapon/storage/firstaid/toxin,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"ayd" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aye" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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"
- },
-/area/maintenance/fore)
-"ayg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
-"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)
-"ayi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/hor)
-"ayj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/rack,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/crew_quarters/hor)
-"ayk" = (
-/obj/machinery/computer/robotics,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"ayl" = (
-/obj/structure/chair/office/light{
- 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)
-"aym" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = 0;
- pixel_y = 0;
- req_access_txt = "47"
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"ayn" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"ayo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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"
- })
-"ayp" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"ayq" = (
-/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,
-/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{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/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
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"ayz" = (
-/obj/structure/chair/stool,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ayA" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
- 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
+ tag = ""
},
/obj/structure/cable{
d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/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/cable{
d2 = 8;
- icon_state = "2-8"
+ icon_state = "0-8"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayC" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"ayD" = (
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aiC" = (
+/obj/structure/closet/secure_closet/brig{
+ anchored = 1
+ },
+/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/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,
/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)
-"ayF" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ayG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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,
-/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
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay 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
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay 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"
- })
-"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"
- })
-"ayP" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayQ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/donkpockets,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayR" = (
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayT" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ayU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
+/area/security/prison)
+"aiF" = (
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ayV" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ayW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ayX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Genetics Maintenance";
- req_access_txt = "9";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/medical/genetics)
-"ayY" = (
-/obj/structure/window/reinforced,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"ayZ" = (
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"aza" = (
-/obj/machinery/door/window/westleft{
- dir = 2;
- name = "Monkey Pen";
- req_access_txt = "9"
- },
-/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
- },
-/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
- },
-/area/medical/research{
- name = "Research Division"
- })
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aze" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"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{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"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"
- })
-"azi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"azj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
+/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 = 1
+ dir = 8;
+ icon_state = "tube1";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"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
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aiH" = (
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aiI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/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
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"azm" = (
/obj/machinery/light{
- dir = 1
+ dir = 4;
+ icon_state = "tube1"
},
-/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"
- })
-"azo" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"azp" = (
/obj/structure/sign/nosmoking_2{
pixel_x = 32
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/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"
- },
-/area/maintenance/fore)
-"azr" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
- },
-/area/crew_quarters/hor)
-"azs" = (
-/turf/open/floor/plasteel/warnwhite,
-/area/crew_quarters/hor)
-"azt" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/aicore{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/weapon/circuitboard/computer/teleporter,
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/crew_quarters/hor)
-"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/cafeteria,
-/area/crew_quarters/hor)
-"azv" = (
-/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");
- pixel_y = 2
- },
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Research Director's Desk";
- departmentType = 5;
- name = "Research Director 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/ai_status_display{
- pixel_y = 32
- },
-/obj/machinery/light_switch{
- pixel_x = -20
- },
-/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
- },
-/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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"azC" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = 32
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"azD" = (
-/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,
-/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)
-"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)
-"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/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/green/side{
- dir = 9
- },
-/area/atmos)
-"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
- },
-/area/atmos)
-"azJ" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Mix Outlet Pump";
- on = 0
- },
-/turf/open/floor/plasteel/green/side{
- dir = 5
- },
-/area/atmos)
-"azK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"azL" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 8;
- filter_type = "n2o";
- on = 1
- },
-/turf/open/floor/plasteel/escape{
- dir = 9
- },
-/area/atmos)
-"azM" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- 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)
-"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
- },
-/area/atmos)
-"azO" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"azP" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 8;
- filter_type = "plasma";
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/atmos)
-"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)
-"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)
-"azS" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 8;
- filter_type = "co2";
- on = 1
- },
-/turf/open/floor/plasteel/caution{
- dir = 9
- },
-/area/atmos)
-"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
- },
-/area/atmos)
-"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
- },
-/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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"azX" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"azY" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"azZ" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/camera{
- c_tag = "Medbay Break Room";
- dir = 4;
- network = list("SS13","Medbay")
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/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,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aiK" = (
/obj/effect/landmark/start{
- name = "Medical Doctor"
+ name = "Security Officer"
},
-/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"
- })
-"aAd" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAe" = (
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAf" = (
-/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"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aAi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- })
-"aAl" = (
-/obj/structure/table/glass,
-/obj/item/device/flashlight/pen,
-/obj/item/device/flashlight/pen{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/storage/pill_bottle/mutadone,
-/obj/item/weapon/storage/pill_bottle/mannitol,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 9
- },
-/area/medical/genetics)
-"aAm" = (
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aAn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Genetics Research";
- network = list("SS13","RD")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aAo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aAp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aAq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aAr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aAs" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aAt" = (
-/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aAv" = (
-/obj/machinery/atmospherics/pipe/manifold/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"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aAx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aAy" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"aAz" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aAA" = (
-/obj/machinery/camera{
- c_tag = "Research Division West";
- dir = 8
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"aAB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAC" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "port to mix"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAD" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- 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/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAG" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- 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"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAH" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"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/machinery/atmospherics/components/binary/pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAJ" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1443;
- id = "air_in"
- },
-/obj/machinery/sparker{
- id = "mixingsparker";
- pixel_y = 25
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAK" = (
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAL" = (
-/obj/machinery/sparker{
- id = "mixingsparker";
- pixel_y = 25
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- })
-"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"
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/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"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aAT" = (
-/obj/machinery/newscaster{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aAU" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aAV" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aAW" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- 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"
- })
-"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/item/stack/medical/ointment{
- amount = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/open/floor/plating/warnplate,
-/area/maintenance/fore)
-"aBb" = (
-/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/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aBc" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 5;
- initialize_directions = 12
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -30
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBd" = (
-/obj/machinery/atmospherics/pipe/manifold/green/visible,
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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)
-"aBf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aBg" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBh" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBi" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBj" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBk" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBl" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBm" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBn" = (
-/obj/machinery/vending/cola,
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aBq" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBr" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBs" = (
-/turf/closed/wall,
-/area/medical/cryo)
-"aBt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/medical/cryo)
-"aBu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/cryo)
-"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
- },
-/area/medical/genetics)
-"aBw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aBx" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aBy" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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/whitepurple/corner{
- dir = 4
- },
-/area/medical/genetics)
-"aBB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/genetics)
-"aBC" = (
-/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/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitebot{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aBD" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Genetics Access";
- dir = 8;
- pixel_y = -22
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aBE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
-"aBF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/toxins/storage)
-"aBG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/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
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBJ" = (
-/turf/open/floor/plasteel/warnwhite{
- 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";
- 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"
- },
-/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" = (
-/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")
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBW" = (
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = 22
- },
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = -5;
- pixel_y = 22;
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBX" = (
-/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"aiL" = (
+/obj/structure/filingcabinet,
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
- pixel_y = 25
+ pixel_x = 0;
+ pixel_y = 30
},
/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" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- name = "Research Break Room";
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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{
- dir = 4;
- icon_state = "pipe-c"
- },
-/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
- },
-/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)
-"aCh" = (
-/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/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aCi" = (
-/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{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"aCj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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
- },
-/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
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aCo" = (
-/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
- },
-/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"
- },
-/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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCs" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCt" = (
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCu" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCv" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics North East";
- dir = 8
- },
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "o2";
- on = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 5
- },
-/area/atmos)
-"aCw" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"aCx" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aCy" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "o2_in"
- },
-/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"
- })
-"aCE" = (
-/obj/machinery/door/airlock/medical{
- name = "Medbay Break Room";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aCF" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aCG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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/plasteel/whiteblue/side{
- dir = 8
- },
-/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/plasteel/white,
-/area/medical/genetics)
-"aCL" = (
-/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;
+/area/security/main)
+"aiM" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box{
pixel_y = 2
},
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"aiN" = (
+/obj/structure/table,
+/obj/structure/sign/goldenplaque{
+ pixel_y = 32
+ },
/obj/machinery/light{
- dir = 4
+ dir = 1
},
-/obj/machinery/requests_console{
- department = "Genetics";
- name = "Genetics Requests Console";
- pixel_x = 30
+/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/vending/coffee,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"aiP" = (
+/obj/machinery/photocopier,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"aiQ" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/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/plasteel/warning{
- dir = 10
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCT" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "mix to port"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCU" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -28
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/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{
- dir = 4
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCW" = (
-/obj/structure/sign/fire{
+/obj/structure/reagent_dispensers/peppertank{
pixel_x = 32;
pixel_y = 0
},
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCX" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/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/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCZ" = (
-/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/red,
+/area/security/main)
+"aiR" = (
+/obj/item/weapon/reagent_containers/food/snacks/donut,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/reagent_dispensers/fueltank,
+/area/security/hos)
+"aiS" = (
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aiT" = (
/turf/open/floor/plating{
broken = 1;
icon_state = "platingdmg3"
},
-/area/maintenance/fore)
-"aDb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/maintenance/fsmaint)
+"aiU" = (
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aiV" = (
+/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/closed/wall/r_wall,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fsmaint)
+"aiW" = (
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aDc" = (
+"aiX" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aiY" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aiZ" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aja" = (
+/obj/machinery/atmospherics/components/unary/tank/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ajb" = (
+/obj/machinery/atmospherics/components/unary/tank/nitrogen,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ajc" = (
+/turf/closed/wall,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"ajd" = (
+/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"
+ },
+/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/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/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{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
+"ajg" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
+"ajh" = (
+/turf/closed/wall,
+/area/security/brig)
+"aji" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"ajj" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHEAST)";
+ dir = 5
+ },
+/area/security/brig)
+"ajk" = (
+/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/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ajl" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ajm" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_y = 0
},
-/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/item/clothing/suit/armor/bulletproof{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
},
-/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"
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001
},
-/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"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
- },
-/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/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/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aDj" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
on = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aDk" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aDl" = (
-/obj/effect/landmark{
- name = "blobstart"
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ajo" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = -3;
+ pixel_y = 3
},
-/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
+/obj/item/weapon/gun/energy/laser,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/machinery/camera{
- c_tag = "Research Break Room";
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ajp" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/apc{
dir = 8;
- network = list("SS13","RD")
+ name = "Security Office APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"ajq" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ajr" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ajs" = (
+/obj/machinery/light{
dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aDn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"aDo" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aDp" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/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{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"aDr" = (
-/obj/structure/disposalpipe/segment,
-/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/plating,
-/area/maintenance/fore)
-"aDs" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+ icon_state = "tube1"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDu" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDv" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aDw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aDx" = (
-/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
- },
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aDy" = (
-/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
- },
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aDz" = (
-/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
- },
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aDA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-2";
- 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{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aDD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/area/security/main)
+"ajt" = (
+/obj/machinery/suit_storage_unit/hos,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDE" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Mix to Distro";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDF" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDG" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDH" = (
-/obj/machinery/hologram/holopad,
-/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")
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/atmos)
-"aDJ" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "n2_sensor"
- },
-/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,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable,
-/turf/open/space,
-/area/solar/auxport)
-"aDM" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/space,
-/area/space)
-"aDN" = (
-/obj/machinery/door/airlock/external,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDO" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"aju" = (
+/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
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDR" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"ajv" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDT" = (
-/obj/item/stack/rods,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"ajw" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/seccarts{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/box/deputy,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"ajx" = (
+/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/black,
+/area/security/hos)
+"ajy" = (
+/obj/structure/mineral_door/wood,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ajz" = (
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor5"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ajA" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/plating{
burnt = 1;
icon_state = "panelscorched"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/maintenance/fsmaint)
+"ajB" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aDV" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aDW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aDX" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aDY" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aDZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/area/maintenance/fsmaint)
+"ajC" = (
+/obj/structure/window/reinforced{
dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ layer = 2.9
},
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/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/machinery/washing_machine,
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = -31
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ajF" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ajG" = (
+/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/machinery/atmospherics/components/trinary/mixer/flipped{
+ dir = 1;
+ node1_concentration = 0.2;
+ node2_concentration = 0.8;
+ on = 1
+ },
+/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/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/obj/machinery/meter,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ajK" = (
+/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/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aEa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"ajM" = (
+/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
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aEb" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/obj/machinery/power/apc{
- dir = 4;
- name = "Cryogenics APC";
- pixel_x = 25
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"ajN" = (
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"ajO" = (
+/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
},
-/obj/structure/table,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/mask/muzzle,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aEc" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/area/security/brig)
+"ajP" = (
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
},
-/area/medical/genetics)
-"aEd" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start{
- name = "Geneticist"
+/obj/item/weapon/storage/firstaid/regular,
+/obj/structure/table/glass,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"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)
-"aEf" = (
-/obj/machinery/meter{
- frequency = 1443;
- name = "Distribution Loop"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+/turf/open/floor/plasteel/whitered/side{
dir = 1
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/security/brig)
+"ajQ" = (
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 24
},
-/obj/structure/disposalpipe/segment{
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajR" = (
+/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aEg" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/iv_drip{
+ density = 0
},
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aEh" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/research{
- name = "Toxins Lab";
- req_access_txt = "8"
+/turf/open/floor/plasteel/whitered/side{
+ dir = 5
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aEi" = (
+/area/security/brig)
+"ajS" = (
+/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{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/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/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/security/brig)
+"ajV" = (
+/obj/machinery/door/airlock/security{
+ name = "Evidence Room";
+ req_access_txt = "63"
+ },
+/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/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajX" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Evidence Room";
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ dir = 4
+ },
+/area/security/brig)
+"ajY" = (
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ajZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aka" = (
+/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/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"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"akc" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = -3;
+ pixel_y = 3
},
-/area/maintenance/fore)
-"aEj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/machinery/space_heater,
-/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"
- })
-"aEl" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"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"
- })
-"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
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aEo" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aEp" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"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{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aEu" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aEv" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"akd" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/newscaster{
+ pixel_x = -32
},
-/area/maintenance/fore)
-"aEw" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/area/security/main)
+"ake" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/area/maintenance/fore)
-"aEx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
+/area/security/main)
+"akf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEy" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEz" = (
+/turf/open/floor/plasteel/black,
+/area/security/main)
+"akg" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/storage/tech)
-"aEA" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aEB" = (
+/area/security/hos)
+"akh" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aEC" = (
-/obj/machinery/camera{
- c_tag = "Secure Tech Storage";
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aED" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/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/keycard_auth{
+ pixel_x = 28;
+ pixel_y = 28
},
+/turf/open/floor/plasteel/darkred/side,
+/area/security/hos)
+"akl" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/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
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
/turf/open/floor/plating,
-/area/maintenance/fore)
-"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
+/area/security/hos)
+"akm" = (
+/obj/structure/table,
+/obj/item/weapon/lighter,
+/obj/machinery/light/small{
+ dir = 8
},
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/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/light/small{
dir = 4
},
+/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 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/medical/genetics)
-"aEG" = (
-/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/white,
-/area/medical/genetics)
-"aEH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- name = "Genetics Research";
- req_access_txt = "9"
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"akq" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aEI" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"aEJ" = (
+/area/maintenance/fsmaint)
+"akr" = (
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/maintenance/fsmaint)
+"aks" = (
+/obj/structure/chair,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"akt" = (
+/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/maintenance/fsmaint)
+"aku" = (
+/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/maintenance/fsmaint)
+"akv" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/table/glass,
+/obj/machinery/recharger,
+/obj/item/weapon/gun/energy/laser/retro,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"akw" = (
/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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEK" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEL" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEM" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEO" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEP" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "O2 Outlet Pump";
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 6
- },
-/area/atmos)
-"aEQ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"aER" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"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
- },
-/turf/open/floor/engine/o2,
-/area/atmos)
-"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 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"akx" = (
+/obj/machinery/door/airlock{
+ id_tag = "mainthideout";
+ name = "Hideout"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aky" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
dir = 8
},
+/obj/item/weapon/wrench,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aEU" = (
-/obj/item/weapon/cigbutt,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aEV" = (
-/obj/effect/decal/cleanable/oil,
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- })
-"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"
- })
-"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"
- })
-"aFa" = (
-/obj/machinery/camera{
- c_tag = "Medbay North";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
+"akz" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4;
- name = "connector port (Air Supply)"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/medical/cryo)
-"aFc" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aFd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aFe" = (
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 7;
- pixel_y = 1
- },
-/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/item/weapon/reagent_containers/glass/beaker/cryoxadone,
-/obj/item/weapon/wrench/medical,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aFf" = (
-/obj/structure/closet/wardrobe/genetics_white,
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/obj/item/weapon/storage/backpack/satchel_gen,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10
- },
-/area/medical/genetics)
-"aFg" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10
- },
-/area/medical/genetics)
-"aFh" = (
-/obj/machinery/computer/scan_consolenew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 6
- },
-/area/medical/genetics)
-"aFi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aFj" = (
-/obj/machinery/computer/scan_consolenew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10
- },
-/area/medical/genetics)
-"aFk" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 6
- },
-/area/medical/genetics)
-"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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aFm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
-"aFn" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Toxins Storage APC";
- pixel_x = -25
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aFo" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"akA" = (
+/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" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aFp" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aFq" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Toxins Storage";
- dir = 8;
- network = list("SS13","RD")
- },
-/obj/machinery/light_switch{
- pixel_x = 23
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aFr" = (
-/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"aFs" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aFt" = (
-/turf/open/floor/plasteel/warnwhite,
-/area/medical/research{
- name = "Research Division"
- })
-"aFu" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aFv" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"aFw" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"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/structure/disposalpipe/segment,
-/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/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"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"
- })
-"aFA" = (
-/obj/structure/noticeboard{
- dir = 8;
- pixel_x = 27
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"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"
- },
-/area/maintenance/fore)
-"aFD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/fore)
-"aFE" = (
-/turf/closed/wall,
-/area/hallway/primary/starboard)
-"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"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aFI" = (
-/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)
-"aFJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aFK" = (
-/turf/closed/wall,
-/area/storage/tech)
-"aFL" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aFM" = (
-/obj/machinery/atmospherics/components/binary/pump{
dir = 2;
- name = "Distro to Waste";
- on = 0
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
pixel_x = -22
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFN" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Mix to Filter";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFO" = (
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"akC" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFR" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Mix to Port";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFS" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Pure to Port";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFU" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "O2 to Pure";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFV" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"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"
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
})
-"aFX" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms";
+"akD" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Crematorium";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 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
+ },
+/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/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/table/glass,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/item/weapon/reagent_containers/syringe{
+ name = "steel point"
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
+ },
+/area/security/brig)
+"akG" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (WEST)";
+ dir = 8
+ },
+/area/security/brig)
+"akH" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/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/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/whitered/side{
dir = 4
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"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{
+/area/security/brig)
+"akJ" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aFZ" = (
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/item/weapon/storage/box/matches,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical 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"
- })
-"aGb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aGc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- 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,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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{
- dir = 4;
- name = "connector port (Air Supply)"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/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
- },
/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/security/brig)
+"akK" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
+ tag = "icon-1-2";
icon_state = "1-2"
},
-/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/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" = (
-/obj/structure/cable{
- d1 = 1;
- 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
- },
-/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 = 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/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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aGs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- 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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGv" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-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/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGy" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/sign/fire{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/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
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aGB" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/whitebot{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGC" = (
-/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{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGE" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-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/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/white/corner,
-/area/toxins/explab)
-"aGI" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
-/obj/item/device/radio/off,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side,
-/area/toxins/explab)
-"aGJ" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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
- },
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_y = 30
- },
-/turf/open/floor/plasteel/white/side,
-/area/toxins/explab)
-"aGL" = (
-/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/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
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aGN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance";
- req_access_txt = "24"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aGP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
+/area/security/brig)
+"akL" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
- icon_state = "pipe-c"
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aGS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/starboard)
-"aGV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/starboard)
-"aGW" = (
+/area/security/brig)
+"akM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
-/area/storage/tech)
-"aGX" = (
-/obj/structure/rack{
+/area/security/brig)
+"akN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
- layer = 2.9
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/item/weapon/circuitboard/computer/cloning,
-/obj/item/weapon/circuitboard/computer/med_data{
- pixel_x = 3;
- pixel_y = -3
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
-/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
+/area/security/brig)
+"akO" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aGY" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"akP" = (
+/obj/machinery/flasher/portable,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/armory)
+"akQ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"akR" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = -4;
+ pixel_y = 12
+ },
+/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{
+ tag = "icon-1-2";
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"akY" = (
+/turf/open/floor/carpet,
+/area/security/hos)
+"akZ" = (
+/obj/structure/chair{
+ dir = 4
},
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/security/hos)
+"ala" = (
+/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/secure_data,
+/turf/open/floor/carpet,
+/area/security/hos)
+"alc" = (
+/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/storage/tech)
-"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/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
+/area/security/hos)
+"ald" = (
/turf/open/floor/plating{
burnt = 1;
icon_state = "panelscorched"
},
-/area/maintenance/fore)
-"aHc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/area/maintenance/fsmaint)
+"ale" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aHd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/area/maintenance/fsmaint)
+"alf" = (
+/obj/effect/landmark{
+ name = "blobstart"
},
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aHe" = (
-/obj/machinery/meter{
- frequency = 1443;
- name = "Waste Loop"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHf" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Waste In";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHi" = (
-/obj/machinery/atmospherics/components/trinary/mixer{
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHj" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHm" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHn" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHo" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHp" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHq" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "n2";
- on = 1
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/atmos)
-"aHr" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "n2_in"
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aHs" = (
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aHt" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aHu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHw" = (
-/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/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHy" = (
-/obj/machinery/button/door{
- id = "medpriv1";
- 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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHz" = (
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aHA" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aHB" = (
-/turf/closed/wall,
-/area/medical/genetics)
-"aHC" = (
-/obj/item/weapon/storage/box/rxglasses{
- pixel_x = 3;
- pixel_y = 3
- },
-/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/plasteel/white,
-/area/medical/genetics)
-"aHD" = (
-/obj/structure/table/glass,
-/obj/item/weapon/book/manual/medical_cloning{
- pixel_y = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aHE" = (
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"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
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHH" = (
-/obj/machinery/vending/medical{
- pixel_x = -2
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHI" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aHJ" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aHK" = (
-/obj/machinery/portable_atmospherics/scrubber/huge,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/storage)
-"aHL" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = 0
- },
-/turf/closed/wall,
-/area/toxins/storage)
-"aHM" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aHN" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aHO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aHP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"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"
- })
-"aHR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Misc Research APC";
- pixel_y = -25
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aHS" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/maintenance/fsmaint)
+"alg" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/maintenance/fsmaint)
+"alh" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ali" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aHT" = (
-/obj/machinery/camera{
- c_tag = "Research Division East";
- dir = 1
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/area/maintenance/fsmaint)
+"alj" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aHU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Experimentation Lab";
- req_access_txt = "7"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line,
+/area/maintenance/fsmaint)
+"alk" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aHV" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aHW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aHX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aHY" = (
-/obj/structure/closet/l3closet/scientist{
- pixel_x = -2
+/area/maintenance/fsmaint)
+"all" = (
+/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/structure/disposalpipe/segment,
-/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/toxins/explab)
-"aHZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/explab)
-"aIa" = (
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"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)
-"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)
-"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"
- },
-/area/maintenance/fore)
-"aIf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"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
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/starboard)
-"aIi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aIj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/storage/tech)
-"aIk" = (
-/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/light/small{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Tech Storage APC";
- pixel_x = -27
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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{
+/turf/open/space,
+/area/space)
+"alm" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
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)
-"aIs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aIt" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aIu" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/area/atmos)
-"aIy" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "o2_sensor"
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aIz" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aIA" = (
-/obj/item/weapon/cautery{
- pixel_x = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- })
-"aIC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/vending/wallmed{
- pixel_y = 28
- },
-/obj/machinery/camera{
- c_tag = "Surgery Operating";
- pixel_x = 22
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aID" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIE" = (
-/obj/structure/closet/crate/freezer/blood,
-/turf/open/floor/plasteel,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIH" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
- },
-/obj/machinery/door/poddoor/preopen{
- id = "medpriv4";
- layer = 3.1;
- name = "privacy door"
- },
/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aII" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+"aln" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"alo" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
dir = 9
},
-/obj/machinery/door/poddoor/preopen{
- id = "medpriv1";
- layer = 3.1;
- name = "privacy door"
- },
/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aIJ" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell{
- dir = 4
+"alp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/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
- },
-/area/medical/cryo)
-"aIK" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aIL" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aIM" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell{
- dir = 8
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/cryo)
-"aIN" = (
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"alq" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"alr" = (
+/obj/structure/bodycontainer/morgue,
/obj/machinery/camera{
- c_tag = "Genetics Cloning";
+ c_tag = "Brig Infirmary";
dir = 4
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aIO" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aIP" = (
-/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/genetics)
-"aIQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/genetics)
-"aIR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/obj/effect/landmark{
+ name = "revenantspawn"
},
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"als" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/turf/open/floor/plasteel/whitebot{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIU" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plasteel/whitered/side{
dir = 8
},
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIV" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/area/security/brig)
+"alt" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/security/brig)
+"alu" = (
+/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
+ },
+/area/security/brig)
+"alv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"alw" = (
+/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/fpmaint{
- name = "Medical Maintenance"
- })
-"aIW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aIX" = (
-/turf/closed/wall,
-/area/toxins/lab)
-"aIY" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
-/turf/open/floor/plating,
-/area/toxins/lab)
-"aIZ" = (
/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/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Research and Development Lab";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"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"
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"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"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"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"
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"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/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/research{
- name = "Mech Bay";
- req_access_txt = "29";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/chargebay)
-"aJg" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- freq = 1400;
- location = "Science"
- },
-/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"
- })
-"aJh" = (
-/turf/closed/wall,
-/area/toxins/explab)
-"aJi" = (
-/obj/machinery/light_switch{
- pixel_x = -20
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aJj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aJm" = (
-/obj/machinery/igniter{
- icon_state = "igniter0";
- id = "Incinerator";
- luminosity = 2;
- on = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"aJn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aJp" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aJq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aJr" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aJs" = (
-/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
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aJt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aJu" = (
-/turf/open/floor/plating,
-/area/storage/tech)
-"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)
-"aJw" = (
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJx" = (
-/obj/structure/closet/crate,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJy" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJz" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aJA" = (
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aJC" = (
-/obj/item/clothing/gloves/color/black,
-/obj/item/weapon/watertank/atmos,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJE" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- initialize_directions = 11
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJF" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "N2 Outlet Pump";
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
- },
-/area/atmos)
-"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
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aJH" = (
-/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/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aJI" = (
-/obj/item/weapon/retractor,
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJJ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/effect/landmark/start{
- name = "Medical Doctor"
+/turf/open/floor/plasteel,
+/area/security/brig)
+"alx" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = -28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJQ" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJR" = (
-/obj/machinery/airalarm{
+/obj/machinery/power/apc{
+ cell_type = 10000;
dir = 4;
- pixel_x = -23;
+ name = "Brig APC";
+ pixel_x = 24;
pixel_y = 0
},
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aJS" = (
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"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"
- },
-/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
- },
-/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,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "GeneticsDoorE";
- name = "Genetics";
- req_access_txt = "5; 9"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aJZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aKa" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aKb" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aKd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aKg" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Research and Development";
- network = list("SS13","RD");
- pixel_x = 22
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aKh" = (
-/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aKi" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/lab)
-"aKj" = (
+/area/security/brig)
+"aly" = (
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"alz" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aKk" = (
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"alA" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "3"
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aKl" = (
-/obj/machinery/light_switch{
- pixel_y = 23
- },
-/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)
-"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/table,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/machinery/requests_console{
- department = "Robotics";
- departmentType = 2;
- name = "Robotics RC";
- pixel_y = 30
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"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)
-"aKp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aKq" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/assembly/robotics)
-"aKr" = (
+/turf/open/floor/plasteel/vault,
+/area/security/warden)
+"alB" = (
/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
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aKs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/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/head/welding{
- pixel_x = -3;
- pixel_y = 5
- },
-/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
+ icon_state = "0-4";
+ d2 = 4
},
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000;
- pixel_x = 3;
- pixel_y = 5
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"alC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "3"
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000;
- pixel_x = 5;
- pixel_y = -5
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/vault,
+/area/security/warden)
+"alD" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"alE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Security Office";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = -31
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"alF" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aKu" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/area/security/main)
+"alG" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/obj/structure/table,
-/obj/item/weapon/crowbar,
-/obj/item/device/radio/headset/headset_sci{
- pixel_x = -3
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/item/device/multitool{
- pixel_x = 3
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/obj/item/device/multitool{
- pixel_x = 3
- },
-/obj/item/weapon/pen,
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aKv" = (
-/obj/structure/reagent_dispensers/fueltank,
+/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/plasteel,
-/area/assembly/chargebay)
-"aKw" = (
-/obj/machinery/power/apc{
+/area/security/main)
+"alI" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"alJ" = (
+/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 (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";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/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
+ },
+/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 = "wood-broken";
+ tag = "icon-wood-broken"
+ },
+/area/maintenance/fsmaint)
+"alU" = (
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/maintenance/fsmaint)
+"alV" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
+ },
+/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 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"alX" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
dir = 1;
- name = "Mech Bay APC";
- pixel_y = 25
+ icon_state = "left";
+ name = "Security Delivery";
+ req_access_txt = "1"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 1;
+ freq = 1400;
+ location = "Security"
+ },
+/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 = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"alZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
+ },
+/area/security/brig)
+"ama" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 6
+ },
+/area/security/brig)
+"amc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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 = 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{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amg" = (
+/obj/machinery/computer/prisoner,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amh" = (
+/obj/machinery/computer/security,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Control Room";
+ dir = 2
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ami" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amk" = (
+/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
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amn" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"amo" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ tag = "icon-propulsion (WEST)";
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
+"amp" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel,
+/area/security/main)
+"amq" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/main)
+"amr" = (
+/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/red/side{
+ dir = 4
+ },
+/area/security/main)
+"ams" = (
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/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/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"amv" = (
+/obj/structure/table/wood,
+/obj/item/weapon/phone,
+/turf/open/floor/carpet,
+/area/security/hos)
+"amw" = (
+/obj/machinery/computer/card/minor/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
+"amx" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Pete's Speakeasy";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"amy" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
+"amz" = (
+/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/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"amB" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"amC" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"amD" = (
+/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/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/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"amF" = (
+/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/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"amG" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"amH" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/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;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
+"amJ" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"amK" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"amL" = (
+/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 = 4
+ },
+/area/security/brig)
+"amM" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/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/security/warden)
+"amN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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 = 9
+ },
+/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
+ },
+/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/plasteel/showroomfloor,
+/area/security/warden)
+"amV" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/security/warden)
+"amW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/main)
+"amX" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"amY" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"amZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/main)
+"ana" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/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{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"anc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/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";
+ pixel_x = 0
+ },
+/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";
+ pixel_x = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Head of Security's Office";
+ dir = 1;
+ network = list("SS13")
+ },
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
+ },
+/area/security/hos)
+"ang" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Head of Security's Office APC";
+ pixel_x = 0;
+ pixel_y = -24
},
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aKx" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/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{
+ d2 = 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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ann" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ano" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anp" = (
+/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/assembly/chargebay)
-"aKy" = (
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anr" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/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"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aKC" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+"ans" = (
+/obj/machinery/computer/security{
+ name = "Labor Camp Monitoring";
+ network = list("Labor")
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aKD" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start{
- name = "Scientist"
+/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
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aKE" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Experimentation Lab";
+/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;
- network = list("SS13","RD")
+ layer = 2.4;
+ on = 1
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anA" = (
+/obj/machinery/door/airlock/security{
+ name = "Brig Control";
+ req_access_txt = "3"
},
-/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";
+ 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";
+ pixel_x = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/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";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"anF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j2s";
+ sortType = 8
+ },
+/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 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"anH" = (
+/turf/closed/wall,
+/area/maintenance/fore)
+"anI" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/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/fsmaint)
+"anK" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/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
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"anN" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anO" = (
/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,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anP" = (
+/obj/structure/chair/stool,
+/obj/item/trash/raisins,
+/turf/open/floor/plating,
+/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
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/camera{
+ c_tag = "Brig Gulag Teleporter";
+ dir = 4
},
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/box/prisoner,
+/obj/item/weapon/razor{
+ pixel_x = -6
+ },
+/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/pen,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"anS" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"anT" = (
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/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"
+ },
+/obj/machinery/button/door{
+ id = "Prison Gate";
+ name = "Permabrig Lockdown";
+ pixel_x = 5;
+ pixel_y = 8;
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anW" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Warden"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anX" = (
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 0
+ },
+/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{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aoc" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"aod" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aoe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aof" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ sortType = 7
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aoi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"aoj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/security{
+ name = "Security Access";
+ req_access = null;
+ req_access_txt = "1"
+ },
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aKG" = (
-/obj/structure/filingcabinet,
-/obj/item/weapon/folder/documents,
-/turf/open/floor/plasteel/vault{
+"aok" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/ai_monitored/nuke_storage)
-"aKH" = (
-/turf/open/floor/plasteel/vault{
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aol" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Fore Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/ai_monitored/nuke_storage)
-"aKI" = (
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aom" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aon" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/plating,
+/area/maintenance/fore)
+"aop" = (
/obj/machinery/light/small{
dir = 1
},
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aoq" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Security External Airlock";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aor" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/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/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aot" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/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/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;
+ tag = ""
+ },
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"aoG" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Armory Desk";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/window/southleft{
+ name = "Reception Desk";
+ req_access_txt = "63"
+ },
+/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/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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 = "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{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"aoL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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"
+ },
+/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";
+ pixel_y = 0;
+ tag = ""
+ },
+/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/plating,
+/area/maintenance/fore)
+"aoO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aoP" = (
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"aoQ" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"aoR" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"aoS" = (
+/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/port{
+ name = "Port Solar Array"
+ })
+"aoT" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aoU" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/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 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"aoW" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"aoX" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/hazardvest,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aoY" = (
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"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,
+/area/security/brig)
+"apg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"aph" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"api" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"apk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"apm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/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 = "Brig Entrance"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"app" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"apq" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apr" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"aps" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"apt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/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
+ },
+/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/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"apx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "bridgespace";
+ name = "bridge external shutters";
+ opacity = 0
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"apz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/closed/wall/r_wall,
+/area/bridge)
+"apA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"apD" = (
+/obj/machinery/washing_machine,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/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 = "Dormitory APC";
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/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/docking_port/stationary{
+ dwidth = 2;
+ height = 6;
+ id = "monastery_shuttle_station";
+ name = "station";
+ width = 5
+ },
+/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/fsmaint)
+"apI" = (
+/obj/structure/lattice/catwalk,
+/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;
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"apJ" = (
+/obj/structure/lattice/catwalk,
+/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;
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"apK" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/item/stack/rods{
+ amount = 25
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"apL" = (
+/obj/item/weapon/weldingtool,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"apM" = (
+/obj/machinery/door/airlock/external{
+ name = "Dock Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"apN" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"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/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apQ" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 2;
+ pixel_x = 30;
+ pixel_y = 30
+ },
+/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/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/security/brig)
+"apT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/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/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 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/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,
+/area/security/brig)
+"apY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"aqd" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access = null;
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqf" = (
+/obj/structure/chair{
+ 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/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"
+ },
+/turf/closed/wall/r_wall,
+/area/bridge)
+"aqk" = (
+/obj/machinery/modular_computer/console/preset/command,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 9
+ },
+/area/bridge)
+"aql" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 1
+ },
+/area/bridge)
+"aqm" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 1
+ },
+/area/bridge)
+"aqn" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/weapon/folder/yellow{
+ pixel_y = 4
+ },
+/obj/structure/table/glass,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/area/bridge)
+"aqo" = (
+/obj/machinery/computer/card,
+/obj/machinery/camera{
+ c_tag = "Bridge - Central";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/area/bridge)
+"aqp" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/area/bridge)
+"aqq" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/area/bridge)
+"aqr" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/structure/table/glass,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint)
+"aqy" = (
+/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/crew_quarters/sleep)
+"aqz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqB" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqC" = (
+/obj/structure/bedsheetbin,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqD" = (
+/obj/machinery/door/airlock/external{
+ name = "Escape Pod"
+ },
+/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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqG" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aqI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aqJ" = (
+/obj/item/clothing/head/cone,
+/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/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aqK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aqL" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aqM" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/labor)
+"aqN" = (
+/obj/machinery/mineral/stacking_machine/laborstacker{
+ input_dir = 2;
+ output_dir = 1
+ },
+/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/red/side{
+ dir = 10
+ },
+/area/security/brig)
+"aqP" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqQ" = (
+/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/red/side,
+/area/security/brig)
+"aqR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/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/manifold/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqV" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/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/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aqX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aqY" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aqZ" = (
+/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/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/security/brig)
+"arb" = (
+/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/black,
+/area/security/brig)
+"arc" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"ard" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/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/chair{
+ dir = 8
+ },
+/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/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 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/closed/wall/r_wall,
+/area/bridge)
+"ari" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = -28;
+ pixel_y = 9
+ },
+/obj/machinery/button/door{
+ id = "bridge blast";
+ name = "Bridge Entrance Lockdown";
+ pixel_x = -28;
+ pixel_y = -2;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 8
+ },
+/area/bridge)
+"arj" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"ark" = (
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"arl" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/button/door{
+ id = "bridgespace";
+ name = "Bridge Space Lockdown";
+ pixel_x = 28;
+ pixel_y = 8;
+ req_access_txt = "19"
+ },
+/obj/machinery/button/door{
+ id = "bridge blast";
+ name = "Bridge Entrance Lockdown";
+ pixel_x = 28;
+ pixel_y = -2;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 4
+ },
+/area/bridge)
+"arm" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/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
},
/area/ai_monitored/nuke_storage)
-"aKJ" = (
+"arp" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"arq" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"arr" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Vault APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"ars" = (
+/obj/structure/filingcabinet,
+/obj/item/weapon/folder/documents,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/nuke_storage)
+"art" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Dormitory Maintenance APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint)
+"aru" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"arv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"arw" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Laundry Room";
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"arx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"ary" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"arz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"arA" = (
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"arB" = (
+/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
+ },
+/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"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"arM" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 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 = ""
+ },
+/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"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
+"arP" = (
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 2";
+ name = "Cell 2";
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"arQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/closed/wall,
+/area/security/brig)
+"arR" = (
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 3";
+ name = "Cell 3";
+ req_access_txt = "1"
+ },
+/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/structure/cable{
+ d2 = 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)
+"arT" = (
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ 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
+ },
+/area/security/brig)
+"arU" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"arV" = (
+/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
+ },
+/area/security/brig)
+"arW" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"arX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"arY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"arZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"asa" = (
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
+"asb" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/darkpurple,
+/area/bridge)
+"asc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkpurple/side{
+ dir = 8
+ },
+/area/bridge)
+"asd" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"ase" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/bridge)
+"asf" = (
+/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"
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ dir = 4
+ },
+/area/bridge)
+"asi" = (
+/obj/machinery/computer/shuttle/labor,
+/turf/open/floor/plasteel/darkyellow,
+/area/bridge)
+"asj" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Bridge External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"ask" = (
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"asm" = (
+/obj/machinery/nuclearbomb/selfdestruct,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/nuke_storage)
+"asn" = (
+/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/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/ai_monitored/nuke_storage)
+"asp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"asq" = (
+/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/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ass" = (
+/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/maintenance/fsmaint)
+"ast" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"asv" = (
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/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/item/clothing/head/collectable/police,
+/turf/open/floor/mech_bay_recharge_floor,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"asy" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"asz" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"asA" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/flasher{
+ id = "gulagshuttleflasher";
+ pixel_x = 25
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"asB" = (
+/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/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"asD" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/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/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"asF" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"asG" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ dir = 4
+ },
+/area/security/brig)
+"asH" = (
+/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/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/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"
+ },
+/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/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"asK" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"asL" = (
+/turf/closed/wall,
+/area/crew_quarters/captain)
+"asM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/captain)
+"asN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"asO" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"asP" = (
+/obj/machinery/computer/monitor{
+ name = "Bridge Power Monitoring Console"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/darkpurple,
+/area/bridge)
+"asQ" = (
+/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/darkpurple/side{
+ dir = 8
+ },
+/area/bridge)
+"asR" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"asS" = (
+/obj/structure/chair/comfy/black,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"asT" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/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"
+ },
+/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/bridge)
+"asY" = (
+/obj/structure/closet/crate{
+ name = "Gold Crate"
+ },
+/obj/item/stack/sheet/mineral/gold{
+ pixel_x = -1;
+ pixel_y = 5
+ },
+/obj/item/stack/sheet/mineral/gold{
+ pixel_y = 2
+ },
+/obj/item/stack/sheet/mineral/gold{
+ pixel_x = 1;
+ pixel_y = -2
+ },
+/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
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"ata" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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 = 9;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"atc" = (
/obj/item/weapon/coin/silver{
pixel_x = 7;
pixel_y = 12
@@ -19373,18 +9478,17547 @@
name = "Silver Crate"
},
/turf/open/floor/plasteel/vault{
- dir = 1
+ dir = 4
},
/area/ai_monitored/nuke_storage)
-"aKK" = (
-/obj/structure/safe,
+"atd" = (
+/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/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"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"atf" = (
+/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/button/door{
+ id = "Dorm3";
+ 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/manifold/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"ath" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/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
+ },
+/area/crew_quarters/sleep)
+"atj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/camera{
+ c_tag = "Dormitories Fore";
+ dir = 2
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/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/plasteel/blue/corner{
+ dir = 1
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"atq" = (
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"atr" = (
+/obj/machinery/door/airlock/titanium{
+ 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
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"ats" = (
+/obj/machinery/door/airlock/external{
+ name = "Labor Camp Shuttle Airlock"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"att" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Labor Shuttle Dock";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"atu" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 1";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/security/brig)
+"atv" = (
+/turf/open/floor/plasteel/blue/side,
+/area/security/brig)
+"atw" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 2";
+ name = "Cell 2 Locker"
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/security/brig)
+"atx" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 2";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/green/side,
+/area/security/brig)
+"aty" = (
+/turf/open/floor/plasteel/green/side,
+/area/security/brig)
+"atz" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 3";
+ name = "Cell 3 Locker"
+ },
+/turf/open/floor/plasteel/green/side,
+/area/security/brig)
+"atA" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 3";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/security/brig)
+"atB" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/security/brig)
+"atC" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 3";
+ name = "Cell 3 Locker"
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/security/brig)
+"atD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"atE" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/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 = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"atG" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"atH" = (
+/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/plasteel/black,
+/area/security/brig)
+"atI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/captain)
+"atJ" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"atK" = (
+/obj/structure/sink{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"atL" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/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/fore)
+"atO" = (
+/obj/machinery/door/airlock/command{
+ name = "Balcony";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain)
+"atP" = (
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
+"atQ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
+"atR" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Captain's Balcony";
+ dir = 1
+ },
+/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/computer/station_alert,
+/turf/open/floor/plasteel/darkpurple,
+/area/bridge)
+"atU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"atV" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/ids{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/box/PDAs,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"atW" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"atX" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"atY" = (
+/obj/structure/table/glass,
+/obj/item/device/aicard,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"atZ" = (
+/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/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/bridge)
+"aub" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel/darkyellow,
+/area/bridge)
+"auc" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Bridge External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aud" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/bridge)
+"aue" = (
+/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/twohanded/fireaxe,
+/obj/item/weapon/skub,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/ai_monitored/nuke_storage)
+"auf" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/nuke_storage)
+"aug" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/nuke_storage)
+"auh" = (
+/obj/machinery/camera/motion{
+ c_tag = "Vault";
+ dir = 1;
+ network = list("SS13")
+ },
+/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/nuke_storage)
+"aui" = (
+/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
+ },
+/area/ai_monitored/nuke_storage)
+"auj" = (
+/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
+ },
+/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
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/sleep)
+"aum" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm3";
+ name = "Dorm 3"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aun" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"auo" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aup" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"auq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aur" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"aus" = (
+/obj/structure/closet/athletic_mixed,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"aut" = (
+/obj/structure/closet/lasertag/blue,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"auu" = (
+/obj/structure/closet/lasertag/red,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"auv" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Fitness Room";
+ dir = 2
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"auw" = (
+/obj/machinery/vending/clothing,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"aux" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1
+ },
+/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/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/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,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"auz" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"auA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"auB" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"auC" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/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"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"auE" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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)
+"auF" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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)
+"auG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/closed/wall,
+/area/security/brig)
+"auH" = (
+/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/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
+ },
+/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/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
+ },
+/area/security/brig)
+"auL" = (
+/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/door/window/southleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/donut{
+ layer = 3
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
+ },
+/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 = "Secure Gate";
+ name = "brig shutters"
+ },
+/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/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/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/light{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/bridge)
+"auS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/bridge)
+"auU" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"auV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/bridge)
+"auW" = (
+/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
+ },
+/area/bridge)
+"auX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"auY" = (
+/obj/machinery/camera{
+ c_tag = "Bridge MiniSat Access";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"auZ" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/bridge)
+"ava" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"avb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"avc" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"avd" = (
+/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/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"avf" = (
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"avi" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"avj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"avk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"avl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"avm" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"avn" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"avo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"avp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Door"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"avq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"avr" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"avs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"avt" = (
+/turf/closed/wall,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"avu" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"avv" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "prison release";
+ name = "prisoner processing blast door"
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
+"avw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-10";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"avx" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"avy" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"avz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"avA" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"avB" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"avC" = (
+/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
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"avD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"avE" = (
+/obj/structure/closet/secure_closet/captains,
+/obj/machinery/light{
+ dir = 1
+ },
+/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/machinery/suit_storage_unit/captain,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"avG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/area/crew_quarters/captain)
+"avH" = (
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 1;
+ name = "Captain's Office APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/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/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/carpet,
+/area/crew_quarters/captain)
+"avK" = (
+/obj/machinery/computer/communications,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"avL" = (
+/obj/structure/filingcabinet/employment,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"avM" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/bridge)
+"avN" = (
+/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/bridge)
+"avO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner,
+/area/bridge)
+"avP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"avQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"avR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 8
+ },
+/area/bridge)
+"avS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"avT" = (
+/obj/machinery/door/airlock/command{
+ name = "External Access";
+ req_access_txt = "0";
+ req_one_access_txt = "19; 65"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"avU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"avW" = (
+/obj/machinery/door/airlock/command{
+ name = "MiniSat Access";
+ req_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"avX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"avY" = (
+/obj/structure/transit_tube_pod,
+/obj/structure/transit_tube/station/reverse{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
+"awb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"awc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Dorm2Shutters";
+ name = "Dorm Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"awd" = (
+/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/carpet,
+/area/crew_quarters/sleep)
+"awe" = (
+/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/carpet,
+/area/crew_quarters/sleep)
+"awf" = (
+/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
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awi" = (
+/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
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen{
+ layer = 4
+ },
+/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/sleep)
+"awk" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/backpack,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awl" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Recreation Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"awo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"awp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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/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/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"awt" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"awu" = (
+/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/machinery/power/solar_control{
+ id = "portsolar";
+ name = "Port Solar Control";
+ track = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"aww" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"awx" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Port Solar APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"awy" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/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"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/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;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awI" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=BrigP";
+ location = "BrigS1"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/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
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/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
+ },
+/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 = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"awS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment,
+/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"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"awU" = (
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Captain's Desk";
+ req_access_txt = "20"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"awV" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"awW" = (
+/obj/structure/chair/comfy/black,
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"awX" = (
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 35;
+ pixel_y = 5
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"awY" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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/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/black,
+/area/bridge)
+"axc" = (
+/obj/machinery/light,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Bridge";
+ departmentType = 5;
+ name = "Bridge RC";
+ pixel_y = -30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/light,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/newscaster{
+ pixel_y = -28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axh" = (
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Bridge APC";
+ pixel_y = -24
+ },
+/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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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 = -28
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axk" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"axl" = (
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"axq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/book/bible,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axr" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axs" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axt" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm2";
+ name = "Dorm 2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"axu" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axv" = (
+/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/structure/table/wood,
+/obj/item/device/paicard,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axx" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck{
+ pixel_x = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axA" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Recreation Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"axB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"axC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"axD" = (
+/obj/structure/table,
+/obj/item/weapon/paper{
+ desc = "";
+ info = "Brusies sustained in the holodeck can be healed simply by sleeping.";
+ name = "Holodeck Disclaimer"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"axE" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Holodeck";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"axF" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"axG" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"axH" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"axI" = (
+/obj/structure/lattice/catwalk,
+/obj/item/stack/cable_coil,
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"axJ" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"axK" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"axL" = (
+/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/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axN" = (
+/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/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axR" = (
+/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/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"axS" = (
+/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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"axU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"axW" = (
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"axX" = (
+/mob/living/simple_animal/bot/secbot/beepsky{
+ name = "Officer Beepsky"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"axY" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/potato{
+ name = "\improper Beepsky's emergency battery"
+ },
+/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/power/apc{
+ dir = 8;
+ name = "Fore Primary Hallway APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aya" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayb" = (
+/obj/machinery/light,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayd" = (
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway Port";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aye" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Monastery Cemetary";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ayf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayj" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Tool";
+ location = "BrigS2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aym" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway Starboard";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"ayn" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-14";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"ayo" = (
+/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"
+ },
+/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"
+ },
+/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;
+ icon_state = "tube1"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ayy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/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 = 2;
+ icon_state = "1-2"
+ },
+/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)
+"ayD" = (
+/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/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"ayE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"ayF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"ayG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"ayH" = (
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ayL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ayM" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ayN" = (
+/turf/closed/wall,
+/area/hallway/primary/central)
+"ayO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"ayP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ayQ" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ayR" = (
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ayS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"ayT" = (
+/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{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"ayV" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"ayW" = (
+/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/structure/rack,
+/obj/item/clothing/mask/gas,
+/obj/item/device/multitool,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"ayY" = (
+/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/machinery/power/smes,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"aza" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/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/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"azc" = (
+/turf/closed/wall,
+/area/security/detectives_office)
+"azd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "datboidetective";
+ name = "privacy shutters"
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"aze" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access = null;
+ req_access_txt = "4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"azf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"azg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/fore)
+"azh" = (
+/turf/closed/wall,
+/area/storage/primary)
+"azi" = (
+/turf/closed/wall/r_wall,
+/area/storage/primary)
+"azj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"azk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/holopad,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"azn" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"azo" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"azp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 2;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"azr" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 9
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"azs" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"azt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"azu" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 5
+ },
+/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 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 = "Head of Personnel's Desk";
+ departmentType = 5;
+ name = "Head of Personnel RC";
+ pixel_y = 30
+ },
+/obj/machinery/pdapainter{
+ pixel_y = 2
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azB" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/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/wood,
+/area/crew_quarters/heads)
+"azC" = (
+/obj/machinery/vending/cart{
+ req_access_txt = "57"
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/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/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"azE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"azF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"azG" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/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"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"azI" = (
+/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"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"azJ" = (
+/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/plasteel/grimy,
+/area/crew_quarters/sleep)
+"azK" = (
+/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/plasteel/grimy,
+/area/crew_quarters/sleep)
+"azL" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"azM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"azN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"azO" = (
+/obj/structure/closet/wardrobe/white,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"azP" = (
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"azQ" = (
+/obj/structure/closet/wardrobe/green,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"azR" = (
+/obj/structure/closet/wardrobe/grey,
+/obj/machinery/light,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"azS" = (
+/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/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"azU" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"azV" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/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"
+ })
+"azW" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"azX" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"azY" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"azZ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aAa" = (
+/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/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aAb" = (
+/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/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aAc" = (
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1;
+ pixel_y = 12
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAd" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Detective's office";
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/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/structure/filingcabinet,
+/obj/machinery/button/door{
+ id = "datboidetective";
+ name = "Privacy Shutters";
+ pixel_x = 2;
+ pixel_y = 26
+ },
+/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/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
+ },
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/storage/primary)
+"aAp" = (
+/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/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/item/device/flashlight,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/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,
+/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"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aAv" = (
+/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/crew_quarters/captain)
+"aAw" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Captain's Office";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aAx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"aAy" = (
+/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/black,
+/area/bridge)
+"aAz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
+ dir = 8
+ },
+/area/bridge)
+"aAA" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/quarantine,
+/obj/machinery/camera/motion{
+ c_tag = "AI Upload Port";
+ dir = 4
+ },
+/obj/item/weapon/aiModule/reset,
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 9
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aAB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aAC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ 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"
+ },
+/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/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aAG" = (
+/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/flasher{
+ id = "brigentry";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTHEAST)";
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aAH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aAI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"aAJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen{
+ layer = 4
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = -26;
+ pixel_y = 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/wood,
+/area/crew_quarters/heads)
+"aAK" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/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 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aAO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aAQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/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 = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"aAY" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm1";
+ name = "Dorm 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aAZ" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aBa" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aBb" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Dormitories Aft";
+ 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/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/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white/side,
+/area/crew_quarters/sleep)
+"aBe" = (
+/turf/open/floor/plasteel/white/side,
+/area/crew_quarters/sleep)
+"aBf" = (
+/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/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"aBg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/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/structure/grille/broken,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aBi" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aBj" = (
+/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/grimy,
+/area/security/detectives_office)
+"aBk" = (
+/obj/structure/chair,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aBm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aBn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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,
+/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/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/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aBr" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aBs" = (
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aBt" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/storage/primary)
+"aBu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/lockbox/medal{
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aBv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aBw" = (
+/obj/structure/chair/comfy/brown,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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 = 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
+ },
+/area/bridge)
+"aBB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
+ dir = 8
+ },
+/area/bridge)
+"aBC" = (
+/obj/machinery/porta_turret/ai{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aBD" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aBE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aBF" = (
+/obj/machinery/holopad,
+/obj/machinery/camera/motion{
+ c_tag = "AI Upload Center";
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_y = -28
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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
+ },
+/obj/structure/sign/kiddieplaque{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aBI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner,
+/area/bridge)
+"aBJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/bridge)
+"aBK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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-j1s";
+ sortType = 15
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aBM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ 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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aBQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aBR" = (
+/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/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
+ },
+/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{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aBV" = (
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aBW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/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/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
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCa" = (
+/obj/structure/urinal{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCb" = (
+/obj/structure/urinal{
+ pixel_y = 32
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCc" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/item/toy/beach_ball/holoball,
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCd" = (
+/turf/closed/wall,
+/area/maintenance/apmaint)
+"aCe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aCf" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp{
+ pixel_x = 3;
+ pixel_y = 6
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/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/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,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 20
+ },
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_y = 10
+ },
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_x = 7;
+ pixel_y = 10
+ },
+/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
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aCl" = (
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aCm" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -2
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/storage/primary)
+"aCn" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aCo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aCp" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/storage/primary)
+"aCq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pinpointer,
+/obj/item/weapon/disk/nuclear,
+/obj/machinery/light{
+ dir = 8
+ },
+/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/plasteel/black,
+/area/crew_quarters/captain)
+"aCu" = (
+/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/darkblue/corner{
+ dir = 4
+ },
+/area/bridge)
+"aCv" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge Port Entrance";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
+ dir = 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"
+ },
+/obj/item/weapon/aiModule/core/full/corp,
+/obj/item/weapon/aiModule/core/full/custom,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 10
+ },
+/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
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Monastery Maintenance";
+ req_access_txt = "0";
+ req_one_access_txt = "22;24;10;11"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aCA" = (
+/obj/machinery/computer/upload/borg,
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aCB" = (
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/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;
+ icon_state = "left";
+ name = "High-Risk Modules";
+ req_access_txt = "20"
+ },
+/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
+ },
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 6
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"aCD" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge Starboard Entrance";
+ dir = 4
+ },
+/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"
+ },
+/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/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"
+ },
+/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/storage/emergency)
+"aCP" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/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
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/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
+ },
+/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/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/maintenance/apmaint)
+"aDa" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDb" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDc" = (
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = -22
+ },
+/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/effect/landmark/start{
+ name = "Detective"
+ },
+/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 = ""
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aDh" = (
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway Entrance";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aDi" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/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/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{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/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"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/northleft{
+ dir = 2;
+ icon_state = "left";
+ name = "Reception Window";
+ req_access_txt = "0"
+ },
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "hop";
+ layer = 3.1;
+ name = "privacy shutters";
+ opacity = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"aDs" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel,
+/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
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
+"aDv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDw" = (
+/obj/structure/cable{
+ 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 = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDA" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Showers";
+ req_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/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 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"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
+ },
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aDF" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/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/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
+ },
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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/structure/rack,
+/obj/item/weapon/wirecutters,
+/obj/item/device/flashlight,
+/obj/item/device/gps,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/storage/primary)
+"aDV" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/primary)
+"aDW" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/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/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/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/primary)
+"aDZ" = (
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/storage/primary)
+"aEa" = (
+/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/vault{
+ dir = 5
+ },
+/area/crew_quarters/captain)
+"aEb" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/captain)
+"aEc" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/captain)
+"aEd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-09";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
+ },
+/turf/open/floor/plating/airless,
+/area/space)
+"aEe" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/hallway/primary/central)
+"aEf" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/hallway/primary/central)
+"aEg" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/hallway/primary/central)
+"aEh" = (
+/obj/machinery/flasher{
+ id = "hopflash";
+ pixel_x = 28;
+ pixel_y = -28
+ },
+/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/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plating,
+/area/storage/emergency)
+"aEl" = (
+/obj/machinery/space_heater,
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
+"aEm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aEn" = (
+/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/crew_quarters/sleep)
+"aEo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aEp" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aEq" = (
+/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/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"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
+ },
+/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/plating,
+/area/maintenance/apmaint)
+"aEu" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEv" = (
+/obj/structure/closet/coffin,
+/obj/item/toy/figure/lawyer,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEx" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aEy" = (
+/obj/machinery/computer/emergency_shuttle,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aEz" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aEA" = (
+/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/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aEB" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Detective Maintenance";
+ req_access_txt = "4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ 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/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/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aEF" = (
+/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 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aEH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Primary Tool Storage"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aEI" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = 0;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aEJ" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aEK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/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/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/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/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"aEN" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 1;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/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"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aEP" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopqueue";
+ name = "HoP Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/hallway/primary/central)
+"aEQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aER" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"aES" = (
+/obj/machinery/door/airlock{
+ name = "Starboard Emergency Storage";
+ req_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
+"aET" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aEU" = (
+/obj/machinery/door/airlock{
+ name = "Unit 1"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aEV" = (
+/obj/machinery/door/airlock{
+ name = "Unit 2"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aEW" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aEX" = (
+/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/effect/decal/cleanable/egg_smudge,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEZ" = (
+/turf/closed/wall,
+/area/library)
+"aFa" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aFb" = (
+/obj/structure/chair/comfy/black{
+ tag = "icon-comfychair (NORTH)";
+ icon_state = "comfychair";
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aFc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aFd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aFf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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"
+ })
+"aFg" = (
+/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;
+ 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/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aFi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Dorms";
+ location = "Tool"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aFj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aFk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aFl" = (
+/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/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aFm" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aFn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/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" = (
+/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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/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" = (
+/obj/machinery/door/firedoor,
+/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)
+"aFt" = (
+/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" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aFw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aFx" = (
+/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,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aFz" = (
+/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/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aFB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/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/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" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aFF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/toilet{
+ dir = 8
+ },
+/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/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/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aFK" = (
+/obj/structure/mineral_door/iron,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aFL" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aFM" = (
+/obj/structure/closet/coffin,
+/obj/item/toy/figure/librarian,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aFN" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/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 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"aFP" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Library"
+ },
+/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/vending/cola,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"aFS" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aFT" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aFU" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aFV" = (
+/obj/machinery/computer/security,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aFW" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"aFX" = (
+/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/chair/stool,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aFZ" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aGa" = (
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGb" = (
+/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/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aGc" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aGd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Dorms";
+ location = "Tool"
+ },
+/turf/open/floor/plasteel,
+/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/hallway/primary/central)
+"aGf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ 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"
+ },
+/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"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGk" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-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 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/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/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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,
+/area/hallway/primary/central)
+"aGo" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGp" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGs" = (
+/obj/structure/disposalpipe/segment{
+ 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 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Robo";
+ location = "HoP"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGy" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGz" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=HoP";
+ location = "Dorms"
+ },
+/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 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/scrubbers/hidden{
+ dir = 4
+ },
+/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/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/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";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aGL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ 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/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/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-17"
+ },
+/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/red/side{
+ dir = 9
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGS" = (
+/obj/structure/chair,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGT" = (
+/obj/structure/chair,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-17"
+ },
+/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/manifold/supply/hidden{
+ dir = 8
+ },
+/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/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHb" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Bathroom";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHc" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Library"
+ },
+/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/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHg" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHi" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"aHj" = (
+/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
+ },
+/area/hallway/primary/central)
+"aHk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHl" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway EVA";
+ dir = 1
+ },
+/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/hallway/primary/central)
+"aHn" = (
+/obj/machinery/computer/shuttle/white_ship,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"aHo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHq" = (
+/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)
+"aHr" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aHs" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aHt" = (
+/obj/machinery/camera{
+ c_tag = "Dormitories Hallway";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aHu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aHv" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-04";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aHw" = (
+/obj/machinery/light_switch{
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aHx" = (
+/obj/machinery/door/airlock{
+ name = "Unit B"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aHy" = (
+/obj/machinery/recharge_station,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Dormitory Cyborg Recharging Station";
+ dir = 2
+ },
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aHz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aHA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aHB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aHC" = (
+/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/apmaint)
+"aHD" = (
+/mob/living/simple_animal/mouse/gray,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"aHE" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aHF" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"aHG" = (
+/obj/machinery/door/airlock/glass{
+ name = "Shuttle Airlock"
+ },
+/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
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 11;
+ height = 22;
+ id = "whiteship_home";
+ name = "monastery";
+ turf_type = /turf/open/space;
+ width = 35
+ },
+/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/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"aHJ" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Cockpit";
+ req_access_txt = "19"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aHK" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"aHL" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"aHM" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Escape Airlock"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHN" = (
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHO" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Escape Airlock"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHP" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHQ" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHR" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Departure Lounge Holding Area";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ dir = 4
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHS" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHT" = (
+/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,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aHU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aHV" = (
+/turf/closed/wall,
+/area/storage/art)
+"aHW" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/storage/art)
+"aHX" = (
+/obj/machinery/door/airlock/glass{
+ name = "Art Storage"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/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/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Lunchroom"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aIb" = (
+/turf/closed/wall,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aIc" = (
+/turf/closed/wall,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aId" = (
+/obj/machinery/door/airlock{
+ id_tag = "Potty1";
+ name = "Unisex Restrooms";
+ req_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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/fsmaint2)
+"aIh" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/maintenance/fsmaint2)
+"aIi" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Bridge";
+ dir = 1
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/maintenance/fsmaint2)
+"aIj" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel,
+/area/maintenance/fsmaint2)
+"aIk" = (
+/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/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/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"
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aIq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Monastery Secondary Dock";
+ dir = 8;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aIr" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aIs" = (
+/turf/closed/wall,
+/area/security/checkpoint/supply)
+"aIt" = (
+/turf/closed/wall,
+/area/quartermaster/office)
+"aIu" = (
+/turf/closed/wall,
+/area/quartermaster/storage)
+"aIv" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Bay Warehouse Maintenance";
+ req_access_txt = "31"
+ },
+/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/effect/spawner/lootdrop/grille_or_trash,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aIy" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aIz" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aIA" = (
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aIB" = (
+/turf/closed/wall,
+/area/maintenance/disposal)
+"aIC" = (
+/obj/machinery/door/poddoor{
+ id = "trash";
+ name = "disposal bay door"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aID" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aIE" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Brig";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aIF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aII" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aIJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aIK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aIL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ 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
+ },
+/turf/open/floor/plating,
+/area/storage/art)
+"aIN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/storage/art)
+"aIO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/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/table,
+/obj/item/weapon/reagent_containers/food/snacks/friedegg,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aIR" = (
+/obj/structure/chair{
+ dir = 8;
+ name = "Defense"
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aIS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aIT" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aIU" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/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 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aIW" = (
+/obj/structure/urinal{
+ pixel_y = 32
+ },
+/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
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aIX" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIY" = (
+/obj/structure/closet/coffin,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIZ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aJa" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
+"aJb" = (
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aJc" = (
+/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 = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aJd" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aJe" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
+"aJf" = (
+/obj/structure/girder,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aJg" = (
+/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"
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/storage/eva)
+"aJh" = (
+/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" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/storage/eva)
+"aJj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/storage/eva)
+"aJk" = (
+/obj/structure/closet/crate/rcd,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/storage/eva)
+"aJl" = (
+/turf/closed/wall,
+/area/storage/eva)
+"aJm" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Teleporter APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aJp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aJs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/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/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
+ },
+/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 = 9
+ },
+/area/security/checkpoint/supply)
+"aJu" = (
+/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/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/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aJx" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aJy" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/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/plating,
+/area/quartermaster/office)
+"aJz" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/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/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aJB" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aJC" = (
+/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/disposal/deliveryChute{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aJE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"aJF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJG" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJH" = (
+/obj/structure/closet/crate,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJJ" = (
+/obj/structure/closet/cardboard,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Warehouse";
+ dir = 2
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJK" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aJM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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/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/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJS" = (
+/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/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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 = 10
+ },
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJV" = (
+/obj/machinery/button/massdriver{
+ id = "trash";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/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
+ },
+/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/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/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aKe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/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
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aKg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/storage/art)
+"aKh" = (
+/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/storage/art)
+"aKi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/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/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aKl" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Lunchroom";
+ dir = 1
+ },
+/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/cable,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Cafeteria APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/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."
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aKo" = (
+/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/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aKq" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Auxiliary Restrooms APC";
+ pixel_y = -24
+ },
+/obj/item/weapon/soap/nanotrasen,
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aKr" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/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 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/clothing/shoes/magboots{
+ pixel_x = -4;
+ pixel_y = 3
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/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
+ },
+/obj/item/weapon/stock_parts/cell/high{
+ charge = 100;
+ maxcharge = 15000
+ },
+/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/storage/eva)
+"aKF" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/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/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/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{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/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
+ },
+/area/teleporter)
"aKL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "teleshutter";
+ name = "Teleporter Shutters"
+ },
+/turf/open/floor/plasteel,
+/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 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/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/brown/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aKP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
+"aKQ" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/supply)
+"aKR" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start/depsec/supply,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"aKS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/supply)
+"aKT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/wrapsortjunction{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aKU" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aKV" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aKW" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "packageSort2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aKX" = (
+/obj/structure/table,
+/obj/item/device/destTagger,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aKY" = (
+/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
+ },
+/area/quartermaster/office)
+"aKZ" = (
+/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
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aLa" = (
+/obj/structure/closet/crate/freezer,
+/obj/structure/sign/poster{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aLb" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aLc" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aLd" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aLe" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aLf" = (
+/obj/machinery/mass_driver{
+ dir = 1;
+ id = "trash"
+ },
+/obj/machinery/button/massdriver{
+ id = "trash";
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aLg" = (
+/obj/machinery/mineral/stacking_machine{
+ input_dir = 8;
+ output_dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aLh" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbagestacked"
+ },
+/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/machinery/conveyor{
+ dir = 4;
+ id = "garbagestacked"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aLj" = (
+/obj/machinery/disposal/deliveryChute{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aLk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/maintenance/disposal)
+"aLl" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aLm" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aLn" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aLo" = (
+/turf/open/floor/carpet,
+/area/shuttle/escape)
+"aLp" = (
+/obj/structure/chair/comfy/beige,
+/turf/open/floor/carpet,
+/area/shuttle/escape)
+"aLq" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/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
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLs" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLv" = (
+/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 = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/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/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-16";
+ layer = 4.1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ 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,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/storage/art)
+"aLz" = (
+/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/neutral/side,
+/area/storage/art)
+"aLA" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 20;
+ layer = 3.1
+ },
+/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" = (
+/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,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aLD" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aLE" = (
+/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/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aLG" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "EVA";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "EVA Storage";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/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"
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/storage/eva)
+"aLJ" = (
+/obj/structure/table,
+/obj/item/weapon/hand_tele,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Teleporter";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/teleporter)
+"aLK" = (
+/obj/structure/chair/stool,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aLL" = (
+/obj/structure/chair/stool,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aLM" = (
+/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/teleporter)
+"aLN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/teleporter)
+"aLO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "teleshutter";
+ name = "Teleporter Shutters"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/teleporter)
+"aLP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/brown/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aLQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ 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)
+"aLR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/plating,
+/area/security/checkpoint/supply)
+"aLT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/supply)
+"aLU" = (
+/turf/open/floor/plasteel,
+/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
+ },
+/area/quartermaster/office)
+"aLX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aLY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aLZ" = (
+/obj/structure/chair/stool,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aMa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aMb" = (
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ icon_state = "right";
+ name = "Mail";
+ req_access_txt = "50"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aMc" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/disposaloutlet{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aMd" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/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/floorgrime,
+/area/quartermaster/storage)
+"aMf" = (
+/obj/structure/closet/crate,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/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,
+/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/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMw" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMx" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aMy" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aMz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aMA" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/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"
+ },
+/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/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/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/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aMI" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/storage/eva)
+"aMJ" = (
+/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,
+/area/storage/eva)
+"aMK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aML" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/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
+ },
+/area/storage/eva)
+"aMN" = (
+/obj/structure/table,
+/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/structure/closet/crate,
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/teleporter)
+"aMS" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aMT" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aMU" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Post - Cargo APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/supply)
+"aMV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/supply)
+"aMW" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/supply)
+"aMX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aMY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aMZ" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aNa" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aNb" = (
+/obj/structure/disposalpipe/wrapsortjunction{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aNc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Mailroom";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aNd" = (
+/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/floorgrime,
+/area/quartermaster/storage)
+"aNe" = (
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aNf" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aNg" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aNl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/disposal)
+"aNm" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/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{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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;
+ initialize_directions = 11
+ },
+/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{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNE" = (
+/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/fsmaint2)
+"aNF" = (
+/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{
+ 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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/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"
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNJ" = (
+/obj/structure/grille/broken,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNK" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/maintenance/fsmaint2)
+"aNM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aNP" = (
+/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/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/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
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken6"
+ },
+/area/crew_quarters/bar)
+"aNS" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/camera{
+ c_tag = "Bar Backroom";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNT" = (
+/obj/structure/closet/secure_closet/bar{
+ req_access_txt = "25"
+ },
+/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"
+ },
+/obj/item/weapon/broken_bottle,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNW" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/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/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,
+/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/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aOa" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/storage/eva)
+"aOb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"aOc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/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/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/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,
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/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,
+/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/closed/wall,
+/area/maintenance/disposal)
+"aOr" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/maintenance/disposal)
+"aOs" = (
+/obj/item/trash/can,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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
+ },
+/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/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
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aOz" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"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 = 2;
+ d2 = 4;
+ icon_state = "2-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"
+ },
+/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/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/supply/hidden,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/kitchen)
+"aOJ" = (
+/obj/structure/plasticflaps{
+ opacity = 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/supply/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aOP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/item/chair,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "EVA Maintenance";
+ req_access_txt = "18"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/storage/eva)
+"aOS" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/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/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
+ },
+/area/quartermaster/office)
+"aOX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/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;
+ name = "Delivery Desk";
+ req_access_txt = "50"
+ },
+/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;
+ name = "Delivery Desk";
+ req_access_txt = "50"
+ },
+/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,
+/area/quartermaster/office)
+"aPb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/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
+ },
+/area/quartermaster/storage)
+"aPd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aPe" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aPf" = (
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 4;
+ name = "Cargo Maintenance APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aPg" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/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/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aPj" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Infirmary"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aPk" = (
+/obj/machinery/status_display{
+ dir = 4;
+ layer = 4;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Departure Lounge";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aPl" = (
+/obj/effect/landmark/event_spawn,
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"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
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aPo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPp" = (
+/obj/structure/sink{
+ pixel_y = 28
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -28
+ },
+/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/plasteel/hydrofloor,
+/area/hydroponics)
+"aPr" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/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{
+ pixel_y = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Hydroponics Storage"
+ },
+/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/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/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/crew_quarters/kitchen)
+"aPx" = (
+/obj/machinery/chem_master/condimaster{
+ name = "CondiMaster Neo";
+ pixel_x = -4
+ },
+/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/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Kitchen Delivery";
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/kitchen)
+"aPB" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fsmaint2)
+"aPC" = (
+/obj/item/device/assembly/mousetrap,
+/turf/open/floor/wood{
+ icon_state = "wood-broken6"
+ },
+/area/crew_quarters/bar)
+"aPD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/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
+ },
+/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/maintenance/fsmaint2)
+"aPH" = (
+/obj/item/weapon/weldingtool,
+/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/fsmaint2)
+"aPI" = (
+/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 = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPK" = (
+/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/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/machinery/firealarm{
+ dir = 1;
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aPP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aPQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/quartermaster/office)
+"aPT" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aPW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aPX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aPY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aPZ" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aQa" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQb" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 30;
+ supply_display = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQc" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQd" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQe" = (
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQf" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQg" = (
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aQh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQk" = (
+/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/disposalpipe/junction{
+ dir = 2;
+ icon_state = "pipe-y"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQl" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Disposal Access";
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aQm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aQn" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"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/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aQv" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Command Station"
+ },
+/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"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/reagent_containers/spray/plantbgone{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 13;
+ pixel_y = 5
+ },
+/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 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aQF" = (
+/obj/machinery/camera{
+ c_tag = "Kitchen Cold Room";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/requests_console{
+ department = "Kitchen";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aQG" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/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 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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 = "Theatre Maintenance";
+ req_access_txt = "0";
+ req_one_access_txt = "12;46"
+ },
+/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/crew_quarters/theatre)
+"aQN" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Cargo";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"aQO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aQP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aQQ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQR" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aQZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aRa" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aRb" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aRc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aRd" = (
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aRe" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aRf" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/obj/docking_port/mobile/supply{
+ dir = 4
+ },
+/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" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aRh" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aRi" = (
+/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/apmaint)
+"aRj" = (
+/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/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aRk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aRl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aRm" = (
+/obj/structure/cable{
+ 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 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aRp" = (
+/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/floor/plasteel,
+/area/hallway/primary/central)
+"aRq" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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,
+/area/hallway/primary/central)
+"aRr" = (
+/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/neutral/corner,
+/area/hallway/primary/central)
+"aRs" = (
+/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/plating,
+/area/maintenance/fsmaint2)
+"aRt" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aRu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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 = "Hydroponics"
+ },
+/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" = (
+/mob/living/simple_animal/hostile/retaliate/goat{
+ name = "Pete"
+ },
+/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 = 8;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aRI" = (
+/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" = (
+/obj/machinery/door/airlock{
+ name = "Bar Storage";
+ req_access_txt = "25"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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" = (
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aRM" = (
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aRN" = (
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-04";
+ layer = 4.1
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aRO" = (
+/obj/machinery/camera{
+ c_tag = "Theatre Stage";
+ dir = 2
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aRP" = (
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aRQ" = (
+/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" = (
+/obj/structure/dresser,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
+"aRS" = (
+/obj/machinery/vending/autodrobe,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
+"aRT" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Theatre Maintenance";
+ req_access_txt = "46"
+ },
+/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/crew_quarters/theatre)
+"aRU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"aRV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aRW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aRX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
+ },
+/area/quartermaster/office)
+"aRY" = (
+/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,
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/office)
+"aSa" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aSb" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/conveyor_switch{
+ id = "cargodeliver"
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aSc" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #1"
+ },
+/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,
+/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" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aSg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aSh" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "QMLoad"
+ },
+/obj/machinery/button/door{
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Supply Dock";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aSi" = (
+/obj/machinery/button/door{
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = -8
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = 8
+ },
+/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/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aSm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/button/massdriver{
+ id = "chapelgun";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aSn" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aSq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aSr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aSs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/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;
+ 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,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aSy" = (
+/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" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aSA" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen{
+ name = "Kitchen Coldroom"
+ })
+"aSB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aSC" = (
+/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
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aSD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aSE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aSF" = (
+/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/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aSG" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aSH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aSI" = (
+/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
+ },
+/obj/machinery/camera{
+ c_tag = "Bar Access";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aSJ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/power/apc{
+ dir = 4;
+ name = "Bar APC";
+ pixel_x = 27
+ },
+/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/structure/piano{
+ tag = "icon-piano";
+ icon_state = "piano"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aSM" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aSN" = (
+/obj/structure/chair/wood/normal,
+/mob/living/carbon/monkey/punpun,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aSO" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aSP" = (
+/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/effect/landmark/start{
+ name = "Mime"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aSS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aSU" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/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/computer/cargo/request,
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/office)
+"aSW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/office)
+"aSX" = (
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/office)
+"aSY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/mineral/ore_redemption{
+ input_dir = 4;
+ output_dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/quartermaster/office)
+"aSZ" = (
+/obj/machinery/status_display{
+ dir = 8;
+ layer = 4;
+ pixel_x = 32;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aTa" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #2"
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Bay";
+ dir = 4
+ },
+/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{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aTd" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/quartermaster/storage)
+"aTe" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aTf" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/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/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aTi" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aTj" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
+"aTk" = (
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plasteel/escape{
+ dir = 10
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aTl" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aTm" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aTn" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/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/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-14";
+ layer = 4.1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 6
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aTq" = (
+/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/black,
+/area/janitor)
+"aTr" = (
+/obj/machinery/camera{
+ c_tag = "Custodial Quarters"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/janitor)
+"aTs" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/effect/landmark/start{
+ name = "Janitor"
+ },
+/turf/open/floor/plasteel/black,
+/area/janitor)
+"aTt" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/hydroponics)
+"aTu" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/hydroponics)
+"aTv" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/hydroponics)
+"aTw" = (
+/obj/structure/sink{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aTx" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 21
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aTy" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -4;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/hydroponics)
+"aTz" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aTA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aTB" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aTC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aTD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aTE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aTH" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aTI" = (
+/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/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aTK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aTL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
+"aTM" = (
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/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/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aTO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Clown"
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aTR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/item/cardboard_cutout,
+/obj/structure/mirror{
+ pixel_x = 28;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aTS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/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/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/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,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aUa" = (
+/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/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aUc" = (
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor2";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aUd" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aUe" = (
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor2";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aUf" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/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"
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aUh" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aUi" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aUj" = (
+/turf/closed/wall,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aUk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "papersplease";
+ name = "security shutters"
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aUl" = (
+/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/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/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aUn" = (
+/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 = 4
+ },
+/turf/closed/wall,
+/area/janitor)
+"aUp" = (
+/obj/structure/bedsheetbin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/janitor)
+"aUq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/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
+ },
+/area/hydroponics)
+"aUt" = (
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aUu" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aUv" = (
+/obj/machinery/biogenerator,
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/hydroponics)
+"aUw" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/hydroponics)
+"aUx" = (
+/obj/machinery/hydroponics/constructable,
+/obj/structure/sign/botany{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/hydroponics)
+"aUy" = (
+/obj/machinery/door/airlock{
+ name = "Kitchen Cold Room";
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aUz" = (
+/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/machinery/door/airlock{
+ cyclelinkeddir = 4;
+ name = "Bar Access";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aUB" = (
+/obj/machinery/door/airlock{
+ cyclelinkeddir = 8;
+ name = "Bar Access";
+ req_access_txt = "0";
+ req_one_access_txt = "25; 28"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aUC" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aUD" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aUE" = (
+/obj/machinery/door/window{
+ base_state = "right";
+ icon_state = "right"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aUF" = (
+/obj/machinery/door/airlock{
+ name = "Theatre Storage";
+ req_access_txt = "46"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"aUG" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aUH" = (
+/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" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/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" = (
+/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/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aUL" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aUM" = (
+/obj/item/weapon/stamp{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/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/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aUP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/office)
+"aUQ" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/quartermaster/office)
+"aUR" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #4"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aUS" = (
+/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/quartermaster/storage)
+"aUT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aUU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aUV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aUW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aUX" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = 1;
+ id = "QMLoad2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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/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/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 10
+ },
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/obj/effect/decal/cleanable/deadcockroach,
+/obj/item/weapon/light/bulb,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aVb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aVc" = (
+/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{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aVe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/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
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aVg" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aVh" = (
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aVi" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHEAST)";
+ dir = 5
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aVj" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aVk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Custodial Quarters";
+ req_access_txt = "26"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/janitor)
+"aVl" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aVm" = (
+/obj/machinery/vending/dinnerware,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVn" = (
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVo" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVp" = (
+/obj/machinery/processor,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVq" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVr" = (
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aVs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aVt" = (
+/obj/structure/table/reinforced,
+/obj/machinery/chem_dispenser/drinks,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aVu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aVv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aVw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aVx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aVy" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aVz" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/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/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ layer = 4
+ },
+/obj/item/stack/sheet/metal{
+ amount = 20;
+ layer = 3.1
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aVB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"aVD" = (
+/obj/structure/table,
+/obj/machinery/computer/stockexchange,
+/obj/machinery/status_display{
+ dir = 4;
+ layer = 4;
+ pixel_x = -32;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aVE" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aVF" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Office";
+ req_access_txt = "50"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aVG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aVH" = (
+/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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVK" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVO" = (
+/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/maintenance/apmaint)
+"aVP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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/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" = (
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aVS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aVT" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aVU" = (
+/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
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aVV" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/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/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aVX" = (
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aVZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aWa" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aWb" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aWd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aWe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aWf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/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/floorgrime,
+/area/janitor)
+"aWh" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aWi" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Custodial Closet APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aWj" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"aWk" = (
+/obj/machinery/vending/hydronutrients,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hydroponics)
+"aWl" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"aWm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aWn" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aWo" = (
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aWp" = (
+/obj/machinery/smartfridge,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/kitchen)
+"aWq" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aWr" = (
+/obj/machinery/vending/boozeomat,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/kitchen)
+"aWs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aWt" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aWu" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aWv" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aWw" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aWx" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/structure/chair/wood/normal,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aWy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/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 = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aWB" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 1
+ },
+/obj/structure/chair/wood/normal,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aWC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/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" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/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" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWG" = (
+/obj/machinery/photocopier,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Cargo Office";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWH" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Cargo Office APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWI" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/closed/wall,
+/area/quartermaster/office)
+"aWL" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWM" = (
+/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/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/quartermaster/storage)
+"aWO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light,
+/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/quartermaster/storage)
+"aWQ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ sortType = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aWR" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aWS" = (
+/turf/closed/wall,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aWT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aWU" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/solar{
+ id = "portsolar";
+ name = "Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aWV" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWW" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWX" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWY" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aXa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aXb" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/button/flasher{
+ id = "brigentry";
+ pixel_x = -26;
+ pixel_y = -4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aXd" = (
+/obj/item/weapon/pen,
+/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/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/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
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aXi" = (
+/obj/vehicle/janicart,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ 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"
+ },
+/obj/structure/cable{
+ 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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aXl" = (
+/obj/machinery/vending/hydroseeds{
+ slogan_delay = 700
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/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/firedoor,
+/obj/machinery/door/window/eastleft{
+ dir = 4;
+ name = "Kitchen Desk";
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aXp" = (
+/obj/effect/landmark/start{
+ name = "Cook"
+ },
+/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/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/plasteel/hydrofloor,
+/area/crew_quarters/kitchen)
+"aXt" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aXu" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/gun/ballistic/revolver/russian,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aXv" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aXw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"aXx" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXy" = (
+/obj/item/weapon/coin/silver,
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/cane,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXz" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXA" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/fancy/candle_box,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXB" = (
+/obj/structure/disposalpipe/segment,
+/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/structure/chair/stool,
+/obj/item/trash/can,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXD" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXE" = (
+/obj/structure/chair/stool,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aXF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aXG" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Office Maintenance";
+ req_access_txt = "50"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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,
+/area/quartermaster/office)
+"aXI" = (
+/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/closet/wardrobe/cargotech,
+/obj/item/clothing/head/mailman,
+/obj/item/clothing/under/rank/mailman,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aXK" = (
+/turf/closed/wall,
+/area/quartermaster/qm)
+"aXL" = (
+/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/door/airlock/glass_mining{
+ name = "Quartermaster";
+ req_access_txt = "41"
+ },
+/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/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aXO" = (
+/turf/closed/wall,
+/area/quartermaster/miningdock)
+"aXP" = (
+/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" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock)
+"aXR" = (
+/obj/machinery/power/smes,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aXS" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/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/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/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aXV" = (
+/obj/machinery/door/airlock/external{
+ name = "Port Docking Bay 1"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aXW" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/hallway/secondary/entry)
+"aXX" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aXY" = (
+/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
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/window/northleft{
+ dir = 2;
+ 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/crowbar,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aYb" = (
+/obj/structure/janitorialcart,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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" = (
+/obj/machinery/seed_extractor,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hydroponics)
+"aYe" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Hydroponics South";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYf" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/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,
+/area/hydroponics)
+"aYh" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYj" = (
+/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/table,
+/obj/item/weapon/storage/box/ingredients/wildcard,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Library APC";
+ pixel_x = 24
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/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/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aYo" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/head/that{
+ throwforce = 1;
+ throwing = 1
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aYp" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aYq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aYr" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aYs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/item/clothing/shoes/sandal,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aYt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aYu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/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/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 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1;
+ tag = "icon-brown (NORTH)"
+ },
+/area/quartermaster/qm)
+"aYz" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 5
+ },
+/area/quartermaster/qm)
+"aYA" = (
+/obj/structure/closet/wardrobe/miner,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ dir = 9
+ },
+/area/quartermaster/miningdock)
+"aYB" = (
+/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{
+ dir = 1
+ },
+/area/quartermaster/miningdock)
+"aYC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/miningdock)
+"aYD" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 5
+ },
+/area/quartermaster/miningdock)
+"aYE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-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/plating,
+/area/maintenance/apmaint)
+"aYF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aYG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aYJ" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aYK" = (
+/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/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aYM" = (
+/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/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/lattice/catwalk,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aYP" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aYQ" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aYR" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aYS" = (
+/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
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aYT" = (
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aYU" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/hallway/secondary/entry)
+"aYV" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/hallway/secondary/entry)
+"aYW" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/hallway/secondary/entry)
+"aYX" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aYY" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/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/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZa" = (
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZb" = (
+/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/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZd" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"aZe" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/table/glass,
+/obj/item/clothing/shoes/magboots,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"aZf" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aZg" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aZh" = (
+/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/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aZi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aZj" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aZk" = (
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aZl" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aZm" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aZn" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aZo" = (
+/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/black,
+/area/crew_quarters/bar)
+"aZp" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/clothing/head/hardhat/cakehat,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aZq" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aZr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aZs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aZt" = (
+/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
+ },
+/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 = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aZx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aZy" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Quartermaster APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/qm)
+"aZz" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aZA" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/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)"
+ },
+/area/quartermaster/miningdock)
+"aZD" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/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/quartermaster/miningdock)
+"aZE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aZF" = (
+/obj/machinery/computer/security/mining,
+/obj/machinery/requests_console{
+ department = "Mining";
+ departmentType = 0;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/miningdock)
+"aZG" = (
+/obj/structure/table,
+/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/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{
+ 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
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aZK" = (
+/obj/structure/chair/stool,
+/obj/item/weapon/cigbutt/cigarbutt,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aZL" = (
+/obj/machinery/power/solar_control{
+ id = "starboardsolar";
+ name = "Starboard Solar Control";
+ track = 0
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aZM" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZN" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/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/secondary/entry)
+"aZP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aZS" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/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/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aZU" = (
+/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/table,
+/obj/item/weapon/storage/box/lights/mixed{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aZW" = (
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aZY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aZZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/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/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bab" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ cyclelinkeddir = 4;
+ name = "Hydroponics";
+ req_access_txt = "35"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bac" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bad" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/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
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"baf" = (
+/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/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/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/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/cafeteria,
+/area/crew_quarters/kitchen)
+"baj" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"bak" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/camera{
+ c_tag = "Bar Port";
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bal" = (
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = 5;
+ pixel_y = -2
+ },
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ layer = 3.1;
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"bam" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"ban" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bao" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bap" = (
+/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{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"bar" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Bar Starboard";
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bas" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bat" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/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/item/weapon/cartridge/quartermaster,
+/obj/item/weapon/cartridge/quartermaster{
+ pixel_x = -4;
+ pixel_y = 7
+ },
+/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/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/qm)
+"baw" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/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
+ },
+/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/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"baA" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"baB" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/miningdock)
+"baC" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"baD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment,
+/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/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/plating,
+/area/maintenance/apmaint)
+"baG" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"baH" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"baI" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"baJ" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_r";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"baK" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Central";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baN" = (
+/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" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baP" = (
+/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/secondary/entry)
+"baQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baR" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/sign/directions/evac{
+ dir = 8;
+ icon_state = "direction_evac";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-direction_evac (WEST)"
+ },
+/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/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"baT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"baU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Custodial Closet";
+ req_access_txt = "26"
+ },
+/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/floorgrime,
+/area/janitor)
+"baV" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/hydroponics)
+"baW" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/corner,
+/area/hydroponics)
+"baX" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"baY" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel/green/corner,
+/area/hydroponics)
+"baZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bba" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "kitchen";
+ name = "Kitchen Shutters Control";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "28"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -34;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"bbb" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bbc" = (
+/obj/structure/sign/barsign,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"bbd" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bbe" = (
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bbf" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/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/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/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bbi" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/assembly/chargebay)
+"bbj" = (
+/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
+ },
+/turf/open/floor/plating,
+/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/machinery/computer/stockexchange,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 10
+ },
+/area/quartermaster/qm)
+"bbn" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/stamp/qm{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Cargo Quartermaster's Office";
+ dir = 1;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 2
+ },
+/area/quartermaster/qm)
+"bbo" = (
+/obj/machinery/computer/security/mining,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -35
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 6
+ },
+/area/quartermaster/qm)
+"bbp" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/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/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/quartermaster/miningdock)
+"bbq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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;
+ layer = 2.4;
+ on = 1
+ },
+/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/plating,
+/area/quartermaster/miningdock)
+"bbu" = (
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"bbv" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
+ },
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bbw" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bbx" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bby" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/weapon/paperplane,
+/obj/item/trash/chips,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bbz" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bbA" = (
+/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/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bbC" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bbD" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air Out";
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bbE" = (
+/obj/structure/closet/wardrobe/black,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bbF" = (
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bbG" = (
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"bbI" = (
+/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/plasteel,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bbM" = (
+/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/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/sign/directions/medical{
+ dir = 4;
+ icon_state = "direction_med";
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/structure/sign/directions/science{
+ dir = 4;
+ icon_state = "direction_sci";
+ pixel_x = 32;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbO" = (
+/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/purple/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bbP" = (
+/obj/structure/chair{
+ name = "Throne of Custodia"
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/purple/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bbQ" = (
+/obj/machinery/vending/cola,
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/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/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/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchen";
+ name = "kitchen shutters"
+ },
+/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/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bbV" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bbW" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bbX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/glass{
+ name = "Bar"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"bbY" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bbZ" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bca" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bcb" = (
+/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)"
+ },
+/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" = (
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bcd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "Skynet_launch";
+ name = "mech bay"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/assembly/chargebay)
+"bce" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/decal/cleanable/robot_debris{
+ icon_state = "gib3"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/assembly/chargebay)
+"bcf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_corner (WEST)"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/area/assembly/chargebay)
+"bcg" = (
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bch" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bci" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bcj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/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 = "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/quartermaster/miningdock)
+"bcm" = (
+/obj/structure/table,
+/obj/item/weapon/paperplane,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bcn" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"bco" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "JoinLate"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bcp" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bcq" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"bcr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plasteel,
+/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/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bct" = (
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bcu" = (
+/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
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bcv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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
+ },
+/obj/machinery/button/door{
+ id = "loungeshutters";
+ name = "Privacy Shutters";
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bcx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -19395,81 +27029,461 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ sortType = 22
},
-/area/hallway/primary/starboard)
-"aKM" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcy" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aKN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcz" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/airlock/engineering{
- name = "Tech Storage";
- req_access_txt = "23"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKP" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcA" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/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";
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 8;
- pixel_y = -22
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKS" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/fore)
-"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/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/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcE" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_x = 32;
+ pixel_y = 28
+ },
+/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,
+/area/hallway/primary/central)
+"bcG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel,
/area/atmos)
-"aKV" = (
+"bcH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Bar1";
+ location = "Robo"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bcK" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/area/assembly/chargebay)
+"bcL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bcM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bcN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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";
+ pixel_y = 0
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bcS" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Mining Maintenance";
+ req_access_txt = "48"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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 = 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/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/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/apmaint)
+"bda" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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
+ },
+/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_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)
+"bdl" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -19477,295 +27491,5980 @@
},
/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/atmos)
-"aKW" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+/area/hallway/primary/central)
+"bdm" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=BrigS1";
+ location = "Lounge"
},
-/obj/machinery/meter,
/turf/open/floor/plasteel,
-/area/atmos)
-"aKX" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/folder/yellow,
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/o2,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aKY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aKZ" = (
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/item/weapon/circular_saw,
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLa" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLb" = (
-/obj/structure/table/optable,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLc" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/plasteel/whitebot/delivery,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- })
-"aLf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Medbay Recovery";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLg" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLh" = (
+/area/hallway/primary/central)
+"bdn" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
+ dir = 1;
on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLi" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/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/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLj" = (
-/obj/machinery/sleeper{
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"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)
+"bdq" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "Skynet_launch";
+ name = "Mech Bay Door Control";
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bdr" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "Skynet_launch";
+ name = "Mech Bay Door Control";
+ pixel_x = -25;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Mech Bay";
dir = 4
},
/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aLk" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"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
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 6
- },
-/area/medical/genetics)
-"aLo" = (
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- })
-"aLq" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/assembly/chargebay)
+"bds" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bdt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aLr" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/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 = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdx" = (
/turf/closed/wall,
-/area/medical/chemistry)
-"aLs" = (
-/turf/closed/wall/r_wall,
-/area/medical/chemistry)
-"aLt" = (
-/obj/machinery/computer/rdconsole/core,
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = -30
+/area/space)
+"bdy" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aLu" = (
+/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
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bdB" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_l";
+ dir = 8
+ },
+/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"
+ })
+"bdD" = (
/obj/effect/landmark/start{
- name = "Scientist"
+ name = "Assistant"
},
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aLv" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aLw" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/turf/open/floor/carpet,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdE" = (
+/obj/structure/chair/comfy/beige{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdH" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Genetics";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdI" = (
+/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,
+/area/hallway/primary/central)
+"bdJ" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/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 = 1
+ },
+/turf/open/floor/plasteel,
+/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/purple/corner,
+/area/hallway/primary/central)
+"bdQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/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,
+/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"
+ },
+/obj/effect/decal/cleanable/robot_debris{
+ icon_state = "gib3"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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
+ },
+/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{
+ 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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/mob/living/simple_animal/mouse/gray,
+/turf/open/floor/plating,
+/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/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdZ" = (
+/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/supply/hidden{
+ dir = 10
+ },
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bea" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beb" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bec" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bed" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
+ },
+/obj/docking_port/mobile{
+ dwidth = 4;
+ height = 6;
+ id = "arrival";
+ name = "arrival shuttle";
+ port_angle = -90;
+ preferred_direction = 8;
+ width = 13
+ },
+/obj/docking_port/stationary{
+ dwidth = 4;
+ height = 6;
+ id = "arrival_home";
+ name = "port bay 1";
+ width = 13
+ },
+/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/neutral/corner,
+/area/hallway/secondary/entry)
+"bef" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "loungeshutters";
+ name = "privacy shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/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 = 5
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/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/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bei" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bej" = (
+/obj/structure/table/glass,
+/obj/item/device/healthanalyzer{
+ layer = 3.1
+ },
+/obj/item/weapon/pen{
+ layer = 3.2
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/hallway/primary/central)
+"bek" = (
+/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/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;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"beo" = (
+/turf/closed/wall,
+/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/medical/medbay)
+"beu" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/medbay)
+"bev" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side,
+/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,
+/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/plasteel/blue/side,
+/area/hallway/primary/central)
+"bez" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Bar";
+ dir = 1
+ },
+/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"
+ })
+"beC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"beD" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"beE" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"beF" = (
+/obj/structure/sign/science,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"beG" = (
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"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";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beQ" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beT" = (
+/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/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/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"
+ },
+/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/freezer,
+/area/medical/genetics)
+"beZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/storage/emergency2)
+"bfa" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/emergency2)
+"bfb" = (
+/obj/machinery/door/window/eastleft{
+ dir = 4;
+ name = "Medical Delivery";
+ req_access_txt = "5"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 4;
+ freq = 1400;
+ location = "Medbay"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"bfc" = (
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bfd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bfe" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Morgue APC";
+ pixel_y = 24
+ },
+/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)
+"bff" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bfg" = (
+/obj/structure/filingcabinet,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/medical)
+"bfh" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/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/red/side{
+ dir = 1
+ },
+/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
+ },
+/area/security/checkpoint/medical)
+"bfj" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/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/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bfm" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
+ },
+/area/medical/medbay)
+"bfn" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
+ },
+/area/medical/medbay)
+"bfo" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bfp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aLx" = (
+/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/airlock/glass{
+ name = "Diner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bft" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Diner"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bfu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Diner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bfv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bfw" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bfx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bfy" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bfz" = (
+/obj/structure/table,
+/obj/item/device/assembly/igniter{
+ pixel_x = -4;
+ pixel_y = -4
+ },
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/obj/item/device/gps{
+ gpstag = "RD0"
+ },
+/obj/item/clothing/head/welding,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bfA" = (
+/obj/machinery/modular_computer/console/preset/civilian,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"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
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bfC" = (
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"bfD" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics";
+ name = "robotics lab shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/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/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics";
+ name = "robotics lab shutters"
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bfF" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/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/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 = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bfJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bfK" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Testing Lab Maintenance";
+ req_access_txt = "47"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/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"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 8;
+ freq = 1400;
+ location = "Research Division"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"bfM" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plating,
+/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
+ },
+/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
+ },
+/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/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bfR" = (
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating,
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bfU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bfV" = (
+/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/maintenance/apmaint)
+"bfW" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/item/trash/deadmouse,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/apmaint)
+"bfX" = (
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plating,
+/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
+ },
+/area/hallway/secondary/entry)
+"bgb" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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
+ },
+/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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bgg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgh" = (
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgi" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Genetics Cloning Foyer";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgj" = (
+/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,
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgk" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/storage/emergency2)
+"bgl" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"bgm" = (
+/obj/item/weapon/extinguisher,
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"bgn" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/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"
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bgq" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bgr" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/medical)
+"bgs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"bgt" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/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"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"bgv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/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/firealarm{
+ dir = 8;
+ pixel_x = 26;
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bgz" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bgA" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/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/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
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgG" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgH" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -26;
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/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/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgN" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
+ },
+/area/assembly/robotics)
+"bgO" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgP" = (
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgQ" = (
+/obj/machinery/camera{
+ c_tag = "Robotics Lab";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "robotics";
+ name = "Shutters Control Button";
+ pixel_x = -6;
+ pixel_y = 24;
+ req_access_txt = "29"
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgR" = (
+/obj/machinery/requests_console{
+ department = "Robotics";
+ departmentType = 2;
+ name = "Robotics RC";
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgS" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 14
+ },
+/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 = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Robotics Lab APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgU" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/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 = "blobstart"
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -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/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/machinery/power/apc{
+ dir = 1;
+ name = "Testing Lab APC";
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhc" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10;
+ pixel_x = 0;
+ initialize_directions = 10
+ },
+/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
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhe" = (
+/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{
+ dir = 5
+ },
+/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
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/structure/grille/broken,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/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"
+ },
+/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/black,
+/area/library)
+"bhs" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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 = 8;
+ icon_state = "1-8"
+ },
+/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/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bhv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bhw" = (
+/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/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bhx" = (
+/obj/structure/table,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/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/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/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/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/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/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 = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Morgue";
+ dir = 8
+ },
+/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;
+ 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 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/medical)
+"bhH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/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
+ },
+/area/security/checkpoint/medical)
+"bhJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aLy" = (
+/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/medical/medbay)
+"bhM" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/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/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/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/chapel/main{
+ name = "Monastery"
+ })
+"bhS" = (
+/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/head/welding{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/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,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/area/assembly/robotics)
+"bhV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bhW" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 20;
+ pixel_x = 3;
+ pixel_y = -4
+ },
+/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/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/area/assembly/robotics)
+"bhX" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector{
+ on = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bia" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bib" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/components/trinary/filter,
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/toxins/explab)
+"bic" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bid" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bie" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ 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"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"big" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/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/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bil" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/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/apmaint)
+"bin" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/apmaint)
+"bio" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/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
+ },
+/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
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bir" = (
+/obj/machinery/mass_driver{
+ id = "chapelgun"
+ },
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Mass Driver";
+ req_one_access_txt = "0"
+ },
+/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
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"biu" = (
+/obj/machinery/mass_driver{
+ id = "chapelgun"
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
+ },
+/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/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"
+ },
+/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/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/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 = 2;
+ icon_state = "1-2"
+ },
+/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."
+ },
+/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/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay)
+"biE" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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 = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/camera{
+ c_tag = "Research Division Entrance";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -2;
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/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/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
+ },
+/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
+ },
+/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";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/assembly/robotics)
+"biR" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/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;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/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,
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biU" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
+ },
+/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/engine,
+/area/toxins/explab)
+"biW" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bja" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
+ },
+/area/toxins/xenobiology)
+"bjb" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bjc" = (
+/obj/structure/table,
+/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/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/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"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
+ },
+/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/maintenance/apmaint)
+"bjg" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"bjh" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"bji" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"bjj" = (
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry)
+"bjk" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Port Aft";
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry)
+"bjl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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"
+ })
+"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/mining_construction{
+ name = "Auxillary Closet Construction"
+ })
+"bjo" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bjp" = (
+/obj/item/weapon/pickaxe/mini,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"bjq" = (
+/obj/machinery/camera{
+ c_tag = "Auxillary Mining Base";
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/computer/shuttle/auxillary_base{
+ density = 0;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"bjr" = (
+/obj/docking_port/mobile/auxillary_base{
+ dheight = 0;
+ dir = 8;
+ dwidth = 2;
+ height = 4;
+ width = 5
+ },
+/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
+ },
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
+ },
+/area/medical/genetics)
+"bjt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
+ },
+/area/medical/genetics)
+"bju" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
+ },
+/area/medical/genetics)
+"bjv" = (
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
+ },
+/area/medical/genetics)
+"bjw" = (
+/obj/machinery/vending/clothing,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = 27
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
+ },
+/area/medical/genetics)
+"bjx" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/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/medbay3)
+"bjy" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/masks,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
+ },
+/area/medical/medbay3)
+"bjz" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTHEAST)";
+ dir = 5
+ },
+/area/medical/medbay3)
+"bjA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
+ },
+/area/medical/medbay)
+"bjD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTHEAST)";
+ dir = 5
+ },
+/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
+ },
+/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/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bjF" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTHEAST)";
+ dir = 5
+ },
+/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
+ },
+/area/medical/medbay)
+"bjH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/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
+ },
+/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
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bjR" = (
+/obj/machinery/computer/rdconsole/robotics,
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
+ },
+/area/assembly/robotics)
+"bjS" = (
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/assembly/robotics)
+"bjT" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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,
+/obj/machinery/button/door{
+ id = "telelab";
+ name = "Test Chamber Blast Door";
+ pixel_x = 6;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"bjX" = (
+/obj/machinery/computer/rdconsole/experiment,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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
+ },
+/area/toxins/explab)
+"bjZ" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/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
+ },
+/area/toxins/explab)
+"bka" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"bkb" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ dir = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"bkc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"bkd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"bke" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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
+ },
+/area/toxins/explab)
+"bkg" = (
+/obj/machinery/monkey_recycler,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bkh" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bki" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/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,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bkm" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"bkn" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bko" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bkp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/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)
+"bku" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/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/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bky" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"bkA" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (WEST)";
+ dir = 8
+ },
+/area/medical/medbay3)
+"bkB" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bkC" = (
+/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/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay3)
+"bkD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ opacity = 1;
+ req_access_txt = "6;5"
+ },
+/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/black,
+/area/medical/morgue)
+"bkE" = (
+/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/black,
+/area/medical/morgue)
+"bkF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkG" = (
+/obj/machinery/light/small,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkH" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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
+ },
+/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
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-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"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay)
+"bkL" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bkM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay)
+"bkN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Medbay Reception";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bkO" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/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/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay)
+"bkR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/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/plating,
+/area/medical/chemistry)
+"bkT" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/northleft{
+ dir = 2;
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "chemistry shutters"
+ },
+/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/medical/chemistry)
+"bkV" = (
+/turf/closed/wall,
+/area/medical/chemistry)
+"bkW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/explab)
+"bkX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/pen{
+ layer = 3.1
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastright{
+ dir = 2;
+ name = "Research and Development Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bkZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/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/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"blb" = (
+/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,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
+ },
+/area/assembly/robotics)
+"blc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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
+ },
+/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 = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blf" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/area/assembly/robotics)
+"blg" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blh" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bli" = (
+/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/explab)
+"blj" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bll" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bln" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blo" = (
+/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/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"
+ },
+/obj/structure/sign/poster{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/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
+ },
+/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/toxins/xenobiology)
+"blt" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
/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/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blu" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blw" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blx" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/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
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/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/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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/door/poddoor/preopen{
+ id = "xenobio5";
+ name = "containment blast door"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blC" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio5";
+ name = "containment blast door"
+ },
+/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"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blD" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/disposalpipe/segment,
+/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/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blF" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/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"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blG" = (
+/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/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"blH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"blI" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 4
+ },
+/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 = "Research Lab APC";
- pixel_x = 26
+ name = "Arrivals APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/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/carpet,
+/area/library)
+"blO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"blP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"blQ" = (
+/obj/machinery/computer/cloning,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Genetics Cloning";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/genetics)
+"blR" = (
+/obj/machinery/holopad,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/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 = 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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"blV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 9
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"blW" = (
+/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{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/medical/medbay3)
+"blX" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Medbay APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"blY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay)
+"blZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bma" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/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/medical/medbay)
+"bmd" = (
+/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,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay)
+"bme" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
+ },
+/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/whiteyellow/side{
+ dir = 9
+ },
+/area/medical/chemistry)
+"bmg" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 1
+ },
+/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
+ },
+/area/medical/chemistry)
+"bmi" = (
+/obj/machinery/chem_master{
+ layer = 2.7;
+ pixel_x = -2
+ },
+/obj/machinery/button/door{
+ id = "chemistry_shutters";
+ name = "Shutters Control";
+ pixel_x = 26;
+ pixel_y = 4;
+ req_access_txt = "5; 33"
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 5
+ },
+/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
+ },
+/obj/item/weapon/book/manual/research_and_development,
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
+ },
+/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/purple/side{
+ dir = 1
+ },
+/area/toxins/explab)
+"bml" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
+ },
+/area/toxins/explab)
+"bmm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
+ },
+/area/toxins/explab)
+"bmn" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
+ },
+/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;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/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/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;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/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/purple/side{
+ dir = 8
+ },
+/area/assembly/robotics)
+"bmt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bmu" = (
+/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/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/assembly/robotics)
+"bmv" = (
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/item/weapon/razor{
+ pixel_y = 5
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
/obj/structure/table,
/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aLz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/assembly/robotics)
+"bmw" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/assembly/robotics)
+"bmx" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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/structure/table,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/assembly/robotics)
+"bmz" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1;
+ name = "Connector Port (Air Supply)"
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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"
+ },
+/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
+ },
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/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/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/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")
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/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
+ },
+/area/toxins/xenobiology)
+"bmO" = (
+/obj/machinery/computer/security/telescreen{
+ name = "Test Chamber Moniter";
+ network = list("Xeno");
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/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/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/toxins/xenobiology)
+"bmQ" = (
+/obj/machinery/door/window/southleft{
+ name = "Test Chamber";
+ req_access_txt = "55"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/toxins/xenobiology)
+"bmR" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/toxins/xenobiology)
+"bmS" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/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;
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/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
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/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"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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/window/reinforced{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bnb" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/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/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/machinery/camera{
+ c_tag = "Arrivals Starboard Aft";
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/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 = 6
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/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/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
+ },
+/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/medical/genetics)
+"bno" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"bnp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bnq" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"bnr" = (
+/turf/closed/wall,
+/area/medical/sleeper)
+"bns" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -26
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/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
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/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/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bnx" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay)
+"bny" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/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
+ },
+/area/medical/medbay)
+"bnA" = (
+/obj/machinery/chem_dispenser{
+ layer = 2.7
+ },
+/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"
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
+ },
+/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/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/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,
+/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"
+ },
+/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/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/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;
+ layer = 2.9
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/assembly/robotics)
+"bnR" = (
/obj/structure/table/optable{
name = "Robotics Operating Table"
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aLA" = (
-/obj/effect/landmark/start{
- name = "Roboticist"
+/obj/machinery/camera{
+ c_tag = "Robotics - Aft";
+ dir = 1;
+ network = list("SS13","RD")
},
/turf/open/floor/plasteel/white,
/area/assembly/robotics)
-"aLB" = (
+"bnS" = (
+/obj/machinery/computer/operating{
+ name = "Robotics Operating Computer"
+ },
/turf/open/floor/plasteel/white,
/area/assembly/robotics)
-"aLC" = (
-/obj/structure/disposalpipe/segment,
+"bnT" = (
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/structure/table,
/turf/open/floor/plasteel/white,
/area/assembly/robotics)
-"aLD" = (
+"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/warnwhite{
+/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
+ },
+/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/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/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
+ },
+/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
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bof" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bog" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/assembly/robotics)
-"aLE" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"boh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"boi" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/whitegreen/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bok" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bol" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bom" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bon" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"boo" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Starboard Fore";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/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/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"boq" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bor" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/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/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/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/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/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/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 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"boB" = (
+/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/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boD" = (
+/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
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boE" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
+ },
+/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/whiteblue/side,
+/area/medical/genetics)
+"boI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/genetics)
+"boJ" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/medical_cloning{
+ pixel_y = 6
+ },
+/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
+ },
+/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
+ },
+/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
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/area/medical/sleeper)
+"boP" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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
+ },
+/area/medical/sleeper)
+"boR" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"boS" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/medical/sleeper)
+"boT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/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/white,
+/area/medical/medbay)
+"boV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"boW" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/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
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/obj/machinery/camera{
+ c_tag = "Chemistry";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
+ },
+/area/medical/chemistry)
+"boY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"boZ" = (
+/obj/machinery/disposal/bin{
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/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/plasteel/whiteyellow/side{
+ dir = 6
+ },
+/area/medical/chemistry)
+"bpc" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/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/toxins/explab)
+"bpd" = (
+/obj/machinery/r_n_d/destructive_analyzer,
+/turf/open/floor/plasteel,
+/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,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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)
-"aLF" = (
+"bpl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_research{
name = "Robotics Lab";
@@ -19773,134 +33472,9685 @@
},
/turf/open/floor/plasteel,
/area/assembly/robotics)
-"aLG" = (
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aLH" = (
-/obj/machinery/computer/mech_bay_power_console,
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aLI" = (
+"bpm" = (
+/turf/closed/wall,
+/area/assembly/robotics)
+"bpn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/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/assembly/chargebay)
-"aLJ" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/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/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aLK" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+/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";
+ tag = ""
+ },
+/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"
+ },
+/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/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/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
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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/toxins/xenobiology)
+"bpI" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/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/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"
+ },
+/area/maintenance/aft)
+"bpO" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bpP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/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"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/medical/genetics)
+"bpV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Medbay Port Hallway";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bpW" = (
+/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/white,
+/area/medical/medbay3)
+"bpX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bpY" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bpZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bqa" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bqb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqc" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bqh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/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/requests_console{
+ department = "Chemistry";
+ departmentType = 2;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/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
+ },
+/area/hallway/primary/aft)
+"bql" = (
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -28;
+ pixel_y = 3
+ },
+/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"
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bqq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
},
/area/medical/research{
name = "Research Division"
})
-"aLL" = (
+"bqr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/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/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 24
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqD" = (
+/obj/structure/closet/firecloset,
/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/toxins/xenobiology)
+"bqE" = (
+/obj/structure/closet/l3closet,
+/obj/machinery/camera{
+ c_tag = "Xenobiology Access";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"bqG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bqH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bqI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bqJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bqK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/xenobiology)
+"bqL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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")
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/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
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Starboard Aft";
+ dir = 1;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bqS" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 8;
+ name = "Xenobiology APC";
+ pixel_x = -25
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bqT" = (
+/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/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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bqV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/apmaint)
+"bqW" = (
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/space)
+"bqX" = (
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"bqY" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/aft)
+"bqZ" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
+ },
+/area/medical/genetics)
+"bra" = (
+/obj/machinery/computer/scan_consolenew,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/genetics)
+"brb" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/genetics)
+"brc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/genetics)
+"bre" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/rxglasses{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/box/bodybags,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
+ },
+/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
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"brh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bri" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"brj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/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/white,
+/obj/effect/turf_decal/stripes/line,
+/area/medical/sleeper)
+"brl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/area/medical/sleeper)
+"brm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brn" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bro" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/white,
+/area/medical/medbay)
+"brq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"brr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/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
+ },
+/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/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{
+ d1 = 4;
+ 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
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/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 = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/toxins/explab)
+"brz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"brA" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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 = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"brC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"brD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ 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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"brF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"brG" = (
+/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/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 13
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
on = 1
},
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"aLM" = (
-/obj/machinery/camera{
- c_tag = "Research Division Access"
+"brH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"aLN" = (
-/turf/open/floor/plasteel/warnwhite,
-/area/toxins/explab)
-"aLO" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/research_and_development,
-/turf/open/floor/plasteel/white/corner{
+"brI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/toxins/explab)
-"aLP" = (
-/obj/machinery/computer/rdconsole/experiment,
-/turf/open/floor/plasteel/white/side{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/toxins/explab)
-"aLQ" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "explab";
- name = "Test Chamber Blast Doors";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white/corner{
- dir = 1
- },
-/area/toxins/explab)
-"aLR" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aLS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/area/medical/research{
+ name = "Research Division"
+ })
+"brK" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aLT" = (
-/obj/machinery/light_switch{
- pixel_x = -28
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/ai_monitored/nuke_storage)
-"aLU" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/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
- },
-/area/ai_monitored/nuke_storage)
-"aLX" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aLY" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brL" = (
+/obj/structure/window/reinforced{
dir = 8
},
-/area/hallway/primary/starboard)
-"aLZ" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aMa" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"brN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/doorButtons/access_button{
+ idDoor = "xeno_airlock_exterior";
+ idSelf = "xeno_airlock_control";
+ name = "Access Button";
+ pixel_x = 0;
+ pixel_y = -24;
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"brQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"brR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"brS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/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"
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple,
+/area/toxins/xenobiology)
+"brU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 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
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"brV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"brX" = (
+/obj/machinery/disposal/bin,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/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{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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"
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/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{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 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/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/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{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/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"
+ },
+/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
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/toxins/xenobiology)
+"bsh" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "0";
+ req_one_access_txt = "12; 55"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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/aft)
+"bsk" = (
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"bsl" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"bsm" = (
+/obj/structure/table,
+/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/whitepurple/side{
+ dir = 8
+ },
+/area/medical/genetics)
+"bsn" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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"
+ },
+/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/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"bss" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/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/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
+ },
+/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"
+ })
+"bsx" = (
+/obj/machinery/camera{
+ c_tag = "Medbay Sleepers";
+ dir = 1;
+ network = list("SS13")
+ },
+/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/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/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"bsD" = (
+/turf/closed/wall,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bsE" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bsF" = (
+/obj/structure/closet/secure_closet/chemical,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Chemistry APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
+ },
+/area/medical/chemistry)
+"bsG" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bsH" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 4
+ },
+/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/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "chemistry shutters"
+ },
+/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
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/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 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bsM" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/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/weapon/folder/white,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/explab)
+"bsO" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bsP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bsQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
+ },
+/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/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsW" = (
+/obj/item/device/analyzer,
+/obj/structure/table,
+/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
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsY" = (
+/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 = -32
+ },
+/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
+ },
+/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{
+ icon_state = "0-4";
+ d2 = 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"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btk" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btl" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 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/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #2";
+ req_access_txt = "55"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btn" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bto" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btp" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
+ },
+/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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btq" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btr" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio4";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/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/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";
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btt" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio4";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btu" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 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{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/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 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"btA" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Genetics Monkey Pen";
+ dir = 4;
+ network = list("SS13","RD");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/medbay3)
+"btJ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/medbay3)
+"btK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/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/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
+ },
+/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{
+ 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 = 22
+ },
+/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"
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 26;
+ pixel_y = 6
+ },
+/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/whiteyellow/side{
+ dir = 10
+ },
+/area/medical/chemistry)
+"btT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/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/whiteyellow/side,
+/area/medical/chemistry)
+"btV" = (
+/obj/structure/table/glass,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 2;
+ layer = 2.9
+ },
+/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
+ },
+/area/medical/chemistry)
+"btW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/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/hallway/primary/aft)
+"btZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/table/glass,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/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"
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side,
+/area/toxins/explab)
+"buc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/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
+ },
+/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
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"buh" = (
+/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/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"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/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/engine,
+/area/toxins/xenobiology)
+"buq" = (
+/obj/structure/cable{
+ d1 = 1;
+ 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 = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/grass,
+/area/medical/genetics)
+"bus" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
+ },
+/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
+ },
+/area/medical/genetics)
+"buu" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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/white,
+/area/medical/genetics)
+"bux" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "Genetics";
+ departmentType = 0;
+ name = "Genetics Requests Console";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/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"
+ },
+/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,
+/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
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"buC" = (
+/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/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"buD" = (
+/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/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"buE" = (
+/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
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"buF" = (
+/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/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"buG" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/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/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/chair/office/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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/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")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/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
+ },
+/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/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 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"buQ" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
+ },
+/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"
+ },
+/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,
+/area/crew_quarters/hor)
+"buU" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/science)
+"buV" = (
+/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 = 1
+ },
+/area/security/checkpoint/science)
+"buW" = (
+/obj/structure/closet/wardrobe/red,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/science)
+"buX" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/toxins/storage)
+"buY" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Toxins Storage";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/toxins/storage)
+"buZ" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/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/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,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/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
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Toxins Lab APC";
+ pixel_y = 25
+ },
+/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/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
+ },
+/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/pen,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/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/whitepurple/side{
+ dir = 10
+ },
+/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 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
+ dir = 8
+ },
+/area/medical/genetics)
+"bvu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvv" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Genetics APC";
+ pixel_x = 27
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"bvw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/medical/virology)
+"bvx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/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")
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/medical/virology)
+"bvz" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = -32;
+ pixel_y = 0;
+ pixel_z = 0
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/medical/medbay)
+"bvD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bvE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay)
+"bvF" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Chief Medical Office";
+ req_access_txt = "40"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/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
+ },
+/obj/item/weapon/pen{
+ layer = 3.1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvJ" = (
+/obj/structure/table/glass,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/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 = 4;
+ d2 = 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/aft)
+"bvM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/aft)
+"bvN" = (
+/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/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 11
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvP" = (
+/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/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvQ" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/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"
+ },
+/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/crew_quarters/hor)
+"bvV" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "RD Office APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/crew_quarters/hor)
+"bvW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/crew_quarters/hor)
+"bvX" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/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"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
+ },
+/area/crew_quarters/hor)
+"bvZ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Science Security Post";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/science)
+"bwa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/storage)
+"bwe" = (
+/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/plasteel,
+/area/toxins/storage)
+"bwf" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bwg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/storage)
+"bwh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bwi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bwj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwm" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwp" = (
+/obj/machinery/atmospherics/components/trinary/mixer/flipped{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/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
+ },
+/turf/open/floor/plasteel,
+/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
+ },
+/turf/open/floor/plasteel,
+/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/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/medical/genetics)
+"bwA" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/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/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/medical/virology)
+"bwD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/medical/virology)
+"bwF" = (
+/obj/machinery/shower{
+ tag = "icon-shower (EAST)";
+ icon_state = "shower";
+ dir = 4
+ },
+/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/white,
+/area/medical/medbay)
+"bwG" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay)
+"bwJ" = (
+/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)
+"bwK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/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/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bwM" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/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
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bwP" = (
+/turf/closed/wall,
+/area/medical/exam_room)
+"bwQ" = (
+/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/aft)
+"bwR" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Server Room APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bwS" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/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
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/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/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bwV" = (
+/obj/machinery/computer/robotics,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/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 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bxf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/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 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/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/whitepurple/side{
+ dir = 4
+ },
+/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"
+ },
+/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,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxq" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxr" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4
+ },
+/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"
+ })
+"bxs" = (
+/turf/closed/wall,
+/area/toxins/mineral_storeroom)
+"bxt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/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,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bxw" = (
+/obj/structure/closet,
+/obj/item/stack/cable_coil/random,
+/obj/item/weapon/electronics/airalarm,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bxx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bxy" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/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
+ },
+/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/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/whiteblue/corner{
+ dir = 4
+ },
+/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/item/weapon/cartridge/medical{
+ pixel_x = 6;
+ pixel_y = 3
+ },
+/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"
+ })
+"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"
+ })
+"bxO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-16";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bxP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bxQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/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/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/item/weapon/melee/baton/cattleprod{
+ bcell = new /obj/item/weapon/stock_parts/cell/high()
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bxR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/button/door{
+ id = "CMOCell";
+ name = "Door Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 26;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/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/plasteel/black,
+/area/medical/exam_room)
+"bxS" = (
+/obj/machinery/door/airlock/command{
+ id_tag = "CMOCell";
+ name = "Personal Examination Room";
+ req_access_txt = "40"
+ },
+/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/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{
+ dir = 8;
+ 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)
+"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/plasteel/white,
+/area/crew_quarters/hor)
+"byc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"byd" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Research Director"
+ },
+/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/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"byf" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/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"
+ },
+/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/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/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byp" = (
+/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,
+/turf/open/floor/plasteel,
+/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";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byw" = (
+/obj/structure/cable{
+ 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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byA" = (
+/obj/structure/ore_box,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byD" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byF" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Toxins Launch Room APC";
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"byH" = (
+/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/maintenance/asmaint2)
+"byI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"byJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"byK" = (
+/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/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/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"byN" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"byO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/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
+ },
+/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
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"byR" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"byU" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"byV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/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/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/cable,
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/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/structure/sign/examroom{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bzd" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway Central";
+ dir = 8;
+ network = list("SS13")
+ },
+/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"
+ },
+/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
+ },
+/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;
+ network = list("SS13","RD")
+ },
+/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
+ },
+/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
+ },
+/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
+ },
+/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
+ },
+/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
+ },
+/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/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/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,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzx" = (
+/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,
+/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
+ },
+/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/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/meter,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/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/general/visible{
+ color = "#330000";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzE" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10;
+ pixel_x = 0;
+ initialize_directions = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bzF" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/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
+ },
+/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"
+ },
+/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"
+ },
+/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
+ },
+/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/freezer,
+/area/medical/virology)
+"bzT" = (
+/obj/machinery/door/window/eastleft{
+ dir = 2;
+ name = "Monkey Pen";
+ req_one_access_txt = "39"
+ },
+/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"
+ },
+/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 = 4;
+ icon_state = "1-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
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
+ },
+/area/medical/virology)
+"bzX" = (
+/obj/item/weapon/bedsheet/medical,
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/structure/curtain{
+ layer = 4.5
+ },
+/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)
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/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
+ },
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bAj" = (
+/obj/machinery/space_heater,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/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,
+/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,
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"bAn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/storage)
+"bAo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/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"
+ })
+"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/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"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
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bAx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bAy" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/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 = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 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")
+ },
+/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
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/toxins/mineral_storeroom)
+"bAD" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/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;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"bAI" = (
+/obj/machinery/camera{
+ c_tag = "Virology";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Telecoms)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"bAJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/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/medical/virology)
+"bAM" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"bAN" = (
+/obj/structure/closet/l3closet/virology,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
+ },
+/area/medical/virology)
+"bAO" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard{
+ toppaper = null
+ },
+/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/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "patientA";
+ name = "privacy shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bAS" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/surgery)
+"bAT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAU" = (
+/obj/machinery/camera{
+ c_tag = "Medbay Recovery Room";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/holopad,
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/surgery)
+"bAW" = (
+/obj/structure/closet/crate/freezer/blood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bAX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/sink{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/surgery)
+"bAY" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Surgery";
+ dir = 2;
+ network = list("SS13","Surgery")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/surgery)
+"bAZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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)
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/surgery)
+"bBa" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bBb" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bBc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/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/aft)
+"bBd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bBe" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "24"
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBi" = (
+/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/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/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/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/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
+ },
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bBp" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 2
+ },
+/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/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/area/toxins/mineral_storeroom)
+"bBu" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "toxmineral";
+ name = "smelting conveyor"
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/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"
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplate (WEST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/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
+ },
+/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
+ },
+/area/maintenance/aft)
+"bBA" = (
+/obj/structure/chair/comfy/black,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/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
+ },
+/area/maintenance/aft)
+"bBC" = (
+/obj/item/trash/popcorn,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/maintenance/aft)
+"bBD" = (
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bBE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
+ },
+/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/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/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/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 = 4;
+ pixel_x = 28
+ },
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay)
+"bBN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay)
+"bBO" = (
+/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/freezer,
+/area/medical/surgery)
+"bBP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/freezer,
+/area/medical/surgery)
+"bBR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery";
+ req_access_txt = "45"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bBS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/surgery)
+"bBT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/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/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/surgery)
+"bBX" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Surgery Maintenance";
+ req_access_txt = "45"
+ },
+/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/medical/surgery)
+"bBY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bBZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bCa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bCb" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bCc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/segment,
+/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"
+ })
+"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 = 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{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Atmospherics APC";
+ pixel_x = -24
+ },
+/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/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bCn" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-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
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bCo" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics Toxins";
+ dir = 2;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bCp" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bCq" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bCr" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/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
+ },
+/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
+ },
+/turf/open/floor/engine,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bCv" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/obj/machinery/doorButtons/access_button{
+ idSelf = "incinerator_access_control";
+ idDoor = "incinerator_airlock_interior";
+ name = "Incinerator airlock control";
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bCy" = (
+/obj/machinery/button/massdriver{
+ dir = 2;
+ id = "toxinsdriver";
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (EAST)";
+ dir = 4
+ },
+/area/toxins/mineral_storeroom)
+"bCz" = (
+/obj/machinery/mass_driver{
+ id = "toxinsdriver"
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/door/window/southleft{
+ dir = 8;
+ name = "Mass Driver Door";
+ req_access_txt = "7"
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_end (NORTH)";
+ icon_state = "plating_warn_end"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/area/toxins/mineral_storeroom)
+"bCA" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 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,
+/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 = "left";
+ name = "Arena"
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCE" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/mob/living/simple_animal/chicken{
+ name = "Bloodthirsty Peckins"
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCF" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCG" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/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
+ },
+/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/maintenance/aft)
+"bCJ" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"bCK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Isolation B";
+ req_access_txt = "39"
+ },
+/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"
+ },
+/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
+ },
+/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
+ },
+/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
+ },
+/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
+ },
+/obj/machinery/camera{
+ c_tag = "Patient Room B";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bCS" = (
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room B";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bCT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay)
+"bCV" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bCW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/surgery)
+"bCZ" = (
+/obj/structure/table/optable,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/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/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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/plating,
+/area/maintenance/aft)
+"bDc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bDd" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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"
+ })
+"bDg" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
+ },
+/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/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/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/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/library)
+"bDo" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix Outlet Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/atmos)
+"bDp" = (
+/obj/structure/grille,
+/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/atmos)
+"bDq" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bDr" = (
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bDs" = (
+/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)
+"bDt" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Waste Tank"
+ },
+/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/structure/cable/yellow{
+ 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/toxins/mineral_storeroom)
+"bDx" = (
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mineral_storeroom)
+"bDy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/closed/wall,
+/area/toxins/mineral_storeroom)
+"bDz" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/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
+ },
+/area/toxins/mineral_storeroom)
+"bDB" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "toxmineral"
+ },
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/toxins/mineral_storeroom)
+"bDC" = (
+/obj/machinery/conveyor{
+ dir = 10;
+ icon_state = "conveyor0";
+ id = "toxmineral"
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating{
+ tag = "icon-warnplatecorner (EAST)"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/toxins/mineral_storeroom)
+"bDD" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDE" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDF" = (
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDG" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDH" = (
+/obj/structure/mineral_door/wood{
+ name = "The Roosterdome"
+ },
+/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"
+ },
+/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/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bDM" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bDN" = (
+/obj/effect/landmark/start{
+ name = "Virologist"
+ },
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/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
+ },
+/obj/item/weapon/storage/box/monkeycubes{
+ layer = 3.1
+ },
+/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
+ },
+/area/medical/virology)
+"bDP" = (
+/obj/structure/chair/office/light{
+ dir = 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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bDS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay)
+"bDT" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/space,
+/area/space)
+"bDU" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay)
+"bDV" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/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
+ },
+/area/medical/surgery)
+"bDX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bDY" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bDZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/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
+ },
+/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
+ },
+/area/hallway/primary/aft)
+"bEe" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"bEf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "applebush";
+ layer = 4.1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"bEg" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ dir = 9
+ },
+/area/hallway/primary/aft)
+"bEh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bEi" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEk" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEl" = (
+/obj/machinery/computer/atmos_control,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEm" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEn" = (
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "waste_meter";
+ name = "Waste Loop"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEo" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Distro to Waste";
+ on = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEp" = (
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "distro_meter";
+ name = "Distribution Loop"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/visible,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEq" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEr" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to Distro";
+ on = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bEs" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bEt" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bEu" = (
+/obj/machinery/door/poddoor{
+ id = "chapelgun";
+ name = "mass driver door"
+ },
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"bEv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bEw" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bEx" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/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")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/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"
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bEC" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bED" = (
+/obj/machinery/door/poddoor{
+ id = "mixvent";
+ name = "Starboard Vent"
+ },
+/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"
+ },
+/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"
+ })
+"bEF" = (
+/obj/machinery/igniter{
+ icon_state = "igniter0";
+ id = "Incinerator";
+ luminosity = 2;
+ on = 0
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"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
+ },
+/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/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/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/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mineral_storeroom)
+"bEJ" = (
+/obj/machinery/door/poddoor{
+ id = "toxinsdriver";
+ name = "toxins launcher bay door"
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/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;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/structure/reagent_dispensers/virusfood{
+ density = 0;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHEAST)";
+ icon_state = "whitegreen";
+ dir = 6
+ },
+/area/medical/virology)
+"bER" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 10
+ },
+/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
+ },
+/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
+ },
+/obj/item/weapon/circular_saw,
+/obj/machinery/light,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bEX" = (
+/obj/structure/table,
+/obj/item/weapon/cautery{
+ pixel_x = 4
+ },
+/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"
+ },
+/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,
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Telecoms)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFd" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ dir = 10
+ },
+/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";
+ tag = "90Curve"
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 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/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 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air to Distro";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bFn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bFo" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bFq" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFr" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/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{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/maintenance/aft)
+"bFP" = (
+/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/plating,
+/area/maintenance/aft)
+"bFQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bFR" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (NORTHWEST)";
+ icon_state = "arrival";
+ dir = 9
+ },
+/area/hallway/primary/aft)
+"bFV" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
+/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
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFZ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGa" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGb" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Mix to Port";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGc" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bGd" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/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
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Unfiltered to Mix";
+ on = 1
+ },
+/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 = 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/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGr" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 10
+ },
+/area/hallway/primary/aft)
+"bGv" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
+ },
+/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/yellow/side,
+/area/atmos)
+"bGy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/yellow/side,
+/area/atmos)
+"bGA" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGD" = (
+/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/machinery/light{
+ dir = 8
+ },
+/obj/item/device/multitool{
+ layer = 4
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGE" = (
+/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/yellow/side,
+/area/atmos)
+"bGF" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/stack/sheet/glass{
+ layer = 3.1
+ },
+/obj/item/stack/rods{
+ amount = 50;
+ layer = 3.2
+ },
+/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/atmos)
+"bGH" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGI" = (
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGJ" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 8
+ },
+/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/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ 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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/aft)
+"bHa" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bHb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/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/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/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/yellow/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"
+ },
+/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"
+ },
+/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
+ },
+/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
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/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,
+/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")
+ },
+/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/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)
+"bHF" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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")
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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
+ },
+/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/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"bHK" = (
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bHL" = (
+/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,
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/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{
+ dir = 2;
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHN" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
+ },
+/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
@@ -19917,693 +43167,15 @@
/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
+/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,
+/turf/open/floor/plasteel/black,
/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/item/stack/cable_coil{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/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/item/clothing/head/welding{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/device/multitool,
-/obj/machinery/power/apc{
- dir = 8;
- name = "Atmospherics APC";
- pixel_x = -24
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMg" = (
-/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/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-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
- },
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMk" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMl" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMm" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 5;
- initialize_directions = 12
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMn" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/arrival{
- dir = 5
- },
-/area/atmos)
-"aMo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aMp" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"aMq" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/meter{
- frequency = 1443;
- name = "Mixed Air Tank In"
- },
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aMr" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "air_in"
- },
-/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{
- dir = 4
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMv" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/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/white/side{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMx" = (
-/turf/closed/wall,
-/area/medical/cmo)
-"aMy" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMz" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/medical/cryo)
-"aMA" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aMB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMC" = (
-/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 = 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"
- })
-"aMD" = (
-/obj/structure/sign/chemistry,
-/turf/closed/wall,
-/area/medical/chemistry)
-"aME" = (
-/obj/machinery/light_switch{
- pixel_y = 25
- },
-/mob/living/simple_animal/bot/cleanbot{
- name = "C.L.E.A.N."
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- 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
- },
-/obj/structure/table/glass,
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = -5
- },
-/obj/item/device/assembly/timer{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = -5
- },
-/obj/item/device/assembly/timer{
- pixel_x = -2;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
- },
-/area/medical/chemistry)
-"aMG" = (
-/obj/machinery/firealarm{
- 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
- },
-/area/medical/chemistry)
-"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
- },
-/area/medical/chemistry)
-"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/item/clothing/glasses/science,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
- },
-/area/medical/chemistry)
-"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
- },
-/area/toxins/lab)
-"aMM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- 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
- },
-/area/toxins/lab)
-"aMO" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aMP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- 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
- },
-/obj/item/weapon/reagent_containers/dropper,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aMR" = (
-/obj/machinery/computer/operating{
- name = "Robotics Operating Computer"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aMS" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aMT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/assembly/robotics)
-"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/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aMX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"aMY" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aMZ" = (
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
-"aNa" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Roboticist"
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aNb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
-"aNc" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aNd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/assembly/chargebay)
-"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"
- })
-"aNf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aNg" = (
-/obj/structure/sign/securearea{
- pixel_x = 32
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aNh" = (
-/obj/machinery/door/poddoor/preopen{
- id = "explab";
- name = "test chamber blast door"
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/toxins/explab)
-"aNj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"aNk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aNl" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Vault APC";
- pixel_x = -27
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/camera/motion{
- c_tag = "Vault";
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/ai_monitored/nuke_storage)
-"aNm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/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 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/nuclearbomb/selfdestruct{
- layer = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/ai_monitored/nuke_storage)
-"aNo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aNp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/ai_monitored/nuke_storage)
-"aNq" = (
-/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
- },
-/area/ai_monitored/nuke_storage)
-"aNr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/primary/starboard)
-"aNs" = (
-/obj/item/stack/tile/plasteel{
- pixel_x = 8;
- pixel_y = 8
- },
-/turf/open/floor/plating,
-/area/hallway/primary/starboard)
-"aNt" = (
+"bHP" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -20614,681 +43186,18 @@
pixel_y = -3
},
/obj/item/weapon/circuitboard/computer/arcade/battle,
-/obj/machinery/light/small{
- dir = 8
- },
-/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
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aNv" = (
-/obj/structure/table,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/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)
-"aNw" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
-"aNx" = (
-/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,
-/obj/structure/fireaxecabinet{
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNy" = (
-/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,
-/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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNB" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNC" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- dir = 8
- },
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aND" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/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/plasteel/arrival{
- dir = 4
- },
-/area/atmos)
-"aNF" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "air_sensor"
- },
-/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,
-/obj/structure/table,
-/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,
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNL" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/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
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNO" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
/obj/machinery/light{
dir = 1
},
-/obj/structure/table/glass,
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/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
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNR" = (
-/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
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Medbay APC";
- pixel_y = 26
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNT" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/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/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNV" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aOa" = (
-/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"
- })
-"aOb" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aOc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_atmos{
- name = "Air Supply Control";
- req_access_txt = "24"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOd" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air to Distro";
- on = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aOf" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
+/obj/machinery/camera{
+ c_tag = "Tech Storage";
dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aOg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/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/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/window/southright{
- dir = 4;
- name = "Research and Development Desk";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel,
-/area/medical/chemistry)
-"aOj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- 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
- },
-/obj/machinery/camera/motion{
- c_tag = "AI Upload Foyer";
- dir = 1;
- network = list("SS13","RD")
+ network = list("SS13")
},
+/obj/item/weapon/circuitboard/computer/shuttle/monastery_shuttle,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aOo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/lab)
-"aOq" = (
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aOr" = (
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aOs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/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/plasteel,
-/area/assembly/robotics)
-"aOw" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/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
- },
-/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
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aOB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/assembly/chargebay)
-"aOC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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"
- })
-"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"
- })
-"aOE" = (
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aOF" = (
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aOG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aOH" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/ai_monitored/nuke_storage)
-"aOI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aOJ" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/primary/starboard)
-"aOK" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aOL" = (
+/area/storage/tech)
+"bHQ" = (
/obj/structure/rack,
/obj/item/weapon/circuitboard/machine/telecomms/processor,
/obj/item/weapon/circuitboard/machine/telecomms/receiver,
@@ -21298,18142 +43207,1179 @@
/obj/item/weapon/circuitboard/computer/message_monitor{
pixel_y = -5
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aOM" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
+"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
},
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/device/t_scanner,
-/obj/item/device/multitool,
-/obj/item/clothing/glasses/meson,
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aON" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/obj/item/weapon/aiModule/reset,
-/turf/open/floor/plating,
+"bHS" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/black,
/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,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aOQ" = (
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50;
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOR" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOS" = (
-/obj/machinery/atmospherics/components/binary/pump{
+"bHT" = (
+/obj/machinery/vending/assist,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHU" = (
+/obj/machinery/power/apc{
+ name = "Aft Hall APC";
dir = 8;
- name = "Port to Filter";
- on = 0
+ pixel_x = -25;
+ pixel_y = 1
},
-/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{
- dir = 8
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aOV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bHV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Bar2";
+ location = "Eng"
+ },
+/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/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/atmos)
+"bHY" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
/turf/open/floor/plasteel,
/area/atmos)
-"aOW" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+"bHZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/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
+ },
+/area/atmos)
+"bIe" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/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/plasteel{
+ dir = 2
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/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;
+ frequency = 1441;
+ id = "n2o_in";
+ pixel_y = 1
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"bIr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/engine/gravity_generator)
+"bIt" = (
+/obj/structure/closet/radiation,
+/obj/machinery/camera{
+ c_tag = "Gravity Generator Foyer";
+ dir = 2;
+ network = list("SS13")
+ },
+/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{
+ 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
+ },
+/area/storage/tech)
+"bIw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bIA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bIB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
initialize_directions = 11
},
/turf/open/floor/plasteel,
-/area/atmos)
-"aOX" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air Outlet Pump";
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/arrival{
- dir = 6
- },
-/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"
- },
-/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
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aPc" = (
-/obj/structure/chair/office/light{
- 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/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"
- },
-/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
- },
-/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{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/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/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/turretid{
- control_area = null;
- name = "AI Upload Turret Control";
- pixel_y = 27;
- req_access = list(65)
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPl" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- 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" = (
+/area/hallway/primary/aft)
+"bIC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+ dir = 1;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPs" = (
-/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
- },
-/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/atmospherics/pipe/simple/scrubbers/hidden{
- 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{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/toxins/lab)
-"aPw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/toxins/lab)
-"aPx" = (
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bID" = (
/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"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aPy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitered/side,
-/area/assembly/robotics)
-"aPz" = (
-/obj/structure/chair/stool,
-/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/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
- },
-/area/assembly/robotics)
-"aPC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aPD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aPE" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/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
- },
-/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"aPH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aPI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/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
- },
-/obj/machinery/camera{
- c_tag = "Mech Bay";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/assembly/chargebay)
-"aPK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/assembly/chargebay)
-"aPL" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aPQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/ai_monitored/nuke_storage)
-"aPS" = (
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/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
- },
-/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
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics South West";
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/pipedispenser,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/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/plasteel,
-/area/atmos)
-"aQd" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/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
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aQf" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aQg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/sign/fire{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aQh" = (
-/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{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aQi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aQj" = (
-/obj/structure/toilet{
- pixel_y = 8
- },
-/obj/effect/landmark/start{
- name = "Chief Medical Officer"
- },
-/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{
- 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
- },
-/obj/item/weapon/cartridge/medical{
- pixel_x = 6;
- pixel_y = 3
- },
-/obj/item/weapon/cartridge/medical,
-/obj/item/weapon/cartridge/chemistry{
- pixel_y = 2
- },
-/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"
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aQq" = (
-/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{
- name = "Experimentation Lab Maintenance";
- req_access_txt = "7"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/explab)
-"aQr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aQs" = (
-/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
- },
-/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
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQy" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright{
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/medical/chemistry)
-"aQz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/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{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aQD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
-"aQE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/chemistry)
-"aQF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/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
- },
-/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/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)
-"aQW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aQX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "Skynet_launch";
- name = "mech bay"
- },
-/turf/open/floor/plasteel/delivery,
-/area/assembly/chargebay)
-"aQY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "Skynet_launch";
- name = "mech bay"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/assembly/chargebay)
-"aQZ" = (
-/obj/structure/sign/science{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/purple/side{
- dir = 9
- },
-/area/hallway/primary/starboard)
-"aRa" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"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)
-"aRc" = (
-/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/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aRd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aRe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aRf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aRg" = (
-/turf/closed/wall/r_wall,
-/area/hallway/primary/starboard)
-"aRh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/pipedispenser/disposal,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/atmos)
-"aRi" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"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/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aRk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aRl" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/cmo)
-"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
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aRq" = (
-/obj/item/device/radio/intercom{
- pixel_y = -27
- },
-/obj/machinery/camera{
- c_tag = "Chief Medical Office";
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRu" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/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/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/light,
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRx" = (
-/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/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-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"
- },
-/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,
-/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"
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- freq = 1400;
- location = "Medbay"
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRF" = (
-/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,
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRG" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/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)
-"aRI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/lab)
-"aRJ" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 9
- },
-/area/hallway/primary/central)
-"aRK" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"aRL" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 5
- },
-/area/hallway/primary/central)
-"aRM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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/plasteel,
-/area/assembly/robotics)
-"aRO" = (
-/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,
-/area/assembly/chargebay)
-"aRP" = (
-/turf/open/floor/plasteel/loadingarea,
-/area/hallway/primary/starboard)
-"aRQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/loadingarea,
-/area/hallway/primary/starboard)
-"aRR" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 4
- },
-/area/hallway/primary/starboard)
-"aRS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/purple/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"aRT" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aRU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/item/device/assembly/timer,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aRW" = (
-/obj/structure/sign/securearea{
- pixel_y = -32
- },
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "EVA Maintenance";
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRX" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/oil,
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
-"aSa" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aSb" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aSc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -30
- },
-/obj/machinery/pipedispenser/disposal/transit_tube,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/atmos)
-"aSd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSe" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSi" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/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"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/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" = (
-/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";
- 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,
-/turf/open/floor/plating,
-/area/security/checkpoint/medical)
-"aSr" = (
-/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/white,
-/area/security/checkpoint/medical)
-"aSs" = (
-/obj/machinery/requests_console{
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = -30
- },
-/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"
- })
-"aSu" = (
-/obj/structure/table/reinforced,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Medbay Foyer"
- },
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSv" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_y = 23
- },
-/turf/open/floor/plasteel/whiteyellow/corner,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSw" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Chemistry";
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Chemistry";
- departmentType = 2;
- pixel_x = -30
- },
-/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{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aSy" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aSz" = (
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
- },
-/area/hallway/primary/central)
-"aSA" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aSB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- dir = 8;
- freerange = 1;
- name = "Station Intercom (Command)";
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"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{
- dir = 4
- },
-/area/hallway/primary/central)
-"aSD" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"aSE" = (
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/primary/central)
-"aSF" = (
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/hallway/primary/central)
-"aSG" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/hallway/primary/central)
-"aSH" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"aSI" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"aSJ" = (
-/obj/machinery/camera{
- c_tag = "Central Primary Hall North East"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/purple/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"aSK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/purple/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"aSL" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aSM" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aSN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aSO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aSP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSQ" = (
-/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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aSR" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/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"
- })
-"aSU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "E.V.A. Maintenance";
- req_access_txt = "18"
- },
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aSV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aSW" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"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)
-"aSY" = (
-/obj/machinery/computer/upload/ai,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"aSZ" = (
-/obj/machinery/flasher{
- id = "AI";
- pixel_y = 25
- },
-/obj/machinery/camera/motion{
- c_tag = "AI Upload";
- network = list("SS13","RD","AIUpload")
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"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/ai_status_display{
- pixel_y = 32
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aTc" = (
-/obj/structure/closet/crate,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/atmos)
-"aTd" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aTe" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"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
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aTh" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "External to Filter";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aTi" = (
-/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,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aTj" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/suit_storage_unit/atmos,
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/atmos)
-"aTk" = (
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/atmos)
-"aTl" = (
-/obj/structure/window/reinforced{
- dir = 4;
- layer = 2.9
- },
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/atmos)
-"aTm" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -25
- },
-/obj/machinery/space_heater,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"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/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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/machinery/door/airlock/glass_medical{
- name = "Chemistry Lab";
- req_access_txt = "5; 33"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"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
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aTr" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/item/clothing/shoes/jackboots,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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/item/weapon/storage/belt/medical{
- pixel_y = 2
- },
-/obj/item/clothing/tie/stethoscope,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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/camera{
- c_tag = "Medbay Storage"
- },
-/obj/structure/closet/wardrobe/white/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTw" = (
-/obj/structure/closet/secure_closet/medical3,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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/item/weapon/screwdriver{
- pixel_y = 10
- },
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/security/checkpoint/medical)
-"aTA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/checkpoint/medical)
-"aTB" = (
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/checkpoint/medical)
-"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/chair/office/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTE" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTF" = (
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTG" = (
-/obj/machinery/chem_dispenser,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 9
- },
-/area/medical/chemistry)
-"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
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
- },
-/area/medical/chemistry)
-"aTI" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aTJ" = (
-/obj/machinery/chem_dispenser,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 5
- },
-/area/medical/chemistry)
-"aTK" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 9
- },
-/area/hallway/primary/central)
-"aTL" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"aTM" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=9-Medbay2";
- location = "8-NWCentral"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aTN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aTO" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/primary/central)
-"aTP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"aTQ" = (
-/obj/machinery/door/airlock/external{
- name = "Mining Dock Airlock";
- req_access = null;
- req_access_txt = "48"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"aTR" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/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
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTV" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTY" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=4-Engineering";
- location = "3-Bar1"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTZ" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aUa" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUc" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUd" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aUe" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"aUf" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aUg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"aUh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/starboard)
-"aUi" = (
-/turf/closed/wall,
-/area/atmos)
-"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";
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ icon_state = "left";
+ name = "Atmospherics Desk";
req_access_txt = "24"
},
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
+ },
+/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/landmark/start{
+ name = "Atmospheric Technician"
+ },
/turf/open/floor/plasteel,
/area/atmos)
-"aUk" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plating,
-/area/atmos)
-"aUl" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/atmos)
-"aUm" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aUn" = (
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aUo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aUp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aUq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+"bIF" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aUr" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aUs" = (
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIG" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
},
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/item/clothing/mask/gas{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"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"
- })
-"aUu" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas{
+ pixel_x = -3;
+ pixel_y = -3
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aUv" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Medbay Security APC";
- pixel_x = -25
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint/medical)
-"aUw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"aUx" = (
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint/medical)
-"aUy" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/reagent_containers/food/drinks/britcup{
- desc = "Kingston's personal cup."
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- })
-"aUA" = (
-/obj/structure/table/reinforced,
-/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"
- })
-"aUB" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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)
-"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)
-"aUE" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/chemistry)
-"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"
- },
-/turf/open/floor/plasteel,
-/area/medical/chemistry)
-"aUG" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"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)
-"aUI" = (
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/hallway/primary/central)
-"aUJ" = (
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"aUK" = (
-/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/hallway/primary/central)
-"aUL" = (
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/hallway/primary/central)
-"aUM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"aUN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aUO" = (
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway North West";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aUP" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aUQ" = (
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway North";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aUR" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=8-NWCentral";
- location = "7-Bar2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aUS" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. 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"
- })
-"aUU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUV" = (
-/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/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUW" = (
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUX" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/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
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUZ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aVa" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 4;
- name = "AI Upload APC";
- pixel_x = 26
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aVb" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aVc" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0"
- },
-/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
- },
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aVe" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aVf" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
-"aVg" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics Monitoring"
- },
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/caution/corner{
- dir = 1
- },
-/area/atmos)
-"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
- },
-/area/atmos)
-"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/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
-"aVj" = (
-/obj/machinery/computer/atmos_alert,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
-"aVk" = (
-/obj/machinery/computer/station_alert,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/caution{
- dir = 5
- },
-/area/atmos)
-"aVl" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
/obj/machinery/requests_console{
department = "Atmospherics";
departmentType = 4;
name = "Atmos RC";
- pixel_y = 28
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aVm" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/atmos)
-"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)
-"aVo" = (
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
-"aVp" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/caution{
- dir = 5
- },
-/area/atmos)
-"aVq" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/maintenance/disposal)
-"aVr" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aVs" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aVt" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/recycler,
-/obj/structure/sign/securearea{
- name = "\improper STAY CLEAR HEAVY MACHINERY";
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aVu" = (
-/obj/machinery/conveyor{
- dir = 6;
- id = "garbage";
- verted = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"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,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aVx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- dir = 8
- },
-/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/storage/pill_bottle/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/storage/pill_bottle/epinephrine{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVz" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay Storage";
- req_access_txt = "45"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVB" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
+ pixel_x = 30;
pixel_y = 0
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint/medical)
-"aVC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"aVD" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint/medical)
-"aVE" = (
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVG" = (
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVH" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aVI" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 10
- },
-/area/medical/chemistry)
-"aVJ" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
-"aVK" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 6
- },
-/area/medical/chemistry)
-"aVL" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
- },
-/area/hallway/primary/central)
-"aVM" = (
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aVN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Diner"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aVO" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aVP" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Diner"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aVQ" = (
-/obj/structure/sign/barsign,
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aVR" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aVS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aVT" = (
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aVU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aVV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aVW" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/weapon/aiModule/supplied/quarantine,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aVX" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aVY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aVZ" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/aiModule/supplied/protectStation,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aWa" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"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;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aWd" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aWe" = (
-/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/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aWf" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aWg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Chief Medical Officer";
- req_access_txt = "40"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aWh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aWi" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- sortType = 6
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aWj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aWk" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
-"aWl" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aWm" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/atmos)
-"aWn" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aWo" = (
-/obj/machinery/conveyor{
- dir = 5;
- id = "garbage"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aWp" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"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{
- dir = 8
- },
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/syringes,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aWt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/area/security/checkpoint/medical)
-"aWx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"aWy" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint/medical)
-"aWz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- 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/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aWB" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
-"aWC" = (
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
-"aWD" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"aWE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/labor)
-"aWF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/labor)
-"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/docking_port/mobile{
- dir = 2;
- dwidth = 3;
- height = 5;
- id = "mining";
- name = "mining shuttle";
- travelDir = 90;
- width = 7
- },
-/obj/docking_port/stationary{
- dir = 2;
- dwidth = 3;
- height = 5;
- id = "mining_home";
- name = "mining shuttle bay";
- width = 7
- },
-/turf/open/floor/plating,
-/area/shuttle/labor)
-"aWI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/labor)
-"aWJ" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aWK" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWL" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWM" = (
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWN" = (
-/obj/structure/noticeboard{
- pixel_y = 27
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWO" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWP" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
+/area/atmos)
+"bIH" = (
+/obj/machinery/pipedispenser/disposal,
/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aWS" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+ icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWT" = (
-/obj/machinery/light{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Atmospherics Central";
+ dir = 4;
+ network = list("SS13")
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"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
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aWV" = (
+/area/atmos)
+"bII" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
-/turf/open/floor/plasteel/warning{
+/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/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"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"
- })
-"aWX" = (
-/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/structure/tank_dispenser/oxygen{
- layer = 2.9;
- pixel_x = -1;
- pixel_y = 2
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIL" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIM" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
-/turf/open/floor/plasteel/bot,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aWY" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIN" = (
+/obj/machinery/light{
+ dir = 4
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aWZ" = (
+/area/atmos)
+"bIO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/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/aft)
+"bIQ" = (
+/obj/item/weapon/broken_bottle,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/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/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/engine/gravity_generator)
+"bIU" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aXa" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/vault{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aXb" = (
-/obj/structure/table,
-/obj/item/weapon/aiModule/reset,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aXc" = (
+/area/engine/gravity_generator)
+"bIV" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
on = 1
},
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- name = "Private AI Channel";
- pixel_y = -28
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aXd" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"bIW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Gravity Generator";
+ req_access_txt = "11"
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/storage/tech)
+"bIX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aXe" = (
+/area/storage/tech)
+"bIY" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
+ dir = 8;
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
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bIZ" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/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{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/item/weapon/circuitboard/computer/cloning{
+ pixel_x = 0
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/item/weapon/circuitboard/computer/med_data{
+ pixel_x = 3;
+ pixel_y = -3
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/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/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/circuitboard/computer/secure_data{
+ pixel_x = -2;
+ pixel_y = 2
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/circuitboard/computer/security{
+ pixel_x = 1;
+ pixel_y = -1
},
-/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/plasteel/black,
+/area/storage/tech)
+"bJb" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/plating,
-/area/atmos)
-"aXm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
+/obj/item/weapon/circuitboard/computer/powermonitor{
+ pixel_x = -2;
+ pixel_y = 2
},
-/area/atmos)
-"aXn" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/item/weapon/circuitboard/computer/stationalert{
+ pixel_x = 1;
+ pixel_y = -1
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXo" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics Access";
- dir = 8
+/obj/item/weapon/circuitboard/computer/atmos_alert{
+ pixel_x = 3;
+ pixel_y = -3
},
+/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
},
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/atmos)
-"aXp" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage"
- },
-/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/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
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/maintenance/disposal)
-"aXs" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 1;
- stack_amt = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"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/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aXu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/storage/box/bodybags{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/rxglasses,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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/item/weapon/storage/firstaid/o2{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/device/radio/intercom{
- frequency = 1485;
- name = "Station Intercom (Medbay)";
- pixel_y = -30
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXx" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aXy" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aXz" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXB" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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
- },
-/area/security/checkpoint/medical)
-"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/machinery/camera{
- c_tag = "Security Post - Medbay";
- dir = 1
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/medical)
-"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
- },
-/area/security/checkpoint/medical)
-"aXF" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXG" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXH" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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"
- })
-"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)
-"aXK" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
-"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)
-"aXM" = (
-/obj/machinery/light,
-/obj/structure/sign/nosmoking_2{
- pixel_y = -30
- },
-/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)
-"aXN" = (
-/obj/structure/table/glass,
-/obj/item/weapon/hand_labeler,
-/obj/item/stack/packageWrap,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
-"aXO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/labor)
-"aXP" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aXQ" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aXR" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aXS" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aXT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/labor)
-"aXU" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aXV" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aXW" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aXX" = (
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJe" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4"
+ icon_state = "2-4";
+ tag = ""
},
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aXY" = (
-/obj/machinery/light/small{
- 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
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYa" = (
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYb" = (
-/turf/open/floor/plasteel/warning,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYc" = (
-/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"
- })
-"aYd" = (
-/turf/open/floor/plasteel/warning{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYe" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/requests_console{
- department = "EVA";
- 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/plasteel/darkblue/side{
- dir = 4
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"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"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/door/airlock/highsecurity{
- locked = 0;
- name = "AI Upload";
- req_access_txt = "16"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aYh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aYi" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aYj" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/atmos)
-"aYk" = (
-/obj/structure/tank_dispenser/oxygen{
- layer = 2.9;
- pixel_x = -1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
- },
-/obj/item/clothing/mask/breath{
- pixel_x = 4
- },
-/obj/item/clothing/mask/breath{
- pixel_x = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"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)
-"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/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/area/atmos)
-"aYs" = (
-/obj/structure/disposalpipe/segment,
+/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/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aYt" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4;
initialize_directions = 11
},
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/atmos)
-"aYu" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aYv" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aYw" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/yellow/corner{
dir = 8
},
-/area/hallway/primary/central)
-"aYx" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/hallway/primary/central)
-"aYy" = (
-/obj/machinery/hologram/holopad,
+/area/hallway/primary/aft)
+"bJh" = (
/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,
-/area/atmos)
-"aYz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/disposalpipe/segment{
- dir = 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)
-"aYF" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aYG" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"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
+/area/hallway/primary/aft)
+"bJi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/window/reinforced{
- dir = 8;
- layer = 2.9
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bJj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
- pixel_y = 1
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating/airless,
-/area/shuttle/labor)
-"aYJ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/labor)
-"aYK" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aYL" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"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/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aYO" = (
-/obj/structure/table,
-/obj/item/clothing/head/hardhat/cakehat,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"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"
- })
-"aYQ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aYR" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32
- },
-/obj/machinery/computer/slot_machine,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aYS" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"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"
- })
-"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
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"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"
- })
-"aYW" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"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"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aYZ" = (
-/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZa" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
+/area/hallway/primary/aft)
+"bJk" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aZb" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZc" = (
-/obj/structure/plasticflaps,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bJl" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/atmos)
+"bJm" = (
/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- dir = 1;
+ codes_txt = "delivery;dir=4";
freq = 1400;
location = "Atmospherics"
},
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
-"aZd" = (
-/obj/machinery/door/window/northleft{
- name = "Atmospherics Desk";
- req_access_txt = "24"
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/delivery,
/area/atmos)
-"aZe" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+"bJn" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 6
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bJo" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
+/turf/open/floor/plasteel,
/area/atmos)
-"aZf" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10
- },
-/turf/closed/wall/r_wall,
+"bJp" = (
+/obj/machinery/pipedispenser/disposal/transit_tube,
+/turf/open/floor/plasteel,
/area/atmos)
-"aZg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 8
+"bJq" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
},
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel,
/area/atmos)
-"aZh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 10
+"bJr" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Starboard";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Plasma Outlet Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/turf/closed/wall/r_wall,
/area/atmos)
-"aZi" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
+"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
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plating,
/area/atmos)
-"aZj" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
+"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
},
-/obj/structure/disposalpipe/segment,
+/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/structure/grille,
+/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/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"
+ },
+/turf/open/floor/plating,
+/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"
},
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
-"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)
-"aZl" = (
-/obj/machinery/door/poddoor{
- id = "trash";
- name = "disposal bay door"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
+/area/maintenance/aft)
+"bJH" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aZm" = (
-/obj/machinery/mass_driver{
- dir = 8;
- id = "trash"
+/area/maintenance/aft)
+"bJI" = (
+/obj/machinery/gravity_generator/main/station,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/obj/machinery/light/small,
-/obj/structure/sign/vacuum{
- pixel_y = -32
+/area/engine/gravity_generator)
+"bJJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aZn" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/door/poddoor/preopen{
- id = "Disposal Exit";
- layer = 3.1;
- name = "disposal exit vent"
+/area/engine/gravity_generator)
+"bJK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aZo" = (
-/obj/structure/disposalpipe/segment{
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/engine/gravity_generator)
+"bJM" = (
+/obj/machinery/power/terminal,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/engine/gravity_generator)
+"bJN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/storage/tech)
+"bJP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJW" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway Engineering";
dir = 1;
- icon_state = "pipe-c"
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
},
-/obj/machinery/conveyor{
- dir = 10;
- id = "garbage";
- verted = -1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aZp" = (
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJX" = (
/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/supply/hidden{
+ dir = 10
},
-/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")
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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,
-/area/atmos)
-"aZs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-02"
},
+/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"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/atmos)
-"aZt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aZu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aZv" = (
-/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 = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aZw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZx" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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
- },
-/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)
-"aZE" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZF" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"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)
-"aZI" = (
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZJ" = (
+"bKa" = (
/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 9
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZK" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZL" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZM" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZN" = (
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway North East"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZO" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"aZP" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aZQ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2"
- },
-/area/shuttle/labor)
-"aZR" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aZS" = (
-/obj/machinery/camera{
- c_tag = "Bar West";
- dir = 4;
- pixel_y = -22
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -24
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZT" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aZU" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZV" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZW" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZX" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZY" = (
-/obj/machinery/newscaster{
- pixel_x = 28
- },
-/obj/machinery/computer/slot_machine,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"baa" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "E.V.A. Storage";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"bab" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"bac" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"bad" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"bae" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"baf" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bag" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bah" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bai" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/caution{
- dir = 9
- },
-/area/hallway/primary/starboard)
-"baj" = (
-/obj/item/weapon/wrench,
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bak" = (
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bal" = (
-/turf/open/floor/plasteel/caution{
- dir = 5
- },
-/area/hallway/primary/starboard)
-"bam" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/camera{
- c_tag = "Starboard Primary Hallway East";
- pixel_x = 22
- },
-/obj/structure/window/reinforced{
- dir = 8;
- layer = 2.9
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/arrival,
-/area/hallway/primary/starboard)
-"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)
-"bao" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/escape,
-/area/hallway/primary/starboard)
-"bap" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/atmos)
-"baq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics";
- req_access_txt = "24"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"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
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bav" = (
-/obj/machinery/light_switch{
- pixel_x = 25
- },
-/obj/machinery/power/apc{
- name = "Disposal APC";
- pixel_y = -25
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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{
+ icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Port to Filter";
+ on = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bax" = (
-/obj/machinery/button/massdriver{
- id = "trash";
- pixel_x = -26;
- pixel_y = -6
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
},
-/obj/machinery/button/door{
- id = "Disposal Exit";
- name = "Disposal Vent Control";
- pixel_x = -25;
- pixel_y = 4;
- req_access_txt = "12"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKb" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
/obj/structure/chair/stool,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKc" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 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")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/atmos)
+"bKe" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "tox_sensor"
+ },
+/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/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;
- icon_state = "pipe-c"
+ name = "Connector Port (Air Supply)"
},
-/turf/open/floor/plating/warnplate{
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKk" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
dir = 1
},
-/area/maintenance/disposal)
-"bay" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/mineral/stacking_unit_console{
- machinedir = 3
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/disposal)
-"baz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/disposal)
-"baA" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"baB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"baC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"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/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baI" = (
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baJ" = (
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_access_txt = "6"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"baL" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=2-SECentral";
- location = "1-Medbay1"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"baM" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/labor)
-"baN" = (
-/turf/closed/wall/shuttle,
-/area/shuttle/labor)
-"baO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/labor)
-"baP" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"baQ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"baR" = (
-/obj/structure/sign/securearea{
- pixel_y = 32
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/starboard)
-"baS" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/machinery/camera{
- c_tag = "Starboard Primary Hallway West"
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"baU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"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
- },
-/area/hallway/primary/starboard)
-"baW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"baX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/hallway/primary/starboard)
-"baY" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"baZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bba" = (
-/obj/machinery/ai_status_display{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bbb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/primary/starboard)
-"bbc" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"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)
-"bbe" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bbf" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/hallway/primary/starboard)
-"bbg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bbh" = (
-/obj/machinery/light_switch{
- pixel_y = 26
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 9
- },
-/area/engine/break_room)
-"bbi" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/engine/break_room)
-"bbj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 5
- },
-/area/engine/break_room)
-"bbk" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/checkpoint/engineering)
-"bbl" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/security/checkpoint/engineering)
-"bbm" = (
-/obj/machinery/button/door{
- desc = "A remote control-switch for the engineering security doors.";
- id = "Engineering";
- name = "Engineering Lockdown";
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/checkpoint/engineering)
-"bbn" = (
-/obj/structure/filingcabinet,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/checkpoint/engineering)
-"bbo" = (
-/turf/closed/wall,
-/area/janitor)
-"bbp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"bbq" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"bbr" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- 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/black,
-/area/medical/morgue)
-"bbt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbu" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbx" = (
-/obj/machinery/camera{
- c_tag = "Medbay Morgue";
- dir = 8
- },
-/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/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"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"
- })
-"bbA" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bbB" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"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"
- })
-"bbD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"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"
- })
-"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"
- })
-"bbG" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
+/area/maintenance/aft)
+"bKl" = (
+/obj/structure/grille/broken,
/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)
-"bbI" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Theatre Stage";
- req_access_txt = "0"
- },
-/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)
-"bbM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbN" = (
-/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/hallway/primary/starboard)
-"bbO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=5-Holodeck";
- location = "4-Engineering"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/maintenance/disposal)
-"bbS" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bbT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/area/maintenance/aft)
+"bKm" = (
+/obj/item/weapon/reagent_containers/food/snacks/beans,
/turf/open/floor/plating,
-/area/maintenance/disposal)
-"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/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bbV" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bbW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bbX" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint/engineering)
-"bbY" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/engineering)
-"bbZ" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = 30
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint/engineering)
-"bca" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/purple,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bcb" = (
-/obj/structure/closet/jcloset,
-/obj/machinery/camera{
- c_tag = "Custodial Closet"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bcc" = (
-/obj/structure/closet/l3closet/janitor,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bcd" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bce" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bcf" = (
-/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/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
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bch" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bci" = (
-/turf/closed/wall,
-/area/library)
-"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"
- },
-/turf/open/floor/carpet,
-/area/library)
-"bcl" = (
-/turf/closed/wall,
-/area/hallway/primary/central)
-"bcm" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Central Hall APC";
- pixel_x = -25
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bcn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/hallway/primary/central)
-"bco" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/central)
-"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
- },
-/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{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bcu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"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"
- })
-"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" = (
-/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;
- on = 1;
- 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
- },
-/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/yellow/side,
-/area/hallway/primary/starboard)
-"bcT" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 6
- },
-/area/hallway/primary/starboard)
-"bcU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bcV" = (
-/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;
- 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
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/computer/monitor,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/red/side{
- 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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bde" = (
-/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/plating,
-/area/janitor)
-"bdf" = (
-/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
- },
-/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"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bdh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/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{
- dir = 4
- },
-/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"
- },
-/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,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bdw" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bdx" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/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/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bdB" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bdC" = (
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/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{
- 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" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/crew_quarters/sleep)
-"bdG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/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"
- },
-/turf/open/floor/plasteel/delivery,
-/area/engine/gravity_generator)
-"bdP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bdQ" = (
-/turf/closed/wall/r_wall,
-/area/engine/break_room)
-"bdR" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Engineering Foyer APC";
- pixel_x = -24
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bdS" = (
-/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,
-/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"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/engineering)
-"bdV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint/engineering)
-"bdW" = (
-/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/security/checkpoint/engineering)
-"bdX" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Engineering Security APC";
- pixel_x = 27
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint/engineering)
-"bdY" = (
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bdZ" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Custodial Closet APC";
- pixel_x = -24
- },
-/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/plasteel/floorgrime,
-/area/janitor)
-"beb" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_x = 25
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bec" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/disposalpipe/junction,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bed" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bee" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bef" = (
-/obj/structure/chair/office/dark,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/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/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bei" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"bej" = (
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Central Primary Hall South West";
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bek" = (
-/turf/open/floor/plasteel/green/corner,
-/area/hallway/primary/central)
-"bel" = (
-/turf/open/floor/plasteel/green/side,
-/area/hallway/primary/central)
-"bem" = (
-/obj/machinery/light,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/green/corner{
- dir = 8
- },
-/area/hallway/primary/central)
-"ben" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-04"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"beo" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bep" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/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/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"ber" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"beu" = (
-/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/crew_quarters/sleep)
-"bey" = (
-/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/machinery/light/small{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"beB" = (
-/obj/structure/toilet{
- pixel_y = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"beC" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"beD" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/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,
-/area/engine/gravity_generator)
-"beF" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/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
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/engine/gravity_generator)
-"beI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/engine/gravity_generator)
-"beJ" = (
-/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
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beL" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beO" = (
-/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,
-/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
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- 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/red/side,
-/area/security/checkpoint/engineering)
-"beS" = (
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/red/side{
- dir = 6
- },
-/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;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"beU" = (
-/obj/effect/landmark/start{
- name = "Janitor"
- },
-/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
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"beY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bfa" = (
-/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
- },
-/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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/morgue)
-"bfc" = (
+/area/maintenance/aft)
+"bKn" = (
+/obj/structure/closet,
/obj/item/weapon/shard,
-/obj/structure/disposalpipe/segment,
+/obj/item/stack/spacecash/c10,
/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"
- },
-/obj/item/trash/raisins,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
+/area/maintenance/aft)
+"bKo" = (
+/obj/machinery/space_heater,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bfe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bff" = (
-/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/port{
- name = "Aft Port Primary Hallway"
- })
-"bfg" = (
+/area/maintenance/aft)
+"bKp" = (
+/obj/machinery/light,
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bfh" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/library)
-"bfi" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bfj" = (
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/black,
-/area/library)
-"bfk" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bfl" = (
-/obj/structure/chair/office/dark{
- 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
- },
-/area/library)
-"bfn" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Library North";
- dir = 8
- },
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/black,
-/area/library)
-"bfo" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bfp" = (
-/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,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hydroponics)
-"bfs" = (
-/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,
-/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
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bfC" = (
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway Central";
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"bKq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/light{
- dir = 8
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bfD" = (
-/obj/item/weapon/soap/nanotrasen,
-/obj/machinery/shower{
+/area/engine/gravity_generator)
+"bKr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/item/weapon/bikehorn/rubberducky,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bfE" = (
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bfF" = (
-/obj/machinery/door/airlock{
- name = "Unit 3"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bfG" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"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"
- })
-"bfI" = (
-/obj/structure/cable,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
+/area/engine/gravity_generator)
+"bKs" = (
/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"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfL" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/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/plasteel/delivery,
-/area/engine/gravity_generator)
-"bfO" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/gravity_generator)
-"bfP" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Gravity Generator Foyer";
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/gravity_generator)
-"bfQ" = (
-/obj/structure/table/glass,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bfR" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/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/closed/wall,
-/area/security/checkpoint/engineering)
-"bfV" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bfW" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_4)
-"bfX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/pod_4)
-"bfY" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/pod_4)
-"bfZ" = (
-/obj/structure/janitorialcart,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bga" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating,
-/area/janitor)
-"bgb" = (
-/obj/structure/window/reinforced,
/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/weapon/paper/gravity_gen{
+ layer = 3
},
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bgc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bge" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bgf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/morgue)
-"bgg" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- icon_state = "pipe-j2s";
- sortType = 1
- },
-/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
- },
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
- },
-/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
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bgm" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- 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"
- },
-/turf/open/floor/carpet,
-/area/library)
-"bgp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bgq" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/bin,
-/turf/open/floor/plasteel/black,
-/area/library)
-"bgr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/northleft{
- dir = 2;
- name = "Hydroponics Desk";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bgv" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/westright{
- dir = 2;
- name = "Hydroponics Desk";
- req_access_txt = "35"
- },
-/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,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
- },
-/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
- },
-/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" = (
-/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"
- })
-"bgI" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bgJ" = (
-/obj/machinery/shower{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bgK" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bgL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bgM" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Locker Room Toilets"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bgN" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Locker Restrooms APC";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bgO" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"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" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgR" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Gravity Generator Area";
- req_access_txt = "19; 61"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/warning{
- 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
- },
-/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
- },
-/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"
- },
-/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"
- },
-/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
- },
-/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)
-"bhh" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/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"
- },
-/turf/open/floor/plasteel/delivery,
-/area/janitor)
-"bhm" = (
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "Janitor"
- },
-/turf/open/floor/plasteel/bot,
-/area/janitor)
-"bhn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bho" = (
-/obj/machinery/door/firedoor,
-/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
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bhp" = (
-/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/fpmaint{
- name = "Medical Maintenance"
- })
-"bhq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/hallway/primary/starboard)
-"bhr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/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
- },
-/obj/structure/filingcabinet/filingcabinet,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/quartermaster/storage)
-"bht" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/obj/machinery/firealarm{
- pixel_y = 27
- },
-/obj/item/stack/wrapping_paper{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/stack/packageWrap{
- pixel_x = -1;
- pixel_y = -1
- },
-/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
- },
-/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/item/device/destTagger{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/device/destTagger{
- pixel_x = 4;
- pixel_y = 3
- },
-/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" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/brown{
- dir = 9
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bhy" = (
-/turf/open/floor/plasteel/brown/corner{
- 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
- },
-/obj/machinery/vending/coffee,
-/turf/open/floor/wood,
-/area/library)
-"bhF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/library)
-"bhG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/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/hydroponics)
-"bhJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hydroponics)
-"bhK" = (
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hydroponics)
-"bhL" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hydroponics)
-"bhM" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastleft{
- dir = 8;
- name = "Hydroponics Desk";
- req_access_txt = "35"
- },
-/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/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/machinery/camera{
- c_tag = "Kitchen"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bhR" = (
-/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" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bhX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Holodeck Door"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bhY" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "Dormitory North";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bhZ" = (
-/obj/machinery/door/airlock{
- name = "Unisex Showers";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bia" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bib" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bid" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"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" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bii" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bij" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bik" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/starboard)
-"bil" = (
-/obj/machinery/vending/snack,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/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" = (
-/obj/machinery/camera{
- c_tag = "Engineering Escape Pod";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bio" = (
-/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)
-"bip" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/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
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/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{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/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/machinery/door/firedoor,
-/obj/item/weapon/folder/yellow,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"biy" = (
-/turf/open/floor/plasteel/brown{
- 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{
- 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,
-/obj/effect/landmark{
- name = "lightsout"
- },
-/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/machinery/camera{
- c_tag = "Bar South";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- 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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"biD" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/hydroponics)
-"biE" = (
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/green/side{
- dir = 8
- },
-/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/plasteel,
-/area/hydroponics)
-"biH" = (
-/obj/machinery/smartfridge,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"biI" = (
-/obj/effect/landmark/start{
- name = "Cook"
- },
-/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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"biK" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biL" = (
-/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,
-/area/engine/break_room)
-"biM" = (
-/obj/item/weapon/reagent_containers/syringe,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"biN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- 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/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"
- },
-/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
- },
-/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,
-/area/crew_quarters/sleep)
-"biU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"biV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"biW" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"biX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/gravity_generator)
-"biY" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"biZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/gravity_generator)
-"bja" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Gravity Generator Room";
- dir = 8
- },
-/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"
- },
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
- },
-/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
- },
-/obj/item/stack/sheet/cardboard,
-/obj/item/stack/rods{
- amount = 50
- },
-/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" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Cargo Bay Storage"
- },
-/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{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/janitor)
-"bjn" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/stock_parts/cell{
- maxcharge = 2000
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bjo" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageSort1"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bjp" = (
-/turf/open/floor/plasteel/brown{
- 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/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bjt" = (
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bju" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/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/green/side{
- dir = 8
- },
-/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/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
- },
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3
- },
-/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
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 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/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
- },
-/obj/item/weapon/reagent_containers/food/snacks/pie/cream{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bjO" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Aft Starboard Primary Hallway APC";
- pixel_x = -25
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bjP" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32
- },
-/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
- },
-/area/crew_quarters/locker)
-"bjS" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/locker)
-"bjT" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/requests_console{
- department = "Locker Room";
- pixel_y = 28
- },
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/locker)
-"bjU" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/closet/athletic_mixed,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Locker Room West"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/locker)
-"bjV" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/masks,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/locker)
-"bjW" = (
-/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/locker)
-"bjX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bka" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"bkb" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"bkc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bkd" = (
-/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,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bkg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bkh" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bki" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 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
- },
-/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
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bkm" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bkn" = (
-/obj/machinery/keycard_auth{
- pixel_y = 24
- },
-/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"
- },
-/turf/open/floor/plasteel/freezer,
-/area/engine/chiefs_office)
-"bkq" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/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{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bkt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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/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,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bkw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/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
- },
-/obj/machinery/camera{
- c_tag = "Cargo Delivery Office";
- dir = 8
- },
-/obj/machinery/status_display{
- pixel_x = 32;
- supply_display = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bkA" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bkB" = (
-/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/camera{
- c_tag = "Hydroponics North";
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Hydroponics";
- departmentType = 2;
- pixel_x = -30
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bkH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- 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/cafeteria,
-/area/crew_quarters/kitchen)
-"bkP" = (
-/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
- },
-/area/crew_quarters/kitchen)
-"bkQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/obj/machinery/camera{
- c_tag = "Kitchen Cold Room"
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/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{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/start{
- name = "Clown"
- },
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bkY" = (
-/obj/structure/mirror{
- pixel_x = 28
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- 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
- },
-/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,
-/area/crew_quarters/locker)
-"bld" = (
-/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/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/plasteel/black,
-/area/engine/gravity_generator)
-"blh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/gravity_generator)
-"bli" = (
-/obj/machinery/gravity_generator/main/station,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"blj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/gravity_generator)
-"blk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bll" = (
-/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/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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- 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
- },
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
- req_access_txt = "26"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/janitor)
-"blo" = (
-/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/manifold/supply/hidden{
- dir = 4
- },
-/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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/stack/rods,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- sortType = 22
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blq" = (
-/obj/effect/decal/cleanable/oil,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bls" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/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{
- 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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/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
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bly" = (
-/turf/closed/wall,
-/area/engine/chiefs_office)
-"blz" = (
-/obj/structure/toilet{
- 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" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"blI" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"blJ" = (
-/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"
- },
-/turf/open/floor/carpet,
-/area/library)
-"blL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/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
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blN" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"blO" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole,
-/turf/open/floor/wood,
-/area/library)
-"blP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/library)
-"blQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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
- },
-/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/green/side{
- dir = 8
- },
-/area/hydroponics)
-"blT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/turf/open/floor/plasteel/green/side{
- dir = 4
- },
-/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
- },
-/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/cafeteria,
-/area/crew_quarters/kitchen)
-"blX" = (
-/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/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"blY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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,
-/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{
- 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/neutral/side{
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bmh" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bmi" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bmj" = (
-/obj/structure/table,
-/obj/item/clothing/mask/balaclava,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/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/item/weapon/coin/silver,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bml" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/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
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bmo" = (
-/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"
- },
-/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"
- },
-/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/engine/break_room)
-"bmw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/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
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/chair{
- 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/effect/landmark/start{
- name = "Chief Engineer"
- },
-/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"
- },
-/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"
- },
-/obj/machinery/button/door{
- id = "atmos";
- name = "Atmospherics Lockdown";
- pixel_x = 24;
- pixel_y = 10;
- req_access_txt = "24"
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- },
-/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{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bmI" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/quartermaster/storage)
-"bmJ" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/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
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bmL" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"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
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bmS" = (
-/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
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/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,
-/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{
- 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" = (
-/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" = (
-/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" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/structure/disposalpipe/segment{
- dir = 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/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{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bng" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
-"bnh" = (
-/obj/structure/cable{
- d1 = 2;
- 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"
- },
-/obj/machinery/light/small{
- 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,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/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
- },
-/area/crew_quarters/theatre)
-"bno" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bnp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- 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" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/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"
- },
-/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"
- },
-/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
- },
-/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;
- d2 = 8;
- icon_state = "4-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,
-/area/crew_quarters/locker)
-"bny" = (
-/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/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" = (
-/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/plating,
-/area/maintenance/starboard)
-"bnD" = (
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bnE" = (
-/obj/machinery/door/airlock{
- name = "Abandoned Restrooms";
- req_access_txt = "0"
- },
-/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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/closed/wall,
-/area/engine/engineering)
-"bnK" = (
-/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/neutral,
-/area/engine/chiefs_office)
-"bnM" = (
-/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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"bnP" = (
-/obj/structure/disposalpipe/wrapsortjunction{
- dir = 1
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bnQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bnR" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Delivery Office";
- req_access_txt = "50"
- },
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"bnS" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/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/effect/landmark/start{
- name = "Librarian"
- },
-/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"
- },
-/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{
- dir = 8
- },
-/area/hydroponics)
-"boc" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"boe" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bof" = (
-/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"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/kitchen)
-"bok" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/kitchenspike,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bol" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/disposalpipe/segment{
- dir = 2;
- 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"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/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
- },
-/area/crew_quarters/theatre)
-"bos" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/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"
- })
-"bot" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bou" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 8
- },
-/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
- },
-/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,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"boy" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/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/crew_quarters/locker)
-"boA" = (
-/obj/machinery/washing_machine,
-/obj/structure/window{
- dir = 8
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"boB" = (
-/obj/machinery/washing_machine,
-/obj/machinery/light/small{
- dir = 1
- },
-/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"
- },
-/area/maintenance/starboard)
-"boE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"boF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"boG" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"boH" = (
-/obj/structure/grille,
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched1"
- },
-/area/maintenance/starboard)
-"boI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"boJ" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/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/toilet{
- dir = 8
- },
-/obj/machinery/light_construct/small{
- dir = 1
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
- },
-/area/maintenance/starboard)
-"boL" = (
-/obj/structure/closet/radiation,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"boM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"boN" = (
-/obj/machinery/camera{
- c_tag = "Engineering Access"
- },
-/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
- },
-/obj/structure/cable{
- icon_state = "0-2";
- 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
- },
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/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
- },
-/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/machinery/status_display{
- pixel_y = 32;
- supply_display = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"boV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/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"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"boX" = (
-/obj/structure/closet/emcloset{
- pixel_x = -2
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Experimentation Lab APC";
- pixel_x = 26
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"boY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- 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
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/status_display{
- pixel_y = 32;
- supply_display = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpd" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- sortType = 2
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpe" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- 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{
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bph" = (
-/obj/structure/chair/comfy/black{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/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"
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/wood,
-/area/library)
-"bpj" = (
-/obj/machinery/light_switch{
- pixel_y = -25
- },
-/turf/open/floor/wood,
-/area/library)
-"bpk" = (
-/obj/machinery/newscaster{
- pixel_y = -28
- },
-/obj/machinery/camera{
- c_tag = "Library South";
- dir = 1
- },
-/obj/machinery/light/small,
-/turf/open/floor/wood,
-/area/library)
-"bpl" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = -32
- },
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/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{
- 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"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/theatre)
-"bpv" = (
-/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/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/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
- },
-/area/crew_quarters/locker)
-"bpE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bpF" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bpI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- 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"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bpK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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/closed/wall,
-/area/maintenance/starboard)
-"bpM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/area/maintenance/starboard)
-"bpN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/oil,
-/obj/item/weapon/cigbutt,
-/obj/machinery/light_construct/small{
- dir = 4
- },
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched2"
- },
-/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
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"bpQ" = (
-/obj/structure/closet/radiation,
-/obj/machinery/light/small{
- 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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bpT" = (
-/obj/structure/table/reinforced,
-/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/item/weapon/cartridge/atmos,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bpU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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
- },
-/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
- },
-/area/shuttle/supply)
-"bqa" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/supply)
-"bqb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bqd" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "QMLoad2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/quartermaster/storage)
-"bqe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqf" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- 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
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/table/wood,
-/obj/item/weapon/spellbook/oneuse/smoke{
- name = "mysterious old book of "
- },
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 3
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bql" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqn" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqo" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqp" = (
-/obj/machinery/door/morgue{
- name = "Private Study";
- req_access_txt = "37"
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bqq" = (
-/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
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bqs" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/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/structure/sign/directions/security{
- dir = 8;
- icon_state = "direction_sec";
- pixel_x = 32;
- pixel_y = -32;
- tag = "icon-direction_sec (WEST)"
- },
-/obj/structure/sign/directions/medical{
- dir = 8;
- icon_state = "direction_med";
- pixel_x = 32;
- pixel_y = -24;
- tag = "icon-direction_med (WEST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bqu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bqv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bqw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/pen,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bqx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Lobby Maintenance";
- req_access_txt = "32"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bqz" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/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"
- },
-/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
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bqF" = (
-/obj/item/trash/sosjerky,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "Central Maintenance APC";
- pixel_y = 25
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqG" = (
-/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/plating,
-/area/maintenance/fsmaint2)
-"bqH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -6;
- pixel_y = -6
- },
-/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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bqL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 19
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqN" = (
-/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/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Chief Engineer";
- req_access_txt = "56"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/delivery,
-/area/engine/chiefs_office)
-"bqQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 18
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bqR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 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/engine/break_room)
-"bqS" = (
-/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/wood,
-/area/library)
-"bqT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/engine/break_room)
-"bqU" = (
-/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{
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bqW" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bqY" = (
-/obj/structure/chair{
- 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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"brd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/locker)
-"bre" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/crew_quarters/locker)
-"brf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/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
- },
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"brk" = (
-/obj/structure/closet/lasertag/blue,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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/neutral/side{
- dir = 6
- },
-/area/crew_quarters/locker)
-"brm" = (
-/obj/item/weapon/razor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/structure/window{
- dir = 8
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"brn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/item/clothing/under/suit_jacket/really_black{
- pixel_x = -2
- },
-/obj/machinery/camera{
- c_tag = "Locker Room East";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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"
- },
-/obj/item/weapon/reagent_containers/syringe,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"brq" = (
-/obj/structure/disposalpipe/segment,
-/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"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"brr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"brs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/starboard)
-"brt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/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/effect/decal/cleanable/vomit/old,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bru" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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{
- broken = 1;
- dir = 4;
- icon_state = "damaged4"
- },
-/area/maintenance/starboard)
-"brw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/area/maintenance/starboard)
-"brx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light_construct/small{
- dir = 1
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged5"
- },
-/area/maintenance/starboard)
-"bry" = (
-/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"
- },
-/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"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/engine/engineering)
-"brB" = (
-/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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"brE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/neutral,
-/area/engine/chiefs_office)
-"brG" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/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
- },
-/area/shuttle/supply)
-"brM" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"brN" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"brO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"brP" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
- },
-/obj/structure/plasticflaps,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"brQ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/quartermaster/storage)
-"brR" = (
-/turf/open/floor/plasteel/loadingarea{
- 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"
- },
-/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"
- },
-/mob/living/simple_animal/bot/mulebot{
- beacon_freq = 1400;
- home_destination = "QM #1";
- suffix = "#1"
- },
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"brX" = (
-/obj/machinery/autolathe,
-/obj/machinery/light_switch{
- pixel_x = -27
- },
-/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
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bsb" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/storage/art)
-"bsc" = (
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bsd" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bsg" = (
-/obj/structure/bookcase{
- name = "Forbidden Knowledge"
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bsh" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/generic,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fsmaint2)
-"bsi" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsl" = (
-/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,
-/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
- },
-/obj/item/weapon/storage/backpack/satchel_hyd,
-/obj/structure/window/reinforced{
- 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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsx" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
- },
-/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" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bsF" = (
-/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,
-/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"
- },
-/area/maintenance/starboard)
-"bsM" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/ash,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/starboard)
-"bsN" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/stack/tile/plasteel{
- pixel_x = -1;
- pixel_y = 16
- },
-/obj/item/weapon/newspaper,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
-"bsO" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Room";
- req_access_txt = "10"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- },
-/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/plating,
-/area/engine/chiefs_office)
-"bsR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Chief Engineer";
- req_access_txt = "56"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/plating,
-/area/engine/chiefs_office)
-"bsT" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/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
- },
-/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
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"bsX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bsY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bsZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"btb" = (
-/obj/machinery/door/airlock/external{
- name = "Supply Dock Airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"btc" = (
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"btd" = (
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/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"
- },
-/mob/living/simple_animal/bot/mulebot{
- home_destination = "QM #2";
- suffix = "#2"
- },
-/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
- },
-/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,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"btj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/crew_quarters/kitchen)
-"btk" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"btl" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"btm" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"btn" = (
-/obj/machinery/door/airlock/glass{
- name = "Art Storage"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bto" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/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"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/art)
-"btq" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Art Storage";
- pixel_x = 27
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/table,
-/obj/item/device/camera,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"btr" = (
-/obj/structure/chair/comfy/brown{
- 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/item/device/camera,
-/obj/item/device/radio/intercom{
- pixel_x = 27
- },
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/cult,
-/area/library)
-"btt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/closed/wall,
-/area/library)
-"btu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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"
- },
-/area/maintenance/fsmaint2)
-"btz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hydroponics)
-"btA" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/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{
- dir = 4
- },
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- dir = 1;
- freq = 1400;
- location = "Hydroponics"
- },
-/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/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/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fsmaint2)
-"btL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/effect/decal/cleanable/generic,
-/obj/structure/table,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btN" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/mob/living/simple_animal/mouse/gray,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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"
- },
-/area/maintenance/fsmaint2)
-"btP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/storage/tools)
-"btQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"btS" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Auxiliary Tool Storage APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Auxiliary Tool Storage"
- },
-/turf/open/floor/plasteel/bot,
-/area/storage/tools)
-"btU" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- 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
- },
-/turf/open/floor/plating,
-/area/storage/tools)
-"btW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"btX" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/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
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"btZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/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/plating,
-/area/crew_quarters/sleep)
-"bub" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
- dir = 10
- },
-/area/crew_quarters/sleep)
-"buc" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/light/small{
- 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
- },
-/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
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/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
- },
-/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
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/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,
-/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,
-/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
- },
-/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/item/weapon/cigbutt,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged3"
- },
-/area/maintenance/starboard)
-"bum" = (
-/obj/item/weapon/crowbar,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
- },
-/area/maintenance/starboard)
-"bun" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"buo" = (
-/obj/machinery/door/airlock{
- name = "Unit 3"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bup" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/decal/cleanable/generic,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/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)"
- },
-/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 = -40;
- tag = "icon-direction_evac (NORTH)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bur" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"bus" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"but" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/camera{
- c_tag = "Engineering North"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"buu" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/engine/engineering)
-"buv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"buw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bux" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access = null;
- req_access_txt = "10;13"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"buy" = (
-/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
- },
-/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
- },
-/area/engine/engineering)
-"buB" = (
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"buC" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/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/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"buG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buH" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #3"
- },
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"buI" = (
-/obj/structure/table,
-/obj/item/device/multitool,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/camera{
- c_tag = "Cargo Office";
- dir = 4
- },
-/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/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buL" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westleft{
- name = "Cargo Desk";
- req_access_txt = "50"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buN" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buO" = (
-/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
- },
-/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";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"buS" = (
-/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/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/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
- },
-/turf/closed/wall,
-/area/library)
-"buW" = (
-/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/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"buX" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"buY" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bva" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bvb" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bvc" = (
-/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
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bvd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock{
- name = "Kitchen Cold Room";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bve" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- 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
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/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{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 21
- },
-/obj/structure/cable{
- d1 = 1;
- 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
- },
-/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
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvl" = (
-/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 = "Assistant"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"bvm" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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/plating,
-/area/maintenance/fsmaint2)
-"bvq" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 15
- },
-/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"
- },
-/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
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvx" = (
-/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/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 = 8;
- icon_state = "1-8"
- },
-/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{
- 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
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bvC" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/sleep)
-"bvD" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/sleep)
-"bvE" = (
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
- },
-/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;
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/obj/machinery/light/small{
- 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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/obj/machinery/light/small{
- 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" = (
-/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/structure/sign/directions/science{
- dir = 4;
- icon_state = "direction_sci";
- pixel_x = -32;
- pixel_y = 32
- },
-/obj/structure/sign/directions/engineering{
- dir = 4;
- icon_state = "direction_eng";
- pixel_x = -32;
- pixel_y = 40;
- tag = "icon-direction_eng (EAST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bvN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/item/clothing/ears/earmuffs{
- pixel_x = -5;
- pixel_y = 6
- },
-/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/structure/sign/directions/security{
- pixel_x = 32;
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bvR" = (
-/obj/machinery/light{
- dir = 4
- },
-/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/warning{
- dir = 4
- },
-/area/engine/engineering)
-"bvS" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity North West";
- dir = 4;
- network = list("Singularity")
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bvT" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity North East";
- dir = 8;
- network = list("Singularity")
- },
-/turf/open/space,
-/area/space)
-"bvU" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "QMLoaddoor2";
- name = "Loading Doors";
- pixel_x = 24;
- pixel_y = 8
- },
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- name = "Loading Doors";
- pixel_x = 24;
- pixel_y = -8
- },
-/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
- },
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- layer = 4;
- name = "Loading Doors";
- pixel_x = -24;
- pixel_y = -8
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/quartermaster/storage)
-"bvW" = (
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/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
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvZ" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #4"
- },
-/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
- },
-/obj/item/stack/wrapping_paper{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/stack/packageWrap{
- pixel_x = -1;
- pixel_y = -1
- },
-/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
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bwc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hydroponics)
-"bwd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/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,
-/area/quartermaster/storage)
-"bwf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- 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
- },
-/turf/closed/wall,
-/area/storage/art)
-"bwi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/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
- },
-/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/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,
-/obj/effect/spawner/lootdrop/maintenance,
-/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/fsmaint2)
-"bwA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 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,
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/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/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{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bwJ" = (
-/obj/machinery/light,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bwK" = (
-/obj/machinery/camera{
- c_tag = "Dormitory West";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bwL" = (
-/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,
-/area/crew_quarters/sleep)
-"bwN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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"
- },
-/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{
- dir = 8;
- layer = 2.9
- },
-/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
- },
-/area/engine/engineering)
-"bwT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bwU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bwV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bwX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bwY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/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,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxb" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxc" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"bxe" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/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/plating/airless,
-/area/space)
-"bxi" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bxj" = (
-/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/plating/airless,
-/area/space)
-"bxk" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/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"
- },
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bxo" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 6;
- pixel_y = -5
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/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/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bxu" = (
-/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 = 1;
- icon_state = "pipe-c"
- },
-/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"
- },
-/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)
-"bxw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxy" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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/disposalpipe/segment{
- dir = 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/machinery/firealarm{
- pixel_y = 24
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bxB" = (
-/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
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxD" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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
- },
-/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/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"
- },
-/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/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" = (
-/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/item/device/multitool,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bxU" = (
-/obj/structure/closet/toolcloset,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bxV" = (
-/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
- },
-/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,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bxX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/airalarm{
- dir = 8;
- 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
- },
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bxZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bya" = (
-/obj/machinery/light/small{
- 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";
- 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" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/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/neutral/corner{
- dir = 4
- },
-/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/neutral/side{
- dir = 1
- },
-/area/crew_quarters/sleep)
-"byg" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
- },
-/area/crew_quarters/sleep)
-"byh" = (
-/obj/machinery/camera{
- c_tag = "Dormitory East"
- },
-/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/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
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"byn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/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
- },
-/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/engine/engineering)
-"bys" = (
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byt" = (
-/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,
-/area/engine/engineering)
-"byu" = (
-/obj/machinery/power/grounding_rod,
-/turf/open/floor/plating/airless,
-/area/space)
-"byv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/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/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"byz" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/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"
- },
-/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"
- },
-/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/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Office";
- req_access_txt = "50"
- },
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"byG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- 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"
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway Central";
- 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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Detective Maintenance";
- req_access_txt = "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,
-/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byP" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byQ" = (
-/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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byS" = (
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = -28
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byT" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/mirror{
- pixel_x = -28
- },
-/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/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/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/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/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"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bzc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bzd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Hydroponics Maintenance";
- req_access_txt = "35"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hydroponics)
-"bze" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint2)
-"bzf" = (
-/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,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fsmaint2)
-"bzh" = (
-/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,
-/area/maintenance/fsmaint2)
-"bzi" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzj" = (
-/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/scrubbers/hidden{
- dir = 10
- },
-/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/neutral/corner{
- dir = 8
- },
-/area/crew_quarters/sleep)
-"bzn" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bzo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/sleep)
-"bzp" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 8
- },
-/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{
- dir = 8
- },
-/area/crew_quarters/sleep)
-"bzs" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bzt" = (
-/obj/structure/table,
-/obj/item/weapon/lipstick/random{
- pixel_x = 3
- },
-/obj/item/weapon/lipstick/random{
- pixel_x = -2
- },
-/obj/item/weapon/lipstick{
- pixel_x = -7
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bzu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/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/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
- },
-/obj/machinery/camera{
- c_tag = "Engineering Power Storage";
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"bzx" = (
-/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/corner{
- dir = 1
- },
-/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
- },
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bzA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"bzB" = (
-/obj/machinery/requests_console{
- department = "Engineering";
- departmentType = 4;
- name = "Engineering RC";
- pixel_x = -32
- },
-/obj/machinery/light{
- dir = 8
- },
-/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{
- dir = 8
- },
-/area/engine/engineering)
-"bzC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/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
- },
-/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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"bzH" = (
-/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 = 6
- },
-/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/plating,
-/area/shuttle/supply)
-"bzK" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor";
- name = "supply dock loading door"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bzL" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/obj/structure/plasticflaps,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bzM" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/quartermaster/storage)
-"bzN" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Cargo Recieving Dock South";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/status_display{
- pixel_y = -32;
- supply_display = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/quartermaster/storage)
-"bzO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/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/warning{
- dir = 1
- },
-/area/quartermaster/storage)
-"bzP" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -35
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/quartermaster/storage)
-"bzQ" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 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"
- },
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/storage)
-"bzU" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
- },
-/area/quartermaster/storage)
-"bzV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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
- },
-/turf/open/floor/plasteel/red/side{
- 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/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
- },
-/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
- },
-/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{
- dir = 4;
- name = "Detective APC";
- pixel_x = 24
- },
-/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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/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/security/brig)
-"bAe" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/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"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
- },
-/turf/open/floor/plasteel/red/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"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bAh" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 3";
- name = "Cell 3";
- req_access_txt = "2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bAi" = (
-/obj/structure/dresser,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- 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/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
- },
-/obj/machinery/camera{
- c_tag = "Captain's Quarters"
- },
-/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/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/window/reinforced/tinted{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Captain"
- },
-/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{
- 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,
-/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
- },
-/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
- },
-/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/black,
-/area/crew_quarters/heads)
-"bAv" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Head of Personnel"
- },
-/obj/machinery/button/door{
- id = "hopqueue";
- name = "Queue Shutters Control";
- pixel_x = 4;
- pixel_y = 25;
- req_access_txt = "28"
- },
-/obj/machinery/light_switch{
- pixel_x = 4;
- pixel_y = 36
- },
-/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/plasteel,
-/area/crew_quarters/heads)
-"bAx" = (
-/obj/machinery/flasher{
- id = "hopflash";
- pixel_y = 28
- },
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bAy" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hopqueue";
- name = "HoP Queue Shutters"
- },
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bAz" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bAA" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway South";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bAB" = (
-/turf/closed/wall,
-/area/storage/primary)
-"bAC" = (
-/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 = "platingdmg2"
- },
-/area/maintenance/starboard)
-"bAD" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm1";
- name = "Dorm 1"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bAE" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm2";
- name = "Dorm 2"
- },
-/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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bAG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bAH" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/starboard)
-"bAI" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bAJ" = (
+/obj/item/weapon/pen/blue,
/obj/machinery/power/terminal{
dir = 8
},
@@ -39441,1375 +44387,102 @@
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/machinery/light,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/engine/engineering)
-"bAK" = (
+/area/engine/gravity_generator)
+"bKt" = (
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-8"
},
-/obj/effect/landmark/start{
- name = "Station Engineer"
+/obj/machinery/power/smes{
+ charge = 5e+006
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bAL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/table,
-/obj/item/weapon/book/manual/engineering_singularity_safety,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/device/gps/engineering{
- gpstag = "ENG2"
- },
-/obj/item/device/gps/engineering{
- gpstag = "ENG1"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bAM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bAN" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bAO" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"bAP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/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
- },
-/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/plating/airless,
-/area/space)
-"bAS" = (
-/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/plating/airless,
-/area/space)
-"bAT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Maintenance";
- req_access_txt = "31"
- },
-/obj/structure/disposalpipe/segment,
+/area/engine/gravity_generator)
+"bKu" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKw" = (
/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"
- },
-/obj/machinery/door/airlock/glass_mining{
- name = "Quartermaster";
- req_access_txt = "41"
- },
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/qm)
-"bAX" = (
-/turf/closed/wall,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bAY" = (
-/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,
-/turf/open/floor/plating,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bBa" = (
-/obj/machinery/firealarm{
+/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/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/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/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/storage/tech)
+"bKA" = (
+/obj/structure/rack{
dir = 8;
- pixel_x = -24
+ layer = 2.9
},
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bBb" = (
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/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
- },
-/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"
- },
-/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{
- 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"
- },
-/obj/machinery/camera{
- c_tag = "Brig Central"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bBj" = (
-/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/red/corner{
- dir = 1
- },
-/area/security/brig)
-"bBk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bBl" = (
-/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/red/corner{
- dir = 4
- },
-/area/security/brig)
-"bBm" = (
-/obj/machinery/door_timer{
- dir = 1;
- pixel_y = 32
- },
-/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
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bBn" = (
-/obj/machinery/door_timer{
- dir = 1;
- pixel_y = 32
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/camera{
- c_tag = "Brig East"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bBo" = (
-/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/floor/plasteel/red/corner{
- dir = 1
- },
-/area/security/brig)
-"bBp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/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"
- })
-"bBr" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bBs" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bBt" = (
-/turf/closed/wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bBu" = (
-/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" = (
-/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/plating,
-/area/maintenance/fsmaint2)
-"bBx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/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/fsmaint2)
-"bBz" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/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
- },
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Head of Personnel"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bBB" = (
-/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{
- dir = 4
- },
-/area/crew_quarters/heads)
-"bBD" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- name = "Privacy Shutters"
- },
-/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"
- })
-"bBF" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bBG" = (
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"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
- },
-/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/machinery/firealarm{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bBK" = (
-/obj/structure/table,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/item/stack/cable_coil{
pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/item/weapon/screwdriver{
- pixel_y = 16
- },
-/obj/machinery/light{
- dir = 1
- },
-/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" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 25;
- 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/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBQ" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/machinery/light/small{
- 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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/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
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- 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"
- },
-/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/greenglow,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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
- },
-/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,
-/area/maintenance/starboard)
-"bBX" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBY" = (
-/obj/structure/cable,
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 2;
- state = 2
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bBZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bCa" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bCb" = (
-/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/engine/engineering)
-"bCc" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"bCd" = (
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/engine/engineering)
-"bCe" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"bCg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"bCh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/area/engine/engineering)
-"bCi" = (
-/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)
-"bCj" = (
-/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/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
- },
-/area/shuttle/supply)
-"bCm" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
-/area/shuttle/supply)
-"bCn" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
- },
-/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
- },
-/area/quartermaster/qm)
-"bCt" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- 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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 25
- },
-/turf/open/floor/plasteel/brown{
- dir = 5
- },
-/area/quartermaster/qm)
-"bCw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCx" = (
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/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/pen,
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/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{
- 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
- },
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCB" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- 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/door/poddoor/preopen{
- id = "det_blast";
- layer = 2.9;
- name = "privacy door"
- },
-/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
+/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;
- pixel_x = -24
+ layer = 2.9
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
},
-/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";
+/obj/item/device/multitool,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/requests_console{
+ department = "Tech storage";
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{
- dir = 6
- },
-/area/security/brig)
-"bCN" = (
-/obj/item/weapon/storage/box/matches,
-/obj/item/weapon/razor{
- pixel_x = -4;
- pixel_y = 2
- },
-/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{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Captain"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCP" = (
-/obj/machinery/light_switch{
- pixel_y = -28
- },
-/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"
- },
-/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/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCS" = (
-/obj/item/device/radio/intercom{
- 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
- },
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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"
- },
-/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/closed/wall/r_wall,
-/area/bridge)
-"bCY" = (
-/obj/machinery/pdapainter,
-/obj/machinery/keycard_auth{
- pixel_x = -24
+ pixel_y = -32
},
/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{
- 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"
- },
-/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"
- },
-/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bDf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/shard,
-/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
- },
-/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/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
- },
-/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{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/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"
- },
-/area/maintenance/starboard)
-"bDm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bDn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/ambrosia,
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/maintenance/starboard)
-"bDq" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable,
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/engine/engineering)
-"bDr" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engineering)
-"bDs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bDt" = (
+/area/storage/tech)
+"bKC" = (
/obj/structure/closet/crate{
name = "solar pack crate"
},
@@ -40829,2860 +44502,2105 @@
/obj/item/weapon/circuitboard/computer/solar_control,
/obj/item/weapon/electronics/tracker,
/obj/item/weapon/paper/solar,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Tech Storage APC";
+ pixel_x = 0;
+ pixel_y = -24
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bDu" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKD" = (
/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bKE" = (
+/turf/closed/wall,
+/area/security/checkpoint/engineering)
+"bKF" = (
+/turf/closed/wall,
/area/engine/engineering)
-"bDv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+"bKG" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 2;
+ name = "Engineering";
+ req_one_access_txt = "10;24"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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{
- dir = 1
- },
-/area/engine/engineering)
-"bDw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bDx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"bDy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"bDz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bDD" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"bDE" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/space)
-"bDF" = (
-/obj/machinery/the_singularitygen/tesla,
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/space)
-"bDG" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
- },
-/area/space)
-"bDH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/supply)
-"bDI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
- },
-/area/shuttle/supply)
-"bDJ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"bDK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/supply)
-"bDL" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
/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/port{
- name = "Chapel Maintenance"
- })
-"bDM" = (
-/obj/machinery/camera{
- c_tag = "Chief Engineer's Office";
+/turf/open/floor/plasteel/yellow/side{
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"
- },
-/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
- },
-/turf/open/floor/plasteel/brown{
+/area/atmos)
+"bKJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/area/quartermaster/qm)
-"bDS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bKK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/sign/atmosplaque{
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics Entrance";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bKL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/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/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 30;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/closet/wardrobe/atmospherics_yellow,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bKP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/watertank/high,
+/obj/structure/fireaxecabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bKQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/camera{
+ c_tag = "Atmospherics Mixing";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/atmos)
+"bKR" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Port to Filter";
+ on = 0
+ },
+/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,
+/area/atmos)
+"bKU" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "plasma";
on = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
/turf/open/floor/plasteel,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDV" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDW" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/red/side{
+/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
},
-/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"
+/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/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/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"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/security/detectives_office)
-"bDY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bDZ" = (
-/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/carpet,
-/area/security/detectives_office)
-"bEa" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"bEd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"bEe" = (
-/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/warden)
-"bEf" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/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"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/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
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"bEi" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/security/warden)
-"bEj" = (
-/turf/closed/wall/r_wall,
-/area/security/warden)
-"bEk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/keycard_auth{
- pixel_x = -25
- },
-/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" = (
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bLa" = (
+/obj/structure/sign/securearea,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bEn" = (
-/obj/machinery/firealarm{
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bLb" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/camera{
+ c_tag = "Engineering Security Post";
dir = 4;
- pixel_x = 24
+ network = list("SS13")
},
-/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/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"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/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/vault{
- dir = 8
- },
-/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/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/engineering)
+"bLc" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"bLd" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/engineering)
+"bLe" = (
/obj/machinery/light{
- dir = 8
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
+"bLg" = (
+/obj/machinery/light{
+ dir = 1
},
/obj/machinery/camera{
- c_tag = "Head of Personnel's Office";
+ c_tag = "Engineering Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/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/disposalpipe/trunk,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/engine/engineering)
+"bLi" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 4
+ },
+/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;
+ name = "N2 to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLm" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLn" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/space)
+"bLo" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/libraryscanner,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bLp" = (
+/obj/machinery/newscaster{
+ pixel_x = -32;
+ pixel_y = -32
+ },
/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" = (
+/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
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/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
+ },
+/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/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/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"
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/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/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,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Chief Engineer's Desk";
+ departmentType = 3;
+ name = "Chief Engineer RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/engine/chiefs_office)
+"bLF" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Chief Engineer's Office";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/chiefs_office)
+"bLG" = (
+/obj/machinery/computer/atmos_alert,
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/chiefs_office)
+"bLH" = (
+/obj/machinery/computer/station_alert,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/chiefs_office)
+"bLI" = (
+/obj/machinery/computer/card/minor/ce,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/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/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bLK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-07";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bLL" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/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"
- },
-/obj/structure/closet/secure_closet/hop,
-/obj/item/weapon/storage/box/silver_ids,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/crew_quarters/heads)
-"bEv" = (
+/turf/closed/wall,
+/area/engine/engine_smes)
+"bLM" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/obj/structure/cable,
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- name = "Privacy Shutters"
- },
-/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bEy" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bEz" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/device/t_scanner,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/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" = (
-/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{
- 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/light{
- dir = 8
- },
-/obj/machinery/power/port_gen/pacman,
-/obj/item/weapon/wrench,
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
+/obj/machinery/power/smes/engineering,
/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"bEJ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/engine/engineering)
-"bEK" = (
-/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
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bEL" = (
-/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
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"bEN" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Engineering Center";
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"bEO" = (
-/obj/structure/particle_accelerator/end_cap{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bEP" = (
-/obj/structure/particle_accelerator/fuel_chamber{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bEQ" = (
-/obj/structure/particle_accelerator/power_box{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bER" = (
-/obj/structure/particle_accelerator/particle_emitter/center{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bES" = (
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"bET" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 8
- },
-/area/space)
-"bEU" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plating/airless,
-/area/space)
-"bEV" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 4
- },
-/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"
- },
-/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/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
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/qm)
-"bFe" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen{
- pixel_x = 4;
- pixel_y = 4
- },
-/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/structure/table,
-/obj/item/weapon/clipboard,
-/obj/item/weapon/stamp/qm,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/qm)
-"bFg" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/plasteel/brown{
- dir = 6
- },
-/area/quartermaster/qm)
-"bFh" = (
-/obj/structure/filingcabinet,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 10
- },
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bFi" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/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";
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
- },
-/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
- },
-/obj/machinery/newscaster{
- hitstaken = 1;
- pixel_x = 30
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/security/detectives_office)
-"bFn" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/machinery/light_switch{
- pixel_y = -28
- },
-/obj/item/weapon/storage/briefcase{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/weapon/storage/secure/briefcase{
- pixel_x = 2;
- pixel_y = -2
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFo" = (
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 8;
- pixel_y = -27
- },
-/obj/machinery/camera{
- c_tag = "Detective's Office";
- dir = 1
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFp" = (
-/obj/structure/filingcabinet,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/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/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"bFt" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = -30
- },
-/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"
- },
-/obj/machinery/button/door{
- id = "Secure Gate";
- name = "Cell Shutters";
- pixel_x = 6;
- pixel_y = 8;
- 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/structure/disposalpipe/segment{
- 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/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
- },
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "Armory APC";
- pixel_y = 25
- },
-/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
- },
-/obj/machinery/suit_storage_unit/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFD" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/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
- },
-/obj/item/weapon/grenade/barrier,
-/obj/item/weapon/grenade/barrier{
- pixel_x = 4;
- pixel_y = -4
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/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/black,
-/area/security/warden)
-"bFG" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Captain's Desk";
- departmentType = 5;
- name = "Captain RC";
- pixel_x = -30
- },
-/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/effect/landmark/start{
- name = "Captain"
- },
-/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" = (
-/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/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFN" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-12"
- },
-/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
- },
-/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" = (
-/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" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/flasher{
- id = "hopflash";
- pixel_x = -28;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bFU" = (
-/turf/open/floor/plasteel/red/corner{
- 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"
- },
-/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
- },
+/area/engine/engine_smes)
+"bLN" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/smes/engineering,
/obj/machinery/camera{
- c_tag = "Primary Tool Storage";
+ c_tag = "Engineering Power Storage";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engine_smes)
+"bLO" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/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
},
-/obj/item/device/assembly/igniter{
- pixel_x = -8;
- pixel_y = -4
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/item/device/assembly/igniter,
-/obj/item/weapon/screwdriver{
- pixel_y = 16
+/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/engineering)
+"bLS" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/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;
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bFZ" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/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/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/storage/primary)
-"bGa" = (
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/engineering)
+"bLV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/engineering)
+"bLW" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGb" = (
-/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"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/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/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGe" = (
-/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
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGf" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fsmaint2)
-"bGh" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGi" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bGj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/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/fsmaint2)
-"bGk" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/effect/decal/cleanable/ash,
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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{
- dir = 4
- },
/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/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGn" = (
+/turf/open/floor/goonplaque,
+/area/engine/engineering)
+"bLX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/engineering)
+"bLY" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ name = "atmos blast door"
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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
- },
-/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/plasteel/yellow/side{
dir = 4
},
-/area/engine/engineering)
-"bGr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMe" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "O2 to Pure";
+ on = 0
+ },
+/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
+ },
+/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/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/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/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/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/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
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/aft)
+"bMp" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/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/aft)
+"bMs" = (
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/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"
+ },
+/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"
+ },
+/obj/machinery/button/door{
+ id = "atmos";
+ name = "Atmospherics Lockdown";
+ pixel_x = -24;
+ pixel_y = 10;
+ req_access_txt = "24"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/paper/monitorkey,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
+ },
+/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/engine/chiefs_office)
+"bMw" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/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
+ },
+/obj/item/weapon/stamp/ce,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/machinery/keycard_auth{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/engine/chiefs_office)
+"bMy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bMz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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/plasteel/black,
+/area/storage/tech)
+"bMB" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/metalfoam{
+ pixel_x = 4;
+ pixel_y = 7
+ },
+/obj/item/weapon/storage/box/lights/mixed,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel/caution/corner{
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
+ },
+/area/engine/engine_smes)
+"bMC" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engine_smes)
+"bMD" = (
+/obj/machinery/suit_storage_unit/engine,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/engine/engine_smes)
+"bME" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Engineering Security APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/red/side{
dir = 8
},
+/area/security/checkpoint/engineering)
+"bMF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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/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
+ },
+/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
+ },
/area/engine/engineering)
-"bGs" = (
+"bMJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/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
+ },
+/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
+ },
+/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;
+ 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 = 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"
+ },
+/obj/machinery/modular_computer/console/preset/engineering,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/engine/chiefs_office)
+"bNc" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bNd" = (
+/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/machinery/camera{
+ c_tag = "Secure Tech Storage";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bNe" = (
+/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
+ },
+/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"
+ icon_state = "1-4";
+ tag = ""
},
-/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";
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/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
},
+/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
+ },
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8";
tag = ""
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bGu" = (
-/obj/machinery/particle_accelerator/control_box,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bGv" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bGw" = (
-/obj/structure/particle_accelerator/particle_emitter/left{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bGx" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
- },
-/area/space)
-"bGy" = (
-/obj/machinery/the_singularitygen,
-/turf/open/floor/plating/airless/warnplate,
-/area/space)
-"bGz" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
- },
-/area/space)
-"bGA" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bGB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/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" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/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
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bGJ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
+ dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/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/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bGL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
+/area/engine/engine_smes)
+"bNh" = (
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"bGM" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/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
- },
-/obj/effect/landmark/start{
- name = "Warden"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bGP" = (
-/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";
- 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" = (
-/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"
- })
-"bGX" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/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"
- },
-/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/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/plasteel/black,
-/area/bridge)
-"bHc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/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"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHe" = (
-/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"
- },
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bHf" = (
-/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"
- },
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/structure/disposalpipe/segment{
- 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{
- 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{
+/obj/structure/cable/yellow{
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/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/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
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bHl" = (
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/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
- },
-/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bHn" = (
-/obj/structure/cable{
- 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/plating,
-/area/maintenance/starboard)
-"bHq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/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/maintenance/starboard)
-"bHw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/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/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
-"bHy" = (
-/obj/machinery/door/poddoor{
- id = "Secure Storage";
- name = "secure storage"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bHz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/vending/engivend,
-/turf/open/floor/plasteel/yellow/side{
- 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{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNi" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNj" = (
+/obj/structure/tank_dispenser,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/engine/engine_smes)
+"bNk" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/engineering)
+"bNl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bNm" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/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/machinery/door/firedoor,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
/area/engine/engineering)
-"bHC" = (
+"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"
},
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"bHD" = (
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/obj/item/weapon/crowbar,
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "11"
+/obj/effect/turf_decal/delivery,
+/area/engine/engineering)
+"bNq" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
},
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"bHE" = (
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"bHF" = (
-/turf/open/floor/plating/warnplate{
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
/area/engine/engineering)
-"bHG" = (
-/obj/item/clothing/head/hardhat,
+"bNr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/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,
+/area/atmos)
+"bNu" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4;
+ filter_type = "o2";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNv" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNw" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNx" = (
+/obj/machinery/camera{
+ c_tag = "Telecoms External Fore";
+ dir = 1;
+ network = list("SS13, Telecoms");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
/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
+"bNy" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4;
+ initialize_directions = 12
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNz" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNA" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "co2";
+ on = 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
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bNC" = (
+/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)
+"bND" = (
+/obj/item/device/flashlight,
+/turf/open/floor/plating,
+/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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bNG" = (
+/obj/machinery/suit_storage_unit/ce,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/chiefs_office)
+"bNK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/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/item/stack/sheet/metal{
+ amount = 50
+ },
+/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 = "Engine Room APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ layer = 2.9
+ },
+/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"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNO" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/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"
},
-/turf/closed/wall,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHJ" = (
/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/plasteel/yellow/side,
+/area/atmos)
+"bNW" = (
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms External Access";
+ dir = 1;
+ network = list("SS13","Telecoms")
+ },
+/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
+ },
+/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/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/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 = 4;
- icon_state = "1-4"
+ icon_state = "1-4";
+ tag = ""
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/port{
- name = "Chapel Maintenance"
- })
-"bHK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 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/port{
- name = "Chapel Maintenance"
- })
-"bHL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 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/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" = (
-/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
- },
-/obj/effect/decal/cleanable/dirt,
+/area/maintenance/aft)
+"bOi" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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
- },
-/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/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/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
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bIa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 4
- },
-/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/machinery/door/airlock/glass_security{
- id_tag = "outerbrig";
- name = "Brig";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bIc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/brig)
-"bId" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bIe" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bIf" = (
-/obj/machinery/camera{
- c_tag = "Brig West"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/brig)
-"bIg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 1
- },
-/area/security/brig)
-"bIh" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"bIi" = (
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/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" = (
-/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/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/warning{
- 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
- },
-/obj/item/weapon/gun/energy/gun,
-/obj/item/weapon/gun/energy/gun{
- pixel_x = 3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/security/warden)
-"bIr" = (
-/turf/open/floor/plasteel/warning{
- 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
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bIu" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/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"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bIv" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Captain's Office";
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "Captain's Office APC";
- pixel_x = 26
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/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/plasteel/black,
-/area/bridge)
-"bIx" = (
/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)
-"bIy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bIz" = (
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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/bridge)
-"bIA" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- dir = 1;
- name = "Prison Monitor";
- network = list("Prison");
- pixel_y = -30
+/area/engine/engineering)
+"bOo" = (
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console"
},
-/obj/machinery/vending/cart{
- req_access_txt = "57"
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bIB" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Head of Personnel APC";
- pixel_y = -24
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/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{
- dir = 6
+/area/engine/engineering)
+"bOp" = (
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/area/crew_quarters/heads)
-"bIE" = (
+/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/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/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bIJ" = (
+/turf/open/floor/plating,
+/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,
-/area/storage/primary)
-"bIK" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/turf/open/floor/plating,
+/area/engine/engine_smes)
+"bOs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Power Storage";
+ req_access_txt = "11";
+ req_one_access_txt = "0"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/area/engine/engineering)
+"bOv" = (
+/obj/machinery/vending/tool,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"bOw" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"bOx" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
+"bOy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bIL" = (
/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,
-/area/maintenance/starboard)
-"bIM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/window{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/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/maintenance/starboard)
-"bIN" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/area/atmos)
+"bOB" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Waste to Space";
+ on = 0
+ },
+/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;
+ initialize_directions = 12
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIO" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/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/maintenance/starboard)
-"bIP" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/starboard)
-"bIQ" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/structure/bed,
+/area/atmos)
+"bOE" = (
+/obj/structure/table_frame/wood,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIR" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/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{
+ 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/plating,
+/area/maintenance/aft)
+"bOJ" = (
+/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/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/starboard)
-"bIS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOK" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Engineering Maintenance";
+ req_access_txt = "10"
},
/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{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bIT" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 4
- },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bOL" = (
/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"
+ 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 = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bON" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -43690,1274 +46608,1074 @@
},
/obj/structure/cable{
d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOO" = (
+/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{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Port Fore";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOT" = (
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOU" = (
+/obj/structure/cable{
icon_state = "1-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Starboard Fore";
+ dir = 2;
+ 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"
},
-/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" = (
-/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
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bJa" = (
-/turf/closed/wall,
-/area/maintenance/port{
- name = "Chapel 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"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bJd" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- })
-"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{
+/obj/structure/disposalpipe/sortjunction{
dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
+ icon_state = "pipe-j2s";
+ sortType = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bJi" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bJj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "briggate";
- name = "security blast door"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"bJk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/pipe/simple/supply/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"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"bJm" = (
-/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,
-/area/security/brig)
-"bJn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
+/area/engine/engineering)
+"bPb" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/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
+ },
+/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/plasteel,
-/area/security/brig)
-"bJo" = (
+/area/engine/engineering)
+"bPo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/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"
+ },
+/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/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"
},
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"bJp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPu" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint2)
-"bJq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPv" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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 = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/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/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"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bJv" = (
-/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{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Armory";
- req_access_txt = "3"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bJw" = (
-/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/security/warden)
-"bJx" = (
-/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
- },
-/area/security/warden)
-"bJy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/security/warden)
-"bJz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+ dir = 4
},
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = -3;
- pixel_y = 3
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPw" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/obj/item/weapon/gun/energy/laser,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = 3;
- pixel_y = -3
+/turf/open/floor/plasteel,
+/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"
},
-/turf/open/floor/plasteel/bot{
- dir = 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"
},
-/area/security/warden)
-"bJA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/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"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bPB" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engineering)
+"bPC" = (
+/obj/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 4;
+ icon_state = "left";
+ name = "Engineering Delivery";
+ req_access_txt = "10"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "Engineering"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engineering)
+"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 = 2;
+ icon_state = "1-2"
+ },
+/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;
+ layer = 2.9
+ },
+/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)
+"bPI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 4
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPJ" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/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{
- dir = 4
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPK" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
},
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
},
-/obj/item/weapon/gun/projectile/shotgun/riot{
- pixel_x = -3;
+/obj/machinery/camera{
+ c_tag = "Engineering Central";
+ dir = 1;
+ network = list("SS13")
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPL" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPN" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/clothing/mask/gas{
+ pixel_x = 3;
pixel_y = 3
},
-/obj/item/weapon/gun/projectile/shotgun/riot,
-/obj/item/weapon/gun/projectile/shotgun/riot{
- pixel_x = 3;
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas{
+ pixel_x = -3;
pixel_y = -3
},
-/obj/machinery/camera/motion{
- c_tag = "Armory";
- dir = 8
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPO" = (
+/obj/structure/table,
+/obj/item/weapon/airlock_painter{
+ pixel_y = 3
},
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bJC" = (
-/obj/structure/disposalpipe/segment,
+/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"
},
+/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"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bPS" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2_sensor"
+ },
+/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
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bPU" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "o2_in"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bPV" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "o2_sensor"
+ },
+/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
+ },
+/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/engine/air,
+/area/atmos)
+"bPY" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "air_sensor"
+ },
+/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;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/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 = 8
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/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,
+/area/engine/engineering)
+"bQf" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_construction,
+/obj/item/clothing/gloves/color/yellow,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQg" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/engineering_singularity_safety{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/engineering_particle_accelerator{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/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;
pressure_checks = 1
},
-/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/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
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bJG" = (
-/obj/machinery/door/airlock/command{
- name = "Head of Personnel";
- req_access = null;
- req_access_txt = "57"
- },
-/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/structure/sign/directions/science{
- dir = 1;
- icon_state = "direction_sci";
- pixel_x = -32;
- pixel_y = 8;
- tag = "icon-direction_sci (NORTH)"
- },
+/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bJJ" = (
-/obj/structure/disposalpipe/segment{
+/area/engine/engineering)
+"bQi" = (
+/obj/machinery/light{
dir = 4;
- icon_state = "pipe-c"
+ icon_state = "tube1"
},
+/obj/structure/closet/radiation,
/turf/open/floor/plasteel,
-/area/storage/primary)
-"bJK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/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
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/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{
- 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
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bJL" = (
-/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/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
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJN" = (
-/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"
- },
-/area/maintenance/fsmaint2)
-"bJO" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 1;
- icon_state = "pipe-j2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
+/obj/structure/cable/yellow{
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/plasteel{
+ dir = 2
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJQ" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/effect/turf_decal/bot{
+ dir = 2
},
-/area/maintenance/starboard)
-"bJR" = (
-/obj/structure/bed,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJS" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/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{
+/area/engine/engineering)
+"bQl" = (
+/obj/machinery/light{
dir = 8
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bJU" = (
+/obj/structure/closet/secure_closet/engineering_welding,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQm" = (
/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- 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{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/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/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 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQo" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/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 = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQq" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/machinery/light{
+ dir = 4
+ },
+/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/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"
+ },
+/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/plating,
-/area/maintenance/starboard)
-"bJZ" = (
+/area/engine/engineering)
+"bQC" = (
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bQD" = (
+/obj/machinery/door/poddoor{
+ id = "Secure Storage";
+ name = "secure storage"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/engineering)
+"bQE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/engineering)
+"bQF" = (
+/obj/structure/closet/radiation,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQG" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/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
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
+"bQJ" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/engine/engineering)
+"bQK" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/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/engine/engineering)
+"bQM" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -2
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/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{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bQU" = (
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"bQV" = (
/obj/machinery/field/generator,
/turf/open/floor/plating,
/area/engine/engineering)
-"bKa" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/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,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bKc" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/engine/engineering)
-"bKd" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/engineering)
-"bKe" = (
-/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/warning{
- dir = 1
- },
-/area/engine/engineering)
-"bKf" = (
-/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/warning{
- dir = 1
- },
-/area/engine/engineering)
-"bKg" = (
-/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
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKj" = (
-/obj/structure/disposalpipe/segment,
-/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
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKm" = (
-/obj/item/trash/chips,
-/turf/open/floor/plasteel{
- broken = 1;
- 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"
- },
-/obj/docking_port/mobile/supply{
- dwidth = 5;
- width = 12
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 5;
- height = 7;
- id = "supply_home";
- name = "supply bay";
- width = 12
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"bKo" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/obj/item/weapon/newspaper,
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged5"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKq" = (
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKr" = (
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/machinery/button/door{
- id = "lawyer_blast";
- name = "Privacy Shutters";
- pixel_x = 0;
- pixel_y = 25
- },
-/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,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKt" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKu" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/briefcase{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/weapon/storage/secure/briefcase{
- pixel_x = 2;
- pixel_y = -2
- },
-/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"
- },
-/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"
- },
-/obj/machinery/door/airlock/glass_security{
- id_tag = "outerbrig";
- name = "Brig";
- req_access_txt = "63"
- },
-/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/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/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/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
- },
-/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/computer/crew,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bKC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/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/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
- },
-/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
- },
-/area/security/warden)
-"bKI" = (
-/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/bot{
- dir = 2
- },
-/area/security/warden)
-"bKJ" = (
-/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,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bKK" = (
-/obj/structure/chair/comfy/brown{
- 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{
- 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"
- },
-/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/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/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{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bKQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Bridge North";
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/area/bridge)
-"bKR" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21"
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKS" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 9
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKT" = (
-/obj/structure/chair,
-/obj/machinery/camera{
- c_tag = "Bridge Foyer"
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKU" = (
-/obj/structure/chair,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKV" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/blue/side{
- 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/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
- },
-/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"
- },
-/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
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bLc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light_construct/small{
- 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"
- },
-/area/maintenance/starboard)
-"bLe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bLf" = (
-/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" = (
+"bQW" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/metal{
amount = 50
@@ -44970,11218 +47688,578 @@
},
/obj/item/weapon/electronics/airlock,
/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
+/obj/item/weapon/stock_parts/cell/high/plus,
/obj/item/stack/sheet/mineral/plasma{
amount = 30
},
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Engineering Secure Storage";
- dir = 1
- },
/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"
- },
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_y = 5
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bLj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
+"bQX" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"bLk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"bLl" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/obj/item/weapon/tank/internals/plasma,
-/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
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLo" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/structure/closet/emcloset,
-/obj/structure/window,
-/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"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLq" = (
-/obj/item/stack/tile/plasteel{
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLr" = (
-/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
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLs" = (
-/obj/item/weapon/hand_labeler,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bLv" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Lawyer"
- },
-/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" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- 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"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Security Office";
- req_access = null;
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bLD" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/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/structure/table/reinforced,
-/obj/machinery/door/window/southleft{
- base_state = "right";
- icon_state = "right";
- name = "Reception Desk";
- req_access_txt = "63"
- },
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- name = "Armory Desk";
- req_access_txt = "3"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bLF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
+"bQY" = (
+/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/door/airlock/glass_security{
- name = "Brig Control";
- req_access_txt = "3"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bLG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/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{
- 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/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"
- },
-/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" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLP" = (
-/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"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLR" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/bridge)
-"bLS" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/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{
- 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/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bLW" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=7-Bar2";
- location = "6-Arrivals"
- },
-/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/engine/engineering)
-"bLY" = (
-/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{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/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
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bMe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMh" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMi" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/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/open/floor/plasteel,
/area/engine/engineering)
-"bMk" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/item/stack/cable_coil,
-/obj/item/weapon/electronics/airlock,
-/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{
+"bQZ" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bMn" = (
-/obj/item/device/multitool,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bMo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bMp" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/solar{
- id = "aftport";
- name = "Aft-Port Solar Array"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/maintenance/portsolar)
-"bMq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/maintenance/portsolar)
-"bMr" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/solar{
- id = "aftport";
- name = "Aft-Port Solar Array"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/maintenance/portsolar)
-"bMs" = (
-/obj/machinery/power/solar{
- id = "aftport";
- name = "Aft-Port Solar Array"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/maintenance/portsolar)
-"bMt" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/space,
-/area/maintenance/portsolar)
-"bMu" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMv" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMx" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/lawoffice)
-"bMA" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bMB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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" = (
-/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/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
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bMI" = (
-/obj/item/weapon/cigbutt,
-/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{
- 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,
-/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
- },
-/area/security/main)
-"bMO" = (
-/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 = 1
- },
-/area/security/main)
-"bMP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/main)
-"bMS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/red/side{
- 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"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/secure_closet/lethalshots,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMY" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/ionrifle,
-/obj/item/clothing/suit/armor/laserproof,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMZ" = (
-/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,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bNa" = (
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNb" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNc" = (
-/obj/machinery/ai_status_display{
- pixel_y = -32
- },
-/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
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNe" = (
-/obj/structure/noticeboard{
- dir = 4;
- pixel_x = -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"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/bridge)
-"bNi" = (
-/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
- },
-/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"
- },
-/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/plating,
-/area/maintenance/starboard)
-"bNq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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/grille,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNu" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/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{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNy" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bNz" = (
-/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/item/weapon/pen,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bNA" = (
-/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,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNB" = (
-/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/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/turf/open/floor/plasteel,
/area/engine/engineering)
-"bND" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bNE" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/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/plating/airless,
-/area/engine/engineering)
-"bNH" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity South East";
- dir = 8;
- network = list("Singularity")
- },
-/turf/open/space,
-/area/space)
-"bNI" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable,
-/turf/open/space,
-/area/maintenance/portsolar)
-"bNJ" = (
-/obj/structure/disposalpipe/segment,
-/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/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/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/space_heater,
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched2"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/structure/table,
-/obj/machinery/newscaster{
- pixel_x = 28
- },
-/obj/item/device/taperecorder,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/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
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNS" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/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/machinery/light,
-/obj/machinery/camera{
- c_tag = "Law Office";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNT" = (
-/obj/machinery/power/apc{
- name = "Fore Primary Hallway APC";
- pixel_y = -25
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNV" = (
-/obj/machinery/door/airlock{
- name = "Law Office";
- req_access_txt = "38"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/lawoffice)
-"bNW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bNX" = (
-/obj/structure/chair{
- dir = 4
- },
-/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/black,
-/area/security/main)
-"bOa" = (
-/obj/machinery/camera{
- c_tag = "Brig Interrogation";
- dir = 8
- },
-/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/red/side{
- dir = 8
- },
-/area/security/main)
-"bOc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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,
-/area/security/main)
-"bOd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 8
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOe" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOf" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOg" = (
-/obj/structure/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Head of Security"
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/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
- },
-/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
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/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"
- },
-/obj/machinery/door/airlock/command{
- name = "Captain's Office";
- req_access = null;
- req_access_txt = "20"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bOo" = (
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bOp" = (
+"bRa" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/bridge)
-"bOq" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/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{
- 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
- },
-/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
- },
-/turf/open/floor/plasteel/neutral/corner{
- 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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOC" = (
-/obj/structure/cable{
+/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{
+ dir = 2
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/bot{
+ dir = 2
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOD" = (
-/obj/structure/cable{
+/area/engine/engineering)
+"bRb" = (
+/obj/structure/cable/yellow{
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{
+/obj/structure/cable/yellow{
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"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/obj/structure/cable{
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/engineering)
+"bRc" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOG" = (
-/obj/machinery/door/airlock/glass{
- name = "Bar"
- },
-/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;
- dir = 4;
- icon_state = "damaged2"
- },
-/area/maintenance/starboard)
-"bOK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/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{
- dir = 4
- },
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bON" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- 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"
- },
-/area/maintenance/starboard)
-"bOO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/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/machinery/atmospherics/pipe/simple/supply/hidden{
- 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/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
/area/engine/engineering)
-"bOR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/yellow/side,
+"bRd" = (
+/obj/structure/particle_accelerator/end_cap,
+/turf/open/floor/plating,
/area/engine/engineering)
-"bOS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
+"bRe" = (
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/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"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/engineering)
+"bRg" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRh" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/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/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/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/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,
-/turf/open/floor/plasteel/yellow/side,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/engine/engineering)
-"bOT" = (
+"bRq" = (
/obj/machinery/camera{
- c_tag = "Engineering South";
- dir = 1
+ c_tag = "Engineering Port Aft";
+ dir = 1;
+ network = list("SS13")
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/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/plasteel/yellow/side,
/area/engine/engineering)
-"bOU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+"bRs" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "11"
},
/turf/open/floor/plasteel/yellow/side,
/area/engine/engineering)
-"bOV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+"bRt" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "11"
},
-/turf/open/floor/plasteel/caution/corner{
+/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)
-"bOW" = (
+"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,
+/area/engine/engineering)
+"bRx" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "11"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/engineering)
+"bRy" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "11"
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"bRz" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Starboard Aft";
+ dir = 1;
+ network = list("SS13")
+ },
+/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/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
+ },
+/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"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/door/airlock/external{
+ cyclelinkeddir = 2;
name = "Engineering External Access";
req_access = null;
req_access_txt = "10;13"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bOX" = (
-/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
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bOY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/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"
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bPb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/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"
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPj" = (
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/main)
-"bPk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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"
- },
-/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/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"
- },
-/obj/item/device/radio/off,
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPq" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPr" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/main)
-"bPs" = (
-/turf/closed/wall/r_wall,
-/area/security/hos)
-"bPt" = (
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Head of Security's Office APC";
- pixel_y = 25
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bPu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/stack/rods,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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/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
- },
-/obj/machinery/camera{
- c_tag = "Quartermaster's Office";
- dir = 4
- },
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/quartermaster/qm)
-"bPx" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/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/black,
-/area/bridge)
-"bPz" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- 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"
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 1
- },
-/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
- },
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 1
- },
-/area/bridge)
-"bPC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/fireaxecabinet{
- pixel_y = 32
- },
-/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"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPF" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 4;
- name = "Bridge APC";
- pixel_x = 27
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 4
- },
-/area/bridge)
-"bPG" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = -32
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/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/plasteel/blue/side{
- dir = 10
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPI" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPJ" = (
-/obj/machinery/light,
-/obj/structure/sign/securearea{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPK" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/blue/side{
- dir = 6
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPL" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/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"
- },
-/turf/open/floor/plating,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bPO" = (
-/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/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"
- },
-/area/maintenance/starboard)
-"bPR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- 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
- },
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bPV" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched2"
- },
-/area/maintenance/starboard)
-"bPW" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bPX" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/starboard)
-"bPY" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
-"bPZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQa" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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"
- },
-/area/maintenance/starboard)
-"bQe" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/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,
-/area/engine/engineering)
-"bQh" = (
-/obj/machinery/door/airlock/engineering{
- name = "Telecommunications Transit Tube";
- req_access_txt = "61"
- },
-/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,
+"bRI" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
+ },
+/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)
-"bQj" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bQk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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/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"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bQn" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1480;
- name = "Confessional Intercom";
- pixel_x = -25
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bQo" = (
-/obj/machinery/door/morgue{
- name = "Confession Booth"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bQp" = (
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
-"bQq" = (
-/turf/open/floor/plasteel/chapel{
- 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
- },
-/area/chapel/main)
-"bQs" = (
-/obj/machinery/camera{
- c_tag = "Chapel North"
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/main)
-"bQt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
-"bQu" = (
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bQv" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bQw" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/chapel/main)
-"bQx" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_x = 28
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway South";
- dir = 8
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bQy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- 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
- },
-/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/closed/wall,
-/area/security/main)
-"bQD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Security Office APC";
- pixel_x = -26
- },
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/main)
-"bQE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bQF" = (
-/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,
-/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"
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bQM" = (
-/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/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{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Head of Security"
- },
-/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/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" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bQT" = (
-/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{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bQU" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/bridge)
-"bQV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/item/weapon/crowbar,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bQX" = (
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bQY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "teleporter";
- name = "warehouse shutters"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bQZ" = (
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/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
- },
-/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
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/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/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bRd" = (
-/obj/structure/grille,
-/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/security/checkpoint2{
- name = "Customs"
- })
-"bRf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Security Checkpoint APC";
- pixel_y = 25
- },
-/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
- },
-/obj/structure/cable{
- d1 = 1;
- 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
- },
-/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"
- },
-/area/maintenance/starboard)
-"bRj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/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/starboard)
-"bRl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/item/stack/tile/plasteel{
- pixel_x = -7;
+"bRJ" = (
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
pixel_y = -7
},
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/obj/item/weapon/crowbar,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bRm" = (
-/obj/effect/decal/cleanable/generic,
+/obj/effect/turf_decal/stripes/line{
+ 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/engine/engineering)
+"bRO" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bRn" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
},
-/obj/machinery/power/apc{
- cell_type = 5000;
- name = "Engineering Maintenance APC";
- pixel_y = -24
- },
-/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,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRP" = (
/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{
- 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,
-/area/engine/engineering)
-"bRu" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/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/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bRw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/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
- },
-/area/chapel/main)
-"bRF" = (
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bRG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/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
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bRI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/security/main)
-"bRJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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
- },
-/turf/closed/wall,
-/area/security/main)
-"bRL" = (
-/obj/structure/table,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/main)
-"bRM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bRN" = (
-/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/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"bRO" = (
-/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"
- },
-/area/maintenance/starboard)
-"bRP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
+/area/maintenance/aft)
"bRQ" = (
-/obj/structure/closet/bombcloset,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/decal/cleanable/robot_debris{
+ icon_state = "gib7"
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
+/turf/open/floor/plating,
+/area/maintenance/aft)
"bRR" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
+/obj/item/device/radio,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"bRS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"bRT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/machinery/field/generator,
/turf/open/floor/plating,
-/area/maintenance/starboard)
+/area/maintenance/aft)
"bRU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/machinery/power/emitter,
/turf/open/floor/plating,
-/area/maintenance/starboard)
+/area/maintenance/aft)
"bRV" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/carpet,
-/area/security/hos)
+/area/engine/engineering)
"bRW" = (
-/mob/living/simple_animal/hostile/retaliate/bat{
- desc = "It's a spider! Run for it!";
- icon_state = "guard";
- name = "Sergeant Araneus"
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/carpet,
-/area/security/hos)
+/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/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,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/security/hos)
+/turf/open/floor/plasteel,
+/area/engine/engineering)
"bRY" = (
-/turf/open/floor/carpet,
-/area/security/hos)
+/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/machinery/computer/security,
-/obj/machinery/newscaster/security_unit{
- pixel_x = 30
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/security/hos)
+/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/engine/engineering)
"bSa" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/toolbox/emergency,
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 8
+/obj/machinery/power/rad_collector{
+ anchored = 1
},
-/area/bridge)
+/obj/item/weapon/tank/internals/plasma,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
"bSb" = (
-/obj/structure/chair/comfy/black{
- dir = 4
+/obj/machinery/power/rad_collector{
+ anchored = 1
},
-/turf/open/floor/carpet,
-/area/bridge)
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
"bSc" = (
-/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)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
"bSd" = (
-/obj/structure/table/reinforced,
-/obj/item/device/radio/off,
-/turf/open/floor/carpet,
-/area/bridge)
+/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/table/reinforced,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/carpet,
-/area/bridge)
+/obj/structure/particle_accelerator/particle_emitter/left,
+/turf/open/floor/plating,
+/area/engine/engineering)
"bSf" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/carpet,
-/area/bridge)
+/obj/structure/particle_accelerator/particle_emitter/center,
+/turf/open/floor/plating,
+/area/engine/engineering)
"bSg" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/recharger,
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/carpet,
-/area/bridge)
+/obj/structure/particle_accelerator/particle_emitter/right,
+/turf/open/floor/plating,
+/area/engine/engineering)
"bSh" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/carpet,
-/area/bridge)
+/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/engine/engineering)
"bSi" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/black,
-/area/bridge)
+/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/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"
- },
-/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
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSn" = (
-/obj/structure/closet/crate,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSo" = (
-/obj/structure/chair/comfy/beige{
- 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/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bSr" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/red/side{
- 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/security/checkpoint2{
- name = "Customs"
- })
-"bSu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/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
- },
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bSw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/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;
- dir = 4;
- icon_state = "floorscorched1"
- },
-/area/maintenance/starboard)
-"bSz" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bSA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plating,
-/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"
- },
-/obj/structure/cable{
- 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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bSF" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/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)
-"bSG" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/stack/rods,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bSH" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bSI" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bSK" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1480;
- name = "Confessional Intercom";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bSL" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/main)
-"bSM" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
-"bSN" = (
-/turf/open/floor/carpet{
- icon_state = "carpetsymbol"
- },
-/area/chapel/main)
-"bSO" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bSP" = (
-/obj/structure/closet{
- name = "Evidence Closet"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSQ" = (
-/obj/structure/closet{
- name = "Evidence Closet"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSR" = (
-/obj/structure/closet{
- name = "Evidence Closet"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Brig Evidence Storage"
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/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/showroomfloor,
-/area/security/main)
-"bSV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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
- },
-/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
- },
-/area/security/main)
-"bTf" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bTg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/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"
- },
-/turf/open/floor/plasteel/black,
-/area/security/hos)
-"bTj" = (
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
- },
-/area/bridge)
-"bTk" = (
-/obj/structure/cable{
- 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/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{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bTq" = (
-/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)
-"bTr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Teleport Access";
- req_access_txt = "17"
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTt" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTu" = (
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/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
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTx" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/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"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bTB" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/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
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/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" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/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,
-/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"
- },
-/area/maintenance/starboard)
-"bTI" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bTJ" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/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"
- },
-/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bTN" = (
-/obj/structure/transit_tube/station{
- dir = 1
- },
-/obj/structure/transit_tube_pod{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bTO" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bTP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/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
- },
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bTT" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bTU" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/smes,
-/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"
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/portsolar)
-"bTW" = (
-/obj/structure/cable{
- 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"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bTY" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
- },
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Chapel Maintenance APC";
- pixel_y = -25
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/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/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bUa" = (
-/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/showroomfloor,
-/area/security/main)
-"bUi" = (
-/turf/closed/wall,
-/area/security/prison)
-"bUj" = (
-/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/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
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUn" = (
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/item/weapon/storage/secure/safe/HoS{
- pixel_x = 8;
- pixel_y = -27
- },
-/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
- },
-/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/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bUq" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/camera{
- c_tag = "Bridge West";
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 5
- },
-/area/bridge)
-"bUr" = (
-/turf/open/floor/plasteel/darkred/corner{
- dir = 1
- },
-/area/bridge)
-"bUs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bUt" = (
-/obj/structure/chair/comfy/black{
- 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/bridge)
-"bUz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUA" = (
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table,
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/shieldwallgen,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUE" = (
-/obj/machinery/shieldwallgen,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/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/item/weapon/pen,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/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/plasteel/red/side{
- dir = 4
- },
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bUJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bUK" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/area/maintenance/starboard)
-"bUL" = (
-/obj/effect/decal/cleanable/egg_smudge{
- icon_state = "smashed_egg2"
- },
-/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{
- 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"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"bUS" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/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
- },
-/turf/open/space,
-/area/space)
-"bUU" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating/airless,
-/area/maintenance/portsolar)
-"bUV" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/maintenance/portsolar)
-"bUW" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/maintenance/portsolar)
-"bUX" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/space,
-/area/maintenance/portsolar)
-"bUY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access = null;
- req_access_txt = "10; 13"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bUZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVa" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVc" = (
-/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/portsolar)
-"bVd" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVe" = (
-/obj/structure/disposalpipe/segment,
-/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{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bVf" = (
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/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/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
- },
-/area/security/prison)
-"bVn" = (
-/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/closet/secure_closet/brig{
- anchored = 1
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/prison)
-"bVr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet/brig{
- anchored = 1
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/prison)
-"bVs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 4
- },
-/area/bridge)
-"bVz" = (
-/obj/structure/chair{
- dir = 8;
- name = "Security Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bVA" = (
-/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
- },
-/area/crew_quarters/heads)
-"bVF" = (
-/obj/item/weapon/hand_tele,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bVG" = (
-/obj/structure/chair/stool,
-/obj/machinery/power/apc{
- name = "Teleporter APC";
- pixel_y = -25
- },
-/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
- },
-/obj/machinery/camera{
- c_tag = "Teleporter";
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/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
- },
-/obj/item/weapon/lighter{
- pixel_x = 4;
- pixel_y = 2
- },
-/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/closet,
-/obj/item/weapon/crowbar,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/red/side{
- dir = 10
- },
-/area/security/checkpoint2{
- name = "Customs"
- })
-"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"
- })
-"bVM" = (
-/obj/structure/closet/secure_closet/security,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
- },
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bVN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bVO" = (
-/obj/structure/disposalpipe/segment,
-/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
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/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/maintenance/starboard)
-"bVX" = (
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged3"
- },
-/area/maintenance/starboard)
-"bVY" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/turf/open/space,
-/area/space)
-"bVZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bWa" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/turf/open/space,
-/area/maintenance/portsolar)
-"bWb" = (
-/obj/structure/cable,
-/obj/machinery/power/solar_control{
- id = "aftport";
- name = "Aft Port Solar Control"
- },
-/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{
- 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
- },
-/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"
- })
-"bWf" = (
-/obj/structure/bodycontainer/crematorium,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bWg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/button/crematorium{
- pixel_x = 0;
- pixel_y = 25
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/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"
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bWi" = (
-/obj/structure/cable{
- d1 = 4;
- 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
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bWj" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- 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"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bWn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bWo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bWp" = (
-/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/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bWq" = (
-/obj/structure/chair/stool,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bWr" = (
-/obj/structure/chair/stool,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bWs" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bWt" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=1-Medbay1";
- location = "0-Escape"
- },
-/mob/living/simple_animal/bot/secbot/beepsky{
- desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey, and with a sturdier reinforced chassis, too. ";
- health = 45;
- name = "Officer Beepsky"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bWu" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/table,
-/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/white/side{
- dir = 8
- },
-/area/security/prison)
-"bWv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bWw" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/corner,
-/area/security/prison)
-"bWx" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- dir = 1;
- name = "Prison Monitor";
- network = list("Prison");
- pixel_y = -30
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/prison)
-"bWy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 8
- },
-/area/security/prison)
-"bWz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bWA" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- name = "Prison Wing APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel/red/corner,
-/area/security/prison)
-"bWB" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- dir = 1;
- name = "Prison Monitor";
- network = list("Prison");
- pixel_y = -30
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/prison)
-"bWC" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 8
- },
-/area/security/prison)
-"bWD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bWE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/security/prison)
-"bWF" = (
-/obj/machinery/door/airlock/external{
- name = "Security Escape Pod";
- req_access_txt = "63"
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bWG" = (
-/turf/open/floor/plating,
-/area/security/prison)
-"bWH" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/security/prison)
-"bWI" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/freezer,
-/area/security/hos)
-"bWJ" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Head of Security"
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/hos)
-"bWK" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/darkred/side{
- dir = 6
- },
-/area/bridge)
-"bWL" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- dir = 8
- },
-/area/bridge)
-"bWM" = (
-/obj/structure/chair{
- name = "Engineering Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bWN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkyellow/corner,
-/area/bridge)
-"bWO" = (
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 8
- },
-/area/bridge)
-"bWP" = (
-/turf/open/floor/plasteel/darkblue/corner,
-/area/bridge)
-"bWQ" = (
-/turf/open/floor/plasteel/darkgreen/corner{
- dir = 8
- },
-/area/bridge)
-"bWR" = (
-/obj/structure/chair{
- name = "Crew Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bWS" = (
-/turf/open/floor/plasteel/darkgreen/corner,
-/area/bridge)
-"bWT" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plasteel/darkbrown/side{
- dir = 10
- },
-/area/bridge)
-"bWU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bWV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bWW" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Lounge West";
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bWX" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bWY" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bWZ" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXa" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Lounge East";
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXb" = (
-/obj/machinery/door/airlock/security{
- name = "Security Checkpoint";
- req_access = null;
- req_access_txt = "1"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bXc" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/electronics/firealarm,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bXd" = (
-/obj/structure/closet/secure_closet/freezer/fridge{
- locked = 0
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged5"
- },
-/area/maintenance/starboard)
-"bXe" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- icon_state = "secure";
- locked = 0;
- req_access = null
- },
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched2"
- },
-/area/maintenance/starboard)
-"bXf" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/enzyme,
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/maintenance/starboard)
-"bXg" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
- },
-/area/maintenance/starboard)
-"bXh" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bXi" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bXj" = (
-/obj/machinery/light/small,
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bXk" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/barman_recipes,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bXl" = (
-/obj/machinery/vending/boozeomat{
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged5"
- },
-/area/maintenance/starboard)
-"bXm" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bXn" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bXo" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Chapel Crematorium";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bXp" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Chapel Office";
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Chapel";
- departmentType = 2;
- pixel_x = -32
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bXq" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/start{
- name = "Chaplain"
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bXr" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/engineering_guide,
-/obj/item/weapon/book/manual/engineering_particle_accelerator{
- pixel_y = 6
- },
-/obj/item/clothing/mask/gas,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bXs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bXt" = (
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
-"bXu" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
-"bXv" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/main)
-"bXw" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
-"bXx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bXy" = (
-/turf/closed/wall,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bXz" = (
-/turf/closed/wall/r_wall,
-/area/security/prison)
-"bXA" = (
-/obj/item/toy/beach_ball/holoball,
-/turf/open/floor/plating,
-/area/security/prison)
-"bXB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Cell 1";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bXC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/security/prison)
-"bXD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/security/prison)
-"bXE" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Cell 2";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bXF" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Cell 3";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bXG" = (
-/obj/machinery/camera{
- c_tag = "Security Escape Pod";
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bXH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bXI" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/darkyellow/side{
- dir = 5
- },
-/area/bridge)
-"bXJ" = (
-/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/darkyellow/side{
- dir = 1
- },
-/area/bridge)
-"bXK" = (
-/obj/machinery/computer/monitor,
-/obj/machinery/light,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/darkyellow/side{
- dir = 9
- },
-/area/bridge)
-"bXL" = (
-/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/darkblue/side{
- dir = 8
- },
-/area/bridge)
-"bXM" = (
-/obj/structure/chair{
- name = "Command Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bXN" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/bridge)
-"bXO" = (
-/obj/machinery/computer/card,
-/obj/machinery/light,
-/turf/open/floor/plasteel/darkgreen/side{
- dir = 9
- },
-/area/bridge)
-"bXP" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/darkgreen/side{
- dir = 1
- },
-/area/bridge)
-"bXQ" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/darkgreen/side{
- dir = 5
- },
-/area/bridge)
-"bXR" = (
-/turf/closed/wall/r_wall,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 9
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXU" = (
-/turf/open/floor/plasteel/arrival{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXV" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = 27
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/arrival{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXW" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/arrival{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXX" = (
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXY" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bXZ" = (
-/turf/open/floor/plasteel/arrival{
- dir = 5
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bYa" = (
-/obj/item/weapon/shard,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bYb" = (
-/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"
- },
-/area/maintenance/starboard)
-"bYc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bYd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bYe" = (
-/obj/structure/bodycontainer/morgue,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bYf" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bYg" = (
-/obj/structure/closet/wardrobe/chaplain_black,
-/obj/item/device/radio/intercom{
- pixel_x = -27
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bYh" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bYi" = (
-/obj/item/device/flashlight/lamp{
- pixel_y = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bYj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "Chapel Office APC";
- pixel_x = 27
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bYk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/chapel/office)
-"bYl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bYm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/chapel,
-/area/medical/virology)
-"bYn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- name = "Chapel APC";
- pixel_y = -24
- },
-/obj/structure/cable,
-/obj/machinery/light,
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bYo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bYp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bYq" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bYr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/flasher{
- id = "PCell 1";
- pixel_x = -28
- },
-/obj/structure/table,
-/obj/item/weapon/pen,
-/obj/item/weapon/paper,
-/turf/open/floor/plating,
-/area/security/prison)
-"bYs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Cell 1";
- network = list("SS13","Prison")
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/flasher{
- id = "PCell 2";
- pixel_x = -28
- },
-/obj/structure/table,
-/obj/item/weapon/pen,
-/obj/item/weapon/paper,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYv" = (
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bYw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Cell 2";
- network = list("SS13","Prison")
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/flasher{
- id = "PCell 3";
- pixel_x = -28
- },
-/obj/structure/table,
-/obj/item/weapon/pen,
-/obj/item/weapon/paper,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYy" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Cell 3";
- network = list("SS13","Prison")
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bYA" = (
-/obj/machinery/door/airlock/external{
- name = "Security External Airlock";
- req_access_txt = "63; 13"
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bYB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/bridge)
-"bYC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/status_display{
- layer = 4
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bYD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bYE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bYF" = (
-/obj/structure/table/reinforced,
-/obj/item/device/aicard,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 9
- },
-/area/bridge)
-"bYG" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 1
- },
-/area/bridge)
-"bYH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "bridge blast";
- name = "Bridge Blast Door Control";
- pixel_x = 0;
- pixel_y = -2;
- req_access_txt = "19"
- },
-/obj/machinery/keycard_auth{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 5
- },
-/area/bridge)
-"bYI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bYJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bYK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/status_display{
- layer = 4
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bYL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/bridge)
-"bYM" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bYN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bYO" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bYP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bYQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/bridge)
-"bYR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bYS" = (
-/obj/item/stack/sheet/cardboard,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bYT" = (
-/obj/structure/table/reinforced,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/folder/red,
-/obj/machinery/door/window/southleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Reception Desk";
- req_access_txt = "63"
- },
-/obj/machinery/door/window/brigdoor{
- dir = 4;
- name = "Armory Desk";
- req_access_txt = "3"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bYU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bYV" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Warden"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bYW" = (
-/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/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bYX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/ash,
-/obj/item/weapon/screwdriver,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bYY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bYZ" = (
-/obj/item/stack/rods,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bZa" = (
-/obj/item/weapon/stock_parts/capacitor,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bZb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/decal/cleanable/robot_debris,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bZc" = (
-/obj/structure/transit_tube{
- icon_state = "N-S-Pass"
- },
-/turf/open/space,
-/area/space)
-"bZd" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- name = "Crematorium Maintenance";
- req_access_txt = "27"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/chapel/office)
-"bZe" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/chapel/office)
-"bZf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/main)
-"bZg" = (
-/turf/closed/wall,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZh" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZi" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Chapel"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZj" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Chapel"
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZk" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/glass{
- name = "Departure Lounge"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZl" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Departure Lounge"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZm" = (
-/obj/structure/toilet{
- pixel_y = 8
- },
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
-"bZn" = (
-/obj/structure/chair/stool,
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- name = "Prison Intercom (General)";
- pixel_y = -28;
- prison_radio = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bZo" = (
-/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)
-"bZp" = (
-/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/bed,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bZq" = (
-/obj/structure/bed,
-/obj/machinery/button/door{
- id = "permabolt2";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bZr" = (
-/obj/structure/chair/stool,
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- name = "Prison Intercom (General)";
- pixel_y = -28;
- prison_radio = 1
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bZs" = (
-/obj/structure/bed,
-/obj/machinery/button/door{
- id = "permabolt3";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bZt" = (
-/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/security/prison)
-"bZu" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bZv" = (
-/turf/closed/wall,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZw" = (
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZx" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZy" = (
-/obj/machinery/light,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZz" = (
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZA" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZB" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZC" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZD" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZE" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZF" = (
-/obj/machinery/light,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Entry Hall APC";
- pixel_y = -25
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZG" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bZI" = (
-/obj/structure/sign/securearea,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZL" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Gateway Maintenance";
- req_access_txt = "62"
- },
-/turf/open/floor/plating,
-/area/gateway)
-"bZN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZO" = (
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bZQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bZR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bZS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bZT" = (
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bZU" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Chapel Maintenance";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/chapel/main)
-"bZV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bZW" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/escape{
- dir = 9
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZX" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/escape{
- dir = 1
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/escape{
- dir = 1
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bZZ" = (
-/turf/open/floor/plasteel/escape{
- dir = 1
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"caa" = (
-/obj/machinery/camera{
- c_tag = "Escape North";
- dir = 2
- },
-/turf/open/floor/plasteel/escape{
- dir = 1
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cab" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cac" = (
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cad" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02"
- },
-/turf/open/floor/plasteel/escape{
- dir = 5
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cae" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restroom";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
-"caf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/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)
-"cag" = (
-/obj/machinery/door/poddoor/preopen{
- id = "permacell2";
- name = "cell blast door"
- },
-/obj/machinery/door/airlock/glass{
- id_tag = "permabolt2";
- name = "Cell 2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cah" = (
-/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)
-"cai" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 1
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_3)
-"caj" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 2;
- id = "pod3";
- name = "escape pod 3"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_3)
-"cak" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 1
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/pod_3)
-"cal" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cam" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"can" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cao" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cap" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- glass = 0;
- name = "Gateway";
- opacity = 1;
- req_access_txt = "62"
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"caq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light_switch{
- pixel_y = 27
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"car" = (
-/obj/structure/closet/l3closet/scientist,
-/obj/machinery/power/apc{
- dir = 1;
- name = "Gateway APC";
- pixel_y = 25
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/gateway)
-"cas" = (
-/obj/structure/sign/biohazard{
- pixel_y = 32
- },
-/obj/structure/closet/secure_closet/exile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Gateway"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/gateway)
-"cat" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"cau" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cav" = (
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"caw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cax" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cay" = (
-/obj/effect/decal/cleanable/dirt,
-/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/maintenance/port{
- name = "Chapel Maintenance"
- })
-"caz" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"caA" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"caB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"caC" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"caD" = (
-/obj/machinery/light,
-/obj/machinery/button/massdriver{
- id = "chapelgun";
- name = "Chapel Mass Driver";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/machinery/camera{
- c_tag = "Chapel South";
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"caE" = (
-/obj/machinery/newscaster{
- pixel_x = -28
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"caF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"caG" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"caH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"caI" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Escape APC";
- pixel_x = 25
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"caJ" = (
-/obj/machinery/shower{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
-"caK" = (
-/obj/machinery/door/window/westleft{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Unisex Showers";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
-"caL" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"caM" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"caN" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plating,
-/area/security/prison)
-"caO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/pod_3)
-"caP" = (
-/obj/structure/chair,
-/obj/item/device/radio/intercom{
- pixel_x = 27
- },
-/obj/item/weapon/storage/pod{
- pixel_x = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_3)
-"caQ" = (
-/obj/structure/sign/securearea{
- pixel_y = 32
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"caR" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"caS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"caT" = (
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"caU" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/arrival)
-"caV" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/arrival)
-"caW" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/arrival)
-"caX" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/arrival)
-"caY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/arrival)
-"caZ" = (
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cba" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cbb" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cbc" = (
-/obj/machinery/button/door{
- id = "stationawaygate";
- name = "Gateway Access Shutter Control";
- pixel_x = -25;
- pixel_y = 0;
- req_access_txt = "31"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbd" = (
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbg" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cbh" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/gateway)
-"cbi" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"cbj" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/gateway)
-"cbk" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable,
-/turf/open/space,
-/area/maintenance/portsolar)
-"cbl" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/closet/coffin,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cbm" = (
-/obj/structure/closet/coffin,
-/obj/machinery/door/window/eastleft{
- dir = 1;
- name = "Coffin Storage";
- req_access_txt = "22"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cbn" = (
-/obj/machinery/mass_driver{
- id = "chapelgun"
- },
-/obj/machinery/door/window{
- dir = 1;
- name = "Mass Driver";
- req_access_txt = "22"
- },
-/obj/item/device/gps,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/chapel/main)
-"cbo" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"cbp" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"cbq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbr" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbw" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32
- },
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cbx" = (
-/obj/machinery/shower{
- dir = 4
- },
-/obj/item/weapon/soap/nanotrasen,
-/obj/item/weapon/bikehorn/rubberducky,
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
-"cby" = (
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
-"cbz" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cbA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"cbB" = (
-/obj/structure/chair/comfy/brown{
- dir = 1;
- name = "command chair"
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/carpet,
-/area/bridge)
-"cbC" = (
-/obj/machinery/vending/sustenance,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cbD" = (
-/obj/structure/chair,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32
- },
-/obj/machinery/computer/shuttle/pod{
- pixel_x = -32;
- pixel_y = 0;
- possible_destinations = "pod_asteroid3";
- shuttleId = "pod3"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_3)
-"cbE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cbF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cbG" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cbH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3";
- dir = 2
- },
-/area/shuttle/arrival)
-"cbI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
-/area/shuttle/arrival)
-"cbJ" = (
-/obj/structure/window/reinforced,
-/obj/structure/shuttle/engine/heater{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/arrival)
-"cbK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4";
- dir = 2
- },
-/area/shuttle/arrival)
-"cbL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/arrival)
-"cbM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cbN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/turf/open/floor/plasteel/delivery,
-/area/gateway)
-"cbO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbQ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"cbR" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Gateway Chamber";
- req_access_txt = "62"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cbS" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"cbT" = (
-/obj/machinery/gateway/centerstation,
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cbU" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"cbV" = (
-/obj/structure/closet/coffin,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cbW" = (
-/obj/structure/closet/coffin,
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cbX" = (
-/turf/open/floor/plating/warnplate,
-/area/chapel/main)
-"cbY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/chapel/main)
-"cbZ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cca" = (
-/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/poppy,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"ccb" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccc" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccd" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/washing_machine,
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"cce" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"ccf" = (
-/obj/structure/table,
-/obj/item/device/plant_analyzer,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"ccg" = (
-/obj/structure/table,
-/obj/item/toy/cards/deck,
-/turf/open/floor/plating,
-/area/security/prison)
-"cch" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cci" = (
-/obj/item/seeds/ambrosia,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"ccj" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cck" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/pod_3)
-"ccl" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/pod_3)
-"ccm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/pod_3)
-"ccn" = (
-/obj/machinery/door/airlock/external{
- name = "Arrivals Docking Bay 1"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cco" = (
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ccp" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"ccq" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ccr" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/gateway)
-"ccs" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cct" = (
-/obj/machinery/gateway{
- dir = 10
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/gateway)
-"ccu" = (
-/obj/machinery/gateway,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"ccv" = (
-/obj/machinery/gateway{
- dir = 6
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/gateway)
-"ccw" = (
-/obj/machinery/door/poddoor{
- id = "chapelgun";
- name = "Chapel Launcher Door"
- },
-/turf/open/floor/plating,
-/area/chapel/main)
-"ccx" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccy" = (
-/turf/open/floor/plasteel{
- icon_state = "L1"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccz" = (
-/turf/open/floor/plasteel{
- icon_state = "L3"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccA" = (
-/turf/open/floor/plasteel{
- icon_state = "L5"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccB" = (
-/turf/open/floor/plasteel{
- icon_state = "L7"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccC" = (
-/turf/open/floor/plasteel{
- icon_state = "L9"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccD" = (
-/turf/open/floor/plasteel{
- icon_state = "L11"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccE" = (
-/turf/open/floor/plasteel{
- icon_state = "L13"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccF" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccH" = (
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccI" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ccJ" = (
-/obj/structure/table,
-/obj/structure/bedsheetbin,
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"ccK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"ccL" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/mob/living/simple_animal/pet/cat{
- desc = "Security's infamous cat. Probably insane.";
- name = "Jerry"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"ccM" = (
-/obj/structure/table,
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/open/floor/plating,
-/area/security/prison)
-"ccN" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"ccO" = (
-/obj/docking_port/stationary/random{
- dir = 2;
- id = "pod_asteroid3";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"ccP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ccQ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/arrival)
-"ccR" = (
-/obj/structure/chair,
-/obj/effect/landmark{
- name = "JoinLate"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ccS" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ccT" = (
-/obj/item/weapon/paper/pamphlet,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/gateway)
-"ccU" = (
-/obj/machinery/recharger,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -28
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/gateway)
-"ccV" = (
-/obj/structure/sign/biohazard{
- pixel_y = -32
- },
-/obj/item/weapon/storage/firstaid/regular,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/gateway)
-"ccW" = (
-/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,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/gateway)
-"ccX" = (
-/obj/machinery/light,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"ccY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"ccZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cda" = (
-/turf/open/floor/plasteel{
- icon_state = "L2"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdb" = (
-/turf/open/floor/plasteel{
- icon_state = "L4"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdc" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel{
- icon_state = "L6"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdd" = (
-/turf/open/floor/plasteel{
- icon_state = "L8"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cde" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel{
- icon_state = "L10"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdf" = (
-/turf/open/floor/plasteel{
- icon_state = "L12"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdg" = (
-/turf/open/floor/plasteel{
- icon_state = "L14"
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdh" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- dir = 2;
- name = "Station Intercom (General)";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdi" = (
-/obj/machinery/washing_machine,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"cdj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"cdk" = (
-/obj/structure/bookcase,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cdl" = (
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdn" = (
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdo" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/arrival)
-"cdq" = (
-/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cdr" = (
-/obj/machinery/requests_console{
- department = "Arrival shuttle";
- pixel_x = 30
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cds" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdu" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdv" = (
-/obj/structure/transit_tube{
- icon_state = "N-SE"
- },
-/obj/structure/window/reinforced,
-/turf/open/space,
-/area/space)
-"cdw" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"cdx" = (
-/obj/structure/window/reinforced,
-/turf/open/space,
-/area/space)
-"cdy" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
-/obj/structure/window/reinforced,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"cdz" = (
-/obj/structure/transit_tube{
- icon_state = "N-SW"
- },
-/obj/structure/window/reinforced,
-/turf/open/space,
-/area/space)
-"cdA" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdB" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Holding Area";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdC" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdD" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cdE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cdF" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/hydroponics/soil,
-/turf/open/floor/grass,
-/area/security/prison)
-"cdG" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/grass,
-/turf/open/floor/grass,
-/area/security/prison)
-"cdH" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cdI" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/weapon/cultivator,
-/turf/open/floor/grass,
-/area/security/prison)
-"cdJ" = (
-/obj/structure/sign/securearea{
- pixel_y = 32
- },
-/turf/closed/wall/r_wall,
-/area/security/prison)
-"cdK" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Bay 1 West";
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdL" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"cdM" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cdN" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdO" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Bay 2"
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdP" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdQ" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cdR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cdS" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cdT" = (
-/obj/structure/transit_tube/station,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cdU" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cdV" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cdW" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdX" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cdY" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"cdZ" = (
-/obj/item/weapon/reagent_containers/glass/bucket,
-/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/floorgrime,
-/area/security/prison)
-"cea" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"ceb" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cec" = (
-/obj/item/weapon/cultivator,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"ced" = (
-/obj/item/seeds/potato,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cee" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cef" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"ceg" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cei" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cej" = (
-/obj/structure/closet/wardrobe/black,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cek" = (
-/obj/effect/landmark{
- name = "Observer-Start"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cel" = (
-/obj/item/device/radio/beacon,
-/obj/machinery/camera{
- c_tag = "Arrivals Bay 1 East";
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cem" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cen" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cep" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceq" = (
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cer" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ces" = (
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cet" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ceu" = (
-/obj/machinery/camera{
- c_tag = "Escape South";
- dir = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cev" = (
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cew" = (
-/obj/machinery/biogenerator,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cex" = (
-/obj/machinery/seed_extractor,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"cey" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"cez" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = -32
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/glowshroom,
-/obj/machinery/camera{
- c_tag = "Prison Common Room";
- dir = 1;
- network = list("SS13","Prison")
- },
-/turf/open/floor/grass,
-/area/security/prison)
-"ceA" = (
-/obj/machinery/hydroponics/soil,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/grass,
-/area/security/prison)
-"ceB" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"ceC" = (
-/obj/machinery/newscaster{
- pixel_y = -32
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/carrot,
-/turf/open/floor/grass,
-/area/security/prison)
-"ceD" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceE" = (
-/obj/structure/closet/wardrobe/green,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ceF" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ceG" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceH" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceI" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA"
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceJ" = (
-/obj/machinery/door/airlock/external{
- name = "Arrivals Docking Bay 2";
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceK" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceO" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceP" = (
-/obj/machinery/door/airlock/external{
- name = "Security Escape Airlock";
- req_access_txt = "2"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ceQ" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ceR" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Airlock"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"ceS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/security/prison)
-"ceT" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceU" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ceV" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceW" = (
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ceX" = (
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"ceZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Telecommunications Satellite";
- req_access_txt = "61"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfd" = (
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cfe" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/obj/docking_port/mobile{
- dir = 8;
- dwidth = 5;
- height = 7;
- id = "arrival";
- name = "arrival shuttle";
- travelDir = -90;
- width = 15
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 5;
- height = 7;
- id = "arrival_home";
- name = "port bay 1";
- width = 15
- },
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"cff" = (
-/obj/structure/closet/emcloset,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 22
- },
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfg" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Telecoms Monitoring APC";
- pixel_y = 25
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfh" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Telecoms Admin";
- departmentType = 5;
- name = "Telecoms RC";
- pixel_y = 28
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfi" = (
-/obj/machinery/camera{
- c_tag = "Telecoms Monitoring";
- network = list("SS13","Tcomms")
- },
-/obj/machinery/light_switch{
- pixel_y = 25
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfk" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfl" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- dir = 8;
- freerange = 1;
- name = "Station Intercom (Telecoms)";
- pixel_y = 22
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/announcement_system,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 4
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfn" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cfo" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/transport)
-"cfp" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"cfq" = (
-/obj/machinery/door/airlock/shuttle,
-/obj/docking_port/mobile{
- dir = 2;
- dwidth = 2;
- height = 12;
- id = "ferry";
- name = "ferry shuttle";
- roundstart_move = "ferry_away";
- travelDir = 180;
- width = 5
- },
-/obj/docking_port/stationary{
- dir = 2;
- 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)
-"cfr" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/transport)
-"cfs" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cft" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfw" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/warning,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfx" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Control Room";
- req_access_txt = "19; 61"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfz" = (
-/obj/structure/chair/office/dark,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"cfC" = (
-/obj/structure/sign/pods,
-/turf/closed/wall,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cfD" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Pod One"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cfE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/arrival)
-"cfF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/arrival)
-"cfG" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cfH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/arrival)
-"cfI" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Pod Two"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cfJ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/transport)
-"cfK" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cfL" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cfM" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cfN" = (
-/obj/item/device/radio/off,
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfO" = (
-/obj/machinery/computer/telecomms/monitor{
- network = "tcommsat"
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfP" = (
-/obj/item/device/multitool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/turf/open/floor/plasteel/yellow/side{
- dir = 6
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfR" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Server Room";
- req_access_txt = "61"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfS" = (
-/obj/machinery/computer/telecomms/server{
- network = "tcommsat"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfT" = (
-/obj/machinery/computer/message_monitor,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfU" = (
-/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/pen/blue,
-/turf/open/floor/plasteel/yellow/side{
- dir = 6
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cfV" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/escape)
-"cfW" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12"
- },
-/area/shuttle/escape)
-"cfX" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock"
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"cfY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/escape)
-"cfZ" = (
-/turf/closed/wall/shuttle,
-/area/shuttle/escape)
-"cga" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"cgb" = (
-/obj/docking_port/mobile/emergency{
- name = "Box emergency shuttle";
- dir = 2
- },
-/obj/docking_port/stationary{
- dir = 2;
- dwidth = 14;
- height = 25;
- id = "emergency_home";
- name = "emergency evac bay";
- width = 32
- },
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock"
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"cgc" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock";
- req_access_txt = "2"
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"cgd" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4"
- },
-/area/shuttle/escape)
-"cge" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/escape)
-"cgf" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cgg" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Arrivals Escape Pod 1"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cgh" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/arrival)
-"cgi" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cgj" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"cgk" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Escape Pod 2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cgl" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cgm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/tcommsat/computer{
- name = "\improper Telecoms Control Room"
- })
-"cgn" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/escape)
-"cgo" = (
-/obj/structure/closet,
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"cgp" = (
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"cgq" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3"
- },
-/area/shuttle/escape)
-"cgr" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"cgs" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"cgt" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"cgu" = (
-/obj/machinery/button/flasher{
- id = "shuttle_flasher";
- pixel_x = -6;
- pixel_y = 24
- },
-/obj/machinery/flasher{
- id = "shuttle_flasher";
- pixel_x = 6;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"cgv" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"cgw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7"
- },
-/area/shuttle/escape)
-"cgx" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 1
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_1)
-"cgy" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 2;
- id = "pod1";
- name = "escape pod 1";
- travelDir = 180
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_1)
-"cgz" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 1
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/pod_1)
-"cgA" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion{
- dir = 1
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_2)
-"cgB" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 2;
- id = "pod2";
- name = "escape pod 2";
- travelDir = 180
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_2)
-"cgC" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 1
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/pod_2)
-"cgD" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"cgE" = (
-/turf/closed/wall/r_wall,
-/area/tcommsat/server)
-"cgF" = (
-/obj/machinery/telecomms/bus/preset_three,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cgG" = (
-/obj/machinery/telecomms/receiver/preset_left,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cgH" = (
-/obj/machinery/telecomms/processor/preset_three,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cgI" = (
-/obj/machinery/telecomms/processor/preset_one,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cgJ" = (
-/obj/machinery/telecomms/receiver/preset_right,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cgK" = (
-/obj/machinery/telecomms/bus/preset_one,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cgL" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"cgM" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"cgN" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/escape)
-"cgO" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"cgP" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 28;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"cgQ" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"cgR" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"cgS" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"cgT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f11"
- },
-/area/shuttle/escape)
-"cgU" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/pod_1)
-"cgV" = (
-/obj/item/device/radio/intercom{
- pixel_x = 25
- },
-/obj/structure/chair,
-/obj/item/weapon/storage/pod{
- pixel_x = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_1)
-"cgW" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"cgX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/pod_2)
-"cgY" = (
-/obj/item/device/radio/intercom{
- pixel_x = 25
- },
-/obj/structure/chair,
-/obj/item/weapon/storage/pod{
- pixel_x = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_2)
-"cgZ" = (
-/obj/machinery/airalarm/server{
- dir = 4;
- pixel_x = -22;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cha" = (
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"che" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chf" = (
-/obj/machinery/airalarm/server{
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chg" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"chh" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Cargo"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chi" = (
-/obj/structure/window/reinforced,
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"chj" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28;
- pixel_y = 0
- },
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chk" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chl" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"chm" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32
- },
-/obj/structure/chair,
-/obj/machinery/computer/shuttle/pod{
- pixel_x = -32;
- possible_destinations = "pod_asteroid1";
- shuttleId = "pod1"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_1)
-"chn" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA"
- },
-/turf/closed/wall/r_wall,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cho" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32
- },
-/obj/structure/chair,
-/obj/machinery/computer/shuttle/pod{
- pixel_x = -32;
- possible_destinations = "pod_asteroid2";
- shuttleId = "pod2"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_2)
-"chp" = (
-/obj/machinery/telecomms/server/presets/security,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chq" = (
-/obj/item/weapon/stock_parts/subspace/transmitter,
-/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/structure/table,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chr" = (
-/obj/machinery/telecomms/server/presets/command,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cht" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chv" = (
-/obj/machinery/telecomms/server/presets/medical,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chw" = (
-/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,
-/obj/structure/table,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chx" = (
-/obj/machinery/telecomms/server/presets/science,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chy" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30
- },
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"chz" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"chA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
-/area/shuttle/escape)
-"chB" = (
-/obj/machinery/door/airlock/glass{
- name = "Emergency Shuttle Brig";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chC" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"chD" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chE" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/pod_1)
-"chG" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/pod_1)
-"chH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/pod_1)
-"chI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/pod_2)
-"chJ" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/pod_2)
-"chK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/pod_2)
-"chL" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chN" = (
-/obj/machinery/telecomms/hub/preset,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chP" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chQ" = (
-/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"chR" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"chS" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"chT" = (
-/obj/machinery/flasher{
- id = "cockpit_flasher";
- pixel_x = 24;
- pixel_y = -6
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"chU" = (
-/obj/machinery/button/flasher{
- id = "cockpit_flasher";
- pixel_x = -24;
- pixel_y = -6
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chV" = (
-/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"chW" = (
-/obj/docking_port/stationary/random{
- dir = 2;
- id = "pod_asteroid1";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"chX" = (
-/obj/docking_port/stationary/random{
- dir = 2;
- id = "pod_asteroid2";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"chY" = (
-/obj/machinery/telecomms/processor/preset_four,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"chZ" = (
-/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/structure/table,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cia" = (
-/obj/machinery/telecomms/bus/preset_four,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cib" = (
-/obj/machinery/power/terminal,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cic" = (
-/obj/machinery/telecomms/bus/preset_two,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cid" = (
-/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,
-/obj/structure/table,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cie" = (
-/obj/machinery/telecomms/processor/preset_two,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cif" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_sw";
- name = "southwest of station";
- width = 18
- },
-/turf/open/space,
-/area/space)
-"cig" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"cih" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"cii" = (
-/obj/machinery/door/airlock/glass{
- name = "Emergency Shuttle Cockpit";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"cij" = (
-/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cik" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cil" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cim" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/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/server)
-"cin" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cio" = (
-/obj/machinery/door/airlock/glass{
- name = "Emergency Shuttle Infirmary"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"cip" = (
-/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/escape)
-"ciq" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"cir" = (
-/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)
-"cis" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cit" = (
-/obj/machinery/telecomms/server/presets/engineering,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciu" = (
-/obj/machinery/telecomms/broadcaster/preset_left,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"civ" = (
-/obj/machinery/telecomms/server/presets/common,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"cix" = (
-/turf/closed/wall,
-/area/tcommsat/server)
-"ciy" = (
-/obj/machinery/telecomms/server/presets/supply,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciz" = (
-/obj/machinery/telecomms/broadcaster/preset_right,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciA" = (
-/obj/machinery/telecomms/server/presets/service,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciB" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"ciC" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"ciD" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f12"
- },
-/area/shuttle/escape)
-"ciE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/escape)
-"ciF" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/transport)
-"ciG" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
-/area/shuttle/transport)
-"ciH" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
- },
-/area/shuttle/transport)
-"ciI" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/transport)
-"ciJ" = (
-/obj/machinery/message_server,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciK" = (
-/obj/machinery/camera{
- c_tag = "Telecoms Server Room";
- dir = 1;
- network = list("SS13","Tcomms")
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciM" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "Telecoms Server APC";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciO" = (
-/obj/machinery/blackbox_recorder,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"ciP" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/escape)
-"ciQ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1"
- },
-/area/shuttle/escape)
-"ciR" = (
-/obj/machinery/sleeper{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"ciS" = (
-/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 = 0;
- pixel_y = -30
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"ciT" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"ciU" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"ciV" = (
-/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)
-"ciW" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ciX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"ciY" = (
/obj/docking_port/stationary{
dheight = 9;
dir = 2;
@@ -56189,11 +48267,818 @@
height = 24;
id = "syndicate_se";
name = "southeast of station";
+ turf_type = /turf/open/space;
width = 18
},
/turf/open/space,
/area/space)
-"ciZ" = (
+"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
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/engine/engineering)
+"bSq" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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 = "2-8";
+ tag = ""
+ },
+/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
+ },
+/area/engine/engineering)
+"bSu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/turf/open/floor/plating,
+/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,
+/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 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSB" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/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/airless,
+/area/engine/engineering)
+"bSI" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/engine/engineering)
+"bSL" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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 = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSO" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/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/plating/airless,
+/area/engine/engineering)
+"bSQ" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/space)
+"bSR" = (
+/obj/machinery/light/small{
+ 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
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSS" = (
+/obj/structure/grille,
+/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/airless,
+/area/engine/engineering)
+"bST" = (
+/obj/machinery/power/emitter{
+ anchored = 1;
+ dir = 4;
+ state = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSU" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/engineering)
+"bSV" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSW" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bSX" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/engineering)
+"bSY" = (
+/obj/machinery/power/emitter{
+ anchored = 1;
+ dir = 8;
+ state = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSZ" = (
+/obj/structure/grille,
+/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/plating/airless,
+/area/engine/engineering)
+"bTa" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bTb" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTc" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/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/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTe" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/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/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTh" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTk" = (
+/turf/closed/mineral,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTl" = (
+/turf/closed/wall,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTm" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'BOMB RANGE";
+ name = "BOMB RANGE"
+ },
+/turf/closed/indestructible{
+ desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease";
+ icon_state = "riveted";
+ name = "hyper-reinforced wall"
+ },
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTn" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"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/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTq" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/space/nearstation)
+"bTr" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/space/nearstation)
+"bTs" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/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
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTu" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTv" = (
+/obj/machinery/the_singularitygen,
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/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
+ },
+/area/space/nearstation)
+"bTy" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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"
+ })
+"bTA" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/space/nearstation)
+"bTB" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/space/nearstation)
+"bTC" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/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"
+ },
+/turf/open/floor/plating/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTF" = (
+/obj/item/device/flashlight/lantern{
+ on = 1
+ },
+/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/airless,
+/area/engine/engineering)
+"bTH" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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/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")
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTL" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTM" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTN" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/obj/machinery/light,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTO" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/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")
+ },
+/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 = "Bomb Testing Asteroid"
+ })
+"bTT" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer)
+"bTU" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space)
+"bTV" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/space,
+/area/space)
+"bTW" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Telecommunications External Access";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bTX" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bTY" = (
+/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/tcommsat/computer)
+"bTZ" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUa" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Telecommunications External Access";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer)
+"bUc" = (
/obj/docking_port/stationary{
dheight = 9;
dir = 2;
@@ -56201,237 +49086,261 @@
height = 24;
id = "syndicate_s";
name = "south of station";
+ turf_type = /turf/open/space;
width = 18
},
/turf/open/space,
/area/space)
-"cja" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"cjb" = (
-/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
- },
-/turf/open/floor/plasteel/bot,
-/area/storage/primary)
-"cjc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"cjd" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"bUd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/storage/primary)
-"cje" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
+/area/tcommsat/computer)
+"bUe" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"cjf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
+/area/tcommsat/computer)
+"bUf" = (
+/obj/machinery/light/small{
dir = 1
},
-/area/security/main)
-"cjg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUg" = (
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUi" = (
+/turf/closed/wall,
+/area/tcommsat/computer)
+"bUj" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Waste Out";
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUk" = (
+/obj/machinery/atmospherics/components/unary/tank/air,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUl" = (
+/obj/structure/grille,
+/obj/structure/lattice,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"bUm" = (
+/obj/structure/transit_tube/station/reverse/flipped{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"cjh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance";
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
+/area/tcommsat/computer)
+"bUn" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- freq = 1400;
- location = "Science"
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cji" = (
-/obj/structure/sign/securearea{
- pixel_y = 32
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUq" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Telecommunications Maintenance";
+ req_access_txt = "61"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUs" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Air Out";
+ on = 1
},
-/area/maintenance/starboard)
-"cjj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/structure/disposalpipe/segment{
+/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"cjk" = (
+/area/tcommsat/computer)
+"bUt" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/tcommsat/computer)
+"bUu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/closed/wall,
+/area/tcommsat/computer)
+"bUx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/obj/item/weapon/wrench,
+/obj/item/stack/cable_coil,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/obj/machinery/power/port_gen/pacman,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUz" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Telecommunications Chamber";
+ req_access_txt = "61"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer)
+"bUB" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/radio,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/tcommsat/computer)
+"bUC" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Telecoms Admin";
+ departmentType = 5;
+ name = "Telecoms RC";
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/tcommsat/computer)
+"bUD" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/tcommsat/computer)
+"bUE" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"cjl" = (
-/obj/machinery/light{
- dir = 1
+ icon_state = "2-4";
+ tag = ""
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_y = 27
- },
-/obj/structure/closet/secure_closet/hos,
-/turf/open/floor/carpet,
-/area/security/hos)
-"cjm" = (
-/obj/structure/chair,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/carpet,
-/area/bridge)
-"cjn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = 26
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms Monitoring";
+ dir = 2;
+ network = list("SS13","Telecoms")
},
-/turf/open/floor/carpet,
-/area/bridge)
-"cjo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"cjp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/chair{
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/obj/effect/landmark/start{
- name = "Security Officer"
+/area/tcommsat/computer)
+"bUF" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Control Room";
+ req_access_txt = "19; 61"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"cjq" = (
/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/plasteel/yellow/side{
+ dir = 1
+ },
+/area/tcommsat/computer)
+"bUG" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Telecoms Monitoring APC";
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
@@ -56439,651 +49348,4097 @@
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/tcommsat/computer)
+"bUH" = (
+/obj/machinery/announcement_system,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"bUI" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ 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/yellow/side{
+ dir = 8;
+ tag = ""
+ },
+/area/tcommsat/computer)
+"bUJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"cjr" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/yellow/corner,
+/area/tcommsat/computer)
+"bUK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/tcommsat/computer)
+"bUL" = (
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply,
+/turf/open/floor/plasteel/yellow/side,
+/area/tcommsat/computer)
+"bUM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUN" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/tcommsat/computer)
+"bUO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/tcommsat/computer)
+"bUP" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5;
+ tag = "every single paper bin is edited to this"
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/tcommsat/computer)
+"bUQ" = (
+/obj/machinery/computer/telecomms/monitor{
+ network = "tcommsat"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/tcommsat/computer)
+"bUR" = (
+/obj/machinery/door/airlock/glass_engineering{
+ cyclelinkeddir = 2;
+ name = "Server Room";
+ req_access_txt = "61"
+ },
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"bUS" = (
+/obj/machinery/computer/telecomms/server{
+ network = "tcommsat"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/tcommsat/computer)
+"bUT" = (
+/obj/machinery/computer/message_monitor,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/tcommsat/computer)
+"bUU" = (
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"bUV" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bUW" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bUX" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/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/server)
+"bUY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUZ" = (
+/obj/machinery/door/airlock/glass_engineering{
+ cyclelinkeddir = 1;
+ name = "Server Room";
+ req_access_txt = "61"
},
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/obj/structure/chair{
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"bVa" = (
+/obj/machinery/blackbox_recorder,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVb" = (
+/obj/machinery/message_server,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVc" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ layer = 4;
+ name = "Telecoms Server APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/black,
+/area/tcommsat/server)
+"bVd" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
dir = 1
},
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"cjs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"cjt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/landmark{
- name = "secequipment"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/main)
-"cju" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/landmark{
- name = "secequipment"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/main)
-"cjv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Head of Security";
- req_access_txt = "58"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plasteel/black,
-/area/security/hos)
-"cjw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cjx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cjy" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cjz" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/carpet,
-/area/security/hos)
-"cjA" = (
-/obj/machinery/suit_storage_unit/hos,
+/area/tcommsat/server)
+"bVe" = (
/turf/open/floor/plasteel/black,
-/area/security/hos)
-"cjB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/tcommsat/server)
+"bVf" = (
+/obj/machinery/telecomms/bus/preset_three,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/tcommsat/server)
+"bVg" = (
+/obj/machinery/telecomms/receiver/preset_left,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
},
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cjC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/tcommsat/server)
+"bVh" = (
+/obj/machinery/telecomms/processor/preset_three,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
},
-/obj/machinery/door/airlock{
- name = "Crematorium";
- req_access_txt = "27"
+/area/tcommsat/server)
+"bVi" = (
+/obj/machinery/telecomms/processor/preset_one,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/tcommsat/server)
+"bVj" = (
+/obj/machinery/telecomms/receiver/preset_right,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
},
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cjD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/tcommsat/server)
+"bVk" = (
+/obj/machinery/telecomms/bus/preset_one,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
},
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
+/area/tcommsat/server)
+"bVl" = (
+/obj/machinery/camera{
+ active_power_usage = 0;
+ c_tag = "Bomb Testing Asteroid Aft";
+ 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.";
+ dir = 1;
+ invuln = 1;
+ luminosity = 3;
+ name = "Hardened Bomb-Test Camera";
+ network = list("Toxins");
+ use_power = 0
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
})
-"cjE" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cjF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cjG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/bot,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cjH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cjI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"cjJ" = (
-/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"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"cjK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/weldingtool,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"cjL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/displaycase/captain,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"cjM" = (
+"bVm" = (
/obj/machinery/light{
dir = 8
},
-/obj/structure/sign/directions/evac{
+/turf/open/floor/plasteel/darkred/side,
+/area/tcommsat/server)
+"bVn" = (
+/turf/open/floor/plasteel/darkpurple/side,
+/area/tcommsat/server)
+"bVo" = (
+/turf/open/floor/plasteel/darkgreen/side,
+/area/tcommsat/server)
+"bVp" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/darkgreen/side,
+/area/tcommsat/server)
+"bVq" = (
+/turf/closed/indestructible{
+ desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease";
+ icon_state = "riveted";
+ name = "hyper-reinforced wall"
+ },
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bVr" = (
+/obj/machinery/telecomms/server/presets/security,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVs" = (
+/obj/machinery/telecomms/server/presets/science,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVt" = (
+/obj/machinery/telecomms/hub/preset,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVu" = (
+/obj/machinery/telecomms/server/presets/common,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVv" = (
+/obj/machinery/telecomms/server/presets/service,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVw" = (
+/obj/machinery/telecomms/server/presets/medical,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVx" = (
+/obj/machinery/telecomms/server/presets/command,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVy" = (
+/obj/machinery/power/terminal,
+/obj/machinery/ntnet_relay,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVz" = (
+/obj/machinery/telecomms/server/presets/supply,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVA" = (
+/obj/machinery/telecomms/server/presets/engineering,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVB" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/tcommsat/server)
+"bVC" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/tcommsat/server)
+"bVD" = (
+/turf/open/floor/plasteel/darkyellow/side{
+ dir = 1
+ },
+/area/tcommsat/server)
+"bVE" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ dir = 1
+ },
+/area/tcommsat/server)
+"bVF" = (
+/obj/machinery/telecomms/processor/preset_four,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVG" = (
+/obj/machinery/telecomms/broadcaster/preset_left,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVH" = (
+/obj/machinery/telecomms/bus/preset_four,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVI" = (
+/obj/machinery/telecomms/bus/preset_two,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVJ" = (
+/obj/machinery/telecomms/broadcaster/preset_right,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVK" = (
+/obj/machinery/telecomms/processor/preset_two,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVL" = (
+/obj/structure/table,
+/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/tcommsat/server)
+"bVM" = (
+/obj/structure/table,
+/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,
+/turf/open/floor/plasteel/black,
+/area/tcommsat/server)
+"bVN" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/subspace/filter,
+/obj/item/weapon/stock_parts/subspace/filter,
+/obj/item/weapon/stock_parts/subspace/transmitter,
+/obj/item/weapon/stock_parts/subspace/transmitter,
+/turf/open/floor/plasteel/black,
+/area/tcommsat/server)
+"bVO" = (
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms Server Room";
+ dir = 1;
+ network = list("SS13","Telecoms")
+ },
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bVP" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/subspace/treatment,
+/obj/item/weapon/stock_parts/subspace/treatment,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/weapon/stock_parts/manipulator,
+/turf/open/floor/plasteel/black,
+/area/tcommsat/server)
+"bVQ" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/item/weapon/stock_parts/micro_laser,
+/turf/open/floor/plasteel/black,
+/area/tcommsat/server)
+"bVR" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/scanning_module,
+/obj/item/weapon/stock_parts/scanning_module,
+/turf/open/floor/plasteel/black,
+/area/tcommsat/server)
+"bVS" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat External Port";
dir = 8;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = -8;
- tag = "icon-direction_evac (WEST)"
+ network = list("MiniSat")
},
-/obj/structure/sign/directions/medical{
- dir = 1;
- icon_state = "direction_med";
- pixel_x = -32;
- pixel_y = 8;
- tag = "icon-direction_med (NORTH)"
+/turf/open/space,
+/area/space)
+"bVT" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/glass_command{
+ name = "AI Core";
+ req_access_txt = "65"
},
-/obj/structure/sign/directions/security{
- dir = 1;
- icon_state = "direction_sec";
- pixel_x = -32;
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
+"bVU" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat External Starboard";
+ dir = 4;
+ network = list("MiniSat")
+ },
+/turf/open/space,
+/area/space)
+"bVV" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"bVW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
+"bVX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/wreck/ai)
+"bVY" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"bVZ" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Entrance";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/turf/open/space,
+/area/space)
+"bWa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bWb" = (
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"bWc" = (
+/obj/structure/closet/bombcloset,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"bWd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/barsign,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"bWe" = (
+/turf/closed/wall/r_wall,
+/area/security/hos)
+"bWf" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplate (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/maintenance/fsmaint)
+"bWg" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"bWh" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"bWi" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"bWj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/blue/corner{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"cjN" = (
-/obj/structure/sign/directions/engineering{
- dir = 1;
- icon_state = "direction_eng";
- pixel_x = 32;
- tag = "icon-direction_eng (NORTH)"
- },
-/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,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"cjO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
+/turf/open/floor/plating{
+ tag = "icon-warnplate (WEST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/maintenance/fsmaint)
+"bWk" = (
+/obj/machinery/door/airlock/glass{
+ name = "space-bridge access"
+ },
+/obj/machinery/button/door{
+ id = "supplybridge";
+ name = "Space Bridge Control";
pixel_x = 0;
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"cjP" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/engineering_hacking{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/book/manual/wiki/engineering_construction,
-/obj/item/clothing/mask/gas,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cjQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"cjR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ pixel_y = 27;
+ req_access_txt = "0"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"cjS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"cjT" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/carpet,
-/area/security/hos)
-"cjU" = (
-/obj/structure/cable{
- 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/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plating{
+ tag = "icon-warnplate (WEST)"
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"cjV" = (
-/turf/open/floor/plasteel/vault{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/chapel/main)
-"cjW" = (
+/area/maintenance/fsmaint)
+"bWl" = (
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = -22;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/darkred/side,
+/area/security/hos)
+"bWm" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -27
},
-/turf/open/floor/plasteel/bot,
-/area/gateway)
-"cjX" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Bridge";
- departmentType = 5;
- name = "Bridge RC";
- pixel_x = 30
- },
-/obj/machinery/computer/cargo/request,
-/turf/open/floor/plasteel/darkbrown/side{
+/turf/open/floor/plasteel/red/side{
dir = 8
},
-/area/bridge)
-"cjY" = (
-/obj/structure/cable,
+/area/security/main)
+"bWn" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ icon_state = "1-8"
},
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"bWo" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/closed/wall,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"bWp" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"bWq" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/fsmaint)
+"bWr" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fore)
+"bWs" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
pixel_y = 0
},
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"cjZ" = (
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 6
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/area/engine/engineering)
-"cka" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"ckb" = (
+/area/maintenance/fsmaint)
+"bWt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"bWu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line,
+/area/crew_quarters/sleep)
+"bWv" = (
+/obj/machinery/computer/shuttle/monastery_shuttle,
+/obj/structure/sign/pods{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/sleep)
+"bWw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"bWx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"bWy" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
+"bWz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bWA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"bWB" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"bWC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"bWD" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bWE" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"bWF" = (
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"bWG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"bWH" = (
+/obj/machinery/porta_turret/ai{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkblue,
+/area/ai_monitored/turret_protected/ai_upload)
+"bWI" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"bWJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/fore)
+"bWK" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bWL" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"bWM" = (
+/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/apmaint)
+"bWN" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bWO" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bWP" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bWQ" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bWR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/hallway/primary/central)
+"bWS" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"bWT" = (
+/obj/machinery/camera{
+ c_tag = "Dormitory Toilets";
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"bWU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/obj/structure/cable{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bWV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bWW" = (
+/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/hallway/primary/central)
+"bWX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bWY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bWZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bXa" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bXb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bXc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bXd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bXe" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"bXf" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"bXg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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)
+"bXh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"bXi" = (
+/obj/structure/closet/coffin,
+/obj/item/toy/figure/ian,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bXj" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"bXk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bXl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bXm" = (
+/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/teleporter)
+"bXn" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Cargo Hold";
+ req_access_txt = "0"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"bXo" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bXp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/directions/evac{
+ dir = 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)
+"bXq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"bXr" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"bXs" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"bXt" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"bXu" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"bXv" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bXw" = (
+/obj/structure/closet,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/obj/item/weapon/canvas/nineteenXnineteen,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bXx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bXy" = (
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bXz" = (
+/turf/closed/wall/r_wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"bXA" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"bXB" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bXC" = (
+/obj/structure/window/reinforced,
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"bXD" = (
+/obj/item/device/flashlight/lantern,
+/obj/structure/window/reinforced,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"bXE" = (
+/obj/structure/grille/broken,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bXF" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/hydroponics)
+"bXG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/hydroponics)
+"bXH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bXI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"bXJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"bXK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bXL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"bXM" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hydroponics)
+"bXN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bXO" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/weapon/reagent_containers/glass/rag,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"bXP" = (
+/obj/machinery/computer/slot_machine,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"bXQ" = (
+/obj/machinery/computer/slot_machine,
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"bXR" = (
+/obj/machinery/computer/arcade,
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"bXS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ 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"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bXT" = (
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bXU" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"bXV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bXW" = (
+/obj/structure/table/wood/fancy,
+/obj/item/toy/cards/deck,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"bXX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "jangarage";
+ name = "Custodial Closet Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/janitor)
+"bXY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/monkeycube,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bXZ" = (
+/obj/machinery/newscaster{
+ pixel_y = 1
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"bYa" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"bYb" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"bYc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Bar"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"bYd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"bYe" = (
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"bYf" = (
+/obj/item/chair,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"bYg" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/hydroponics)
+"bYh" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/hydroponics)
+"bYi" = (
+/obj/machinery/door/airlock/glass{
+ name = "Kitchen";
+ req_access_txt = "25;28"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/kitchen)
+"bYj" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"bYk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Bar"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"bYl" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"bYm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bYn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"bYo" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"bYp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bYq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bYr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bYs" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bYt" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bYu" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side,
+/area/hydroponics)
+"bYv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"bYw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"bYx" = (
+/obj/structure/frame/machine,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bYy" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bYz" = (
+/obj/machinery/atmospherics/components/unary/tank/air,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bYA" = (
+/turf/closed/wall,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bYB" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/purple/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bYC" = (
+/obj/structure/table,
+/obj/item/trash/plate,
+/obj/item/weapon/storage/fancy/rollingpapers,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bYD" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bYE" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bYF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-14";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bYG" = (
+/obj/structure/chair,
+/obj/item/clothing/head/bowler,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bYH" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = 27
+ },
+/obj/structure/chair,
+/obj/item/clothing/mask/cigarette,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bYI" = (
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bYJ" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bYK" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/assembly/chargebay)
+"bYL" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "arrivy";
+ name = "ship shutters"
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"bYM" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bYN" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "JoinLate"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bYO" = (
+/obj/item/trash/tray,
+/obj/item/weapon/reagent_containers/food/snacks/badrecipe,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bYP" = (
+/obj/structure/closet/radiation,
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bYQ" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bYR" = (
+/obj/item/chair,
+/obj/item/trash/popcorn,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"bYS" = (
+/obj/structure/chair,
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/apmaint)
+"bYT" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -29
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bYU" = (
+/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)
+"bYV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/carpet,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bYW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bYX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bYY" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bYZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bZa" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/assembly/chargebay)
+"bZb" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bZc" = (
+/obj/structure/table,
+/obj/item/trash/plate,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/apmaint)
+"bZd" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"bZe" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Lounge APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bZf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/hallway/primary/central)
+"bZg" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bZh" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bZi" = (
+/turf/open/floor/plasteel/blue/side,
+/area/hallway/primary/central)
+"bZj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-10";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/purple/side,
+/area/hallway/primary/central)
+"bZk" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bZl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bZm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZn" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bZo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bZp" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bZq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bZr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZt" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bZv" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZw" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
+/area/assembly/robotics)
+"bZx" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/assembly/robotics)
+"bZy" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-17"
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZA" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/medical/genetics)
+"bZB" = (
+/obj/machinery/smartfridge/chemistry,
+/turf/open/floor/plasteel/black,
+/area/medical/chemistry)
+"bZC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"bZD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ tag = "icon-yellowcorner (EAST)";
+ icon_state = "yellowcorner";
+ dir = 4
+ },
+/area/hallway/primary/aft)
+"bZE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"bZF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bZG" = (
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
+ },
+/area/assembly/robotics)
+"bZH" = (
/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/plating,
+/area/maintenance/aft)
+"bZI" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/landmark/event_spawn,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"ckc" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"ckd" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"cke" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ckf" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"ckg" = (
-/obj/machinery/porta_turret/syndicate{
+"bZJ" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bZK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/indestructible/opshuttle,
-/area/shuttle/syndicate)
-"ckh" = (
-/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bZM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bZN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bZO" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bZP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bZQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-20";
+ layer = 4.1;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZT" = (
+/obj/structure/chair/comfy{
+ tag = "icon-comfychair (EAST)";
+ icon_state = "comfychair";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZU" = (
+/obj/structure/chair/comfy{
+ tag = "icon-comfychair (WEST)";
+ icon_state = "comfychair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZV" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZW" = (
+/obj/item/weapon/folder/white,
+/obj/item/clothing/gloves/color/latex,
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bZX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bZY" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bZZ" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"caa" = (
+/obj/structure/grille/broken,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"cab" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cac" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/obj/machinery/meter,
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cad" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air Out";
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cae" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"caf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cag" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cah" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cai" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"caj" = (
+/obj/docking_port/stationary{
+ dwidth = 2;
+ height = 6;
+ id = "monastery_shuttle_asteroid";
+ name = "monastery";
+ width = 5
+ },
+/turf/open/space,
+/area/space)
+"cak" = (
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cal" = (
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cam" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"can" = (
+/turf/closed/wall/r_wall,
+/area/space)
+"cao" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"cap" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/dock)
+"caq" = (
+/obj/machinery/door/airlock/external{
+ name = "Pod Docking Bay"
+ },
+/turf/open/floor/plating,
+/area/chapel/dock)
+"car" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 2
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cas" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/maintenance/aft)
+"cat" = (
+/turf/open/floor/plating,
+/area/chapel/dock)
+"cau" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/chapel/dock)
+"cav" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/chapel/dock)
+"caw" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"cax" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/maintenance/aft)
+"cay" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/structure/sign/deathsposal,
+/turf/open/floor/plating,
+/area/medical/virology)
+"caz" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"caA" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"caB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/closed/wall,
+/area/chapel/dock)
+"caC" = (
+/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 = 0;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/chapel/dock)
+"caD" = (
+/obj/machinery/computer/shuttle/monastery_shuttle,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/dock)
+"caE" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 2
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/dock)
+"caF" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"caG" = (
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
+ },
+/obj/effect/decal/cleanable/robot_debris/old,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"caH" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/maintenance/aft)
+"caI" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
+"caJ" = (
+/turf/closed/wall/r_wall,
+/area/chapel/dock)
+"caK" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
pixel_x = -22
},
-/obj/item/weapon/storage/crayons{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/food/snacks/pie/cream{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/redblue,
-/area/space)
-"cki" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"ckj" = (
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"ckk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/black,
+/area/chapel/dock)
+"caL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
+/turf/open/floor/plasteel/black,
+/area/chapel/dock)
+"caM" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/turf/open/floor/plasteel/black,
+/area/chapel/dock)
+"caN" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Monastery Docking Bay APC";
+ pixel_x = 24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/dock)
+"caO" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
+"caP" = (
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"caQ" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"caR" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"caS" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"caT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"caU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/obj/machinery/light/small,
+/obj/machinery/camera{
+ c_tag = "Monastery Dock";
+ dir = 1;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/chapel/dock)
+"caV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/dock)
+"caW" = (
+/turf/open/floor/plasteel/black,
+/area/chapel/dock)
+"caX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 27
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/chapel/dock)
+"caY" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Pure to Mix";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"caZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"cba" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"cbb" = (
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbc" = (
+/turf/closed/wall,
+/area/chapel/dock)
+"cbd" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault,
+/area/chapel/dock)
+"cbe" = (
+/turf/open/floor/plasteel/vault,
+/area/chapel/dock)
+"cbf" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/maintenance/aft)
+"cbg" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
+/area/maintenance/aft)
+"cbh" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/maintenance/aft)
+"cbi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cbj" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbk" = (
+/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbl" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel";
+ opacity = 1
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/dock)
+"cbm" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel";
+ opacity = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/dock)
+"cbn" = (
+/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
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cbo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"cbp" = (
+/turf/closed/wall,
+/area/atmos)
+"cbq" = (
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Dock Port";
+ dir = 4;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbr" = (
+/obj/structure/flora/ausbushes/leafybush,
+/obj/structure/flora/ausbushes/reedbush,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbs" = (
+/obj/item/device/flashlight/lantern{
+ on = 1
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/asteroid{
+ icon_plating = "asteroid"
+ },
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbu" = (
+/turf/open/floor/plasteel/asteroid{
+ icon_plating = "asteroid"
+ },
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbv" = (
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Dock Staboard";
+ dir = 8;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbw" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner,
+/area/engine/gravity_generator)
+"cbx" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/gravity_generator)
+"cby" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"cbz" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"cbA" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"cbB" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"cbC" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/storage/tech)
+"cbD" = (
+/obj/structure/flora/ausbushes,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbE" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cbF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ckl" = (
-/obj/structure/window/reinforced,
-/obj/machinery/shower{
+/area/maintenance/aft)
+"cbG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cbH" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbI" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"cbJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
+"cbK" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/item/weapon/soap,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"ckm" = (
-/obj/machinery/door/window{
- base_state = "left";
- dir = 2;
- icon_state = "right";
- name = "Private Shower";
- req_access_txt = "0"
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cbL" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"ckn" = (
-/obj/structure/sink{
+/area/engine/gravity_generator)
+"cbM" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"cbN" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
+"cbO" = (
+/obj/structure/sign/directions/engineering{
+ tag = "icon-direction_eng (EAST)";
+ icon_state = "direction_eng";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"cbP" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"cbQ" = (
+/obj/item/clothing/head/welding,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"cbR" = (
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cbS" = (
+/obj/structure/lattice,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/space,
+/area/space)
+"cbT" = (
+/obj/structure/lattice,
+/obj/structure/disposalpipe/segment{
dir = 8;
- pixel_x = -12;
- pixel_y = 2
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cko" = (
+/turf/open/space,
+/area/space/nearstation)
+"cbU" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"cbV" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/aft)
+"cbW" = (
+/obj/structure/window/reinforced,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"cbX" = (
+/obj/structure/disposaloutlet,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cbY" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"cbZ" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"cca" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"ccb" = (
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ccc" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"ccd" = (
+/obj/structure/flora/ausbushes/leafybush,
+/obj/structure/flora/ausbushes/reedbush,
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Primary Entrance";
+ dir = 1;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cce" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ccf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plating,
+/area/atmos)
+"ccg" = (
+/obj/structure/flora/ausbushes,
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Port Fore";
+ dir = 1;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cch" = (
+/turf/closed/wall,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cci" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel";
+ opacity = 1
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccj" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel";
+ opacity = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cck" = (
+/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 = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ccl" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space/nearstation)
+"ccm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Engineering";
+ departmentType = 4;
+ name = "Engineering RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ccn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"ckp" = (
-/obj/structure/toilet{
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cco" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"ckq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Private Restroom";
- req_access_txt = "56"
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"ccp" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
+ node1_concentration = 0.8;
+ node2_concentration = 0.2;
+ on = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"ckr" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"ccq" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ccr" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"cks" = (
+"ccs" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cct" = (
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccu" = (
+/obj/item/device/radio/beacon,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccv" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4
+ },
+/turf/open/floor/plating,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ccw" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ccx" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8
+ },
+/turf/open/floor/plating,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ccy" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ccz" = (
+/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)
+"ccA" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ccB" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/aft)
+"ccC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 5;
+ initialize_directions = 12
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"ccD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4;
+ initialize_directions = 12
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"ccE" = (
+/obj/machinery/atmospherics/pipe/simple/green/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ccF" = (
+/obj/machinery/atmospherics/pipe/simple/green/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ccG" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccH" = (
+/obj/machinery/door/morgue{
+ name = "Confession Booth"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccI" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccJ" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccK" = (
+/obj/structure/chair,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccL" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space/nearstation)
+"ccM" = (
+/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/maintenance/aft)
+"ccN" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccO" = (
+/obj/structure/chair,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccP" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccR" = (
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccS" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccT" = (
+/obj/structure/chair,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ccU" = (
+/mob/living/simple_animal/butterfly,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"ccV" = (
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Port";
+ dir = 1;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ccW" = (
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ccX" = (
+/turf/closed/wall,
+/area/chapel/office)
+"ccY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ccZ" = (
+/turf/closed/wall,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cda" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdb" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdc" = (
+/obj/machinery/holopad,
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdd" = (
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cde" = (
+/obj/structure/chair,
+/obj/machinery/camera{
+ c_tag = "Chapel";
+ dir = 8;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdf" = (
+/obj/structure/flora/ausbushes/pointybush,
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Starboard";
+ dir = 1;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cdg" = (
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cdh" = (
+/obj/structure/closet{
+ name = "chaplain closet"
+ },
+/obj/item/clothing/under/rank/chaplain,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/weapon/storage/backpack/cultpack,
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/item/clothing/suit/nun,
+/obj/item/clothing/head/nun_hood,
+/obj/item/clothing/suit/holidaypriest,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/requests_console{
+ department = "Chapel";
+ departmentType = 2;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdi" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1;
+ pixel_y = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Office";
+ dir = 2;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdk" = (
+/obj/machinery/door/morgue{
+ name = "Confession Booth"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdl" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdm" = (
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdn" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/book/bible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdo" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/trophy{
+ pixel_y = 8
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdp" = (
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdq" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdr" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Access";
+ opacity = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cds" = (
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cdt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/office)
+"cdu" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdv" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdw" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater{
+ name = "flask of holy water";
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/weapon/nullrod,
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdx" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdy" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdz" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Port Access";
+ dir = 2;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdA" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Access";
+ opacity = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdD" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdE" = (
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"ckt" = (
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
})
-"cku" = (
-/obj/item/weapon/twohanded/required/kirbyplants,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"ckv" = (
-/obj/structure/disposalpipe/segment,
+"cdF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdG" = (
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdH" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chape Access";
+ opacity = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdI" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdJ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Starboard Access";
+ dir = 2;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdL" = (
+/obj/structure/chair,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cdM" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdN" = (
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdO" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/carpet,
+/area/chapel/office)
+"cdP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdQ" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Office";
+ opacity = 1;
+ req_access_txt = "22"
+ },
+/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/black,
+/area/chapel/office)
+"cdR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdS" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cdT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-08";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdU" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdX" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-08";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cdZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cea" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceb" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cec" = (
+/obj/structure/table,
+/obj/item/trash/plate,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"ced" = (
+/obj/machinery/field/generator,
+/obj/machinery/camera{
+ c_tag = "Engineering Secure Storage";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cee" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Chapel Office APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cef" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ceg" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ceh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/chapel/office)
+"cei" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Access";
+ opacity = 1
+ },
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -57091,17 +53446,1621 @@
pixel_y = 0
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cej" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"ckw" = (
-/obj/structure/window,
+"cek" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cel" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Access";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cem" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cen" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/photo_album,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceo" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cep" = (
+/obj/structure/bodycontainer/crematorium{
+ id = "foo"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ceq" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Crematorium";
+ dir = 2;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cer" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Crematorium";
+ opacity = 1;
+ req_access = "27"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ces" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cet" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ceu" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cev" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cew" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cex" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cey" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Monastery APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cez" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceE" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceF" = (
/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ceG" = (
+/obj/machinery/button/crematorium{
+ id = "foo";
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"ceH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/chapel/office)
+"ceI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/office)
+"ceJ" = (
+/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/chapel/main{
+ name = "Monastery"
})
+"ceK" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceO" = (
+/obj/machinery/light/small{
+ 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/chapel/main{
+ name = "Monastery"
+ })
+"ceP" = (
+/obj/machinery/chem_master/condimaster,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceQ" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceR" = (
+/obj/machinery/biogenerator,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceS" = (
+/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/chapel/main{
+ name = "Monastery"
+ })
+"ceT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceU" = (
+/turf/closed/wall,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"ceV" = (
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"ceW" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4
+ },
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceX" = (
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceY" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8
+ },
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"ceZ" = (
+/turf/open/floor/plasteel/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cfa" = (
+/obj/structure/flora/ausbushes/fernybush,
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Starboard Aft";
+ dir = 1;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cfb" = (
+/obj/structure/flora/ausbushes,
+/turf/open/floor/plasteel/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cfc" = (
+/turf/closed/mineral,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cfd" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Monastery External APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/asteroid{
+ icon_plating = "asteroid"
+ },
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cfe" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cff" = (
+/obj/item/seeds/wheat,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfg" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfh" = (
+/obj/item/weapon/storage/bag/plants,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfj" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/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/chapel/main{
+ name = "Monastery"
+ })
+"cfk" = (
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfl" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfm" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfn" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/machinery/camera{
+ c_tag = "Monastery Garden";
+ dir = 2;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfo" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/carrot,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfp" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/watermelon/holy,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/asteroid{
+ icon_plating = "asteroid"
+ },
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cfr" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfs" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cft" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfv" = (
+/obj/machinery/vending/hydronutrients,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfw" = (
+/obj/item/weapon/shovel/spade,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfx" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfy" = (
+/obj/structure/flora/ausbushes/genericbush,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Garden APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfz" = (
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfA" = (
+/obj/item/weapon/cultivator,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfB" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/sugarcane,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfC" = (
+/obj/structure/closet/cabinet,
+/obj/item/clothing/suit/holidaypriest,
+/obj/item/clothing/suit/nun,
+/obj/item/clothing/head/nun_hood,
+/obj/machinery/button/door{
+ id = "Cell1";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfD" = (
+/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
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfE" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfF" = (
+/obj/structure/toilet{
+ pixel_y = 8
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfG" = (
+/obj/machinery/camera{
+ c_tag = "Monastery Kitchen";
+ dir = 4;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfH" = (
+/obj/machinery/vending/dinnerware,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfI" = (
+/obj/item/clothing/suit/apron/chef,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfK" = (
+/obj/machinery/door/airlock{
+ name = "Kitchen"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfL" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock{
+ name = "Garden"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfP" = (
+/obj/structure/sink/puddle,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfQ" = (
+/obj/structure/flora/ausbushes/sunnybush,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfR" = (
+/obj/machinery/door/airlock{
+ name = "Garden"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cfS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfU" = (
+/obj/machinery/door/airlock{
+ id_tag = "Cell1";
+ name = "Cell 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfW" = (
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfY" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cfZ" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cga" = (
+/obj/item/chair/stool,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/aft)
+"cgb" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"cgc" = (
+/obj/structure/flora/ausbushes/leafybush,
+/obj/machinery/camera{
+ c_tag = "Monastery Asteroid Port Aft";
+ dir = 8;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cgd" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cge" = (
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgg" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgh" = (
+/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/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgi" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/wheat,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cgj" = (
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cgk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgm" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/device/instrument/violin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgn" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgo" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/green,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgp" = (
+/obj/machinery/shower{
+ dir = 8;
+ pixel_y = -4
+ },
+/obj/item/weapon/soap/homemade,
+/turf/open/floor/plasteel/showroomfloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgq" = (
+/turf/closed/mineral{
+ baseturf = /turf/open/floor/plating/asteroid
+ },
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cgr" = (
+/obj/structure/flora/ausbushes/leafybush,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plating/asteroid,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"cgs" = (
+/obj/item/weapon/phone,
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgt" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgu" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill,
+/obj/item/weapon/storage/box/ingredients/wildcard{
+ layer = 3.1
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgv" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/flour,
+/obj/item/weapon/kitchen/rollingpin,
+/obj/item/weapon/kitchen/knife,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgw" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgx" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel/hydrofloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgy" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Monastery Kitchen Entrance";
+ dir = 4;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgz" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/grass,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cgA" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/apple,
+/obj/machinery/light/small,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cgB" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cgC" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/machinery/light/small,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Monastery Garden"
+ })
+"cgD" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Monastery Cells";
+ dir = 8;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgE" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
+"cgF" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ tag = "icon-propulsion (NORTH)";
+ icon_state = "propulsion";
+ dir = 1
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
+"cgG" = (
+/obj/machinery/door/airlock/glass{
+ name = "Shuttle Airlock"
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/abandoned)
+"cgH" = (
+/obj/structure/closet/cabinet,
+/obj/item/clothing/suit/holidaypriest,
+/obj/item/clothing/suit/nun,
+/obj/item/clothing/head/nun_hood,
+/obj/machinery/button/door{
+ id = "Cell2";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgI" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgJ" = (
+/obj/structure/toilet{
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgK" = (
+/turf/open/floor/plasteel/black,
+/area/shuttle/abandoned)
+"cgL" = (
+/turf/open/floor/plasteel,
+/area/shuttle/abandoned)
+"cgM" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgN" = (
+/obj/structure/closet/coffin,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgO" = (
+/obj/structure/closet/coffin,
+/obj/machinery/camera{
+ c_tag = "Monastery Funeral Parlor";
+ dir = 2;
+ network = list("SS13","Monastery")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgP" = (
+/obj/structure/closet/coffin,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgR" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Garden";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgU" = (
+/obj/machinery/door/airlock{
+ id_tag = "Cell2";
+ name = "Cell 2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgV" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgW" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgX" = (
+/obj/machinery/door/window/eastleft{
+ dir = 1;
+ name = "Coffin Storage";
+ req_one_access_txt = "22"
+ },
+/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/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgY" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cgZ" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"cha" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chb" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chd" = (
+/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/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"che" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chf" = (
+/obj/machinery/light/small,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chg" = (
+/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/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chh" = (
+/obj/machinery/light/small,
+/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/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chj" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"chk" = (
+/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint)
+"chl" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint)
+"chm" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"chn" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"cho" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"chp" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"chq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"chr" = (
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plating,
+/area/maintenance/aft)
(1,1,1) = {"
aaa
@@ -65124,16 +63083,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aar
+aas
+aas
+aas
+aas
+aec
+aas
+aas
+aas
+aaY
aaa
aaa
aaa
@@ -65375,22 +63334,22 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aar
+aas
+aas
+aas
+aas
+aas
+aas
+acV
+adn
+acV
+acW
+aed
+aeE
+aeX
+afa
+afv
aaa
aaa
aaa
@@ -65632,6 +63591,22 @@ aaa
aaa
aaa
aaa
+aas
+abv
+abv
+abv
+abv
+abv
+aas
+acW
+acW
+acW
+acW
+aee
+acW
+aeY
+afa
+afw
aaa
aaa
aaa
@@ -65656,27 +63631,11 @@ aaa
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
aaa
aaa
aaa
@@ -65889,6 +63848,22 @@ aaa
aaa
aaa
aaa
+aas
+aax
+aax
+aax
+aax
+aax
+aas
+acX
+acW
+acW
+acW
+aef
+aeF
+aeZ
+afa
+afx
aaa
aaa
aaa
@@ -65913,27 +63888,11 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aad
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aac
aaa
aaa
aaa
@@ -66139,6 +64098,29 @@ aaa
aaa
aaa
aaa
+aar
+aas
+aas
+aas
+aaY
+aaa
+aaa
+aas
+aax
+abF
+aax
+aax
+aax
+aas
+acY
+acW
+acW
+acW
+aeg
+aas
+aas
+aas
+afM
aaa
aaa
aaa
@@ -66163,34 +64145,11 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-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
+axF
+aad
+aad
aaa
aaa
aaa
@@ -66396,7 +64355,26 @@ aaa
aaa
aaa
aaa
+aas
+aaw
+aaH
+aaS
+aas
+abb
aaa
+aas
+abw
+abG
+abR
+aax
+aax
+aas
+acZ
+acW
+acW
+acW
+aeh
+aas
aaa
aaa
aaa
@@ -66415,8 +64393,29 @@ aaa
aaa
aaa
aaa
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
aaa
+axG
aaa
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
aaa
aaa
aaa
@@ -66497,51 +64496,11 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cgE
+aaQ
+cgG
+aaQ
+cgE
aaa
aaa
aaa
@@ -66653,6 +64612,28 @@ aaa
aaa
aaa
aaa
+aat
+aax
+aax
+aax
+aas
+aas
+aas
+aas
+aas
+aas
+aas
+acf
+acv
+aas
+aas
+ado
+ads
+adI
+aas
+aas
+aas
+aaY
aaa
aaa
aaa
@@ -66669,6 +64650,7 @@ aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
@@ -66679,6 +64661,7 @@ aaa
aaa
aaa
aaa
+axG
aaa
aaa
aaa
@@ -66689,6 +64672,7 @@ aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
@@ -66768,38 +64752,13 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cgE
+cgE
+cgK
+cgL
+cgK
+cgE
+cgE
aaa
aaa
aaa
@@ -66910,6 +64869,28 @@ aaa
aaa
aaa
aaa
+aat
+aay
+aax
+aax
+aas
+abc
+aax
+aax
+aax
+aax
+abS
+aax
+aax
+acI
+aax
+aax
+aax
+aax
+aax
+abS
+afa
+afv
aaa
aaa
aaa
@@ -66926,10 +64907,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+axH
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+aac
aaa
aaa
aaa
@@ -67008,56 +65008,15 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cgE
+cgE
+cgK
+cgK
+cgL
+cgK
+cgK
+cgE
+cgE
aaa
aaa
aaa
@@ -67167,6 +65126,28 @@ aaa
aaa
aaa
aaa
+aat
+aaz
+aaI
+aax
+aaZ
+aax
+aax
+aax
+aax
+aax
+abT
+aax
+aax
+aax
+aax
+aax
+aax
+aax
+aax
+aeG
+afa
+afw
aaa
aaa
aaa
@@ -67183,6 +65164,29 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aoT
+apI
+apI
+apI
+apI
+apI
+apI
+apI
+aws
+axI
+ayV
+azV
+azV
+azV
+azV
+azV
+azV
+azV
+aFN
+aad
+aac
aaa
aaa
aaa
@@ -67261,60 +65265,15 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cgF
+cgK
+cgK
+ajC
+aHi
+aYY
+cgK
+cgK
+bDQ
aaa
aaa
aaa
@@ -67424,6 +65383,28 @@ aaa
aaa
aaa
aaa
+aat
+aaA
+aax
+aaT
+aas
+abd
+abg
+abg
+abg
+abg
+abS
+aax
+aax
+aax
+aax
+aax
+aax
+aax
+aax
+abS
+afa
+afx
aaa
aaa
aaa
@@ -67440,10 +65421,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoU
+aoU
+aoU
+aoU
+aoU
+aoU
+aoU
+aoU
aaa
+axJ
aaa
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoU
aaa
+aac
aaa
aaa
aaa
@@ -67522,56 +65522,15 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cgG
+cgL
+cgL
+aks
+aHn
+aZd
+cgL
+cgL
+cgG
aaa
aaa
aaa
@@ -67681,6 +65640,28 @@ aaa
aaa
aaa
aaa
+aat
+aaB
+aax
+aax
+aas
+aas
+aas
+abl
+aas
+aas
+aas
+acg
+abS
+aas
+aas
+aas
+adt
+adJ
+aas
+aas
+aas
+aba
aaa
aaa
aaa
@@ -67697,6 +65678,7 @@ aaa
aaa
aaa
aaa
+adf
aaa
aaa
aaa
@@ -67707,41 +65689,7 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ckh
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-acp
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+axJ
aaa
aaa
aaa
@@ -67752,6 +65700,7 @@ aaa
aaa
aaa
aaa
+aac
aaa
aaa
aaa
@@ -67787,6 +65736,7 @@ aaa
aaa
aaa
aaa
+aab
aaa
aaa
aaa
@@ -67829,6 +65779,15 @@ aaa
aaa
aaa
aaa
+cgF
+cgK
+cgK
+akv
+aHF
+aZe
+cgK
+cgK
+bDQ
aaa
aaa
aaa
@@ -67938,9 +65897,27 @@ aaa
aaa
aaa
aaa
+aas
+aaB
+aax
+aaU
+aas
+aba
aaa
aaa
aaa
+aas
+aax
+aax
+aax
+aas
+ada
+aax
+aax
+aax
+aei
+aeH
+aas
aaa
aaa
aaa
@@ -67958,56 +65935,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+axJ
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ckh
-abb
-abb
-abb
-abb
-abb
-abb
-adT
-afM
-adT
-aeO
-agI
-ahB
-ahT
-ahW
-ait
-aaa
-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
aaa
@@ -68086,6 +66036,15 @@ aaa
aaa
aaa
aaa
+cgE
+cgE
+cgK
+cgK
+cgL
+cgK
+cgK
+cgE
+cgE
aaa
aaa
aaa
@@ -68195,10 +66154,29 @@ aaa
aaa
aaa
aaa
+aau
+aas
+aas
+aas
+aba
aaa
aaa
aaa
aaa
+abH
+aax
+aax
+aax
+aas
+adb
+aax
+aax
+aax
+aej
+aas
+aas
+aas
+afN
aaa
aaa
aaa
@@ -68214,55 +66192,29 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abb
-adp
-adp
-adp
-adp
-adp
-abb
-aeO
-aeO
-aeO
-aeO
-agJ
-aeO
-ahU
-ahW
-aiu
-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
+aoV
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+awt
+axJ
+ayW
+azW
+azW
+azW
+azW
+azW
+azW
+azW
+aFO
+aad
+aac
aaa
aaa
aaa
@@ -68342,6 +66294,13 @@ aaa
aaa
aaa
aaa
+cgE
+cgE
+cgK
+cgL
+cgK
+cgE
+cgE
aaa
aaa
aaa
@@ -68461,6 +66420,20 @@ aaa
aaa
aaa
aaa
+abI
+aax
+aax
+aax
+aas
+adc
+aax
+aax
+aax
+aax
+aax
+afb
+afa
+afv
aaa
aaa
aaa
@@ -68476,48 +66449,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoU
+aoU
+aoU
+aoU
+aoU
+aoU
+aoU
+aoU
aaa
+axJ
aaa
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoU
aaa
-aaa
-abb
-abp
-abp
-abp
-abp
-abp
-abb
-aeP
-aeO
-aeO
-aeO
-ahb
-ahC
-ahV
-ahW
-aiv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aac
aaa
aaa
aaa
@@ -68598,6 +66552,11 @@ aaa
aaa
aaa
aaa
+cgE
+amo
+aHG
+amo
+cgE
aaa
aaa
aaa
@@ -68718,42 +66677,20 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ckh
-abb
-abb
-abb
-acp
-aaa
-aaa
-abb
-abp
+aau
+aas
+aas
+aas
+aas
+add
+abF
aax
-abp
-abp
-abp
-abb
-afl
-aeO
-aeO
-aeO
-ahc
-abb
-abb
-abb
-acr
+aax
+aax
+aax
+afc
+afa
+afw
aaa
aaa
aaa
@@ -68769,6 +66706,7 @@ aaa
aaa
aaa
aaa
+aac
aaa
aaa
aaa
@@ -68779,6 +66717,7 @@ aaa
aaa
aaa
aaa
+axJ
aaa
aaa
aaa
@@ -68789,6 +66728,7 @@ aaa
aaa
aaa
aaa
+aac
aaa
aaa
aaa
@@ -68856,6 +66796,25 @@ aaa
aaa
aaa
aaa
+aac
+aac
+aac
+adf
+aac
+aac
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+cfc
+cdK
+ceW
+cdK
+cfc
+aaa
aaa
aaa
aaa
@@ -68978,63 +66937,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abb
-abo
-abK
-abY
-abb
-acp
-aaa
-abb
-adq
-adC
-abL
-abp
-abp
-abb
-afn
-aeO
-aeO
-aeO
-ahd
-abb
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+acw
+aas
+ade
+adp
+aax
+adK
+adK
+aax
+afd
+afa
+afx
aaa
aaa
aaa
@@ -69050,10 +66963,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+axJ
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+aac
aaa
aaa
aaa
@@ -69113,7 +67045,34 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aac
+aac
+aac
+aac
+aac
aaa
+cao
+cba
+cao
+cao
+cao
+cba
+cao
+cba
+cao
+cao
+cao
+cfc
+cfc
+cfc
+cdK
+ceX
+cdK
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -69236,65 +67195,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abc
-abp
-abp
-abp
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-aem
-aeN
-abb
-abb
-afN
-afO
-agl
-abb
-abb
-abb
-acp
-aaa
-aaa
-aaa
-aaa
-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
+aas
+aas
+aas
+aas
+abl
+aas
+aas
+aas
+aba
aaa
aaa
aaa
@@ -69310,6 +67220,29 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aoV
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+awt
+axJ
+ayW
+azW
+azW
+azW
+azW
+azW
+azW
+azW
+aFO
+aad
+aac
aaa
aaa
aaa
@@ -69369,9 +67302,35 @@ aaa
aaa
aaa
aaa
+aac
aaa
aaa
+aad
aaa
+cba
+cao
+caI
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+cfc
+cfc
+cfc
+cdK
+aHT
+cdK
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -69502,53 +67461,6 @@ aaa
aaa
aaa
aaa
-abc
-abq
-abp
-abp
-abb
-acF
-acQ
-acQ
-acQ
-acQ
-adB
-abp
-abp
-afm
-abp
-abp
-abp
-abp
-abp
-adB
-ahW
-ait
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -69565,10 +67477,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoU
aaa
+axJ
aaa
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoU
aaa
+aac
aaa
aaa
aaa
@@ -69628,7 +67559,35 @@ aaa
aaa
aaa
aaa
+aac
aaa
+cao
+cba
+caI
+caT
+caT
+caT
+caT
+cbb
+cbb
+cbb
+cbR
+cbb
+cbb
+cdg
+cbb
+cbb
+cgq
+cgq
+cch
+cch
+cdK
+ceY
+cdK
+cch
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -69759,28 +67718,6 @@ aaa
aaa
aaa
aaa
-abc
-abr
-bsW
-abp
-acq
-abp
-abp
-abp
-abp
-abp
-adD
-abp
-abp
-abp
-abp
-abp
-abp
-abp
-abp
-ahD
-ahW
-aiu
aaa
aaa
aaa
@@ -69795,20 +67732,9 @@ aaa
aaa
aaa
aaa
-aaD
-aaD
-aaD
-aaD
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
+aac
aaa
aaa
aaa
@@ -69819,6 +67745,7 @@ aaa
aaa
aaa
aaa
+axJ
aaa
aaa
aaa
@@ -69829,6 +67756,7 @@ aaa
aaa
aaa
aaa
+adf
aaa
aaa
aaa
@@ -69886,6 +67814,37 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aac
+cbW
+caT
+caT
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbs
+cbb
+cbb
+cbR
+cgq
+cch
+cgV
+anI
+cct
+aZk
+cch
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -70016,28 +67975,6 @@ aaa
aaa
aaa
aaa
-abc
-abs
-abp
-abZ
-abb
-acG
-acR
-acR
-acR
-acR
-adB
-abp
-abp
-abp
-abp
-abp
-abp
-abp
-abp
-adB
-ahW
-aiv
aaa
aaa
aaa
@@ -70052,17 +67989,35 @@ aaa
aaa
aaa
aaa
-aaD
aaa
aaa
+aac
aaa
-aaD
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+axJ
aaa
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
+aoS
aaa
+aac
aaa
aaa
aaa
+aab
aaa
aaa
aaa
@@ -70116,32 +68071,36 @@ aaa
aaa
aaa
aaa
+aac
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
+cao
+caI
+caT
+cbb
+cbb
+cbb
+cbb
+cbs
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cgc
+cgr
+cgq
+cch
+cgW
+aod
+aIq
+aZn
+cch
+cch
+cch
aaa
aaa
aaa
@@ -70273,28 +68232,6 @@ aaa
aaa
aaa
aaa
-abc
-abt
-abp
-abp
-abb
-abb
-abb
-ckg
-abb
-abb
-abb
-aen
-adB
-abb
-abb
-abb
-afP
-agm
-abb
-abb
-abb
-acr
aaa
aaa
aaa
@@ -70309,13 +68246,31 @@ aaa
aaa
aaa
aaa
-aaD
-aab
-avf
-aab
-aaD
aaa
aaa
+aac
+aad
+aoV
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+awt
+axJ
+ayW
+azW
+azW
+azW
+azW
+azW
+azW
+azW
+aFO
+aad
+aac
aaa
aaa
aaa
@@ -70373,32 +68328,36 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaD
-aaa
-aaa
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+adf
+cbW
+caT
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbr
+cbb
+cbb
+cbb
+cfd
+cfq
+cbu
+cch
+cch
+cch
+cch
+cch
+apM
+cgl
+cch
+cch
+cch
+bDT
aaa
aaa
aaa
@@ -70530,27 +68489,9 @@ aaa
aaa
aaa
aaa
-abb
-abt
-abp
-aca
-abb
-acr
aaa
aaa
aaa
-abb
-abp
-abp
-abp
-abb
-afQ
-abp
-abp
-abp
-ahe
-ahS
-abb
aaa
aaa
aaa
@@ -70564,15 +68505,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoU
aaa
-aab
-aab
-avg
-aab
-aab
+axJ
aaa
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoW
+aoU
aaa
+aac
aaa
aaa
aaa
@@ -70630,32 +68585,36 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaD
-aab
-bUU
-aab
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aac
+asa
+caT
+cbb
+cbb
+cbb
+cbD
+ccV
+ccZ
+caT
+ccZ
+caT
+ccX
+ccX
+ccX
+ccX
+cch
+cfr
+cch
+cch
+cgs
+cch
+cgM
+cgX
+arz
+aIr
+aZq
+bhR
+cdK
+bEt
aaa
aaa
aaa
@@ -70787,78 +68746,45 @@ aaa
aaa
aaa
aaa
-cki
-abb
-abb
-abb
-acr
aaa
aaa
aaa
aaa
-aba
-abp
-abp
-abp
-abb
-afR
-abp
-abp
-abp
-ahf
-abb
-abb
-abb
-acp
aaa
aaa
aaa
aaa
aaa
aaa
-aab
-aab
-aaD
-aaD
-aaD
-aaD
-aaD
-aab
-aab
-avh
-aab
-aab
-aaD
-aaD
-aaD
-aaD
-aaD
-aab
-aab
aaa
aaa
aaa
aaa
aaa
aaa
+aac
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
aaa
aaa
+axJ
aaa
aaa
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aac
aaa
aaa
aaa
@@ -70889,11 +68815,6 @@ aaa
aaa
aaa
aaa
-aab
-aab
-bUV
-aab
-aab
aaa
aaa
aaa
@@ -70921,6 +68842,44 @@ aaa
aaa
aaa
aaa
+aac
+cbW
+caT
+cbb
+cbb
+cbb
+cbb
+ccW
+ccZ
+cdg
+cds
+cdg
+ccX
+cep
+ceF
+ccX
+ceO
+cfs
+cch
+cch
+cch
+cch
+cgN
+cgY
+atk
+ceD
+cct
+cct
+cdK
+cdK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71053,48 +69012,36 @@ aaa
aaa
aaa
aaa
-abd
-abp
-abp
-abp
-abb
-afS
-abp
-abp
-abp
-abp
-abp
-ahX
-ahW
-ait
aaa
aaa
aaa
aaa
aaa
aaa
-anc
aaa
+aac
+aad
+aac
+aac
+aac
aaa
-aab
aaa
aaa
-aab
aaa
-aab
-atL
-aab
aaa
-aab
aaa
+axK
aaa
-aab
aaa
aaa
-aaD
aaa
aaa
aaa
+aac
+aac
+aac
+aad
+aac
aaa
aaa
aaa
@@ -71139,25 +69086,6 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aaD
-aaD
-aaD
-aaD
-aaD
-aab
-aab
-bUW
-aab
-aab
-aaD
-aaD
-aaD
-aaD
-aaD
-aab
-aab
aaa
aaa
aaa
@@ -71172,7 +69100,38 @@ aaa
aaa
aaa
aaa
-cif
+asa
+caT
+cbR
+cbb
+cbb
+cbb
+cbb
+ccX
+ccX
+cdt
+ccX
+ccX
+ceq
+ceG
+ccX
+cch
+cft
+cch
+cgd
+cgt
+cch
+cgN
+cgZ
+ccR
+aJQ
+aZt
+bir
+brL
+bEu
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71310,45 +69269,14 @@ aaa
aaa
aaa
aaa
-adE
-abb
-abb
-abb
-abb
-afT
-aax
-abp
-abp
-abp
-abp
-ahY
-ahW
-aiu
aaa
aaa
aaa
aaa
aaa
aaa
-anc
aaa
-aod
-aod
-aod
-aod
-aod
-aod
-aab
-atL
-aab
-aod
-aod
-aod
-aod
-aod
-aod
aaa
-aaD
aaa
aaa
aaa
@@ -71359,6 +69287,7 @@ aaa
aaa
aaa
aaa
+axG
aaa
aaa
aaa
@@ -71396,25 +69325,16 @@ aaa
aaa
aaa
aaa
-aaD
aaa
aaa
-aab
aaa
aaa
-aab
aaa
-aab
-bTR
-aab
aaa
-aab
aaa
aaa
-aab
aaa
aaa
-aaD
aaa
aaa
aaa
@@ -71432,6 +69352,45 @@ aaa
aaa
aaa
aaa
+aac
+aac
+aac
+aac
+aac
+cbW
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+ccX
+cdh
+cdu
+cdM
+ccX
+cer
+ccX
+ccX
+cfe
+cfu
+cfG
+cge
+cgu
+cch
+cgO
+cgZ
+ccR
+aMx
+aZt
+biu
+brM
+bEu
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71570,42 +69529,12 @@ aaa
aaa
aaa
aaa
-adE
-abb
-afU
-agn
-abp
-agH
-agH
-abp
-ahZ
-ahW
-aiv
aaa
aaa
aaa
aaa
aaa
aaa
-anc
-aab
-aoe
-apg
-apg
-apg
-apg
-apg
-atK
-atL
-awz
-apg
-apg
-apg
-apg
-apg
-aDL
-aab
-aaD
aaa
aaa
aaa
@@ -71615,6 +69544,7 @@ aaa
aaa
aaa
aaa
+axG
aaa
aaa
aaa
@@ -71653,25 +69583,8 @@ aaa
aaa
aaa
aaa
-aaD
aaa
-bMp
-bMp
-bMp
-bMp
-bMp
-bMp
-aab
-bTR
-aab
-bMp
-bMp
-bMp
-bMp
-bMp
-bMp
aaa
-aaD
aaa
aaa
aaa
@@ -71696,6 +69609,52 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aaa
+cba
+cao
+cao
+ccc
+caT
+cbb
+cbb
+cbs
+cbb
+ccX
+cdi
+cdv
+cdN
+cee
+ces
+ceH
+ceP
+cff
+cfv
+cfH
+cge
+cgv
+cch
+cgP
+cha
+atl
+aSm
+cct
+cct
+cdK
+cdK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71828,47 +69787,21 @@ aaa
aaa
aaa
aaa
-cki
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-acr
aaa
aaa
aaa
aaa
aaa
aaa
-anc
aaa
-aof
-aof
-aof
-aof
-aof
-aof
-aab
-atL
-aab
-aof
-aof
-aof
-aof
-aof
-aof
aaa
-aaD
aaa
aaa
aaa
aaa
aaa
aaa
+axG
aaa
aaa
aaa
@@ -71910,25 +69843,6 @@ aaa
aaa
aaa
aaa
-aaD
-aab
-bMq
-bNI
-bNI
-bNI
-bNI
-bNI
-bTQ
-bTR
-bWa
-bNI
-bNI
-bNI
-bNI
-bNI
-cbk
-aab
-aaD
aaa
aaa
aaa
@@ -71952,6 +69866,51 @@ aaa
aaa
aaa
aaa
+aad
+cao
+caI
+caT
+caT
+caT
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+ccX
+cdj
+cdw
+cdO
+cef
+cet
+ceI
+ceQ
+cfg
+cfw
+cfI
+cgf
+cgw
+cch
+cch
+cfi
+aye
+cgl
+aZS
+bjm
+cdK
+bEx
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -72099,27 +70058,19 @@ aaa
aaa
aaa
aaa
+axG
aaa
aaa
-anc
aaa
aaa
-aab
aaa
aaa
-aab
aaa
-aab
-atL
-aab
aaa
-aab
aaa
aaa
-aab
aaa
aaa
-aaD
aaa
aaa
aaa
@@ -72165,39 +70116,47 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aac
+aac
+aac
+aac
aaa
-aaa
-aaD
-aaa
-bMr
-bMr
-bMr
-bMr
-bMr
-bMr
-aab
-bTR
-aab
-bMr
-bMr
-bMr
-bMr
-bMr
-bMr
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+caS
+caT
+caT
+caT
+cbR
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbD
+ccX
+ccX
+cdx
+cdP
+ceg
+ceu
+ceI
+ceR
+cfh
+cfx
+cfJ
+cgg
+cgx
+cch
+cgQ
+chb
+ceE
+aSs
+cch
+cch
+cch
+bDT
aaa
aaa
aaa
@@ -72356,27 +70315,11 @@ aaa
aaa
aaa
aaa
+axG
aaa
aaa
-anc
aaa
-aog
-aod
-aod
-aod
-aod
-aod
-aab
-atL
-aab
-aod
-aod
-aod
-aod
-aod
-aod
aaa
-aaD
aaa
aaa
aaa
@@ -72424,38 +70367,54 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaa
-aab
-aaa
-aaa
-aab
-aaa
-aab
-bTR
-aab
-aaa
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
aaa
aaa
aaa
+aac
aaa
aaa
+cba
+cao
+cba
+caI
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+ccX
+ccX
+ccX
+ccX
+cdQ
+ccX
+ccX
+ceI
+cch
+cfi
+cch
+cfK
+cch
+cch
+cch
+cgR
+cgl
+aCl
+aTi
+bas
+bjo
+aCl
+bFm
+bLn
aaa
aaa
aaa
@@ -72560,80 +70519,60 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anc
aab
-aoh
-apg
-apg
-apg
-apg
-apg
-atK
-atL
-awz
-apg
-apg
-apg
-apg
-apg
-aDL
-aab
-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
+aad
+aad
+ahV
+ahU
+ahU
+ahU
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+axG
aaa
aaa
aaa
@@ -72681,29 +70620,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-bMs
-bMp
-bMp
-bMp
-bMp
-bMp
-aab
-bTR
-aab
-bMp
-bMp
-bMp
-bMp
-bMp
-bMp
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -72714,6 +70630,49 @@ aaa
aaa
aaa
aaa
+adf
+aad
+caS
+caT
+caT
+caT
+caT
+caT
+cbD
+cbb
+cbb
+cbb
+cbb
+cbb
+ccg
+cch
+cch
+cch
+ccX
+cda
+cdk
+cdy
+cdR
+ceh
+cev
+ceJ
+ceS
+cfj
+ceS
+cfL
+cgh
+cgy
+ceS
+ceJ
+chc
+aCl
+aUg
+bbb
+bbb
+bsw
+bFn
+cfc
+cfc
aaa
aaa
aaa
@@ -72857,8 +70816,21 @@ aaa
aaa
aaa
aaa
+ahV
+ahV
+ahV
+aow
+aoX
+ahU
+ahV
+aad
+aad
+aad
aaa
aaa
+avs
+axL
+avs
aaa
aaa
aaa
@@ -72872,25 +70844,8 @@ aaa
aaa
aaa
aaa
-anc
aaa
-aof
-aof
-aof
-aof
-aof
-aof
-aab
-atL
-aab
-aof
-aof
-aof
-aof
-aof
-aof
aaa
-aaD
aaa
aaa
aaa
@@ -72932,46 +70887,50 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aab
-bMt
-bNI
-bNI
-bNI
-bNI
-bNI
-bTQ
-bTR
-bWa
-bNI
-bNI
-bNI
-bNI
-bNI
-cbk
-aab
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aac
+asa
+caT
+caT
+cbb
+cbq
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cch
+ccG
+ccN
+ccY
+cdb
+ccX
+cdz
+cdS
+cei
+cew
+ceK
+ceT
+ceN
+ceT
+cfM
+ceT
+ceT
+ceT
+ceM
+chd
+aCl
+aUm
+bbd
+bkn
+buQ
+bFn
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -73107,10 +71066,28 @@ aaa
aaa
aaa
aaa
+ahU
+ahU
+ahU
+ahV
+ahV
aaa
aaa
+ahV
+anl
+anN
+aox
+aoY
+apK
+ahV
+ahU
+ahU
+ahV
aaa
aaa
+awu
+axM
+avs
aaa
aaa
aaa
@@ -73129,25 +71106,16 @@ aaa
aaa
aaa
aaa
-anc
aaa
aaa
-aab
aaa
aaa
-aab
aaa
-aab
-atL
-aab
aaa
-aab
aaa
aaa
-aab
aaa
aaa
-aaD
aaa
aaa
aaa
@@ -73174,61 +71142,52 @@ aaa
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
-bMr
-bMr
-bMr
-bMr
-bMr
-bMr
-aab
-bTR
-aab
-bMr
-bMr
-bMr
-bMr
-bMr
-bMr
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cao
+cao
+cao
+caI
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cch
+ccH
+cch
+cch
+cch
+cch
+cdA
+cch
+cch
+cex
+ceL
+ceU
+ceV
+ceU
+cfN
+ceU
+ceV
+ceU
+ceL
+chd
+aCl
+aVd
+bbe
+bko
+buQ
+bFn
+cfc
+bMf
+bMM
aaa
aaa
aaa
@@ -73364,7 +71323,29 @@ aaa
aaa
aaa
aaa
+ahU
+aiv
+aiW
+ajE
+ahV
+ahU
+ahU
+ahV
+aiY
+ahV
+aoy
+aiY
+aiY
+anN
+aiY
+aiY
+ahV
aaa
+avs
+avs
+axN
+avs
+avs
aaa
aaa
aaa
@@ -73386,25 +71367,8 @@ aaa
aaa
aaa
aaa
-anc
aaa
-aod
-aod
-aod
-aod
-aod
-aod
-aab
-atL
-aab
-aod
-aod
-aod
-aod
-aod
-aod
aaa
-aaD
aaa
aaa
aaa
@@ -73435,59 +71399,54 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aaa
-aab
-aaa
-aaa
-aab
-aaa
-aab
-bTR
-aab
-aaa
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cap
+cap
+caB
+caJ
+caJ
+cbc
+cbb
+cbr
+cbb
+cbr
+cbb
+cbr
+cbb
+cbr
+cbb
+cbr
+cch
+cch
+ccI
+ccO
+ccI
+ccS
+cdl
+cdB
+cdT
+cch
+cey
+ceL
+ceV
+cfk
+cfy
+cfO
+cgi
+cgz
+ceV
+ceL
+che
+aCz
+aVe
+bbD
+bkp
+buQ
+bFn
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -73621,11 +71580,49 @@ aaa
aaa
aaa
aaa
+ahU
+aiw
+aiX
+aiY
+akx
+aiY
+aiY
+amB
+aiY
+ahV
+ahV
+ahV
+ahV
+ahV
+ahV
+aiY
+ahV
+ahV
+avt
+awv
+axO
+ayX
+avt
aaa
aaa
aaa
aaa
aaa
+aDI
+aDJ
+aDJ
+aOx
+aDI
+aDI
+aDJ
+aDJ
+aDI
+aOx
+aDI
+aOx
+aDI
+aDI
+aDI
aaa
aaa
aaa
@@ -73643,94 +71640,6 @@ aaa
aaa
aaa
aaa
-anc
-aab
-aoe
-apg
-apg
-apg
-apg
-apg
-atK
-atL
-awz
-apg
-apg
-apg
-apg
-apg
-aDL
-aab
-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
-aaD
-aaa
-bMp
-bMp
-bMp
-bMp
-bMp
-bMp
-aab
-bTR
-aab
-bMp
-bMp
-bMp
-bMp
-bMp
-bMp
-aaa
-aaD
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -73746,6 +71655,56 @@ aaa
aaa
aaa
aaa
+caj
+caq
+cat
+caq
+caK
+caU
+cbc
+cbc
+cbs
+cbb
+cbb
+cbb
+cbs
+cbb
+cbb
+cbb
+cbs
+cch
+ccr
+ccJ
+ccP
+ccJ
+cdc
+cdm
+cdC
+cdU
+cch
+cez
+ceL
+ceU
+cfl
+cfz
+cfz
+cfz
+cgA
+ceU
+cgS
+chf
+aDx
+aVz
+bca
+bca
+bvo
+bFp
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -73878,11 +71837,49 @@ aaa
aaa
aaa
aaa
+ahV
+aix
+aiY
+ajF
+ahV
+ahU
+ahU
+ahV
+amC
+anO
+anO
+anO
+anO
+aqH
+anO
+anO
+anO
+auz
+avt
+aww
+axP
+ayY
+avt
aaa
aaa
aaa
aaa
aaa
+aDI
+aFQ
+aGM
+aGM
+aDJ
+aJZ
+aLl
+aLl
+aLl
+aJZ
+aLl
+aJZ
+aLl
+aSn
+aTj
aaa
aaa
aaa
@@ -73900,93 +71897,6 @@ aaa
aaa
aaa
aaa
-anc
-aaa
-aof
-aof
-aof
-aof
-aof
-aof
-aab
-atL
-aab
-aof
-aof
-aof
-aof
-aof
-aof
-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
-aaD
-aab
-bMq
-bNI
-bNI
-bNI
-bNI
-bNI
-bTQ
-bTR
-bWa
-bNI
-bNI
-bNI
-bNI
-bNI
-cbk
-aab
-aaD
-aaa
-aaa
aaa
aaa
aaa
@@ -74003,6 +71913,55 @@ aaa
aaa
aaa
aaa
+cap
+cau
+caC
+caL
+caV
+cbd
+cbl
+cbt
+cbt
+cbt
+cbt
+cbt
+cbt
+cbt
+cbt
+cbt
+cci
+ccs
+ccs
+ccQ
+ccQ
+ccQ
+cdn
+cdD
+cdV
+cej
+ceA
+ceM
+ceV
+cfm
+cfz
+cfP
+cfz
+cgB
+ceV
+ceL
+chg
+aCl
+aVA
+bdi
+bkq
+bzJ
+aCl
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -74135,13 +72094,49 @@ aaa
aaa
aaa
aaa
+ahU
+aiy
+aiZ
+ajG
+ahV
aaa
aaa
+ahV
+anm
+aiY
+ahV
+ahV
+ahU
+aqI
+ahV
+ahU
+ahV
+anm
+avt
+awx
+axQ
+ayZ
+avt
aaa
aaa
aaa
aaa
aaa
+aDI
+bXf
+aGM
+aGM
+bXn
+aFa
+aFa
+aFa
+aFa
+aFa
+aFa
+aFa
+aFa
+aSn
+aTj
aaa
aaa
aaa
@@ -74157,91 +72152,6 @@ aaa
aaa
aaa
aaa
-anc
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-atL
-aab
-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
-aaD
-aaa
-bMr
-bMr
-bMr
-bMr
-bMr
-bMr
-aab
-bTR
-aab
-bMr
-bMr
-bMr
-bMr
-bMr
-bMr
-aaa
-aaD
aaa
aaa
aaa
@@ -74260,6 +72170,55 @@ aaa
aaa
aaa
aaa
+car
+cav
+caD
+caM
+caW
+cbe
+cbm
+cbu
+cbu
+cbu
+cbu
+cbu
+cbu
+cbu
+cbu
+cbu
+ccj
+cct
+cct
+ccR
+ccR
+ccR
+cdo
+cdE
+cdW
+cek
+ceB
+ceL
+ceV
+cfn
+ccU
+cfQ
+cfz
+cfm
+ceV
+ceL
+chg
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -74392,10 +72351,49 @@ aaa
aaa
aaa
aaa
+ahV
+ahV
+ahV
+ahV
+ahV
+ahV
+ahV
+ahV
+anm
+aiY
+ahV
+aoZ
+apL
+aqJ
+arF
+asw
+ahV
+anm
+avt
+avt
+axR
+avt
+avt
+ahV
aaa
aaa
aaa
aaa
+aDI
+aFR
+bXj
+aHH
+aDJ
+aFa
+aLm
+aLm
+aLm
+aFa
+aFa
+aLq
+aLq
+aSn
+aTj
aaa
aaa
aaa
@@ -74422,94 +72420,6 @@ aaa
aaa
aaa
aaa
-aab
-avi
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aab
-bTR
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -74517,6 +72427,55 @@ aaa
aaa
aaa
aaa
+asa
+cap
+caE
+caN
+caX
+cbc
+cbc
+cbs
+cbb
+cbb
+cbb
+cbs
+cbb
+cbb
+cbb
+cbs
+cch
+ccu
+ccI
+ccS
+ccI
+cdd
+cdp
+cdF
+cdX
+cch
+cez
+ceL
+ceU
+cfo
+cfA
+cfz
+cfz
+cgC
+ceU
+ceL
+chh
+aEZ
+aVB
+bgd
+bkt
+bAB
+bGc
+bLo
+aEZ
+aEZ
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -74650,10 +72609,49 @@ aaa
aaa
aaa
aaa
+ahV
+aja
+ajH
+aky
+alm
+ahV
+amC
+ann
+anN
+ahU
+apa
+aiY
+aqK
+arG
+asx
+ahV
+auA
+anO
+anO
+axS
+anN
+azX
+ahV
aaa
aaa
aaa
aaa
+aDI
+aDI
+aDI
+aDI
+aDI
+aFa
+aLn
+aLn
+aLn
+aFa
+aDI
+aDI
+aDI
+aDI
+aDI
+aDI
aaa
aaa
aaa
@@ -74664,98 +72662,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-atL
-avg
-atL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-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
-bpZ
-brL
-brL
-brL
-brL
-brL
-brL
-brL
-brL
-bCl
-bDH
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-bUX
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -74765,6 +72671,9 @@ aaa
aaa
aaa
aaa
+blI
+bow
+blI
aaa
aaa
aaa
@@ -74775,6 +72684,56 @@ aaa
aaa
aaa
aaa
+asa
+cap
+cap
+caJ
+caJ
+cbc
+cbb
+cbr
+cbb
+cbr
+cbb
+cbr
+cbb
+cbr
+cbb
+ccd
+cch
+cch
+ccK
+ccT
+ccJ
+cde
+cdq
+cdG
+cdY
+cch
+ceC
+ceL
+ceV
+cfp
+cfB
+cfz
+cgj
+cfk
+ceV
+ceL
+chi
+aFP
+aWD
+aWD
+blN
+bAP
+bAP
+bLp
+bMg
+aEZ
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -74903,135 +72862,135 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-asB
-avj
-asB
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bqa
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-bCm
-bDI
-bEX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bTR
-bUV
-bTR
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afy
+agZ
+bWa
+afy
+afy
+ajb
+ajI
+akz
+aln
+alV
+amD
+ahV
+anP
+ahV
+apb
+apN
+aqL
+arF
+asy
+ahV
+auB
+aiY
+aiY
+anm
+aiY
+azY
+ahV
+aaa
+aaa
+aDI
+aDI
+aDI
+aFS
+aGN
+aHI
+aIF
+aFa
+aFa
+aFa
+aFa
+aFa
+aDI
+aQr
+aJZ
+aQr
+aSn
+aTj
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+baG
+bYL
+bYL
+baG
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+blI
+bnc
+bnd
+bnc
+blI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+caw
+caF
+caO
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cch
+cch
+cch
+cch
+cch
+cch
+cdH
+cch
+cch
+ceD
+ceL
+ceU
+ceV
+ceU
+cfR
+ceU
+ceV
+ceU
+cgT
+chj
+aHc
+aXw
+bho
+blO
+bho
+bGj
+bAP
+bMh
+aEZ
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -75160,135 +73119,135 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-asB
-avk
-asB
-aab
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afL
-aaa
-aaa
-aWn
-aZl
-aUn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bqa
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-bDJ
-bEY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-bSB
-bUY
-bSB
-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
+afy
+aha
+ahw
+ahW
+afy
+ajb
+ajJ
+akA
+alo
+ahV
+amE
+ahV
+anQ
+ahV
+ahV
+ahU
+ahU
+ahV
+ahU
+ahV
+ahV
+ahV
+awy
+bWB
+bWE
+aiY
+ahU
+aaa
+aaa
+aDJ
+aEx
+aFa
+aFT
+aFT
+aDJ
+aFa
+aFa
+aLo
+aMo
+aLo
+aFa
+aDJ
+aJZ
+aJZ
+aJZ
+aSn
+aTj
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+baG
+bbC
+bbC
+baG
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+blJ
+bnd
+bnd
+bpJ
+blJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+asa
+caT
+caT
+cbb
+cbv
+cbb
+cbb
+cbb
+cbD
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbR
+cbb
+cbs
+cch
+cdI
+cdV
+cel
+ceA
+ceN
+ceT
+ceT
+ceT
+cfS
+ceT
+ceT
+ceT
+ceM
+ceD
+aEZ
+aYl
+bhp
+blP
+bCs
+bIk
+bLq
+aEZ
+aEZ
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -75412,140 +73371,140 @@ aaa
aaa
aaa
aaa
-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
-aab
-aab
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-asB
-asB
-avj
-asB
-asB
-aab
-aab
-aab
-agG
-aDM
-agG
-aab
-aaa
-aab
-aab
-aab
-aab
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aab
-aab
-aWn
-aZm
-aUn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bqa
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-bDJ
-bEY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-bSB
-bUZ
-bSB
-aab
-aab
-afL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afy
+afO
+afO
+afO
+afy
+afy
+ahb
+ahx
+ahX
+afy
+ajc
+ajc
+ajc
+ajc
+ajc
+amE
+ahV
+ahV
+ahV
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ahV
+ahV
+bWC
+bWF
+bWI
+ahU
+aaa
+aaa
+aDJ
+aEy
+aFb
+aFa
+aFa
+aHJ
+aFa
+aFa
+aLp
+aMp
+aNr
+aFa
+aPj
+aJZ
+aJZ
+aJZ
+aSn
+aTj
+aVb
+aVb
+aVb
+aVb
+aaa
+aaa
+baG
+baG
+bYM
+bYM
+baG
+baG
+aaa
+aaa
+aVb
+aVb
+aVb
+aVb
+blJ
+bne
+bnd
+bpJ
+blJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aaa
+caF
+caT
+caT
+caT
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbb
+cbu
+cdr
+cct
+cdZ
+cem
+ceE
+cdW
+cdW
+ccn
+cdW
+cfT
+cgk
+cgD
+cdW
+cfT
+ceB
+aEZ
+aEZ
+bhq
+bnu
+bCQ
+bnu
+bLw
+aEZ
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -75669,140 +73628,140 @@ aaa
aaa
aaa
aaa
-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
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-asC
-atM
-avl
-awA
-asC
-aab
-aaa
-aab
-aea
-aDN
-aeV
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-ajA
-aaa
-aab
-aUn
-aUn
-aWn
-aWn
-aWn
-aZn
-aUn
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bqa
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-brM
-bDJ
-bEY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-bSB
-bSB
-bUY
-bSB
-bSB
-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
+afz
+afP
+agb
+agl
+agA
+agQ
+ahc
+ahy
+ahY
+aiz
+ajc
+ajK
+akB
+alp
+alW
+amF
+ano
+ahV
+aoz
+aoz
+aoA
+aoz
+aoz
+aoA
+aoz
+aoz
+aoz
+ahV
+axU
+bWF
+aiY
+ahU
+aaa
+aaa
+aDJ
+aEz
+aFa
+aFU
+aFU
+aDJ
+aFa
+aFa
+aLo
+aMq
+aLo
+aFa
+aDJ
+aJZ
+aLl
+aLl
+aSn
+aTj
+aVb
+aVR
+aWV
+aVb
+aYS
+aVb
+baG
+bbB
+bbC
+bbC
+bdz
+baG
+aVb
+aVb
+aVb
+aWV
+bjj
+aVb
+blK
+bnf
+bnd
+bpK
+blK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aaa
+aad
+caw
+caw
+caF
+caO
+caT
+caT
+cbb
+cbb
+cbb
+cbb
+cbb
+cbu
+cbu
+cbu
+cbb
+cbb
+cbu
+cdr
+cct
+cea
+cch
+cch
+cch
+ceW
+cch
+cch
+cfU
+cgl
+cch
+cch
+cgU
+cgl
+cch
+aEZ
+bhq
+bnu
+bDk
+bnu
+bLw
+aEZ
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -75926,140 +73885,140 @@ aaa
aaa
aaa
aaa
-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
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aab
-asC
-atN
-avm
-awB
-asC
-aab
-aaa
-aaa
-aea
-aDO
-aeX
-aFW
-aHt
-aml
-aJH
-agd
-aoj
-agd
-agd
-aQe
-aeX
-aaa
-aab
-aUn
-aVq
-aWo
-aXp
-aXp
-aZo
-aUn
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bqa
-brM
-brM
-brM
-bvU
-brM
-brM
-brM
-brM
-bCn
-bDI
-bEZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-bSC
-bTS
-bVa
-bWb
-bSC
-aab
-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
+afA
+afQ
+agc
+agm
+agB
+agR
+ahd
+ahz
+ahZ
+aiA
+ajd
+ajL
+akC
+bWn
+bWo
+amG
+anp
+ahV
+aoA
+apc
+apO
+aqM
+arH
+asz
+atq
+auC
+avu
+ahV
+axV
+aza
+auz
+ahV
+aaa
+aaa
+aDI
+aDI
+aDI
+aFV
+aGO
+aHI
+aIF
+aFa
+aFa
+aFa
+aFa
+aFa
+aDI
+aQs
+aRj
+aSo
+aSn
+aTj
+aVb
+aVR
+aWW
+aXV
+aYT
+aXV
+baH
+bbC
+bco
+bco
+bbC
+bed
+aXV
+aYT
+aXV
+aWW
+bjj
+aVb
+blJ
+bnf
+bnd
+bpK
+blJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+adf
+aac
+aad
+aac
+aad
+cbA
+caT
+caT
+caT
+caT
+cbR
+cbb
+cck
+ccv
+caT
+cbb
+cbb
+cbb
+cch
+cdJ
+ceb
+cen
+cch
+ceO
+ceX
+cch
+cfC
+cfV
+cgm
+cch
+cgH
+cfV
+aaC
+cch
+aEZ
+bhr
+boR
+bDn
+boR
+bLw
+aEZ
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -76176,147 +74135,147 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-asC
-atO
-avn
-awC
-asC
-aab
-aaa
-aab
-aea
-aAh
-aeX
-afs
-awF
-awF
-awF
-awF
-awF
-awF
-awF
-aWe
-aeX
-aab
-aab
-aUn
-aVr
-aWp
-aXq
-aUn
-bbR
-aUn
-aUn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bqb
-brN
-bta
-brL
-brL
-brL
-bKn
-bzJ
-brL
-bCo
-bDK
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-bSC
-bTT
-bVb
-bWc
-bSC
-aaa
-aab
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+adf
+acJ
+aad
+aad
+aad
+aad
+aad
+afB
+afR
+agd
+agn
+agC
+agS
+ahe
+ahA
+aia
+aiB
+ajc
+ajM
+akD
+alq
+alX
+amH
+anp
+ahV
+aoA
+apd
+apP
+aoz
+arH
+arH
+arH
+auC
+avu
+ahV
+axW
+ahV
+anm
+ahV
+aaa
+aaa
+aaa
+aaa
+aDI
+aDI
+aDI
+aDI
+aDI
+aFa
+aLm
+aLm
+aLm
+aFa
+aDI
+aDI
+aDI
+aDI
+aDI
+aDI
+aVb
+aVS
+aWW
+aVb
+aVb
+aVb
+baG
+bYy
+bbC
+bbC
+bYT
+baG
+aVb
+aVb
+aVb
+aWW
+bjj
+aVb
+blJ
+bnf
+bnd
+bpK
+blJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+caw
+cbI
+caO
+caT
+caT
+caT
+caT
+ccw
+caT
+cbb
+cbb
+cdf
+cch
+cdK
+cch
+cch
+cch
+cch
+ceY
+cch
+cfD
+cfW
+cgn
+cch
+cfD
+cfW
+cgn
+cch
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+aEZ
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -76432,147 +74391,147 @@ aaa
aaa
aaa
aaa
+acJ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aea
-alj
-amJ
-amg
-aoi
-aph
-aph
-aqU
-arM
-asD
-awD
-atP
-avo
-awD
-awD
-ayG
-afq
-afq
-afq
-aDP
-aiZ
-aOe
-awF
-aIA
-aJI
-aKZ
-aMt
-aNH
-awF
-aWf
-aeY
-afq
-afq
-aUo
-aVs
-aWp
-aXr
-bax
-bbT
-bat
-aUn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afL
-aaa
-aaa
-bqc
-brO
-btb
-bqc
-aaa
-bqc
-btb
-bzK
-bqc
-aaa
-afL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-bSC
-bTU
-bVc
-bWd
-bSC
-aab
-aaa
-aab
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
+aaa
+adq
+adq
+adq
+adq
+afC
+afS
+afS
+afS
+afS
+afS
+ahf
+ahB
+aib
+aib
+aib
+ajN
+akE
+ajN
+ajN
+ajN
+anq
+ahV
+aoA
+ape
+apQ
+aqN
+arI
+asA
+arH
+auC
+avu
+ahV
+axX
+ahV
+anm
+ahV
+aaa
+aaa
+aaa
+aaa
+aDI
+aFW
+aGP
+aHK
+aDJ
+aFa
+aLn
+aLn
+aLn
+aFa
+aFa
+aLl
+aLl
+aSn
+aTj
+aaa
+aVb
+aVT
+aWW
+aXW
+aYU
+aVb
+baI
+bbE
+bco
+bco
+bbC
+baI
+aVb
+bga
+aXW
+aWW
+bjj
+aVb
+blJ
+bnf
+bnd
+bpK
+blJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+cbI
+cbI
+caO
+caT
+ccx
+caT
+cbb
+cbb
+cbb
+cbb
+cdL
+cec
+ceo
+cbb
+cbb
+ceZ
+cch
+cfE
+cfX
+cgo
+cch
+cgI
+cfX
+aaG
+cch
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -76689,147 +74648,147 @@ aaa
aaa
aaa
aaa
+acJ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aab
-aab
-aab
-aea
-alm
-afr
-ans
-aoj
-agd
-aiB
-agd
-agd
-agd
-ckv
-ckv
-avp
-awE
-axC
-ayH
-azW
-agd
-agd
-aDQ
-aET
-aFY
-aHu
-aIB
-aAe
-aLa
-art
-aNI
-awF
-aQh
-agd
-agd
-aTo
-aUp
-aVt
-aWp
-aWp
-aZA
-bbS
-bau
-aUn
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bhw
-brP
-btc
-bhw
-aaa
-bhw
-btc
-bzL
-bhw
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-bJa
-bSC
-bTV
-bVd
-bSC
-bSC
-bJa
-bJa
-bJa
-bJa
-bJa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+adq
+adq
+adq
+aek
+aeI
+adq
+afD
+afT
+age
+age
+age
+age
+ahg
+ahC
+aic
+aiC
+age
+ajO
+akF
+alr
+alY
+amI
+anr
+ahV
+aoz
+aoz
+apR
+aoz
+aoz
+aoz
+atr
+aoz
+aoz
+ahV
+axY
+ahV
+axT
+ahV
+aaa
+aaa
+aaa
+aaa
+aDI
+aFW
+aGQ
+aGQ
+aIE
+aFa
+aFa
+aFa
+aFa
+aFa
+aFa
+aFa
+aFa
+aSn
+aTj
+aaa
+aVb
+aVT
+aWX
+aWW
+aYV
+aVb
+baI
+bbF
+bcp
+bdd
+bbC
+baI
+aVb
+bgb
+aWW
+aWX
+bjj
+aVb
+blL
+bnf
+bnd
+bpK
+blL
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aad
+asa
+caT
+bTf
+caT
+cbD
+cbb
+cbb
+cbb
+cbb
+cbs
+cbb
+cbb
+cbb
+cfa
+cch
+cch
+cfY
+cch
+cch
+cch
+cfY
+cch
+cch
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -76946,146 +74905,146 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aea
-alm
-afs
-alY
-alY
-alY
-alY
-alY
-ckr
-ckt
-ckw
-aex
-aUr
-awF
-axD
-ayI
-awF
-awF
-awF
-aDR
-aEU
-aFZ
-axD
-aIC
-aJJ
-aLb
-aMu
-aIU
-aPa
-aQi
-aRk
-aSk
-aYu
-aUp
-aVu
-aWq
-aXs
-baz
-bcd
-bav
-aUn
-aab
-aab
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-bgh
-bhw
-bhw
-brO
-btb
-bhw
-bgh
-bhw
-btb
-bzK
-bhw
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-bJa
-bSD
-bJb
-bVe
-bWe
-bXm
-bJb
-bJb
-bZQ
-cax
-bJa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+acJ
+aad
+adq
+adu
+adL
+ael
+ael
+afe
+ael
+ael
+age
+ago
+agD
+agg
+ahh
+ahD
+aid
+aiC
+age
+ajP
+akG
+als
+alZ
+ajN
+ajN
+ajN
+aoB
+aoB
+apS
+aoB
+arJ
+aoB
+ats
+aoB
+ajh
+ahV
+ahV
+ahV
+anm
+ahV
+aaa
+aaa
+aaa
+aaa
+aDI
+aFW
+aGQ
+aGQ
+aDJ
+aJZ
+aLq
+aLq
+aLq
+aJZ
+aLq
+aJZ
+aLq
+aSn
+aTj
+aaa
+aVb
+aVT
+aWW
+aXX
+aYW
+aVb
+baI
+bYz
+bYN
+bco
+bbC
+baI
+aVb
+bgc
+aXX
+aWW
+bjj
+aVb
+blJ
+bnf
+bnd
+bpK
+blJ
+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
+ccl
+bTf
+caT
+caT
+cbb
+cbb
+cbR
+cbb
+cbb
+cbb
+cbb
+cbR
+cfb
+cch
+cfF
+cfZ
+cgp
+cch
+cgJ
+cfZ
+aaM
+cch
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -77203,6 +75162,89 @@ aaa
aaa
aaa
aaa
+acJ
+aaa
+adr
+adv
+adM
+ael
+aeJ
+aff
+afE
+afE
+agf
+agp
+agE
+agT
+ahi
+ahE
+aie
+aiC
+age
+ajQ
+akH
+alt
+ama
+ajh
+ans
+anR
+aoC
+aoB
+apu
+aoB
+arJ
+ajh
+att
+auD
+avv
+awz
+axZ
+ahV
+anm
+ahV
+aaa
+aaa
+aaa
+aaa
+aDI
+aDJ
+aDJ
+aHL
+aDI
+aDI
+aDJ
+aDJ
+aDI
+aOx
+aDI
+aQt
+aDI
+aDI
+aDI
+aaa
+aVb
+aVU
+aWY
+aVb
+aVb
+aVb
+baG
+bbG
+bco
+bco
+bdA
+baG
+aVb
+aVb
+aVb
+bio
+bjk
+aVb
+blJ
+bnf
+bnd
+bpK
+blJ
aaa
aaa
aaa
@@ -77226,123 +75268,40 @@ aaa
aaa
aaa
aaa
+aad
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aea
-alm
-ckk
-alY
-ckl
-ckn
-ckp
-alY
-alY
-alY
-alY
-atS
-ayx
-awF
-axE
-ayJ
-azX
-aBl
-awF
-aDS
-aEV
-aGa
-axD
-aID
-aJK
-aLc
-aMv
-aNK
-aMx
-aMx
-aMx
-aMx
-afs
-aUq
-aVv
-aVv
-aVv
-bay
-bbU
-aUp
-aUn
-aaa
-aaa
-aab
-aab
-aaa
-aab
-aab
-aab
-aab
-aaa
-aab
-bgh
-boS
-bqd
-brQ
-btd
-buC
-bvV
-buC
-buC
-bzM
-bhw
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aaa
-aaa
-aab
-aab
-bJa
-cjw
-bTX
-bRA
-bRA
-bRA
-bRA
-bRA
-cjx
-cay
-bJa
-bJa
-bJa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
+bTf
+ccL
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+caT
+cch
+cch
+cch
+cch
+cch
+cch
+cch
+cch
+cch
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -77460,6 +75419,96 @@ aaa
aaa
aaa
aaa
+acJ
+aad
+adq
+adw
+adN
+ael
+aeK
+afg
+ael
+ael
+age
+agq
+agF
+age
+ahj
+ahF
+aif
+age
+age
+ajR
+akI
+alu
+amb
+ajh
+ant
+anS
+aoD
+ajh
+apT
+ajh
+ajh
+ajN
+ajN
+ajN
+ajh
+awA
+aya
+ahV
+anm
+ahV
+ahV
+ahV
+ahV
+ahV
+ahV
+ahV
+aGa
+aHM
+aIG
+aaa
+aaa
+aaa
+aIG
+aHM
+aIG
+aHM
+aIG
+aaa
+aaa
+aaa
+aVb
+aVT
+aWZ
+aXV
+aYT
+aXV
+baH
+bbC
+bbC
+bbC
+bbC
+baH
+aXV
+aYT
+aXV
+aZc
+bjj
+aVb
+blJ
+blK
+box
+blK
+blJ
+aaa
+aaa
+abu
+acJ
+acJ
+caa
+acJ
aaa
aaa
aaa
@@ -77476,127 +75525,37 @@ aaa
aaa
aaa
aaa
+aad
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aea
-alk
-afs
-alY
-ckm
-cko
-apj
-ckq
-aqW
-cku
-alY
-atQ
-avs
-awF
-axF
-ayK
-awF
-awF
-awF
-aDT
-aEW
-aGb
-axD
-aIE
-aJL
-aLd
-aMw
-aNL
-aMx
-aQj
-aRl
-aMx
-aYv
-aUr
-aex
-ahJ
-ahJ
-baA
-aZu
-baw
-bbo
-bbo
-bbo
-bbo
-bbo
-bbo
-bbo
-bbo
-aab
-aaa
-aab
-aab
-bgh
-boT
-biv
-brR
-biv
-buD
-biv
-bxl
-biv
-bzM
-bhw
-aab
-aaa
-aaa
-aaa
-aab
-bJa
-bKh
-bKh
-bKh
-bJa
-aab
-aaa
-bJa
-cjy
-bTY
-bRA
-bWf
-bXn
-bYe
-bRA
-cjK
-caz
-cbl
-cbV
-bJa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
+bTf
+bOH
+cbI
+cbI
+cbI
+cbI
+cbI
+caw
+caw
+cbI
+cbI
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -77717,141 +75676,141 @@ aaa
aaa
aaa
aaa
+acJ
+aaa
+adr
+adx
+adO
+aem
+aeL
+afh
+afF
+afF
+agg
+agg
+agg
+agU
+ahk
+ahF
+aig
+aiD
+aje
+ajS
+akJ
+alv
+amc
+amJ
+anu
+anu
+ajS
+anu
+apU
+aqO
+arK
+asB
+atu
+auE
+avw
+avx
+ayb
+ahV
+azZ
+aBg
+aBg
+aBg
+aBg
+aEA
+aFc
+aFX
+aGa
+aHN
+aIG
+aaa
+aaa
+aaa
+aIG
+aHN
+aIG
+aHN
+aIG
+aaa
+aaa
+aaa
+aVb
+aVT
+aWZ
+aVb
+aYS
+aVb
+baG
+bbH
+bbH
+bbH
+bbH
+baG
+aVb
+aVb
+aVb
+aZc
+bjj
+aVb
+aVb
+bng
+boy
+aVb
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aaa
+bpM
+bwu
+bwu
+bpM
+bpM
+bwu
+bwu
+bpM
+aad
aaa
aaa
aaa
aaa
aaa
aaa
+aad
+aad
+bOH
+bTf
+aad
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
-aea
-all
-afs
-alY
-aqc
-arV
-aqc
-aqc
-aqX
-aua
-alY
-alY
-alY
-alY
-axG
-ayL
-azY
-aBm
-awF
-aDU
-awF
-awF
-aHv
-aIF
-aJM
-aLe
-aMx
-aMx
-aMx
-aMx
-aRm
-aMx
-aTr
-aUs
-aVw
-aWr
-aXt
-alS
-aZv
-bed
-bbo
-bca
-bdd
-bdZ
-beT
-bfZ
-bhj
-bbo
-bgh
-bgh
-bgh
-bgh
-bgh
-boU
-bqe
-brS
-brS
-buE
-bvW
-buE
-brS
-bzN
-biq
-bCp
-bCp
-bCp
-bCp
-bHI
-bJa
-bKi
-bLn
-bMu
-bJa
-bJa
-bJa
-bJa
-cjx
-bTZ
-bRA
-bWg
-bXo
-bYf
-bZd
-bSH
-caA
-cbm
-cbW
-bJa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -77974,140 +75933,140 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aea
-alm
-ame
-alY
-ant
-aok
-api
-apW
-aqV
-arN
-asE
-anu
-avt
-alY
-axD
-ayM
-awF
-awF
-awF
-aDV
-aEX
-aGc
-aHw
+acJ
+aad
+adq
+ady
+adP
+ael
+aeJ
+afi
+ael
+ael
+age
+agr
+agG
+agV
+ahl
+ahG
+aih
+aiE
+ajf
+ajT
+akK
+alw
+amd
+amK
+anv
+anv
+aoE
+apf
+anv
+aqP
+arL
+asC
+atv
+auF
+avx
+awB
+aya
+ahV
+aAa
+aBh
+azc
+azc
+azc
+azc
+aFd
+aFY
+aGa
+aOy
aIG
-aJN
-aIS
-aMx
-aNP
-aPb
-aQk
-aRn
-aMx
-awF
-awF
-awF
-awF
-awF
-baC
-bdg
-beW
-bbo
-bcb
-bde
-bea
-beU
-bga
-bhk
-bbo
-bjh
-bkr
-blA
-bjj
-bgh
-boV
-bqf
-brT
-bte
-buF
-bvX
-bxm
-byz
-bzO
-bAT
-bCq
-bDL
-bFa
-bGA
-bHJ
-bJb
-bKj
-bJb
-bJb
-bNJ
-bPa
-bQl
-bJb
-bSH
-bRA
-bRA
-cjC
-bRA
-bRA
-bRA
-bZS
-caB
-cbl
-cbV
-bJa
+aad
+aad
+aad
+aIG
+aOy
+aIG
+aQu
+aIG
+aad
+aad
+aad
+aVc
+aVT
+aWZ
+aXW
+aXW
+aVc
+baJ
+baJ
+bcq
+bcq
+bdB
+baJ
+aVc
+aXW
+aXW
+aZc
+aWW
+aXW
+aXW
+aVb
+aYT
+aVb
+aaa
+aaa
+aaa
+aaa
+bPk
+bPk
+bPk
+bPk
+bpM
+bpM
+byL
+bvp
+caG
+bvp
+bFx
+bvp
+bpM
+bpM
aaa
aaa
aaa
aaa
aaa
+bOG
+aad
+aaa
+bOH
+bTf
+aad
aaa
aaa
aaa
+aad
+aaa
+aaa
+aad
aaa
aaa
aaa
+aad
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -78231,139 +76190,139 @@ aaa
aaa
aaa
aaa
+acJ
+aaa
+adr
+adz
+adQ
+adQ
+adQ
+afj
+adQ
+adQ
+agh
+ags
+agH
+agW
+ahm
+ahH
+aii
+aiF
+ajg
+ajU
+akL
+alx
+ame
+amL
+anw
+anw
+anw
+apg
+apV
+aqQ
+arM
+asD
+atw
+auF
+avx
+awC
+ayc
+azb
+aAb
+anN
+azc
+aDa
+aDK
+azc
+aAa
+aFZ
+aGa
+aHN
+aIG
+aIG
+aIG
+aIG
+aIG
+aHN
+aIG
+aHN
+aIG
+aIG
+aIG
+aIG
+aVc
+aVV
+aWZ
+aWW
+aWW
+aVc
+aVc
+aVb
+bcr
+bcr
+aVb
+aVc
+aVc
+aWW
+aWW
+bip
+aWY
+aWW
+aWW
+bng
+boz
+aVb
+aVb
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aea
-aln
-amd
-alY
-anu
-aol
-apj
-apX
-cks
-arO
-asF
-atT
-avu
-alY
-axH
-ayN
-azZ
-aBn
-aCA
-aDU
-aEY
-aGd
-aHx
-aIH
-aJO
-aIS
-aMx
-aNN
-aPc
-aQl
-aRo
-aSl
-aTs
-aUt
-aVx
-aWs
-aXu
-baB
-bcf
-bed
-bbo
-bcc
-bjm
-beb
-beV
-bgb
-bhl
-bbo
-bji
-bks
-bjj
-blB
-bgh
-bvj
-biv
-biv
-btf
-buD
-bcR
-buD
-byA
-bzM
-bAU
-bAU
-bAU
-bAU
-bGB
-bHK
-bJc
+bPk
+bZY
+cab
bKk
-bLo
-bJa
-bJa
-bJa
-bJa
-bJa
-bSI
-bRA
-bVf
-cjB
-bXp
-bYg
-bRA
-bZT
-caC
-bJa
-bJa
-bJa
-aaa
-afL
+bpM
+cak
+cas
+cax
+cax
+cax
+cax
+cbf
+bGR
+bpM
aaa
aaa
aaa
aaa
aaa
aaa
+bdx
+aad
+bOH
+bTf
+bOH
+aad
+aad
+aad
+aad
aaa
aaa
+aad
+aaa
+aaa
+aad
+aad
+aaa
+aaa
+aaa
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
+cfc
aaa
aaa
aaa
@@ -78488,128 +76447,128 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aea
-alm
-amX
-alY
-anv
-aom
-anv
-anv
-aqX
-arP
-asG
-anu
-avv
-alY
-axI
-ayO
+acJ
+aad
+adq
+adA
+adR
+ael
+ael
+afk
+ael
+ael
+age
+agt
+agF
+age
+ahn
+ahI
+aij
+age
+ajh
+ajV
+akM
+aly
+aly
+amM
+amn
+anT
+aoF
+aph
+apW
+aqR
+arN
+ajh
+ajh
+auG
+bWz
+awD
+ayd
+azc
+azc
+azc
+azc
+aDb
+aDL
+azc
aAa
-aBo
-aCB
-aDU
-awF
-awF
-awF
-axD
-aJP
-aLf
-aMx
-aNO
-aPd
-aQm
-aRq
-aMx
-aTt
-aAe
-aAe
-aWt
-aXv
-baC
-afs
-bed
-bbo
-bbo
-bln
-bbo
-bbo
-bgc
-bhm
-bbo
-bjj
-bkt
-blB
-bjj
-bgh
-bvk
-bqg
-brU
-biu
-buG
-bvY
-bky
-byB
-bzP
-bAU
-bCr
-bPw
-bFb
-bGB
-bHL
-bJa
-bJa
-bJa
-bJa
-bNK
-bPb
-bQm
-bRx
-bSJ
-bUa
-bVg
-bWj
-bXq
-bYh
-bRA
-bZU
-bPd
-bPd
-aab
+aGa
+aGa
+aHO
+aGa
+aGa
+aLr
+aMr
+aIG
+aHO
+aIG
+aHO
+aIG
+aMr
+aTk
+bXz
+aVc
+bXL
+aXa
+aXY
+aXY
+aXY
+baK
+aXY
+aXY
+aXY
+aXY
+aXY
+aXY
+aXY
+aXY
+aZb
+bjl
+aWW
+aWW
+aWW
+aWW
+aWW
+aVb
+aaa
+aaa
+aaa
+bPk
+bZY
+cac
+bpM
+bpM
+bvp
+bBy
+bCD
+bDD
+bDD
+bFy
+cbg
+bvp
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+cbS
+cbX
+aaa
+bOH
+bTf
+bOH
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
aaa
aaa
aaa
@@ -78745,130 +76704,130 @@ aaa
aaa
aaa
aaa
+acJ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aab
-aea
-alp
-amQ
-alY
-ant
-aon
-apk
+adq
+adq
+adq
+aen
+aeM
+adq
+afG
+afU
+age
+age
+age
+age
+aho
+ahJ
+aik
+age
+aji
+ajW
+akN
+aly
+amf
+amN
+anx
+anU
+aoG
+api
anv
-aqY
-arQ
-asH
-atU
-avw
-alY
-axJ
-ayP
-aAb
-als
-aCC
-aDU
-aEZ
-aGe
-aHy
-aII
-aAe
-aIS
-aMx
-aNM
-aPe
-aQn
-aRp
-aSm
-aTu
-aNJ
-aVy
-aWu
-aXw
-bbp
-bdh
-beX
-bfc
-biM
-bll
-blq
-bls
-boF
-aex
-bgh
-bjk
-bku
-blC
-bmE
-bnO
-boY
-bqh
-brV
-brV
-brV
-brV
-brV
-byA
+aqS
+arO
+asB
+atx
+auH
+avx
+avx
+avx
+azc
+aAc
+aBi
+azc
+azc
+aDM
+azc
+aAa
+aGa
+aGR
+aHP
+aIH
+aIG
+aLs
+aHQ
+aNs
+aHQ
+aPk
+aHQ
+aNs
+aHQ
+aTl
+bXz
+aVc
+aVW
+aXb
+aXZ
+aYX
+aZM
+baL
+bbI
+bbI
+bde
+bYU
+bee
+bbI
+bbI
+bbI
+biq
+bbI
+bbI
+blM
+bnh
+boA
+bpL
+aVb
+aad
+aad
+aaa
+bPk
+bZZ
+cad
+bpM
bzM
-bAV
-bCs
-bDN
-bFc
-bGB
-bHM
-bCp
-bKl
-bLp
-bCp
-bNL
-bPc
-bPc
-bRy
-bRy
-bRy
-bVh
-bWk
-bqj
-bYi
-bZe
-cjV
-bRF
-bPd
-bPd
-bPd
-aab
+bvp
+bBz
+bCE
+bDE
+bEK
+bFz
+cbg
+bvp
+bwu
+bOG
+bOG
+bOG
+cbJ
+cbN
+cbT
+bdx
+aad
+bpM
+ccy
+bpM
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -79002,129 +76961,129 @@ aaa
aaa
aaa
aaa
+acJ
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
-aab
-aeV
-alq
-amY
-alY
-anu
-anu
+adq
+aeo
+aeN
+adq
+afH
+afV
+agi
+agu
+agI
+age
+ahp
+ahK
+ail
+age
+ajj
+ajX
+akO
+aly
+amg
+amO
+amk
+anV
+aoG
apj
-apY
-aqZ
+anv
+aqP
arP
asE
-anu
-avt
-alY
-axK
-ayQ
-aAc
-aBq
-aCD
-aDW
-aEX
-aGf
-aHw
+aty
+auF
+avx
+avx
+avx
+azc
+aAd
+aBj
+aCf
+aDc
+aDd
+azc
+aFe
+aGa
+aGS
+aHQ
+aII
aIG
-aAe
-aIS
-aMx
-aNQ
-aPf
-aQo
-aRr
-aMx
-aTv
-aLh
-aLa
-aAe
-aZz
-bbr
-bec
-beZ
-bgd
-bce
-blp
-blr
-blL
-bCT
-bpH
-biq
-bjl
-bqu
-blD
-bmF
-biq
-boZ
-bxx
-brW
-btg
-buH
-bvZ
-bxn
-byA
-bzQ
-bAV
-bCt
-bDO
-bFd
-bGC
-bHN
-bJa
-bKm
-bLq
-bMv
-bNM
-bPd
-bQn
-bRz
-bSK
-bUb
-bVi
-bWl
-bXs
-bYj
-bZe
-bRF
-bRF
-cbn
-cbX
-ccw
+aLs
+aHQ
+aHQ
+aHQ
+aHQ
+aHQ
+aHQ
+aHQ
+aTm
+bXA
+bXA
+bXA
+bXA
+bXA
+aZN
+bYn
+baM
+bbJ
+bbK
+bbJ
+bbJ
+bef
+bbJ
+bge
+bge
+bge
+bjn
+bge
+bge
+bge
+boB
+bpM
+bpM
+bpM
+bwu
+bwu
+bpM
+bpM
+cae
+bpM
+bzN
+bvp
+bBA
+bCF
+bDF
+caP
+bFA
+cbg
+bvp
+bwu
+bOH
+bOH
+bOG
+cbK
+bOH
+bpM
+bpM
+bpM
+bpM
+ccz
+bwu
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -79260,130 +77219,130 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aeX
-afr
-alX
-alY
-anv
-anv
-anv
-anv
-aqX
-arR
-alY
-alY
-alY
-alY
-aqc
-awF
-aAd
-aAd
-aCE
-awF
-awF
-awF
-awF
-awF
-aJQ
-aLg
-aMx
-aNR
-aNR
-aWg
-aNR
-aMx
-aTw
+adf
+acJ
+aad
+adq
+adq
+adq
+adq
+adq
+adq
+adq
+adq
+adq
+adq
+ahq
+ahq
+ahq
+ahq
+ahq
+ahq
+ahq
+aly
+amh
+amP
+amk
+anW
+aoH
+apk
+apV
+aqQ
+arM
+asD
+atz
+auF
+avx
+awE
+ayf
+azd
aAe
-aAe
-aAe
-aZy
-bbq
-bdi
-beY
-bfd
-bkv
-blo
-bee
-blt
-boW
-bpG
-bir
-bqO
-bkw
-blE
-bmG
-bgi
-bpa
+aBk
+aCg
+aDd
+aDN
+azc
+aFe
+aGa
+aGT
+aHQ
+aIJ
+aKa
+aLt
+aMs
+aNt
+aHQ
+aPl
+aHQ
+aRk
+aHQ
+aTn
+bXA
+aVf
+aVX
+aXc
+bXA
+aYZ
+aZO
+baN
+bbJ
+bcs
+bdf
+bdC
+beg
+bbJ
+bge
+bhn
+bhn
+bhn
+bhn
+bhn
+bge
+bZH
+bZJ
bxw
-bgh
-bgh
-bgh
-bgh
-bgh
-byC
-bzR
-bAV
-bCu
-bDP
-bFe
-bGB
-bHO
-bJd
-cjG
-bLr
-bMw
-bNN
-bPd
-bQo
-bRA
-bRA
-bRA
-bRA
-bWm
-bRA
-bYk
-bRA
-bRF
-caD
-bPd
-cbY
-cbY
-aab
-aab
+bsj
+btx
+btx
+bwv
+bvp
+byN
+bpM
+bzO
+cal
+bBB
+bCG
+bDG
+bDG
+bFB
+cbg
+bvp
+bwu
+bOH
+bwu
+bwu
+bJx
+bwu
+bpM
+bLu
+bMn
+bpM
+ccA
+bpM
+bpM
+aad
+aaa
+bpM
+bpM
+bwu
+bwu
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -79527,136 +77486,136 @@ aaa
aaa
aaa
aaa
-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
+ahq
+ahL
+aim
+aiG
+ajk
+ajY
akP
-alU
-alY
-alY
-anw
-aoo
+alz
+ami
+amQ
+amj
+anX
+aoI
apl
-apZ
-ara
-arS
-alY
-atV
-avx
-awG
-aqc
-ayR
-aAe
-aAe
-aAe
-aAe
-aFa
-aAe
-aAe
-aAe
-aAe
-aLh
-aMy
-aAe
-aAe
-aWh
-aRs
+anv
+aqT
+arQ
+ajh
+ajh
+auG
+avy
awF
-aTw
-aAe
-aAe
-aAe
-aXz
-awF
-aZB
-bfb
-bgf
-aYC
-aYC
-aYC
-bnb
-bgg
-bhp
-bgh
-bjn
-bkx
-blF
-bjj
-bgh
-bpb
-bxx
-brX
-bth
-buI
-bwa
-bxo
-byA
-bzS
-bAV
-bCs
-bDQ
-bFf
-bGD
-bHP
-bJa
-bKo
-bLs
-bMx
-bNO
-bPd
-bQp
-bRB
-bQp
-bRB
-bQp
-bWn
-bXt
-bYl
-bQp
-bRB
-bQp
-cbo
-cbZ
-cbY
+ayg
+aze
+aAf
+aBl
+aCh
+aDe
+aDO
+azc
+aFe
+aGa
+aGU
+aHR
+aIK
+aKb
+aLu
+aMt
+aNu
+aNu
+aPm
+aNu
+aRl
+aSp
+aTo
+aUk
+aVg
+aVY
+aXd
+aUk
+aZa
+aWW
+aWZ
+bbK
+bct
+bdg
+bdg
+beh
+beU
+bge
+bhn
+bis
+bjp
+bkr
+bhn
+bge
+boD
+bvp
+bqY
+bqX
+bty
+bqX
+bvp
+bww
+byN
+bpM
+bpM
+bpN
+bBC
+bCH
+caH
+bEL
+caH
+cbh
+bGS
+bpM
+bpM
+bwu
+cbE
+bJy
+bKh
+bpM
+bLv
+bpM
+bpM
+bvp
+ccM
+bpM
+aaa
+aaa
+bwu
+bQR
+bGk
+bRD
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
-afL
aaa
aaa
aaa
aaa
aaa
aaa
-cfV
-cgL
-cgL
-cgL
-cgL
-cgL
-cgL
-cgL
-ciP
aaa
aaa
aaa
@@ -79784,118 +77743,129 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ajp
-ajK
-ajK
-ajK
-akQ
-alT
-alZ
-amK
-anx
-aop
+aac
+aad
+aad
+ahq
+ahM
+ain
+ain
+ajl
+ajZ
+ajZ
+alA
+amj
+amR
+amk
+anY
+aoG
apm
-ckc
-arb
-arT
-asI
-atW
-avy
-awH
-axL
-ayS
-aAf
-aBr
-aAe
-aDX
-aAe
-aAe
-aAe
-aAe
-aAe
-aLi
-aDX
-aAe
-art
-aWh
-aRt
-awF
-aRB
-aRB
-aVz
-aRB
-aRB
-awF
-aZC
-bfa
+apX
+aqS
+arO
+asB
+atA
+auH
+avx
+awG
+ayh
+azd
+aAg
+aBm
+aCi
+aDd
+aDd
+azc
+aFf
+aGa
+aGa
+aGa
+aGa
+aGa
+aLv
+aMu
+aHQ
+aHQ
+aHQ
+aHQ
+aHQ
+aSq
+aTo
+aUl
+aVg
+aVZ
+aXe
+aYa
+aXY
+aZP
+baO
+bbL
+bcu
+bdh
+bdD
+bei
+beV
bge
-bbs
-bbs
-aYC
-blM
-bgh
-bpI
-bgh
-bgh
-bgh
-bgh
-bgh
-bgh
-bpc
-bqk
-brY
-brY
-buJ
-bwb
-bte
-byD
-bzT
-bAW
-bCv
-bDR
-bFg
-bGE
-bHQ
-bJe
-bKp
-bLt
-bMy
-bNP
-bPd
-bQq
-bRC
-bQq
-bUc
-bVj
-bWo
-bQq
-bYm
-bZf
-bZV
-bZf
-cbp
-cca
-cbY
+bhn
+bit
+bjq
+bks
+bhn
+bge
+boE
+bpP
+bzP
+bzP
+btz
+bzP
+bpP
+bzP
+caf
+byL
+bpM
+bAD
+bBD
+bCI
+bvp
+caQ
+bCI
+bGl
+bGT
+bpM
+cby
+bvp
+bJw
+bJz
+bKi
+bpM
+bQU
+bpN
+bQU
+ccB
+bwx
+bwu
+aaa
+aaa
+bwu
+bQS
+bRj
+bvp
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -79904,17 +77874,6 @@ aaa
aaa
aaa
aaa
-cfV
-cgn
-cgM
-cgM
-cgM
-cgM
-cgM
-cgM
-cgM
-ciQ
-ciP
aaa
aaa
aaa
@@ -80037,141 +77996,141 @@ aaa
aaa
aaa
aaa
-aay
-aaS
-abe
-aaH
-aaH
-abe
-aaS
-abe
-aaH
-aaH
-abe
-aaS
-abe
-aaH
-abe
-aaS
-abe
-aaH
-aaH
-abe
-ahE
aaa
aaa
aaa
aaa
-aaa
-aaa
-aky
-akR
-alW
-ama
-amL
+aac
+aad
+aad
+ahq
+ahN
+ain
+aiH
+ajm
+aka
+ain
+alB
+amk
+amS
any
-aoq
-aoq
-aqa
-aqZ
-arU
-asJ
-atX
-avz
-awI
-aqc
-awF
-aAg
-aBs
-aBs
-aBs
-aBs
-aBs
-aBs
-aBs
-aBs
-aBs
-aBs
-aNS
-aPg
-aWj
-aRu
-aSn
-aTx
-aUu
-aVA
-aWv
-aXA
-aYA
-aZD
-baD
-bgp
-bbt
-bdj
-aYC
-bed
-bgh
-bhr
-bis
-bjo
-bjo
-bjo
-bmH
-bnP
-bpd
-bql
-biv
-biv
-biv
-biv
-biv
-byA
-bzU
-bAX
-bAX
-bAX
-bAX
-bGF
-bHR
-bJf
-bJf
-bJf
-bMz
-bJf
-bPd
-bQr
-bRB
-bQp
-bUd
-bQu
-bWp
-bXu
-bYn
-bZg
-bZg
-bZg
-cbq
-bZg
-bZg
-bZg
-bZg
-bZg
-bZg
-bZg
-aab
-aab
+chm
+aoJ
+apn
+chn
+aqU
+arR
+asE
+atB
+auF
+avx
+awG
+ayh
+azc
+aAh
+aBn
+aCj
+aDf
+aDP
+aEB
+aFg
+aGb
+aGb
+aGb
+aGb
+aKc
+aLw
+aMv
+aNv
+aOz
+aOz
+aOz
+aRm
+aSq
+aTo
+aUk
+aVh
+aWa
+aXf
+aUk
+aWW
+aZQ
+baP
+bbM
+bcv
+bdg
+bYV
+bct
+beW
+bge
+bhn
+bhn
+bjr
+bhn
+bhn
+bge
+boC
+bpQ
+bpS
+bpS
+bpS
+bpS
+bpS
+bwx
+boC
+bvp
+bpM
+bpM
+bpM
+bpM
+bDH
+bDH
+bpM
+bpM
+bpM
+bpM
+bJH
+bvp
+cbF
+bvp
+cbP
+cbU
+cbY
+bpM
+cbP
+bvp
+bMn
+bwu
+aaa
+aaa
+bwu
+bQT
+bvp
+bRE
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
-cfW
-cgo
-cgo
-chg
-chg
-cgd
-cig
-cih
-cih
-ciR
-cga
aaa
aaa
aaa
@@ -80293,142 +78252,142 @@ aaa
aaa
aaa
aaa
-aaF
-aaM
-aaP
-abf
-abu
-abM
-abu
-aaT
-acH
-acS
-ade
-adr
-aaT
-adU
-aeo
-aeQ
-aaT
-afV
-ago
-agK
-ahh
-aaT
aaa
aaa
aaa
aaa
aaa
-aab
-aab
-akP
-alV
-alY
-alY
+aac
+aad
+aad
+ahq
+ahO
+aio
+aiI
+ajn
+akb
+akb
+alC
+aml
+amT
anz
-aor
-apn
-aqb
-aqX
-arV
-alY
-alY
-alY
-alY
-alY
-ayT
-aAh
-aBs
-aCF
-aDY
-aFb
-aGg
-aHz
-aIJ
-aJR
-aLj
-aMz
-aNT
+anZ
+aoG
+apm
+cho
+aqQ
+arS
+asD
+atC
+auF
+avx
+awG
+ayh
+azc
+aAi
aAe
-aQs
-aRv
-aSo
-aTy
-aTy
-aTy
-aTy
-aXB
-aYB
-aZE
-baE
-bbu
-bbs
-bbs
-aYC
-bnc
-bgh
-bhs
-bit
-bjp
-bjp
-blG
-bmI
-bnQ
-buZ
-bqm
-brZ
-bti
-buK
-bOz
-bxp
-byE
-bzV
-bAY
-bCw
-bDS
-bFh
-bGG
-bHS
-bJf
-bKq
-bLu
-bMA
-bNQ
-bPd
-bQs
-bRD
-bSL
-bQu
-bQu
-bWq
-bXv
-bYo
-bZh
-bZW
-caE
-cbr
-ccb
-ccx
-ccx
-cac
-cdW
-cer
-ccG
-ccG
-ccG
-ccG
-cfW
-cgp
-cgp
-cgp
-cgp
-cfW
-cih
-cih
-cih
-ciS
-cfW
+aCk
+aDg
+aDQ
+azc
+azY
+aGc
+ahV
+ahV
+ahV
+aGa
+aLx
+aMu
+aNw
+aOA
+aPn
+aQv
+aRn
+aSq
+aTp
+aUj
+aVi
+aWb
+aXg
+aUj
+aZR
+aZR
+baQ
+bYA
+bcw
+bdj
+bdE
+bZe
+bYA
+bge
+bge
+bge
+bge
+bge
+bge
+bge
+boC
+bpR
+bpS
+bsk
+btA
+bur
+bpS
+bwy
+boC
+bvp
+bpM
+bpO
+bBE
+bpM
+bDI
+bDI
+bpM
+bBE
+bpO
+bIl
+bpQ
+bvp
+cbF
+bpM
+bpM
+bpM
+bpM
+bpM
+bvp
+bvp
+bpM
+bpM
+bpM
+aad
+bpM
+bpM
+bFC
+bpM
+bpM
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -80550,142 +78509,142 @@ aaa
aaa
aaa
aaa
-aaG
-aaN
-aaT
-abg
-aaJ
-abi
-abi
-acs
-abi
-aaJ
-adf
-ads
-aaT
-adV
-aep
-aeR
-aaT
-afW
-agp
-agL
-ahi
-aaH
aaa
aaa
aaa
aaa
aaa
-aaa
-aab
+aac
+aad
+aad
+ahq
+ahP
+aip
+aiJ
+ajo
+akc
akP
-afA
-amb
-alY
-alY
-alY
-alY
-aqc
-arc
-arV
-asK
-atY
-alY
-awJ
-axM
-ayU
-aAi
-aBt
-aCG
-aDZ
-aFc
-aGh
-aHz
-aIK
-aJS
-aJU
-aMA
-aAe
-aAe
-aAe
-aRw
-aSp
-aSp
-aSp
-aSp
-aSp
-aSp
-aYC
-aZF
-baF
-bbv
-bcg
-bdk
-aYC
-bne
-bgi
-bht
-biu
-bjq
-bky
-bjr
-buZ
-bnR
-buZ
+alB
+amm
+amU
+amk
+aoa
+aoK
+api
+apZ
+aqV
+arQ
+ajh
+ajh
+auG
+avx
+awG
+ayh
+azc
+azc
+azc
+azc
+azc
+azc
+azc
+ahV
+ahV
+ahV
+bel
+aHS
+aGa
+aGa
+aMw
+aNx
+aOB
+aOB
+aOB
+aRo
+aSr
+aGa
+aUj
+aUk
+aWc
+aUk
+aUj
+aED
+aED
+baR
+bYA
+bbK
+bYA
+bYA
+bbK
+bYA
+bgf
+bhs
biv
-bhw
-bhw
-buL
-bhw
-bhw
-byF
-bhw
-bAZ
-bCx
-bDT
-bFi
-bAX
-bHT
-bJf
-bKr
-bLv
-bMB
-bNR
-bPe
-bQt
-bRE
-bSM
-bQu
-cka
-bWr
-bXw
-bYp
-bZh
-bZX
-cac
-cbs
-cac
-cac
-cac
-cac
-cac
-cac
-ceP
-cfd
-cfd
-ceP
-cfX
-cgp
-cgp
-cgp
-chy
-cfW
-cig
-cih
-cih
-ciR
-cga
+biv
+bku
+biv
+biv
+boF
+bpS
+bpS
+bsl
+btB
+bus
+bpS
+bpS
+bxy
+byM
+bzP
+bzP
+bzP
+bzP
+bzP
+bzP
+bzP
+bzP
+bGU
+bpM
+bpM
+bvp
+cbF
+bpM
+cbQ
+cbV
+cbZ
+bpM
+bpM
+bvp
+bOE
+bPi
+bpM
+aad
+aad
+bwu
+bvp
+bwu
+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
@@ -80807,142 +78766,142 @@ aaa
aaa
aaa
aaa
-aaG
-aaN
-aaT
-abh
-abv
-aaJ
-acb
-aaT
-acI
-acT
-adg
-adt
-aaT
-adW
-abi
-aeS
-aaT
-afX
-aaJ
-agM
-ahj
-aaT
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aab
-akS
-alv
-amZ
-aea
+aac
+aad
+agw
+agx
+agx
+ahq
+ahq
+ahq
+ahq
+ahq
+ahq
+ahq
+alD
+amn
+amV
anA
-aos
+aob
+aoL
apo
-aqd
-aqZ
-arW
-asL
-atZ
-alY
-awK
-axN
-ayV
+cho
+aqQ
+arT
+asF
+atD
+auI
+avz
+awH
+ayi
+bWG
aAj
-aBu
-aCH
-aEa
-aFd
-aGi
-aHA
-aIL
-aJT
-aJU
-aMA
-aAe
-aAe
-aAe
-aRx
-aSq
-aTz
-aUv
-aVB
-aWw
-aXC
-aYD
-aZG
-baG
-bbs
-bbs
-bbs
-aYC
-bnd
-bgh
-bhu
-biv
-bjr
-biv
-bjr
-buZ
-bhw
-bpe
-bqn
-bhw
-bHj
-brV
-buD
-buD
-byA
-biv
-bAZ
-bCy
-bDU
-bFj
-bGH
-bHU
-bJf
-bKs
-bLw
-bMC
-bNS
-bPd
-bQu
-bQu
-bQu
-bQu
-bQu
-bWs
-bXx
-bXx
-bZi
-bZY
-caF
-cac
-cac
-ccy
-cda
-cac
-cac
-ces
-ceQ
-ccG
-ccG
-cfB
-cfY
-cgq
-cgN
-chh
-cfY
-chQ
-cga
-cio
-cga
-cga
-ciX
+aBo
+azf
+aDh
+aDR
+aEC
+aFh
+azF
+azF
+azF
+azF
+aKd
+azF
+aAT
+aNy
+azF
+azF
+azF
+aRp
+aHo
+azF
+aEC
+azF
+aWd
+azF
+azF
+azF
+azF
+baS
+azF
+azF
+bdk
+bdF
+bej
+beX
+beX
+bht
+beX
+beX
+beX
+beX
+beX
+beX
+bpS
+bqZ
+bsm
+btC
+but
+bvq
+bpS
+bvp
+byN
+bvp
+bvp
+bBF
+bvp
+bvp
+bvp
+bFC
+bGm
+cbn
+bHy
+bHy
+bHy
+cbG
+bvp
+bvp
+bvp
+cca
+bMV
+bvp
+bvp
+bvp
+bGR
+bpM
+aad
+aad
+bwu
+byL
+bwu
+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
@@ -81064,142 +79023,142 @@ aaa
aaa
aaa
aaa
-aaG
-aaO
-aaU
-abe
-abw
-abN
-acc
-act
-acJ
-acc
-aaS
-abe
-aaU
-adX
-aeq
-acc
-aaU
-afY
-agq
-aaO
-abe
-aaU
-aaH
-aaH
-ahE
aaa
aaa
aaa
-aab
-aea
-alp
-afs
-amM
+aac
+aaa
+agw
+agJ
+agX
+ahr
+ahQ
+aiq
+aiK
+ajp
+akd
+bWm
+alE
+akQ
+amW
anB
-aot
-alY
-aqe
-ard
-arX
-aoq
-aua
-alY
-asR
-axO
-ayW
+aoc
+agw
+app
+apZ
+aqW
+arU
+apW
+apW
+auJ
+avx
+awI
+ayj
+avx
aAk
-aBs
-aCI
-aEb
-aFe
-aGj
-aHz
-aIM
-aJU
-aLk
-aMz
-aNU
-aAe
-aAe
-aRy
-aSr
-aTA
-aUw
-aVC
-aWx
-aXD
-aYE
-aZH
-baH
-bbw
-baI
-baI
-aYC
-bnf
-bgh
-bhv
+avx
+avx
+avx
+aDS
+aED
+aFi
+aGd
+aBT
+aBT
+aBT
+aKe
+aBT
+aBT
+aNz
+aMS
+aMS
+aMS
+aRq
+aKN
+aBU
+aEQ
+aBU
+aWe
+aXh
+aBU
+aBU
+aBU
+baT
+aBU
+bcx
+bdl
+bdG
+bek
+beY
+bgg
+bhu
+beX
+bjs
+bkv
+blQ
+bni
+boG
biw
-biv
-bkz
-biv
-buZ
-bhw
-bpf
-bqo
-bhw
-biv
-buM
-bwd
-bxq
-byG
-biv
-bAZ
-bCz
-bDV
-bFk
-bAX
-bHV
-bJf
-bKt
-bKt
-bMD
-bNT
-bPd
-bQu
-bQu
-bQu
-bQu
-bQu
-bQu
-bQu
-bQu
-bZj
-bZZ
-caG
-cac
-cac
-ccz
-cdb
-cac
-cac
-cac
-ceR
-cfd
-cfd
-ceR
-cfX
-cgr
-cgO
-cgr
-cgr
-cgr
-cgr
-cgr
-cgr
-ciT
-cfW
+bra
+bsn
+bkw
+buu
+bvr
+bpS
+bxz
+byO
+bxz
+bxz
+bxz
+bxz
+bxz
+bxz
+bxz
+bxz
+bGV
+bHz
+bpM
+bpM
+bJA
+bpM
+bpM
+bLx
+bMo
+bMW
+bpM
+byL
+bvp
+bvp
+bpM
+bpM
+bpM
+bpM
+bvp
+bpM
+bpM
+bwu
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -81320,143 +79279,143 @@ aaa
aaa
aaa
aaa
-aay
-aaH
-aaP
-aaV
-abi
-abi
-abi
-abi
-abi
-abi
-abi
-aaT
-adu
-abi
-abi
-abi
-abi
-abi
-abi
-abi
-aaT
-ahk
-ahF
-aia
-aiw
-aaH
aaa
aaa
aaa
aaa
-aea
-alw
-ana
-aea
+aac
+aaa
+agx
+agK
+agX
+ahs
+bWb
+agw
+aiL
+ajq
+ajq
+akR
+alF
+akR
+akT
anC
-aou
-alY
-aqf
-are
-arY
-asM
-aub
-alY
-awL
-axP
-awO
-awO
-awO
-awO
-awO
-awO
-awO
-aHB
-aHB
-aJV
-aHB
-aHB
-aNV
-aAe
-aAe
-aRz
-aSq
-aTB
-aUx
-aVD
-aWy
-aXE
-aYC
-aZI
-baI
-bbx
-bch
-bdl
-aYC
-bed
+aoe
+agw
+bWt
+apY
+aqX
+arV
+asG
+asG
+auK
+avA
+awJ
+ayk
+azg
+azg
+bWJ
+azg
+azg
+aDT
+aEE
+aFj
+aGe
+aGV
+aHU
+aIL
+aKf
+aHU
+bXp
+aNA
+aHU
+aHU
+aQw
+aRr
+aSt
+aHU
+aUn
+aVj
+aWf
+bXS
+aHU
+aHU
+aVj
+aHU
+bbN
+bcy
+bdm
+aFk
+bZf
+beX
bgh
-bhw
-bix
-bhw
-bgh
-blH
-bmJ
-bgh
-bgh
-bgh
-bgh
-btk
-buN
-bqi
-bxr
-buN
-buN
-bAZ
-bCA
-bDW
-bFl
-bAX
-bHW
-bJg
-bKu
-bLx
-bME
-bNU
-bPd
-bQv
-bRF
-bSN
-bQu
-bQu
-bSN
-bRF
-bRF
-bZh
-bZZ
-caG
-cac
-cac
-ccA
-cdc
-cac
-cac
-ces
-ccG
-ccG
-ccG
-ccG
-cfZ
-cgs
-cgr
-chi
-chz
-cgr
-chi
-chz
-cgr
-ciU
-cfW
+bhv
+biw
+bjt
+bZA
+bZA
+bnj
+boH
+biw
+brb
+bso
+btD
+bnm
+bvs
+bpS
+bpS
+byP
+bzQ
+bAE
+bBG
+bCJ
+bDJ
+bEM
+bFD
+byU
+bGW
+bHA
+bpM
+bIO
+bJB
+bKj
+bpM
+bpM
+bpM
+bpM
+bpM
+bIl
+bpM
+bvp
+bpO
+bQa
+bQy
+bqY
+bpN
+bvp
+bKo
+bSk
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -81577,143 +79536,143 @@ aaa
aaa
aaa
aaa
-aaz
-aaI
-aaz
-aaW
-abi
-abx
-abO
-abO
-abO
-abz
-abi
-aaz
-abi
-adF
-adF
-abi
-aaJ
-adF
-adF
-abi
-aaz
-ahl
-ace
-aib
-aix
-aaH
aaa
aaa
aaa
-aab
-aea
-alm
-anb
-aea
-aea
-aea
-alY
-alY
-alY
-alY
-asN
-apo
-apo
-awM
-axQ
-awO
-aAl
-aBv
-aCJ
-aEc
-aFf
-aGk
-aHC
-aIN
-aAm
-aLl
-aGk
-aNW
-aJQ
-aQt
-awF
-aSp
-aSq
-aSq
-aSq
-aSq
-aSq
-aYC
-aZB
-baJ
-aYC
-aYC
-aYC
-aYC
-bom
-bgh
-bhx
-biy
-bjs
-bgh
-bgh
-bgh
-bgh
-bpg
-bpg
-bsa
-btl
-btl
-bwe
-bxs
-btl
-btl
-bAX
-bAX
-bAX
-bAX
-bAX
-bHX
-bJf
-bKv
-bKv
-bJf
-bNV
-bPd
-bQw
-bQw
-bQw
-bUe
-bUe
-bQw
-bQw
-bQw
-bZg
-caa
-caG
-cac
-bAI
-ccB
-cdd
-cdA
-cac
-cet
-ccG
-aab
-aab
aaa
-cga
-cgs
-cgr
-chi
-chz
-cgr
-chi
-chz
-cgr
-ciU
-cga
+aac
+aaa
+agx
+agK
+agX
+agX
+agK
+agw
+aiM
+ajr
+ajq
+akS
+alG
+amp
+amX
+anC
+aoe
+agx
+api
+apZ
+aqY
+ajh
+asH
+atE
+ajh
+avx
+avx
+ayl
+azh
+azh
+azh
+azh
+azh
+azh
+azh
+bWX
+aBT
+aGW
+aHV
+aIM
+aKg
+aHW
+aHV
+aNB
+aOC
+aEj
+aIf
+aRs
+aSu
+aSu
+aUo
+aSu
+aSu
+aUo
+bXX
+bXX
+aSu
+aSu
+bYB
+bcz
+aBT
+bdH
+ayN
+beX
+bgi
+bhw
+bix
+bju
+bkx
+blR
+bnk
+boI
+bpT
+brc
+bsp
+btE
+buv
+bvt
+bwz
+bpS
+byQ
+bzR
+bAF
+bBH
+bCK
+bDK
+bEN
+bFE
+bxz
+bGX
+bHB
+bIm
+bIP
+bJC
+bKk
+bpM
+bLy
+bMp
+bpM
+bvp
+bvp
+bOF
+bvp
+bvp
+bvp
+bvp
+bpN
+bQU
+bpN
+bRP
+bSl
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -81834,143 +79793,143 @@ aaa
aaa
aaa
aaa
-aaA
-aaJ
-aaQ
-aaJ
-abi
-aby
-abP
-acd
-acu
-acK
-abi
-adh
-abi
-adG
-adY
-aer
-aeT
-afo
-afZ
-aaJ
-agN
-abi
-abi
-aic
-aiy
-aaH
aaa
aaa
aaa
aaa
-aea
-alx
-amf
-amN
+aac
+aaa
+agx
+agK
+agX
+agX
+agK
+agw
+aiN
+ajr
+ajq
+akT
+alH
+bWp
+bWp
anD
-aov
-agd
-aqg
-aiB
-arZ
-asO
-auc
-avA
-awN
-axR
-ayX
-aAm
-aAm
-aAm
-aAm
-aAm
-aGk
-aHD
-aIO
-aJW
-aFg
-aGk
-aNX
-aAe
-aAe
-aRA
-aSs
-aTC
-aUy
-aVE
-aAe
-aXF
-aYF
-aZJ
-baK
-bby
-aZO
-aZO
-aZO
-bol
+aof
+aoM
+apq
+aqa
+aqW
+ajh
+asI
+atF
+auL
+avx
+avx
+ayl
+azh
+aAl
+aBp
+aCm
+aDi
+aDU
+aEF
+bWX
+aBT
+aGX
+aHW
+aIN
+aKh
+aLy
+aHV
+aIf
+aIf
+aIf
+aIf
+aRt
+aSu
+aTq
+aUp
+aSu
+aWg
+aXi
+aYb
+aZf
+aZT
+baU
+bbO
+bcA
+azF
+aFo
+bZg
+beX
bgj
-bhy
-aZO
-bjt
-bkA
-blI
-bmK
-biy
-biy
-biy
-biy
-biy
-bhy
-bfe
-bxt
-bjt
-biy
-bBa
-bCB
-biy
-blI
-bGI
-cat
-bJh
-aZO
-aZO
-aZO
-bNW
-bPf
-bPf
-bRG
-bPf
-bPf
-bPf
-bPf
-bPf
-bPf
-bZk
-cab
-caH
-cbt
-cac
-ccC
-cde
-cac
-cac
-ceu
-ccG
+bhx
+biw
+bjv
+bky
+blS
+bnl
+boJ
+bpU
+brd
+bsq
+btF
+buw
+bvu
+bwA
+bpS
+byR
+bzS
+bAG
+bBI
+bCJ
+bCJ
+bCJ
+bCJ
+bxz
+bGY
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bLz
+ccb
+bpM
+bvp
+bpM
+bpM
+bwu
+bpM
+bwu
+bpM
+bwu
+bpM
+bpM
+bRQ
+bpM
+bpM
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
-aab
-aab
-cga
-cgs
-cgr
-chi
-chz
-cgr
-chi
-chz
-cgr
-ciU
-cga
aaa
aaa
aaa
@@ -82091,143 +80050,143 @@ aaa
aaa
aaa
aaa
-aaB
-aaK
-aaB
-aaX
-abi
-abz
-abQ
-abQ
-abQ
-abx
-abi
-aaB
-abi
-adH
-adH
-ace
-abi
-adH
-adH
-abi
-aaB
-ahm
-aaJ
-abi
-aiz
-aaH
aaa
aaa
aaa
aaa
-aea
-aly
-amg
-amg
+aac
+aad
+agw
+agL
+agX
+agX
+agK
+agw
+aiO
+bWg
+ajq
+akR
+alF
+akR
+akT
anE
-amg
-app
-alR
-arf
-amg
-auC
-aud
-avB
-awO
-awO
-awO
-aAn
-aBw
+aog
+agx
+apr
+aqb
+aqS
+arW
+asJ
+atG
+auM
+avx
+awK
+aym
+azh
aAm
-aAm
-aAm
-aGl
-aAm
-aAm
-aJX
-aLm
-aGk
-aNX
-aPh
-aQu
-aRB
-aAe
-aAe
-aUz
-aVE
-aAe
-aXG
-aAd
-aZK
-baL
-bbz
-aZO
-aZO
-aZO
-bff
-bgk
-bgk
-bgk
-bgk
-bkB
-bgk
-bgk
-bgk
-bgk
-bgk
-bgk
-bgk
-bgk
-bwf
-bxu
-aZO
-aZO
-aZO
-aZO
-aZO
-aZO
-bGJ
-bHZ
-bJi
-aZO
-aZO
-aZO
-bfg
-aZO
-aZO
-bfe
-aYZ
-aZO
-aZO
-bWt
-aZO
-aZO
-bZl
-cac
-caG
-cbu
-cac
-ccD
-cdf
-cac
-cac
-ces
-ccG
-aab
-aab
+aBq
+aCn
+aDj
+aDj
+aEG
+aFl
+aGf
+aGY
+aHX
+aIO
+aKi
+aLz
+aHV
+aNC
+aOD
+aPo
+aPo
+aRu
+aSv
+aTr
+aUq
+aVk
+aWh
+aXj
+aWh
+aZg
+aZU
+aSu
+bbP
+bcB
+aBT
+aFk
+bZg
+beX
+beX
+beX
+beX
+bjw
+bky
+blT
+bZF
+boK
+bpS
+bre
+bsr
+btG
+bux
+bvv
+bwB
+bpS
+byS
+bzT
+bAH
+bBH
+bCL
+bDK
+bEN
+bFF
+bxz
+bGY
+bHC
+bpM
+bIQ
+bJD
+bKl
+bpM
+bpN
+bvp
+bpM
+bND
+bpM
+bOG
+bOG
+bOG
+bOH
+bOG
+bOG
+bOG
+bwu
+bvp
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bLt
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
-cga
-cgs
-cgr
-chi
-chz
-cgr
-chi
-chz
-cgr
-ciU
-cga
aaa
aaa
aaa
@@ -82348,143 +80307,143 @@ aaa
aaa
aaa
aaa
-aaC
-aaH
-aaP
-aaY
-abi
-abA
-abR
-ace
-abi
-abi
-abi
-aaT
-aaJ
-abi
-abi
-abi
-aaJ
-abi
-abi
-abi
-aaT
-ahn
-ahG
-aid
-aiA
-aaH
aaa
aaa
aaa
-aab
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-aea
-ats
-aue
-avC
-awO
-axS
-ayY
-aAo
-aAm
-anM
-aAm
-aFg
-aGk
-aHE
+aaa
+aac
+aaa
+agx
+agK
+agX
+agX
+bWc
+agw
+aiP
+bWh
+ajq
+akU
+alI
+amq
+amY
+anF
+aoh
+agw
+aps
+aqc
+aqZ
+ajh
+asK
+atH
+auN
+avx
+awL
+avx
+azh
+aAn
+aBr
+aBs
+aBs
+aDV
+aEF
+bWX
+aGg
+aGX
+aHW
aIP
-aAo
-aLn
-aGk
-aNY
-aPi
-aQv
-aRC
-aSt
-aTD
-aUA
-aVF
-aHw
-aXG
-aAd
-aZK
-aZO
-bvQ
-aZO
-aZO
-aZO
-bfg
-aZO
-aZO
-aZO
-aZO
-bkC
-blJ
-bmL
-bnS
-aZO
-aZO
-aZO
-btm
-buO
-bwg
-bJK
-byH
-bzW
-bBb
-bBb
-bBb
-bBb
-bGK
-bIa
-aZO
-bKw
-bLy
-bBb
-bBb
-bBb
-bQx
-bRH
-bSO
-blJ
-bnS
-aZO
-aZO
-bYq
-bZl
-cac
-caG
-cbv
-cac
-ccE
-cdg
-cac
-cac
-ces
-ccG
-ccG
-ccG
-cfB
-cfZ
-cgs
-cgr
-chi
-chz
-cgr
-chi
-chz
-cgr
-ciU
-cfW
+aKj
+aLA
+aHV
+aND
+aOE
+aOF
+aOF
+aRv
+aSw
+aTs
+aUr
+aSu
+aWi
+aXk
+aYc
+aZh
+aZV
+aSu
+bbQ
+bcB
+aBT
+aFk
+bZh
+bem
+bgk
+bhy
+beX
+beX
+bkz
+blU
+bnn
+beX
+bpS
+bpS
+bpS
+bpS
+bpS
+bpS
+bpS
+bpS
+buy
+buy
+bAI
+bBI
+bCJ
+bDL
+bEM
+bFG
+byU
+bGZ
+bHC
+bHC
+bvp
+bGl
+bvp
+bpR
+bvp
+bvp
+bpM
+bFC
+bpM
+bOH
+bOH
+bOH
+bQb
+bOG
+bOG
+bOG
+bwu
+bRR
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -82606,142 +80565,142 @@ aaa
aaa
aaa
aaa
-aaG
-aaM
-aaS
-abj
-abB
-aaB
-acf
-acv
-aaO
-abe
-act
-adv
-acc
-adZ
-aes
-aes
-aaO
-abj
-agr
-aaM
-abe
-aaS
-aaH
-aaH
-ahH
aaa
aaa
-aab
-aab
aaa
-aab
-aab
+aac
aaa
-aab
-aab
-aab
-aab
-aab
-aea
-avq
-auf
-avD
-awO
-axT
-ayZ
-aAp
-aBx
-aCK
-aEd
-aFh
-aGk
-aGk
-aIQ
-aJY
-aHB
-aGk
-aNX
-aPj
-aQu
-aRD
+agx
+agM
+agX
+aht
+ahR
+air
+aiQ
+ajs
+ake
+akV
+alJ
+amr
+amZ
+anG
+aoi
+ajh
+ajh
+aqd
+ara
+ajh
+asL
+atI
+asL
+avB
+awM
+ayn
+azh
+aAo
+bWK
+aBs
+aBs
+aDW
+azh
+bWY
+aGg
+aGX
+aHV
+aHV
+aHV
+aHV
+aHV
+aNE
+aOF
+aOF
+aOF
+aRw
aSu
-aTE
-aUB
-aVE
-aAe
-aXH
-aAd
-aZK
-aZO
-aZO
-bci
-bci
-bci
-bfh
-bci
-bfh
-bci
-bci
-bci
-bci
-bci
-bci
-bci
-bci
-bsb
-btn
-buP
-bwh
-bzi
-byI
-byI
-byI
-bCC
-bDX
-bFm
-byL
-bIb
-bJj
-bKx
-bLz
-bLz
-bLz
-bLz
-bLz
-bRI
-bLz
-bLz
-bLz
-bLz
-bXy
-bXy
-bZg
-cad
-caI
-cbw
-ccc
-ccF
-ccF
-cac
-cac
-cac
-ceR
-cfd
-cfd
-ceR
-cgb
-cgr
-cgP
-cgr
-cgr
-cgr
-cgr
-cgr
-cgr
-ciT
-cfW
+aSu
+aSu
+aSu
+aSu
+aSu
+aSu
+aSu
+aSu
+aSu
+aOF
+bcB
+aBT
+bYW
+bem
+bem
+bgl
+bhz
+biy
+bjx
+bkA
+blV
+bno
+boL
+bpV
+brf
+bss
+btH
+buy
+bvw
+bwC
+bxA
+bxz
+bzU
+bAJ
+bBJ
+cay
+bCJ
+bCJ
+bCJ
+bxz
+bGY
+bvp
+bFC
+bIR
+bJE
+bvp
+bpM
+bvp
+bvp
+bpM
+bFC
+bpM
+bOG
+bOG
+bOG
+bQc
+bOH
+bOH
+bOH
+bwu
+bvp
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -82863,142 +80822,142 @@ aaa
aaa
aaa
aaa
-aaG
-aaN
-aaT
-abk
-abC
-aaT
-acg
-acw
-aaT
-acU
-adi
-abi
-adI
-aaz
-aaJ
-abi
-aaz
-aga
-ags
-agO
-aho
-aaT
aaa
aaa
aaa
+aac
aaa
-aab
-aab
-aaa
-aaa
-aaa
-ajM
-aab
-aaa
-aab
-ajM
-aaa
-aab
-asa
-auU
-aug
-avE
-awO
-axS
-aza
-aAq
-aBy
-aCL
-aCL
-aFi
-aGk
-aHF
-aIR
-aJZ
-aLo
-aLo
-aNZ
-aJK
-aAe
-aRE
-aLo
-aLo
-aLo
-aVG
-aAe
-aAe
-aJQ
-aZK
-aYZ
-bbA
-bci
-bdm
-bdp
-bdo
-bgl
-bhz
-bhT
-bju
-bkD
-bhz
-bmM
-bnT
-bph
-bci
-bsc
-bto
-buQ
-bwi
-bJL
-byI
-bzX
-bBc
-bCD
-bDY
-bFn
-byL
-bIc
-bJk
+agx
+agN
+agX
+ahu
+ahS
+agw
+agw
+agw
+akf
+akW
+alK
+akW
+ana
+agw
+aoj
+ajh
+apt
+aqe
+arb
+arX
+asM
+atJ
+auO
+auO
+auO
+auO
+azi
+aAp
+bWK
+aBs
+aBs
+aDX
+azh
+aFm
+aGg
+aGX
+aHY
+aIQ
+aKk
+aIb
+aKy
+aNE
+aOF
+aPp
+bXt
+aRx
+aOF
+aTt
+aZW
+aUs
+aWj
+aUs
+aUs
+aUs
+bYo
+baV
+aZi
+bcC
+azE
+bdI
+ben
+beZ
+bgm
+bhA
+biy
+bjy
+bkB
+blW
+bnp
+bnp
+bpW
+brg
+bst
+btI
+buz
+bvx
+bwD
+bxB
+byT
+bzV
+bAK
+bBI
bCM
+bDM
+bEO
+bFH
+bGn
+bHa
+bpR
+bpM
+bFN
+bGl
+bKm
+bpM
bLA
-bMF
-bMF
-bMF
-bMF
-bMK
-bSP
-bUf
-bSP
-bLz
+bMq
+bpM
+bNE
+bpM
+bOG
+bOG
+bOG
+bOH
+bOG
+bOG
+bOG
+bwu
+bvp
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
-aab
-bZg
-bZg
-bZg
-bZg
-bZg
-ccG
-ccG
-cdB
-ccG
-ccG
-ceQ
-ccG
-ccG
-ccG
-cfY
-cgq
-cgq
-cgq
-chA
-chR
-chR
-chR
-cgr
-cih
-cfW
aaa
aaa
aaa
@@ -83120,142 +81079,142 @@ aaa
aaa
aaa
aaa
-aaG
-aaN
-aaZ
-abj
-abD
-aaT
-ach
-acx
-aaT
-acV
-adj
-aaJ
-abi
-adv
-abi
-aeU
-afp
-agb
-ags
-ags
-ahp
-aaH
+aaa
+aaa
+aaa
+aac
+aaa
+agw
+agN
+agX
+ahv
+ahT
+agw
+aiR
+ais
+akg
+ais
+alL
+ais
+anb
+ais
+aok
+ajh
+apu
+aqf
+arc
+apu
+asL
+atK
+asL
+avC
+awN
+ayo
+azi
+aAq
+aBs
+aBr
+aBs
+aDY
+aEF
+bWZ
+aGh
+aGZ
+aHZ
+aIR
+aKl
+aIb
+aMy
+aNF
+aOG
+aPq
+aQy
+aRy
+aOF
+aTu
+bXB
+aUt
+aUt
+bXT
+aUt
+aUt
+aUt
+bYu
+aZi
+aGX
+aBT
+bYW
+bem
+bfa
+bem
+bhB
+biy
+bjz
+bkC
+blX
+bnq
+boM
+bpX
+brh
+bsu
+btJ
+buA
+bvy
+bwE
+bxC
+byU
+bzW
+bAL
+bBK
+bCN
+bDN
+caR
+bFI
+byU
+bHb
+bHD
+bpM
+bIS
+bJF
+bKn
+bpM
+bpM
+bpM
+bpM
+bvp
+bpM
+bpM
+bwu
+bpM
+bwu
+bpM
+bwu
+bpM
+bpM
+bRS
+bpM
+bpM
+bpM
+bpM
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
aaa
-ajL
aaa
aaa
aaa
aaa
aaa
-aab
-aab
-ajM
-aab
-aaa
-aab
-asa
-avM
-aug
-avE
-awO
-axU
-azb
-aEG
-aBz
-aAm
-aEd
-aFj
-aGk
-aHG
-aIS
-aKa
-aLp
-aMB
-aOa
-axi
-aQw
-aRF
-aMB
-aMB
-aMB
-aVH
-aWz
-aAe
-aJQ
-aZK
-aZO
-aZO
-bcj
-bdn
-bdo
-bfi
-bdo
-bhz
-bhT
-bhz
-bkD
-bhz
-bhz
-bhz
-bhz
-bci
-bsd
-btp
-buR
-bwj
-bJN
-byJ
-bzY
-bBd
-bCE
-bDZ
-bFo
-byL
-bIc
-bJk
-bCM
-bLA
-bMG
-bNX
-bNX
-bQy
-bMK
-bSQ
-bUg
-bSP
-bLz
-aab
-aab
-aab
-aab
aaa
aaa
-bZg
-ccH
-cac
-cac
-cac
-cac
-ceP
-cfd
-cfd
-ceP
-cgc
-cgt
-cgQ
-cgQ
-cga
-chS
-cgs
-chR
-cgr
-cih
-cga
aaa
aaa
aaa
@@ -83354,165 +81313,165 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaL
-aaO
-aaP
-abl
-abE
-aaT
-aci
-acy
-aaT
-acW
-adk
-adk
-adJ
-aaB
-aet
-aaJ
-aaB
-agc
-agt
-agP
-ahq
-aaT
-aaa
-aaa
-aaa
-aaa
-alt
aab
aaa
aaa
aaa
-aab
-aab
-aab
-aab
-afL
-aab
-aab
-asa
-avr
-auh
-avF
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+agw
+agx
+agx
+agw
+agw
+agw
+bWe
+ais
+akh
+akX
+alM
+ams
+anc
+ais
+aok
+ajh
+apv
+aqg
+ard
+apu
+asL
+atL
+auP
+avD
awO
-axS
-ayY
-aEF
-aBA
-aCM
-aEe
-aFk
-aGk
-aHH
-aIT
-aKb
-aLq
-aMC
-aOb
-aPl
-aQx
-awF
-aSv
-aTF
-aTF
-aTF
-aWA
-aXI
-aAd
-aZK
-aZO
-aZO
-bcj
-bdo
-bef
-bfj
-bgm
-bhz
-bhT
-bhz
+ayp
+azi
+aAm
+aBs
+aCo
+aDk
+aDk
+aEH
+bXa
+aGi
+aHa
+aIa
+aIS
+aKm
+aIb
+aMz
+aNG
+aOF
+aPr
+aQz
+aRz
+aOF
+aTu
+aUt
+bXF
+bXM
+bXM
+bXM
+aXm
+aZX
+baW
+aZi
+aGX
+aBT
+bdJ
+beo
+bfb
+beo
+beo
+beo
+beo
bkD
-bhz
-bmN
-bmQ
-bpi
-bci
-bse
-btq
-buS
-bwh
-bJM
-byI
-bzZ
-bBe
-bCF
-bEa
-bFp
-byL
-bIb
-bJl
-bKx
-bLA
-bMH
-bNY
-bPg
+beo
+bnr
+boN
+bpY
+bZL
+bnr
+bes
+bes
+bes
+bes
+bes
+bes
+bxz
+bAM
+bBI
+bCO
+bBI
+bEP
+bFJ
+bxz
+bxy
+bxx
+bpM
+bpM
+bpM
+bpM
+bpM
+bLB
+bpR
+bpM
+bvp
+bpM
+bOI
+bvp
+bvp
+bvp
bQz
-bRJ
-bSR
-bUg
-bSP
-bLz
-aaa
-aaa
-aab
+bQU
+bpN
+bvp
+bvp
+bvp
+byL
+bvp
+bwu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
-bZg
-ccI
-cdh
-cdC
-cdX
-cev
-ccG
-ccG
-ccG
-ccG
-cgd
-cgu
-cgt
-cgt
-chB
-cgr
-cgr
-cgr
-cgr
-cih
-cfW
aaa
aaa
aaa
@@ -83615,6 +81574,7 @@ aaa
aaa
aaa
aaa
+aav
aaa
aaa
aaa
@@ -83635,141 +81595,140 @@ aaa
aaa
aaa
aaa
-aaC
-aaU
-abe
-abe
-aaU
-aaH
-abe
-aaU
-abe
-aaH
-aaH
-abe
-act
-aeu
-aaA
-aaM
-abe
-aaH
-aaH
-abe
-ahH
aaa
aaa
aaa
-aab
-alt
-aab
-aab
-aab
-aaa
-aab
-aaa
-aaa
-aab
-aab
-aab
-aab
-aea
-asV
-aui
-avG
-awO
-awO
-awO
-aEH
-aBB
-awO
-awO
-awO
-awO
-awF
-aSP
-axD
-aLr
-aMD
-aTp
-aPm
-aQy
-aLr
-aLr
-aMK
-aUC
-aMK
-aLr
-aLr
-aLr
-aZL
-aZO
-aZO
-bcj
-bdp
-bdo
-bfk
-bdo
-bhA
-bhT
-bhz
-bkD
-bhz
-bmO
-bhz
-bpj
-bci
-bci
-bci
-bci
-bhF
-bNy
-byI
-bAa
-bBe
-bBe
-bEa
-bFq
-byL
-bId
-bBk
-bCJ
-bLA
-bMI
-bNZ
-bNZ
-bQA
-bMK
-bSS
-bUg
-bVk
-bLz
-bXz
-bXz
-bXz
-bXz
-bXz
-bXz
-bXz
-bZg
-bZg
-bZg
-ccG
-ccG
-ccG
+aad
+aad
+aad
+aad
+aad
+aad
+bWe
+ajt
+bWl
+akY
+alN
+amt
+and
+ais
+aol
+ajh
+apu
+aqh
+are
+apu
+asL
+atM
+asL
+avE
+awP
+ayq
+azi
+aAr
+aBt
+aCp
+aDl
+aDZ
+aEF
+bWX
+aGg
+aGX
+aIb
+aIT
+aKn
+aIb
+aMA
+aNH
+aOF
+aPs
+aQA
+aQx
+aOF
+aTw
+aUt
+bXF
+aWk
+aXl
+aYd
+bYg
+aZY
+baW
+aZi
+aGX
+aBT
+bYW
+beo
+bfc
+bgn
+bhC
+bgn
+bgn
+bkE
+beo
+bns
+boO
+bpZ
+brj
+bsv
+bet
+buB
+bvz
+bwF
+bxD
+bes
+bxz
+bAN
+bBL
+bCP
+bDO
+bEQ
+bxz
+bxz
+bpR
+bHE
+bDb
+bDb
+bJG
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bOh
+boC
+bPj
+bFC
+bPk
+bPk
+bPk
+bPk
+bPk
+bPk
+bPk
+bvp
+bpM
+bpM
+bpM
+bpM
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
-cfW
-cgv
-cgv
-cgv
-cga
-chT
-cgr
-cih
-cig
-ciV
-cga
aaa
aaa
aaa
@@ -83901,132 +81860,115 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aea
-aev
-aea
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-aeV
-afq
-alu
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-asW
-auj
-avH
-awP
-axV
-azc
-aAu
-aBC
-axV
-awP
-aFl
-aGm
-awP
-aIV
-aKc
-aLr
-aME
-aSQ
-aPn
-aQz
-aRG
-aSw
-aTG
-aUD
-aVI
-aWB
-aXJ
-aLr
-aZM
-aZO
-aZO
-bck
-bdq
-bdq
-bdq
-bgn
-bhB
-bdq
-bdq
-bdq
-bdq
-bmP
-bhz
-bhz
-bqp
-bsf
-btr
-buT
-btt
-bJX
-byK
-bAb
-bBf
-bCG
-bDY
-bFr
+aad
+bWe
+aju
+akj
+akZ
+alO
+amu
+ane
+ais
+aok
+ajh
+apu
+aqi
+arf
+arY
+asL
+asL
+asL
+avF
+awQ
+ayr
+azi
+azi
+azi
+azi
+azi
+azi
+azh
+aFk
+aGg
+aGX
+aIc
+aIc
+aIc
+aIc
+aJb
+aNI
+aOF
+aPt
+aQB
+aRA
+aSx
+aTx
+aUu
+bXG
+aWl
+bXU
+bXU
+bYh
+aZZ
+baX
+bbR
+bcD
+aBT
+bYW
+beo
+bfd
+bgo
+bfc
+bfc
+bjA
+bkF
+beo
+bnt
+boP
+bpZ
+brk
+bsy
+bes
+buC
+bfq
+bfq
+bxE
+bes
+buy
+bxz
+bxz
+bxz
+bxz
+bxz
+bxz
+bGo
+bDb
+bHF
+bvp
+chr
+bJH
+bKo
+bKX
byL
-bIe
-bTW
-bCK
-bLA
-bMJ
-bOa
-bPh
-bQB
-bRK
-bST
-bUh
-bVl
-bLA
-bXA
-bUi
-bZm
-cae
-caJ
-cbx
-bXz
-ajM
-ajM
-aab
-aaa
-aaa
-afL
-aaa
-aaa
-aaa
-cge
-cgw
-cgq
-cgq
-chC
-cgN
-cii
-cip
-cgq
-cgw
-ciE
+bMr
+bpM
+bpO
+bOi
+bOJ
+cbO
+bFC
+bNL
+bQA
+bQV
+ced
+bQV
+bRT
+bPk
+bvp
+cbP
+bvp
+cga
+bpM
aaa
aaa
aaa
@@ -84053,6 +81995,23 @@ aaa
aaa
aaa
aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
aaa
aaa
aaa
@@ -84158,136 +82117,115 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aea
-aew
-aeV
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-aiZ
-afr
-alS
-akl
-akz
-agd
-alz
-agd
-amO
-anF
-aoj
-agd
-aqh
-agd
-aiB
-asX
-auk
-avI
-awQ
-axW
-azd
-aAv
-aBD
-aCN
-aCN
-aFm
-aGn
-aCN
-aIW
-aKd
-aLr
-aMF
-aTq
-aPo
-aQA
-aPn
-aPn
-aTH
-aPn
-aVJ
-aPn
-aXK
-aLr
-aZN
-aZO
-aZO
-bck
-bdq
-bdq
-bdq
-bgo
-bhC
-biA
-bjv
-bjv
-blK
-bmQ
-bnU
-bpk
-bci
-bsg
-bts
-buU
-bhF
-bNz
-byL
-byL
-byL
-byL
-bEb
-byL
-byL
-bIf
-bJm
-bCK
-bLA
-bMK
-bLA
-bPi
-bQC
-bLA
-bSU
-bUi
-bUi
-bUi
-bUi
-bUi
-bUi
-bUi
-caK
-cby
-bXz
-bXz
-bXz
-bXz
-bXz
-bXz
-aab
-aaa
-aaa
-aaa
-aaa
-cfW
-cgR
-chj
-chD
-chU
-cgr
-ciq
-ciB
-cfW
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
+bWe
+ajv
+aki
+ala
+alP
+amv
+anf
+ais
+aom
+ajh
+ajh
+ajh
+ajh
+ajh
+ajh
+atN
+asL
+asL
+awR
+asL
+auO
+auO
+auO
+auO
+auO
+auO
+aEI
+aFk
+aGg
+aHb
+aIc
+aIU
+aKo
+aIc
+aJb
+aNJ
+aOF
+aPu
+aQx
+aRB
+aOF
+aTy
+aUt
+aUt
+aWm
+aUt
+aYe
+aUt
+baa
+baY
+aZi
+aGX
+aBT
+bYW
+beo
+bfe
+bgn
+bgn
+bgn
+bgn
+bkG
+beo
+bnt
+boQ
+bqa
+brk
+bsx
+bet
+buD
+bfq
+bwG
+bxF
+bes
+bzX
+bAO
+bes
+bzX
+bAO
+bes
+bFK
+bGp
+bHc
+bHc
+bHc
+bHc
+bHc
+bHc
+bHc
+bGm
+bpM
+bpM
+bNF
+bvp
+bGp
+bIl
+bvp
+bNL
+bQB
+bQW
+bRk
+bRF
+bRU
+bPk
+bvp
+bpM
+bQU
+cgb
+bpM
aaa
aaa
aaa
@@ -84312,7 +82250,28 @@ aaa
aaa
aaa
aaa
+acJ
+acJ
+bUl
+acJ
+acJ
+acJ
+acJ
+bUl
+acJ
+acJ
+acJ
+acJ
+bUl
+acJ
+acJ
+acJ
+acJ
+bUl
+acJ
+acJ
aaa
+acJ
aaa
aaa
aaa
@@ -84415,131 +82374,115 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aea
-aex
-aeW
-afr
-agd
-agd
-agd
-agd
-ahI
-aie
-aiB
-aja
-ajq
-alC
-akm
-akm
-akm
-akm
-age
-age
-age
-age
-age
-age
-age
-age
-age
-age
-aqm
-age
-age
-aze
-aAw
-aBE
-aCO
-ckj
-aFn
-aGo
-aCO
-aCO
-aCO
-aLs
-aMG
-aOf
-aPp
-aQB
-aPp
-aSx
-aTI
-aKQ
-aTI
-aTI
-aXL
-aLr
-aZO
-aZO
-aZO
-bcj
-bdo
-bdp
-bfl
-bpE
-bhD
-bhU
-bhz
-bkE
-bqS
-bmR
-bnV
-bpl
-bci
-bci
-btt
-buV
-bwk
-bxC
-byM
-bAc
-bBg
-bCH
-bEc
-bFs
-bGL
-bIg
-bJn
-bKy
-bLB
-bML
-bOb
-bPj
-bQD
-bRL
-bPj
-bUi
-bVm
-bWu
-bUi
-bYr
-bZn
-bUi
-bYv
-bYv
-ccd
-ccJ
-cdi
-cdD
-cdY
-bXz
-bXz
-aaa
-aaa
-aaa
-aaa
-cfW
-cgS
-chk
-cgr
-cgr
-cgr
-ciq
-ciC
-cfW
+aad
+bWe
+ajw
+aki
+akY
+alQ
+akY
+ang
+ais
+aon
+aoN
+apw
+apw
+apw
+arZ
+asN
+apw
+auQ
+avG
+awS
+ays
+azj
+aAs
+aBu
+aCq
+aDm
+auO
+aEJ
+aFk
+aGi
+aHa
+aId
+aIV
+aKp
+aIc
+aJb
+aNK
+aOF
+aPv
+aQC
+aRC
+aOF
+aOF
+aUv
+aUt
+aWn
+aXm
+aOF
+aZi
+bab
+aZi
+aOF
+bcE
+bdn
+bYX
+bep
+bff
+bgp
+bgp
+bgp
+bgp
+bkH
+beo
+bnv
+boP
+bpZ
+brk
+bsy
+bes
+buE
+bvA
+boV
+bxG
+bes
+bzY
+bDP
+bes
+bzY
+bDP
+bes
+bFL
+bGp
+bHc
+cbw
+cbz
+cbz
+cbz
+cbL
+bHc
+bLC
+bMs
+bIl
+bHA
+bpN
+bGp
+bFC
+bvp
+bNL
+bQC
+bQC
+bQC
+bRF
+bRU
+bPk
+byL
+bpM
+bwu
+bpM
+bpM
aaa
aaa
aaa
@@ -84566,10 +82509,26 @@ aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
+bOc
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+acJ
aaa
aaa
aaa
@@ -84672,162 +82631,162 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aea
-aea
-aeX
-aft
-aex
-agu
-agQ
-ahs
-ahJ
-aif
-aiC
-ajd
-ajr
-ajO
-akm
-aaa
-aaa
-aaa
-akn
-amP
-agv
-agv
-akn
-amP
-agv
-agv
-akn
-aul
-avJ
-awR
-akn
-azf
-aoL
-aBF
-aCP
-aCP
-aFo
-aGp
-aHI
-aHI
-aHI
-aLs
-aMH
-aOg
-aPn
-aQC
-aPn
-aPn
-aTH
-aPn
-aVJ
-aPn
-aXM
-aLr
-aZO
-aZO
-aZO
-bcj
-bdr
-beg
-bfm
-bpF
+aad
+bWe
+ajx
+akk
+alb
+alR
+amw
+ane
+bWe
+aoo
+anH
+anH
+anH
+anH
+anH
+asL
+atO
+auO
+avH
+awT
+ayt
+azk
+aAt
+aBv
+awV
+awV
+auO
+ayI
+aFp
+aGh
+aGZ
+aIe
+aIW
+aKq
+aIc
+aMB
+aNL
+aOH
+aOH
+aOH
+aOH
+aOH
+aOH
+aUw
+aUt
+aUt
+aXn
+aYf
+aZj
+bac
+aZj
+aZj
+aGX
+aBT
+bYW
+beo
+bZk
+bgq
+bhE
+biz
bhD
-bhU
-bhz
-bkE
-buY
-bmN
-bmQ
-bmQ
-bci
-bsh
-btu
-buW
-bwl
-bxD
-byN
-bAd
-bBh
-bCI
-bEd
-bEd
-bEd
-bIh
-bJo
-bKz
-bLC
-bMM
-bOc
-bPk
-bQE
-bRM
-bSV
-bUj
-bVn
-bWv
-bXB
-bYs
-bZo
-caf
-bZo
-bZo
-cce
-ccK
-cdj
-cdE
-cdZ
-cew
-ceS
-aab
-aab
-aab
-aaa
-cge
-cgT
-chl
-chE
-chV
-chE
-cir
-ciD
-ciE
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bkI
+beo
+bnw
+boS
+bpZ
+brl
+bsz
+bet
+buF
+biF
+boV
+bxH
+bes
+bzZ
+bAQ
+bes
+bCR
+bAQ
+bes
+bFM
+bGp
+bHc
+cbx
+bIn
+bIo
+bIp
+cbM
+bHc
+bvp
+bMn
+bIl
+bpQ
+bvp
+bGp
+bpM
+bvp
+bNL
+bQC
+bQC
+bRl
+bNL
+bNL
+bNL
+bNL
+bNL
+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
+bTT
+bUd
+bUd
+bUd
+bTT
+bTT
+bTT
+bTT
+bTT
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bSv
+bUl
+aad
aaa
aaa
aaa
@@ -84929,161 +82888,161 @@ aaa
aaa
aaa
aaa
+bdx
+bWe
+bWe
+akl
+alc
+alc
+alc
+anh
+bWe
+aop
+aoO
aaa
aaa
aaa
-aaa
-aaa
-aeX
-afs
-age
-age
-age
-age
-age
-age
-age
-ajc
-akx
-age
-age
-akA
-akA
-akA
-akn
-ajb
-anG
-agv
-akn
-ajb
-agv
-agv
-akn
-aum
-avK
-awS
-axX
-azg
-aAx
-aBG
-aCQ
-aCQ
-aFp
-aGp
-aHJ
-aHJ
-aKe
-aLs
-aMI
-aOg
-aPn
-aQC
-aPn
+asa
+asO
+atP
+auO
+avI
+awU
+ayu
+azl
+aAu
+aBw
+aCr
+aDn
+auO
+auO
+aFq
+aGg
+bXk
+aIc
+aIc
+aIc
+aIc
+aJb
+aNL
+aOH
+aOH
+aQD
+aRD
aSy
-aTJ
-aUE
-aVK
-aWC
-aXN
-aLr
-aZO
-aZO
-aZO
-bcj
-bds
-beh
-bfn
-bpE
-bhD
-bhU
-bhz
-bkE
-blN
-bmS
-bnW
-bnW
-bqq
-bsi
-btv
-buX
-bwm
-bwm
-bwm
-bxJ
-bBi
-bCJ
-bEe
-bEj
-bGM
-bIi
-bYT
-bKA
-bEj
-bMN
-bOd
-bPl
-bQF
-bRN
-bSW
-bUk
-bVo
-bWw
-bXC
-bYt
-bZp
-bUi
-caL
-bYy
-bYy
-bYy
-bYy
-bYy
-cea
-cex
-bXz
-aaa
-aab
-aaa
-aaa
-aaa
-cge
-cga
-cga
-cga
-cga
-cga
-ciE
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aOH
+aUx
+aUt
+aWo
+aXn
+aYg
+aBT
+bYp
+aBT
+aBT
+aGX
+aBT
+bYW
+beo
+beo
+beo
+beo
+beo
+beo
+bkJ
+beo
+bnr
+boN
+bpY
+bri
+bnr
+bes
+bet
+bvB
+bwH
+bet
+bes
+bAa
+bAR
+bes
+bCS
+bDR
+bes
+bes
+bGp
+bHc
+bHH
+bIo
+bHG
+bJI
+bKp
+bHc
+bLD
+bLD
+bLD
+bLD
+bLD
+bGp
+bKF
+bPB
+bNL
+bQC
+bQC
+bRl
+bNL
+bRV
+bSm
+bSx
+bSJ
+bSQ
+bSQ
+bSQ
+bTo
+bSQ
+bSQ
+bSQ
+bSQ
+bTo
+bSQ
+bSQ
+bSQ
+bSQ
+bTo
+bSQ
+bSQ
+bSQ
+bSQ
+bTo
+bSQ
+bSQ
+bSQ
+bSQ
+bTo
+bSQ
+bSQ
+bSQ
+bTZ
+bUe
+bUm
+bUt
+bTT
+bUB
+bUI
+bUP
+bUd
+bUW
+bVc
+bVf
+bVm
+bVr
+bVw
+bVB
+bVF
+bVe
+bVL
+bUV
aaa
+acJ
aaa
aaa
aaa
@@ -85188,159 +83147,159 @@ aaa
aaa
aaa
aaa
+bdx
+aad
+aad
+aad
+aad
+aad
+bWr
+aoq
+anH
aaa
aaa
-aab
-aeX
-afs
-age
-agv
-agv
-agv
-agv
-age
-aiD
-ajv
-ajt
-ajP
-akn
-akB
-akB
-akB
-akn
-ajb
-agv
-agv
-akn
-ajb
-agv
-agv
-akn
-aun
-avL
-awT
-axY
-azh
-aAy
-aBH
-aCR
-aEg
-aFq
-aGq
-aHK
-aHK
-aHK
-aLs
-aMJ
-aOh
-aPn
-aQD
-aRH
-aLr
-aMK
-aUF
-aMK
-aLr
-aLr
-aLr
-aZO
-aZO
-aZO
-bci
-bci
-bci
-bci
-bgq
-bhE
-bhU
-bjw
-bkE
-blO
-bmT
-bnX
-bnX
-bci
-bsj
-btw
-bGb
-bwn
-bxE
-byO
-bAe
-bBj
-bCK
-bEf
-bFt
-bGN
-bIj
-bYV
-bKB
+aaa
+asa
+asO
+atQ
+auO
+avJ
+awV
+ayv
+azm
+aAv
+aBw
+aCs
+aDn
+aEa
+auO
+aFr
+aGg
+aHd
+aIf
+aIX
+aKr
+aIf
+aJb
+aNM
+aOI
+aPw
+aQE
+aRE
+aSz
+aOH
+aTv
+aVl
+aUt
+aXn
+bXY
+bbY
+bad
+baZ
+baZ
+aHo
+azF
+bdK
+beq
+bfg
+bgr
+bhF
+biA
+bjB
+bkK
+blY
+bnx
+bfq
+bqb
+brm
+bsA
+btK
+buG
+bvC
+bwI
+bxI
+byV
+bwI
+bvC
+bBM
+bwI
+bDS
+bER
+bes
+bGp
+bHc
+bHI
+bIp
+bIo
+bIn
+bKq
+bHc
+bLE
+bMt
+bMX
+bNG
bLD
-bMO
-bOe
-bPm
-bOj
-cjq
-bSX
-bUl
-bVp
-bWx
-bUi
-bUi
-bUi
-bUi
-bYy
-bYy
-bYy
-cch
-bYy
-bYy
-ceb
-cey
-ceS
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bOK
+bNL
+bPC
+bNL
+bQD
+bQD
+bNL
+bNL
+bRW
+bPd
+bSy
+bNL
+bNL
+bNL
+bNL
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+bTT
+bTT
+bTT
+bTT
+bUf
+bUn
+bNW
+bTT
+bUC
+bUJ
+bUQ
+bUd
+bUX
+bVd
+bVg
+bVn
+bVs
+bVx
+bVC
+bVG
+bVe
+bVM
+bUV
aaa
+acJ
aaa
aaa
aaa
@@ -85448,143 +83407,119 @@ aaa
aaa
aaa
aaa
-aeX
-afu
-age
-agv
-agv
-agv
-agv
-aig
-aiE
-aje
-ajx
-ajQ
-akn
-akB
-akB
-akB
-akn
-and
-anH
-aow
-akn
-asQ
-arg
-aow
-akn
-auo
-ayz
-awU
-axX
-azi
-aEI
-aBH
-aBH
-aBH
-aBH
-aGr
-aHL
-aIX
-aIX
-aLs
-aMK
-aOi
-aMK
-aQE
-aLs
-aLr
-aTK
-aUG
-aVL
-aLr
-aLr
-aLr
-aSL
-aSL
-aSL
-bcl
-bdt
-bei
-bci
-bci
-bhF
-bci
-bci
-bci
-blP
-bmU
-bmU
-bmU
-bmU
-bsk
-btx
-bFx
-bwm
-bxF
-byP
-bAf
-bBk
-bCK
-bEg
-bFu
-bGO
-bFy
-bYU
-bFy
-bLE
-cjf
-bOf
+aaa
+aaa
+aaa
+agP
+agP
+agP
+aaa
+aaa
+aaa
+asa
+asO
+atR
+auO
+avK
+awW
+ayw
+azn
+aAv
+aBx
+aCt
+aDo
+aEb
+auO
+aFs
+aGj
+aHe
+aIf
+aIY
+aKs
+aIf
+aMC
+aNN
+aOH
+aOH
+aQF
+aRF
+aSA
+aOH
+aOH
+aOH
+aWp
+aXo
+aOH
+aOH
+bae
+aOH
+aOH
+aGX
+aBT
+bYX
+ber
+bfh
+bgs
+bhG
+biB
+bjC
+bkL
+blZ
+bfp
+boT
+bqc
+brn
+bsB
+bsB
+buH
+bvD
+boV
+bfq
+byW
+boV
+bAb
+bfq
+bCT
+biH
+bES
+bes
+bGp
+bHc
+bHJ
+bIq
+cbB
+bJJ
+bKr
+bHc
+bLF
+bMu
+bMY
+bNH
+bOj
+bOL
+ccm
+bPD
+bQd
+bQE
+bQE
+bRm
+bRG
+bRX
+bSn
bPn
-bQG
-cjp
-bSY
-bUi
-bVq
-bWy
-bXD
-bYu
-bZn
-bUi
-bYy
-cbz
-ccf
-ccL
-cch
-cdF
-cec
-cez
-bXz
-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
+bSK
+bSR
+bTa
+bTf
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
aaa
aaa
aaa
@@ -85597,7 +83532,31 @@ aaa
aaa
aaa
aaa
+agP
+bTW
+bTX
+bUa
+bUg
+bUo
+bUu
+bUz
+bUD
+bUK
+bUd
+bUd
+bUY
+bVe
+bVh
+bVe
+bVe
+bVe
+bVe
+bVH
+bVe
+bVN
+bUV
aaa
+acJ
aaa
aaa
aaa
@@ -85704,147 +83663,120 @@ aaa
aaa
aaa
aaa
-aab
-aeX
-afw
-age
-agv
-agv
-agv
-agv
-agv
-aiF
-ajw
-alr
-ajR
-akn
-akC
-akT
-akC
-amh
-amR
-anI
-aox
-amh
-amR
-anI
-asb
-asY
-aup
-ayA
-awV
-asY
-azj
-aAz
-aso
-aso
-aso
-aso
-aGs
-aHM
-aIX
-aKf
-aLt
-aML
-aOj
-aPq
-aQF
-aQI
-aSz
-aTL
-aSA
-aSz
-aWD
-aYG
-aSA
-bvM
-aSA
-aSA
-bcm
-bdu
-bng
-bfo
-bgr
-bhG
-biC
-bjx
-bkF
-blQ
-bmV
-biC
-bpm
-biC
-bsl
-bty
-bGd
-bwo
-bxG
-byQ
-bAe
-bBl
-bCK
-bEg
-bFv
-bFy
-bFy
-bYU
-bFy
-bEg
-cjf
-bOg
-bPo
-bQH
-cjp
-bSZ
-bUi
-bVr
-bWz
-bXE
-bYv
-bYv
-cag
-bYy
-bYy
-ccg
-ccM
-bYy
-cdG
-ced
-ceA
-ceS
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+asa
+asO
+atS
+auO
+avL
+awX
+ayx
+azo
+aAw
+aBy
+azl
+aDp
+aEc
+auO
+aFr
+aGg
+aHd
+aIf
+aIZ
+aJb
+aLB
+aJb
+aNN
+aOH
+aPx
+aPz
+aPz
+aPz
+aTz
+aOH
+aVm
+aVn
+aVn
+aYh
+aYh
+baf
+bba
+bbS
+aGX
+aBT
+bYW
+beq
+bfi
+bgt
+bhH
+biA
+bjD
+bkM
+bma
+bny
+blZ
+bqd
+bro
+bsC
+btL
+bkM
+bvE
+bwJ
+bxJ
+byX
+bAc
+bkM
+bBN
+bCU
+bDU
+bET
+bes
+bGp
+bHc
+bHc
+bIr
+bIT
+bJK
+bHc
+bHc
+bLG
+bMv
+bMZ
+bNI
+bOk
+bOM
+bPm
+bPc
+bPI
+bPd
+bPd
+bRn
+bNL
+bNL
+bNL
+bSz
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bQj
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
aaa
aaa
aaa
@@ -85856,6 +83788,33 @@ aaa
aaa
aaa
aaa
+bNx
+bTT
+bTT
+bTY
+bTT
+bUh
+bUp
+bUv
+bUA
+bUE
+bUL
+bUR
+bUU
+bUZ
+bVe
+bVe
+bVe
+bVt
+bVy
+bVe
+bVe
+bVe
+bVO
+bUV
+aad
+bUl
+aad
aaa
aaa
aaa
@@ -85950,168 +83909,168 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aab
-aeX
-afv
-age
-agv
-agv
-aht
-agv
-agv
-aiG
-ajf
-ajN
-ajS
-ako
-akD
-ajS
-akF
-ami
-ajS
-ajS
-akF
-apq
-ajS
-ajS
-akF
-asZ
-ajS
-avO
-awW
-akn
-atR
-aAA
-apE
-apE
-apE
-apE
-apU
-aHN
-aIX
-aKg
-aLu
-aMM
-aOk
-aPr
-aQG
-aQI
-aSA
-aTM
-aSA
-aSA
-aSA
-aSA
-aSA
-aSA
-aSA
-aSA
-aSA
-baf
-bej
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-bfp
-btz
-bGc
-bwo
-bxH
-bxH
-bxH
-bBm
-bCK
-bEh
-bFw
-bGP
-bIk
-bJs
-bKC
-bLF
-bMQ
-bOh
-bPp
-bQI
-cjr
-bTa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+arg
+arg
+arg
+arg
+auO
+auO
+auO
+auO
+auO
+aAx
+aBz
+auO
+auO
+auO
+auO
+aFt
+aGk
+aHd
+aIf
+aJa
+aKt
+aIf
+aMD
+aNN
+aOH
+aPy
+aPz
+aRG
+aSB
+aTA
+aUy
+aVn
+aVn
+aXp
+aYi
+aYi
+bag
+aYi
+bbT
+bcD
+aBT
+bYW
+beq
+bfj
+bgu
+bhI
+beq
+bes
+bkN
+bes
+bes
+boU
+bqe
+brp
+bsD
+btM
+bsE
+bvF
+bsE
+btM
+byY
+byY
+bAS
+bBO
+bAS
+byY
+byY
+bes
+bGp
+bGl
+bHc
+bIs
+bIU
+bJL
+bKs
+bHc
+bLH
+bMw
+bNa
+bNJ
+bOl
+bON
+bPn
+bPE
+bQe
+bPG
+bPd
+bRo
+bNL
+bRY
+bNL
+bSA
+bSL
+bSS
+bSL
+bTg
+bNL
+bNL
+bNL
+bTi
+bSL
+bTG
+bTI
+bTI
+bNL
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bTU
+bTT
+bTT
+bTT
bUi
-bVr
-bWA
-bXC
-bYw
-bZq
-bUi
-bYy
-bYy
-cch
-bYy
-bYy
-cdH
-cea
-ceB
-bXz
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bUq
+bUw
+bTT
+bUF
+bUM
+bUd
+bUd
+bUd
+bVe
+bVi
+bVe
+bVe
+bVe
+bVe
+bVI
+bVe
+bVP
+bUV
aaa
+acJ
aaa
aaa
aaa
@@ -86219,143 +84178,119 @@ aaa
aaa
aaa
aaa
-aeX
-afx
-age
-agw
-agv
-ajs
-agv
-agv
-aiH
-ajg
-ckb
-ajT
-akp
-akE
-akU
-alA
-amj
-akE
-amj
-alA
-amj
-akE
-akU
-ajz
-ata
-auq
-auq
-awX
-akY
-akY
-akY
-akY
-akY
-akY
-alc
-aQf
-aHM
-aIX
-aKh
-aLv
-aML
-aOl
-aPs
-aQH
-aRI
-aSB
-aTN
-aUH
-aTO
-aTO
-aTO
-aTO
-aTO
-aTO
-aTO
-bcn
-aSA
-aSA
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+apx
+aqj
+arh
+asb
+asP
+atT
+auR
+avM
+awY
+ayy
+azp
+aAy
+aBA
+aCu
+aCu
+aCu
+aEK
+aFu
+aGl
+aHf
+aIf
+aIf
+aIf
+aIf
+aME
+aNO
+aOH
+aPz
+bXu
+aRH
+aSC
+aTB
+aOH
+aVo
+aVn
+aXq
+aYj
+aZl
+bah
+aVn
+bbS
+aGX
+aBT
+bYW
+bes
+bfk
+bfk
+bfk
+bes
+bjE
bfq
-bgs
-bhH
-biD
-bjy
-bkG
-blR
-bmW
-bnY
-bpn
-bqr
-bsm
-btA
-bGf
-bwn
-bxE
-byR
-bAe
-bBj
-bCK
-bEg
-bRQ
-bFy
-bFy
-bJt
-bFy
-bEg
-bMR
-bOi
-bVS
+bmb
+bfk
+boV
+bqb
+bZM
+bsE
+btN
+buI
+bvG
+bwK
+bxK
+byY
+bAd
+bAT
+bBP
+bCV
+bCV
+byY
+bvp
+bGp
+bHd
+bHc
+bIt
+bIV
+bJM
+bKt
+bHc
+bLI
+bMx
+bNb
+bNK
bOj
-cjs
-bTb
-bUi
-bVs
-bWB
-bXC
-bXC
-bXC
-bXC
-caM
-cbA
-bYy
-bYy
-bYy
-cdI
-cee
-ceA
-ceS
-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
+bOO
+bPo
+bPF
+bQf
+bPF
+bQX
+bRp
+bRH
+bRZ
+bSo
+bSB
+bSE
+bST
+bSE
+bTh
+bTp
+bTu
+bTp
+bTj
+bSE
+bST
+bSE
+bSE
+bNL
aaa
aaa
aaa
@@ -86368,7 +84303,31 @@ aaa
aaa
aaa
aaa
+bTV
+abt
+abt
+bUb
+bUj
+bUr
+bUx
+bTT
+bUG
+bUN
+bUS
+bUd
+bVa
+bVe
+bVj
+bVo
+bVu
+bVz
+bVD
+bVJ
+bVe
+bVQ
+bUV
aaa
+acJ
aaa
aaa
aaa
@@ -86475,144 +84434,120 @@ aaa
aaa
aaa
aaa
-aab
-aeX
-afs
-age
-agv
-agv
-aht
-agv
-agv
-aiI
-ajh
-ajy
-ajS
-akq
-akF
-ajS
-ajS
-amk
-akF
-ajS
-ajS
-apr
-akF
-ajS
-ajS
-atb
-aur
-avP
-awY
-akY
-azk
-aAB
-aBI
-aCS
-akY
-aFr
-aQf
-aHM
-aIY
-aKi
-aKi
-aMN
-aOj
-aPt
-aQI
-aQI
-aSC
-aSA
-aSF
-aTP
-aTP
-aTP
-aTP
-aTP
-aTP
-aTP
-bco
-aSA
-aSA
-bfq
-bgt
-bhI
-biE
-bjz
-bkH
-blS
-bmX
-bnZ
-bpo
-bqs
-bsn
-btB
-bGe
-bwm
-bxF
-byP
-bAg
-bBk
-bCK
-bEg
-bRP
-bFy
-bIl
-bJu
-bKD
-bEi
-bMP
-bOj
-bOj
-bOj
-cjs
-bTc
-bUi
-bVt
-bWC
-bXD
-bYx
-bZr
-bUi
-bYy
-bYy
-cci
-cch
-bYv
-cdF
-cef
-ceC
-bXz
-aab
-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
+apy
+aqk
+ari
+asc
+asQ
+asc
+auS
+avN
+awZ
+ayz
+azq
+aAz
+aBB
+aCv
+aBB
+ayz
+aEL
+aFv
+aGm
+bXl
+aIf
+aJb
+aKu
+aKy
+aJb
+aNN
+aOH
+aPA
+aOH
+aOH
+aSD
+aOH
+aOH
+aVp
+aVn
+aXr
+aYk
+aZm
+bai
+aVn
+bbS
+aGX
+aBT
+bYW
+bes
+bfl
+bZn
+bZu
+biC
+bjF
+bkO
+bmc
+bfk
+boV
+bqb
+bZN
+bsD
+btO
+buJ
+bvH
+bwL
+bxL
+byY
+bAe
+cam
+bBQ
+bCW
+bDV
+byY
+bFN
+bGq
+bHe
+bHK
+bIu
+bIW
+bJN
+bHK
+bHK
+bLD
+bLD
+bLD
+bLD
+bOm
+bOP
+bPn
+bPG
+bQg
+bPG
+bPd
+bRq
+bNL
+bKF
+bNL
+bSC
+bSE
+bSU
+bSE
+bSE
+bSE
+bSE
+bSE
+bSE
+bSE
+bSU
+bSE
+bTK
+bKF
aaa
aaa
aaa
@@ -86625,7 +84560,31 @@ aaa
aaa
aaa
aaa
+aad
+aad
+aad
+bTT
+bUk
+bUs
+bUy
+bTT
+bUH
+bUO
+bUT
+bUd
+bVb
+bVe
+bVk
+bVp
+bVv
+bVA
+bVE
+bVK
+bVe
+bVR
+bUV
aaa
+acJ
aaa
aaa
aaa
@@ -86731,147 +84690,121 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aeX
-afy
-age
-agv
-agv
-agv
-ahK
-aih
-aiJ
-aji
-aju
-ajU
-akn
-akG
-akV
-alB
-amh
-amS
-akV
-alB
-amh
-aqj
-akV
-alB
-asY
-aus
-avQ
-aus
-akY
-azl
-aAC
-aBJ
-aCT
-akI
-aFs
-aGv
-aHO
-aIZ
-aKj
-aLw
-aMO
-aOm
-aPu
-aQJ
-aRJ
-aSD
-aSA
-aSF
-aTP
-aWE
-aXO
-aWG
-aXO
-baM
-aTP
-bcp
-aTS
-aTS
-bfr
-bfr
-bhJ
-biF
-bjA
-biF
-bjA
-bmY
-bjB
-bpn
-bxz
-bso
-btz
-bGh
-bwo
-bxI
-byQ
-bAe
-bEE
-bCK
-bEi
-bFz
-bGQ
-bIm
-bJt
-bKE
-bEj
-bMS
-bOj
-bPq
-bOj
-cju
-bTd
-bUi
-bVu
-bWD
-bXF
-bYy
-bYy
-cah
-bYv
-bYy
-bYy
-ccN
-cdk
-bXz
-bXz
-bXz
-bXz
-aab
-ajM
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apy
+aql
+arj
+asd
+asR
+atU
+auT
+avO
+axa
+ayA
+ayA
+ayA
+ayA
+ayA
+ayA
+arg
+arg
+aFw
+aGn
+aHh
+aIg
+aJc
+aKv
+aLC
+aKv
+aNP
+aOJ
+aPB
+aQG
+aRI
+bXx
+aTC
+aUz
+aVq
+aWq
+aWq
+aWq
+aWq
+baj
+aVn
+bbS
+aGX
+aBT
+bYW
+bet
+bfm
+bfq
+bfq
+biD
+bjG
+bkP
+bfk
+bes
+boV
+bqb
+bZN
+bsE
+btP
+buK
+bvI
+bwM
+bxM
+byY
+bAf
+bAU
+bBP
+bCX
+bCX
+byY
+byL
+bGp
+bHe
+bHL
+bIv
+cbC
+bJO
+bKu
+bKY
+bLJ
+bMy
+bNc
+bNL
+bOn
+bOQ
+bPp
+bPl
+bQh
+bPd
+bQY
+bRr
+bRI
+bSa
+bSc
+bSD
+bSM
+bSV
+bTb
+bSV
+bSV
+bTb
+bSV
+bSV
+bTb
+bSV
+bSV
+bTL
+bKF
aaa
aaa
aaa
@@ -86884,6 +84817,32 @@ aaa
aaa
aaa
aaa
+aad
+aad
+aad
+bTT
+bTT
+bTT
+bTT
+bTT
+bTT
+bTT
+bTT
+bTT
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bUV
+bSw
+bUl
+aad
aaa
aaa
aaa
@@ -86989,126 +84948,121 @@ aaa
aaa
aaa
aaa
-aab
-aeX
-afs
-age
-agv
-agv
-agv
-ajb
-aig
-aiK
-ajj
-aju
-ajV
-akn
-akH
-akW
-amc
-akn
-akH
-anJ
-amc
-akn
-akH
-arh
-amc
-akY
-akY
-akY
-akY
-akY
-azm
-aAD
-aBK
-aAD
-aEh
-aFt
-aGw
-aHM
-aIY
-aKk
-aLx
-aMP
-aWd
-aPv
-aQK
-aRK
-aSE
-aTO
-aUI
-aTP
-aWF
-aXP
-aYH
-aXP
-aWF
-aTP
-bcq
-aSA
-aSA
-aSA
-bgu
-bhK
-bgw
-bjB
-bgw
-bjB
-bgw
-bjB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apy
+aqm
+arj
+ark
+ark
+ark
+ark
+avP
+axb
+ayA
+bWH
+aAA
+aBC
+aCw
+ayA
+aEd
+axo
+bXb
+aGg
+aHd
+aIf
+aJd
+aJb
+aLD
+aMF
+aMF
+aMF
+aMF
+aMF
+aMF
+aSF
+aTD
+aOH
+aOH
+aWr
+aXs
+bXZ
+bYi
+aOH
+aOH
+aOH
+aGX
+aBT
+bdL
+beu
+bfn
+bgv
bfp
-bxy
-bsp
-btz
-bGg
-bwm
-bxJ
-bxJ
-bxJ
-bBn
-bCJ
-bEj
-bEj
-bEj
-bGM
-bJv
+bfp
+bfp
+bkQ
+bmd
+bnz
+bgx
+bqb
+biF
+bsD
+btQ
+buL
+bvJ
+bwN
+bxN
+byY
+byY
+bAV
+bBR
+byY
+byY
+byY
+byY
+bGr
+bHf
+bHM
+bIw
+bIX
+bJP
+bKv
+bKZ
+bKv
+bMz
+bNd
+bNL
+bOo
+bOR
+bPn
+bPd
+bPd
+bPd
+bQZ
+bRr
+bRI
+bSb
+bSc
+bSE
+bSN
+bSE
+bTc
+bSE
+bSE
+bTc
+bSE
+bSE
+bTc
+bSE
+bSE
+bSN
bKF
-bEj
-bMT
-bOk
-bPr
-bQJ
-cjt
-bTe
-bUi
-bVv
-bWE
-bXC
-bYz
-bZs
-bUi
-caN
-cbC
-ccj
-bXz
-bXz
-cdJ
-aab
-aab
-aab
-ajM
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
aaa
aaa
aaa
@@ -87125,21 +85079,26 @@ aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
+bOf
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+acJ
aaa
aaa
aaa
@@ -87245,111 +85204,128 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aeX
-afs
-age
-agv
-agv
-agv
-ahL
-age
-aiL
-ajk
-ajz
-ajW
-akn
-agv
-agv
-ajb
-akn
-agv
-agv
-ajb
-akn
-agv
-agv
-ajb
-akY
-aut
-avR
-awZ
-axZ
-azn
-aAE
-azn
-aAE
-akI
-aFu
-aGw
-aHM
-aIX
-aKl
-aLy
-aMQ
-aOo
-aPw
-aQJ
-aRL
-aSF
-aTP
-aTP
-aTP
-aWG
-aXQ
-aXR
-aXQ
-aWG
-aTP
-bcq
-aSA
-aSA
-aSA
-bgv
-bhL
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+apz
+aqn
+ark
+ase
+asS
+atV
+auU
+avQ
+axc
+ayA
+azr
+aAB
+aBD
+aCx
+ayA
+aad
+aEM
+aFx
+aGo
+aHd
+aIf
+aIf
+aKw
+aLD
+aMF
+aNQ
+aOK
+aPC
+aQH
+aMF
+aSG
+aTE
+aMF
+aVr
+aWs
+bXV
+aYm
+aYm
+bYq
+bYv
+bbU
+bcD
+aBT
+aFk
+bet
+bfo
bgw
-bjB
-bag
-bjB
-bgw
-bjB
-bfp
-bxB
-bsq
-btA
-bGf
-bwn
-bxE
-byS
-bAe
-bBo
-bCL
-bEj
-bFA
-bFA
-bIn
-bJw
-bKG
-bEj
-bMU
-bEj
-bPs
-bQK
-cjv
-bQK
-bPs
-bPs
-bWF
-bXz
-bXz
-bXz
-bXz
-bXz
-bXz
-bXz
-bXz
-aab
+bhJ
+biE
+bjH
+bkR
+bme
+bkR
+boW
+bqf
+brq
+bsE
+btR
+buM
+bvK
+bwO
+bxO
+byY
+byY
+bAW
+bBS
+bCY
+bDW
+bEU
+byY
+bvM
+bHe
+bHN
+bIx
+bIY
+bJQ
+bKw
+bLa
+bLK
+bMA
+bNe
+bNL
+bOp
+bOS
+bPn
+bPd
+bQi
+bQF
+bQZ
+bRs
+bRI
+bSb
+bSc
+bSD
+bSN
+bSW
+bOG
+bOG
+bOH
+bOG
+bSW
+bOG
+bOG
+bSW
+bSE
+bSN
+bKF
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
aab
aaa
aaa
@@ -87358,45 +85334,28 @@ aaa
aaa
aaa
aaa
+acJ
+acJ
+bUl
+acJ
+acJ
+acJ
+acJ
+bUl
+acJ
+acJ
+acJ
+acJ
+bUl
+acJ
+acJ
+acJ
+acJ
+bUl
+acJ
+acJ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
aaa
aaa
aaa
@@ -87477,7 +85436,23 @@ aaa
aaa
aaa
aaa
-aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abu
+aac
+aac
+aac
+aac
+aac
+aaa
+aac
aaa
aaa
aaa
@@ -87494,134 +85469,114 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aeX
-afz
-age
-age
-age
-age
-age
-age
-age
-age
-age
-age
-age
-agv
-agv
-ajb
-akn
-agv
-anG
-ajb
-akn
-aqk
-ari
-atr
-atc
-auu
-avS
-axa
-axa
-azo
-aAF
-aBL
-aCU
-akY
-aFr
-aGw
-aHM
-aIX
-aIX
-aIX
-aIX
-aOp
-aPx
-aQL
-aWk
-aSG
-aTQ
-aUJ
-aTQ
-aWH
-aXQ
-aXQ
-aXQ
-baN
-aTP
-bcq
-aSA
-bek
-bfq
-bfq
-bhK
-bgw
-bjB
-bgw
-bjB
-bgw
-bjB
+apy
+aqo
+arj
+ase
+asS
+atW
+auU
+avQ
+axd
+ayA
+azs
+aAC
+aBE
+aCy
+ayA
+aad
+aEM
+aFx
+aGo
+aHd
+aIh
+aIf
+aKx
+aLD
+aMF
+aNR
+aOL
+aPD
+aQI
+aRJ
+aSH
+aTF
+aUA
+aVs
+bXN
+aXt
+aYn
+aZo
+bYr
+aMF
+bYC
+bcE
+ayJ
+aFj
+bev
bfp
-bxA
-bsr
-btz
-bGi
-bwm
-bxF
-byP
-bAh
-bBk
-bCK
-bEj
-bFB
-bGR
-bIo
-bJx
-bGV
-bGV
-bMV
-bEj
-bPt
-bQL
-bRV
-bTf
-bUm
-bPs
-bWG
-bXG
-bWG
-bUi
-cai
-caO
-caO
-cck
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bgx
+bfq
+biF
+bjI
+bkS
+bkS
+bkV
+bkV
+bqg
+bkU
+bkV
+bkV
+bkV
+bvL
+bwP
+bwP
+bwP
+byY
+bAX
+bBT
+bBV
+bDX
+bEV
+byY
+bvM
+bHe
+bHO
+bIx
+bIZ
+bJR
+bKx
+bHK
+bHK
+bHK
+bHK
+bNL
+bKF
+bOT
+bPn
+bPH
+bQj
+bNL
+bRa
+bNL
+bNL
+bSc
+bSc
+bSc
+bSN
+bOG
+bOG
+bOG
+bOH
+bOG
+bOH
+bOG
+bOG
+bOG
+bTJ
+bTM
+bKF
+aad
aaa
aaa
aaa
@@ -87638,18 +85593,22 @@ aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
@@ -87734,7 +85693,23 @@ aaa
aaa
aaa
aaa
-aab
+aaa
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aaa
+aad
+aaa
+aaa
+aaa
+aad
+aaa
+aac
aaa
aaa
aaa
@@ -87751,130 +85726,114 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aab
-aeX
-afA
-agd
-agd
-agR
-ahu
-agd
-aii
-agd
-aiB
-agd
-ajX
-age
-agv
-agv
-alD
-akn
-agv
-agv
-alD
-akn
-aql
-agv
-alD
-akY
-auv
-avT
-axb
-alo
-azp
-aAG
-aya
-aCV
-akY
-alc
-aGx
-aHM
-aJa
-aKm
-aLz
-aMR
-aOq
-aPy
-aQM
-aRJ
-aSF
-aTP
-aTP
-aTP
-aWG
-aXR
-aXR
-aXR
-aWG
-aTP
-bcq
-aSA
-bel
-bfs
-bgw
-bgw
-bgw
-bgw
-bkI
-blT
-bmZ
-boa
-bpp
-bzc
-bss
-btC
-bGc
-bwo
-bxK
-byQ
-bAe
-bBp
-bCM
-bEj
-bFC
-bGS
-bIp
-bJy
-bKH
-bLG
-bMW
-bOl
-cjl
-bQM
-bRW
-cjz
-bUn
-bPs
-bWH
-bWG
-bWG
-bWF
-caj
-caP
-cbD
-ccl
-ccO
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+apy
+aqp
+arj
+asf
+asS
+atX
+auU
+avQ
+axe
+ayB
+azt
+aAD
+aBF
+ayA
+ayA
+aad
+aEM
+aFx
+aGo
+aHd
+aIi
+aIf
+aKy
+aLD
+aMF
+aNS
+aOM
+aPE
+aQJ
+aMF
+aSI
+aTG
+aMF
+aVt
+bXO
+aXu
+aYo
+aZp
+aZu
+aYv
+bbV
+aGX
+aBT
+aFk
+bew
+bfq
+bfq
+bhK
+biF
+bjJ
+bkS
+bmf
+bnA
+boX
+bqh
+brr
+bsF
+btS
+bkV
+bvM
+bwP
+bxP
+byZ
+byY
+bAY
+bBU
+bCZ
+bDY
+bEW
+byY
+bvM
+bHe
+bHP
+bIx
+bJa
+bJR
+bKy
+bHK
+bLL
+bMB
+bNf
+bNM
+bOq
+bOS
+bPq
+bPI
+bNL
+bQG
+bRb
+bRt
+bRJ
+bSd
+bSp
+bSc
+bSN
+bOG
+bOG
+bOH
+bOH
+bOH
+bOH
+bOH
+bOG
+bOG
+bSE
+bSN
+bKF
+aad
aaa
aaa
aaa
@@ -87978,22 +85937,36 @@ aaa
aaa
aaa
aaa
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aaa
+aaa
+aad
aaa
aaa
aaa
aaa
+aad
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aab
-aab
+abx
+abx
+abx
+abx
+abx
+aad
+aac
aaa
aaa
aaa
@@ -88010,115 +85983,114 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aeY
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-afq
-ajA
-afs
-age
-age
-age
-age
-age
-age
-age
-age
-age
-aqm
-age
-age
-atd
-auw
-avU
-axc
-ayb
-atd
-aAH
-aBM
-aAH
-atd
-aFv
-aGw
-aHN
-aJa
-aKn
-aLA
-aLB
-aOr
-aPz
-aQN
-aRK
-aSH
-aYw
-aUK
-aTP
-aWF
-aXS
-aYI
-aZP
-aWF
-aTP
-bcq
-aSA
-bel
-bfs
-bgw
-bgw
+apy
+aqq
+arj
+ase
+asS
+atY
+auU
+avQ
+axf
+ayA
+azs
+aAE
+aBG
+aCA
+ayA
+aad
+aEM
+aFx
+aGo
+aHd
+aIj
+aIf
+aJb
+aLD
+aMF
+aNT
+aON
+aPF
+aMF
+aMF
+aSJ
+aTH
+aMF
+aMF
+aWt
+aXv
+aYp
+bYj
+bak
+bbc
+bbW
+aGX
+aBT
+aFn
+bex
+bZl
+bgy
+bfr
biG
-bgw
-bkJ
-bjB
-bjB
-bob
-bfp
-bwc
-bst
-btD
-bGj
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bEj
-bFD
-bGT
-bIq
-bJz
-bKI
-bLH
-bMX
-bOm
-bPv
-bQN
-bRX
-bTg
-cjT
-bPs
-bPs
-bPs
-bWG
-bUi
-cak
-caO
-caO
-ccm
+bjK
+bkT
+bmg
+bnB
+boY
+bqi
+brs
+bsG
+btT
+buN
+bvN
+bwP
+bxQ
+bza
+bAg
+bAZ
+bBV
+bBV
+bDZ
+bEX
+byY
+bvM
+bHe
+bHQ
+bIx
+bJb
+bJR
+bKz
+bHK
+bLM
+bMC
+bNg
+bNN
+bOr
+bOU
+bPn
+bPJ
+bQk
+bQH
+bRc
+bRu
+bRK
+bSe
+bSq
+bSc
+bSN
+bSW
+bOH
+bOH
+bTq
+bTv
+bTA
+bOH
+bOH
+bOH
+bSE
+bSN
+bKF
+aad
aaa
aaa
aaa
@@ -88155,19 +86127,6 @@ aaa
aaa
aaa
aaa
-ciZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -88237,158 +86196,158 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
aad
+aaa
+aaa
+aaa
+aaa
+aad
+bVS
+aaa
+aaa
+aaa
+aad
+aaa
+abx
+abx
+abx
+abx
+acx
+acK
+acK
+acK
+acK
+adS
+aep
+aeO
+afl
+abx
+aaa
aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aad
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aeX
-ajY
-agd
-aiB
-akX
-agd
-aml
-agd
-anK
-aoy
-agd
-aqn
-arj
-asc
-atd
-aux
-avV
-axd
-ayc
-atd
-aAI
-aBN
-aCW
-atd
-aFw
-aGw
-aHM
-aJb
-aKo
-aLB
-aLB
-aOr
-aPy
-aQM
-aRL
-aSI
-aSA
-aUL
-aTP
-aWI
-aXT
-aYJ
-aZQ
-baO
-aTP
-bcq
-aSA
-bem
-bfp
-bfp
-bhM
+apz
+aqr
+ark
+ase
+asS
+atZ
+auU
+avQ
+axg
+ayA
+azu
+aAF
+aAE
+aCB
+ayA
+aad
+aEM
+aFx
+aGp
+aHd
+aIf
+aIf
+aKz
+aLD
+aMF
+aMF
+aOO
+aMF
+aMF
+aRK
+aSK
+aTI
+aUB
+aVu
+aWu
+aWv
+aWu
+aSE
+aWu
+aMF
+bYD
+aGX
+aBT
+aFk
+bet
+bes
+bgz
+bfq
biH
-bjC
-bfp
-bfp
-bfp
-bfp
-bfp
-bzd
-bfp
-btz
-bGc
-bwq
-bxL
-bxL
-bAi
-bBq
-bCN
-bEj
-bFE
-bGU
-bIr
-bJA
-bIr
-bLI
-bMY
-bEj
-bUo
-bQO
-bRY
-bRY
-bRY
-bVw
-bWI
-bPs
-bYA
-bXz
-bXz
-bXz
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bjK
+bZB
+bmh
+bnC
+boZ
+bnB
+bZO
+bnB
+btU
+bkV
+bvM
+bwP
+bxR
+bzb
+byY
+bBa
+bBW
+bDa
+bEa
+bEY
+byY
+bvM
+bHe
+bHR
+bIx
+bJc
+bJR
+bKA
+bHK
+bLN
+bMC
+bNh
+bNO
+bOs
+bOV
+bPr
+bPK
+bNL
+bQI
+bRd
+bRv
+bRL
+bSf
+bSr
+bSF
+bSO
+bOG
+bOG
+bOH
+bTr
+bTw
+bTB
+bOH
+bOG
+bOG
+bTJ
+bTN
+bKF
+aad
aaa
aaa
aaa
@@ -88492,24 +86451,36 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
aac
-aad
-aam
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+abx
+abJ
+abU
+ach
+acy
+acL
+bVY
+bVY
+adB
+ack
+aeq
+aeP
+afm
+abx
aad
aac
-aab
-aab
aaa
aaa
aaa
@@ -88525,126 +86496,114 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aeY
-afq
-afq
-afq
-afq
-alE
-amm
-amT
-anL
-aoz
-aps
-aqo
-asS
-asd
-atd
-auy
-avW
-axd
-ayd
-atd
-aAH
-aBO
-aCX
-atd
-aAX
-aGy
-aHO
-aJc
-aKp
-aLC
-aMS
-aOs
-aPA
-aQO
-aQO
-aSJ
-aSA
-aYx
-aTP
-aTP
-aTP
-aTP
-aTP
-aTP
-aTP
-bcq
-aSA
-aSA
-bft
-bgx
-bhN
-bhO
-bhO
-bkK
-blU
-bna
-boc
-bfv
-bqz
-bsu
-btE
-bvi
-bwr
-bwp
-bwp
-bAj
-bBr
-bCO
-bEj
-bFF
-bGV
-bIs
-bJB
-bKJ
-bGV
-bMZ
-bEj
-bPx
-bQP
-bRZ
-bTh
-cjA
-bVx
-bWJ
-bPs
-bWG
-bZt
-bYA
-agG
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
+apy
+aqs
+arj
+ark
+ark
+ark
+ark
+avP
+axh
+ayA
+bWH
+aAG
+aBH
+aCC
+ayA
+aEd
+axo
+bXc
+aBT
+aHd
+aIf
+aJe
+aJb
+aLE
+aMG
+aNU
+aOP
+aPG
+aQK
+aQK
+aQK
+aQK
+aQK
+aVv
+aWv
+aWu
+aWv
+aZr
+bYs
+aYv
+bYE
+aGX
+aBT
+aFk
+bey
+bet
+bgA
+bfq
+bfq
+bjK
+bkT
+bmg
+bnD
+bpa
+bqj
+brt
+bsH
+btV
+bkV
+bvO
+bwP
+bxS
+bwP
+byY
+byY
+bBX
+byY
+byY
+byY
+byY
+bvM
+bHe
+bHS
+bIx
+bJd
+bJS
+bKB
+bHK
+bLO
+bMC
+bNi
+bNP
+bOt
+bOW
+bPn
+bPL
+bQk
+bQH
+bRe
+bRw
+bRM
+bSg
+bSs
+bSc
+bSN
+bOH
+bOH
+bOH
+bTs
+bTx
+bTC
+bOH
+bOH
+bSW
+bSE
+bSN
+bKF
aaa
aaa
aaa
@@ -88749,25 +86708,34 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aae
aac
+aad
+aaf
+aag
+aak
+aap
aaj
-aan
-aar
-aac
-aae
-aab
-aab
+aah
+aaJ
+aaV
+aaj
+aag
+aak
+abm
+aby
+abK
+abV
+aci
+acz
+acM
+adg
+adg
+adC
+adT
+aer
+aeQ
+afn
+abx
aaa
aaa
aaa
@@ -88781,127 +86749,118 @@ aaa
aaa
aaa
aaa
-aab
-aab
aaa
aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-akI
-akY
-alF
-akY
-akY
-aea
-aoA
-aoA
-aqp
-asU
-aea
-atd
-atd
-atd
-axe
-atd
-atd
-aAJ
-aBP
-aCY
-aab
-aFx
-aQf
-aHP
-aJd
-aKq
-aLD
-aMT
-aOt
-aPB
-aQP
-aQO
-aRK
-aSA
-aUM
-aTR
-aTR
-aTR
-aTR
-aTR
-aTR
-aTR
-bcr
-aSA
-aSA
-bft
-bgx
-bhO
-bhO
-bhO
-bhO
-blV
-bvb
-bod
-bfv
-bqA
-bsv
-btw
+apy
+aqt
+arj
+asg
+asT
+aua
+auV
+avR
+axi
+ayA
+ayA
+aAH
+ayA
+ayA
+ayA
+arg
+arg
+aFw
+aBT
+aHd
+aIf
+aJf
+aKA
+aLF
+aMH
+aNV
+aOQ
+aPH
+aQL
+aRL
+aSL
+aTJ
+bXC
+bXH
+aWu
+aWv
+aWu
+aSE
+bal
+aYv
+bbV
+bcF
+bdo
+bdM
+bZi
+bet
+bgB
+bfq
+bfq
+bjL
+bkS
+bmi
+bnE
+bpb
+bkV
+bkS
+bsI
+bkS
+bkV
+bvP
+bwQ
+bxT
+bzc
+bwQ
+bwQ
+bBY
+bDb
+bDb
+bDb
+bFO
+bGs
bHe
-bws
-bxM
-bxM
-bAk
-bBs
-bCP
-bEj
-bEj
-bEj
-bEj
-bEj
-bEj
-bEj
-bEj
-bEj
+bHT
+bIy
+bJe
+bJT
+bKC
+bHK
+bLP
+bMD
+bNj
+bMD
+bOq
+bOX
bPs
-bPs
-bPs
-bTi
-bPs
-bPs
-bPs
-bPs
-bUi
-bUi
-bUi
-caQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bPM
+bNL
+bQJ
+bRf
+bRx
+bRN
+bRN
+bSt
+bSc
+bSN
+bOG
+bOG
+bOH
+bOH
+bOH
+bOH
+bOH
+bOG
+bOG
+bSE
+bSN
+bKF
aaa
aaa
aaa
@@ -89006,143 +86965,36 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
aac
-aac
-aag
-aak
-aak
-aak
-aat
-aac
-aac
-aab
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ajB
-ajZ
-ajZ
-akI
-akZ
-alG
-amn
-akY
-alH
-aoB
-apt
-aqq
-asP
-ase
-ate
-auz
-avX
-axf
-aye
-atd
-aAK
-aAK
-aCY
-aab
-aFx
-aQf
-aHM
-aJa
-aKr
-aLE
-aMU
-atf
-aPC
-aQQ
-aRN
-aSK
-aBp
-aUN
-aSA
-aSA
-aSA
-aSA
-aSA
-baP
-aSA
-bcs
-bdv
-aTN
-bfu
-bgy
-bhP
-bhP
-bjD
-bkL
-blW
-bva
-bhO
-bfv
-bqB
-bsv
-btF
-bGj
-bwt
-bwp
-bwp
-bAl
-bBt
-bCQ
-bBt
-bFG
-bGW
-bIt
-bBr
-bKK
-bLJ
-bNa
-bwp
-bPy
-bQQ
-bSa
-bTj
-bUq
-bVy
-bWK
-bXH
-bYB
aaa
+aaf
+aah
+aal
+aam
+aam
+aam
+aaK
+aaW
+aaW
+abe
+aal
+abn
+abx
+abL
+abW
+acj
+acA
+acN
+acN
+acN
+acN
+adU
+aes
+abx
+abx
+abx
+afW
+acP
aaa
aaa
aaa
@@ -89159,6 +87011,113 @@ aaa
aaa
aaa
aaa
+apy
+aqu
+arl
+ash
+ash
+ash
+auS
+avN
+axj
+ayC
+azq
+avO
+aBI
+aCD
+aBI
+ayz
+aEL
+aFv
+aGq
+aHg
+aIk
+aIk
+aIk
+aIk
+aIk
+aIk
+aIk
+aLD
+aQK
+aRM
+aSM
+aTK
+aUC
+bXI
+aWw
+aXx
+bYa
+aZr
+bam
+aMF
+aMF
+aGX
+aBT
+aFk
+bez
+beu
+bet
+bhL
+bhL
+bet
+bkV
+bkV
+bkV
+bkV
+bkV
+bru
+bsJ
+bZW
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bpM
+bFP
+bpM
+bHe
+bHe
+bHe
+bJf
+bHe
+bHe
+bHK
+bLQ
+bLQ
+bLQ
+bLQ
+bLP
+bOY
+bPn
+bPN
+bQj
+bNL
+bRa
+bNL
+bNL
+bSc
+bSc
+bSc
+bSN
+bOG
+bOG
+bOG
+bOH
+bOG
+bOH
+bOG
+bOG
+bOG
+bTJ
+bTM
+bKF
aaa
aaa
aaa
@@ -89263,146 +87222,36 @@ aaa
aaa
aaa
aaa
+aac
aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aab
-aad
aaf
-aah
-aak
-aao
-aak
-aau
-aaw
-aau
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-ajC
-aka
-aka
-akJ
-ala
-alH
-amo
-amU
-anN
-aoC
-apu
-aqr
-asT
-apt
-apt
-auA
-avY
-apt
-apt
-atd
-aAL
-aBQ
-aCY
-aab
-aFx
-aQp
-aHM
-aJa
-aKs
-aLE
-aMU
-aOu
-aPD
-aQR
-aQO
-aSD
-aSA
-bqt
-aSA
-aWJ
-aSA
-aSA
-aZR
-aSA
-bbB
-bct
-bdw
-ben
-bft
-bgz
-bhO
-biI
-bjE
-bjG
-bhO
-bvc
-boe
-bfv
-bqC
-bsj
-btG
-bIS
-bwu
-bxL
-byT
-bAm
-bBu
-bCR
-bEk
-bFH
-bGX
-bYR
-bUu
-bKL
-bLK
-bNb
-bwp
-bOo
-bOo
-bOo
-bOo
-bUr
-bVz
-bWL
-bXI
-bYC
-aab
-aab
-aab
-aab
+aai
+aam
+aam
+aaf
+aaf
+aaL
+aaf
+aaf
+abf
+aaW
+abo
+abx
+abx
+abx
+ack
+acB
+acO
+adh
+adh
+adD
+adV
+aet
+abx
+afo
+afI
+afX
+acP
aaa
aaa
aaa
@@ -89418,6 +87267,116 @@ aaa
aaa
aaa
aaa
+aad
+apA
+aqj
+arm
+asi
+asU
+aub
+bWy
+avS
+axk
+ayD
+azp
+aAI
+aBJ
+aCE
+aCE
+aCE
+aEN
+aFy
+aGr
+aHf
+aIl
+aJg
+aKB
+aLG
+aMI
+aNW
+aIk
+aLD
+aQK
+aRN
+aRM
+aTK
+aUC
+bXH
+aWx
+aXy
+bYa
+aSE
+aWu
+aWv
+bYk
+bcE
+ayJ
+aFj
+ayJ
+bfs
+bZo
+bgC
+bgC
+bgC
+bZC
+bZE
+bnF
+bZE
+bqk
+bZP
+bsK
+btW
+bBZ
+bBZ
+bBZ
+cag
+bBZ
+bBZ
+bBb
+cag
+bDc
+bBZ
+bBb
+bFQ
+cbi
+bHg
+bHU
+bBZ
+bJg
+bJU
+bKD
+bLb
+bLR
+bME
+bNk
+bKD
+bOu
+bOS
+bPn
+bPd
+bQl
+bQK
+bRg
+bRy
+bRI
+bSb
+bSc
+bSD
+bSN
+bSW
+bOG
+bOG
+bSW
+bOG
+bOH
+bOG
+bOG
+bSW
+bSE
+bSN
+bKF
+aad
+aaa
aaa
aaa
aaa
@@ -89520,33 +87479,38 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
aac
-aac
-aai
-aak
-aak
-aak
-aav
-aac
-aac
-aab
-aab
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
+aaf
+aaj
+aam
+aaf
+aaf
+aaf
+aaL
+aaf
+aaf
+aaf
+abh
+abp
+aaf
+abz
+abX
+acl
+acC
+acN
+acN
+acN
+acN
+adW
+aeu
+aeR
+afp
+afJ
+afY
+acP
+acP
+acP
aaa
aaa
aaa
@@ -89556,7 +87520,6 @@ aaa
aaa
aaa
aaa
-aab
aaa
aaa
aaa
@@ -89564,119 +87527,115 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-ajD
-akb
-akb
-akI
-alb
-alI
-amp
-akY
-alL
-alL
-alL
-aqs
-atp
-alL
-alL
-alL
-alL
-alL
-alL
-atd
-atd
-atd
-atd
-atd
-aAX
-aQg
-aHM
-aJa
-aKt
-aLE
-aMV
-aOv
-aPE
-aQS
-aQO
-aSL
-aSL
-aSL
-aVM
-aVM
-aVM
-aVO
-aVM
-aVO
-aVM
-aVO
-aVM
-aVM
-bfv
-bfv
-bhQ
-bhO
-bjF
-bkM
-biI
-bvc
-bof
-bfv
-bqD
-bsv
-btH
-bHf
-bwv
-bxM
-byU
-bAn
-bBt
-bCS
-bEl
-bFI
-bGY
-bYR
-bBr
-bKM
-bKM
-bNc
-bwp
-bPz
-bQR
+arg
+arg
+arg
+arg
+arg
+avT
+arg
+ayE
+ayH
+ayH
+aBK
+ayH
+ayH
+axo
+axo
+aFz
+aGs
+aHj
+aIm
+aJh
+aKC
+aKC
+aMJ
+aNX
+aIk
+aLD
+aQK
+aRO
+aSN
+aTL
+aUD
+aVw
+aWy
+aXz
+aYq
+aZs
+ban
+bYw
+bbX
+aHo
+bdp
+bdN
+aBT
+bft
+bZp
+bgD
+bgD
+bgD
+bgD
+bgD
+bnG
+bgD
+bgD
+brv
+bsL
+btX
+bsL
+bsL
+bsL
+bxU
+bsL
+bsL
+bBc
+bCa
+bDd
+bCa
+bEZ
+bFR
+bCa
+cbo
+bHV
+bCa
+bJh
+bJV
+bKD
+bLc
+bLS
+bMF
+bNl
+bKD
+bOv
+bOS
+bPn
+bPd
+bPd
+bPd
+bRg
+bRr
+bRI
bSb
-bSb
-bQR
-bOo
-bWM
-bXJ
-bYD
-aaa
-aaa
-afL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bSc
+bSE
+bSN
+bSE
+bTd
+bSE
+bSE
+bTd
+bSE
+bSE
+bTd
+bSE
+bSE
+bSN
+bKF
+aad
+aad
+aad
+aad
aaa
aaa
aaa
@@ -89777,25 +87736,38 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aae
aac
-aal
-aap
-aas
-aac
-aae
-aab
-aab
+aaa
+aaf
+aaj
+aam
+aaf
+aaf
+aaD
+aaN
+aaf
+aaf
+aaf
+abi
+abq
+abA
+abM
+abY
+acm
+acC
+acP
+adi
+adi
+acP
+adW
+aev
+aeS
+aeS
+aeS
+acP
+acP
+acP
+agO
aaa
aaa
aaa
@@ -89812,108 +87784,128 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-akI
-akI
-akY
-amq
-amV
-anO
-aoD
-apv
-aqt
-arp
-asf
-atg
-auB
-avZ
-axg
-ayf
-azq
-aAM
-aBR
-aCZ
-aEi
-aFy
-aGB
-aHQ
-aJa
-aKu
-aLE
-aMW
-aOw
-aPF
-aQT
-aQO
-aRT
-aRT
-aRT
-aVM
-aWK
-aXU
-aYK
-aZS
-aXV
-bbC
-aZU
-bdx
-aYO
-bfv
-bgA
-bhO
-bhO
-bjG
-bkN
-bhO
-bvc
-bog
-bfv
-bqE
-bsw
-btw
-bHe
-bww
-bxM
-byV
-bAo
-bBv
-cjL
-bEm
-bFJ
-bGZ
-bIu
-bJC
-bKN
-bLL
-bLL
-bOn
-bPA
-bQS
+agP
+arn
+asV
+arn
+auW
+avU
+auW
+ayE
+azv
+aAJ
+aBL
+aCF
+ayH
+aEe
+ayN
+aFw
+aBT
+aHd
+aIl
+aJi
+aKD
+aLH
+aMK
+aNY
+aOR
+aPI
+aQK
+aRN
+aRM
+aRM
+aUC
+aTG
+aWz
+aXA
+bYa
+aWv
+aWu
+aWv
+bYk
+aGX
+aBT
+aFn
+azF
+bfu
+bZq
+bgE
+bgE
+bgE
+bZD
+bZD
+bZD
+bZD
+bZD
+brw
+bgE
+btY
+bEb
+bvQ
+bEb
+bxV
+bzd
+bEb
+bBd
+bCb
+bDe
+bEb
+bFa
+bFS
+bgE
+bHh
+bgE
+bIz
+bJi
+bJV
+bKD
+bLd
+bLT
+bMG
+bNm
+bKD
+bOw
+bOQ
+bPp
+bPl
+bPM
+bPd
+bRh
+bRr
+bRI
+bSb
bSc
-bTk
-bUs
-bVA
-bWN
-bXK
-bYE
-bZu
+bSD
+bSP
+bSV
+bTe
+bSV
+bSV
+bTe
+bSV
+bSV
+bTe
+bSV
+bSV
+bTO
+bKF
+aad
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aab
aaa
aaa
@@ -89965,39 +87957,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
@@ -90034,160 +87993,160 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
aac
+aae
+aaf
+aaj
+aan
+aaf
+aaf
+aaE
+aaO
+aaX
+aaf
+aaf
+abj
+abr
+abB
+abN
+abZ
+acn
+acD
+acQ
+adj
+adj
+adE
+adX
+aew
+aeT
+afq
+afJ
+afZ
+agj
+agy
+agP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agP
+asj
+asW
+auc
+auX
+avV
+axl
+ayF
+azw
+aAK
+aBM
+aAM
+ayH
+aEf
+aEO
+aFw
+aBT
+aHk
+aIn
+aJj
+aKE
+aKE
+aML
+aNZ
+aIk
+aNN
+aQK
+aRM
+aSO
+aRM
+aUE
+aVx
+aWz
+bXW
+bYb
+aWu
+bao
+aMF
+aMF
+chq
+aBT
+aFk
+beA
+beF
+beB
+bhM
+bhM
+beB
+beJ
+beJ
+beJ
+beJ
+beJ
+brx
+bsM
+btZ
+buO
+buO
+buO
+buO
+buO
+buO
+bBe
+bCc
+bDf
+bEc
+bFb
+bgD
+bGt
+bHi
+bGt
+bIA
+bJi
+bJW
+bKE
+bKD
+bLU
+bMH
+bNn
+bNn
+bKF
+bOZ
+bPn
+bPO
+bQm
+bQL
+bPd
+bRz
+bNL
+bNL
+bNL
+bSG
+bSE
+bSX
+bSE
+bSE
+bSE
+bSE
+bSE
+bSE
+bSE
+bSX
+bSE
+bTP
+bNL
aad
-aaq
-aad
-aac
-aab
-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
-afL
-aab
-aab
-aab
-aab
-amr
-amW
-anP
-aoE
-apw
-aqu
-arq
-asg
-ath
-ath
-awa
-ath
-ayg
-ath
-ath
-aBS
-aDa
-aEj
-aAX
-aGC
-aHR
-aJa
-aJa
-aLF
-aMX
-aMX
-aPG
-aJa
-aQO
-aRT
-aRT
-aRT
-aVM
-aWL
-aWM
-aWM
-aWM
-aWM
-aWM
-aWM
-aWM
-beo
-bfv
-bgB
-bhO
-biJ
-bjH
-bkO
-bah
-bvc
-boh
-bfv
-bqF
-bsx
-btI
-bJp
-bsv
-bwp
-bwp
-bwp
-bwp
-bCU
-bEn
-bEl
-bHa
-bIv
-bJD
-bKO
-bLM
-bNd
-bwp
-bPB
-cjm
-bSd
-bTl
-bUt
-bOo
-bWO
-bXL
-bYF
-bYJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -90291,162 +88250,162 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aad
aac
+aaa
+aaf
+aaj
+aam
+aaf
+aaf
+aaF
+aaP
+aaf
+aaf
+aaf
+bVV
+aaj
+bVW
+bVX
+aca
+aco
+acC
+acP
+adi
+adi
+acP
+adW
+aex
+aeU
+aeU
+afK
+acP
+acP
+acP
+agO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agP
+arn
+asX
+arn
+arn
+avW
+arn
+ayE
+azx
+aAL
+aBN
+aCG
+aDq
+bWR
+bWU
+aFw
+aBT
+aHd
+aIl
+aJk
+aKF
+aLI
+aMM
+aOa
+aIk
+aPJ
+aQM
+aRP
+aSP
+aTM
+bXD
+aTG
+aWA
+aWv
+aWu
+aWv
+bap
+aYv
+bYF
+aGX
+aBT
+aFk
+beH
+beB
+bgF
+bfw
+bfw
+bjM
+beJ
+bmj
+bnH
+bpc
+beJ
+bry
+bsN
+bua
+buO
+bvR
+bwR
+bxW
+bze
+buO
+bBf
+bCd
+bDf
+bEd
+bFc
+bFT
+bGt
+bHj
+bGt
+bIB
+bJj
+bJV
+bKF
+bLe
+bLV
+bMI
+bNo
+bNL
+bOx
+bPa
+bPt
+bPP
+bQn
+bQM
+bRi
+bRA
+bRO
+bSh
+bSu
+bSH
+bSE
+bSY
+bSE
+bTi
+bTp
+bTy
+bTp
+bTg
+bSE
+bSY
+bSE
+bSE
+bNL
+aad
+aad
aad
-aab
-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
-amr
-ang
-anQ
-anQ
-anQ
-anQ
-anQ
-ash
-ask
-awg
-awb
-axh
-ayh
-azr
-aAN
-aAN
-aDb
-aAN
-aAN
-aGD
-aHM
-aJe
-aKv
-aKz
-aMY
-aOx
-aPH
-aQU
-aKA
-aRT
-aRT
-aRT
-aVM
-aWM
-aWM
-aYL
-aWM
-aWM
-aYL
-aWM
-aWM
-aWM
-bfv
-bgC
-bhO
-bhO
-bjI
-bkP
-bhO
-bvc
-boi
-bfv
-bqG
-bgr
-btJ
-bJr
-bwx
-bxN
-byW
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bwp
-bPC
-cjm
-bSe
-bTm
-cbB
-bVB
-bOo
-bXM
-bYG
-bYK
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -90548,160 +88507,160 @@ aaa
aaa
aaa
aaa
+aac
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aab
-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
-aab
-amr
-anf
-anQ
-aoF
-apx
+aaf
+aaj
+aam
+aaf
+aaf
+aaf
+bVT
+aaf
+aaf
+aaf
+abh
+abs
+aaf
+abC
+acb
+acp
+acC
+acR
+acR
+acR
+acR
+adY
+aey
+aeV
+afr
+afJ
+afY
+acP
+acP
+acP
+bVZ
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
aqv
-anQ
-asi
-ask
-auD
-awc
-ahr
-ayi
-azs
-aAO
+arn
+arn
+arn
+arn
+auY
+avX
+axm
+ayG
+azy
+aAM
+aBO
+aCH
+ayH
+aEg
+bWV
+aFw
aBT
-aDc
-aEk
-aBY
-aGD
-aHM
-aJe
-aKw
-aLG
-aLG
-aLG
-aPH
-aQV
-aKA
-aRT
-aRT
-aRT
-aVM
-aWM
-aXV
-aYK
-aZU
-aXV
-aYK
-aZU
-aWM
-aWM
-bfv
-bfv
-bbH
-bfv
-bfv
-bkQ
-bfv
-bvd
-bfv
-bfv
-bqH
-bsy
-btK
-bJq
-bsy
-bsy
-bqI
-bwp
-bwp
-bwp
-bwp
-bFK
-bHb
-bIw
-bJE
-bKP
-bLN
-bNe
-bOo
-bPD
-cjm
-bSf
-bTn
-bUt
-bOo
-bWP
-bXN
-bYH
-bYJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aHl
+aIk
+aJl
+aJl
+aJl
+aJl
+aIk
+aIk
+aNL
+aQK
+aQK
+aQK
+aQK
+aQK
+bXJ
+aWv
+aWu
+aWv
+aWu
+bYt
+aYv
+bYG
+aGX
+aBT
+aFk
+bZj
+beB
+bgG
+bfw
+bfw
+bjN
+beJ
+bmk
+bmD
+bmD
+bql
+brz
+bsO
+bub
+buP
+bvS
+bwS
+bxX
+bzf
+buO
+bBg
+bCe
+bDf
+bEe
+bgD
+bgD
+bGt
+bHk
+bGt
+bIA
+bJk
+bJX
+bKG
+bLf
+bLW
+bMJ
+bNp
+bNQ
+bOy
+bPb
+bPu
+bPd
+bQo
+bPd
+bPd
+bRo
+bNL
+bSi
+bNL
+bSI
+bSL
+bSZ
+bSL
+bTj
+bNL
+bNL
+bNL
+bTh
+bSL
+bTH
+bTI
+bTI
+bNL
+aad
aaa
aaa
aaa
@@ -90805,160 +88764,160 @@ aaa
aaa
aaa
aaa
+aac
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
-amr
-ani
-anQ
-aoG
-apy
-aqw
-anQ
-asj
-ask
-auE
-aAs
-axj
-ayj
-azt
-aAO
-aBU
-aDd
-aEl
-aBY
-aGD
-aHM
-aJe
-aKx
-aLH
-aMZ
-aOy
-aPI
-aQW
-aRO
-aRT
-aRT
-aUO
-aVM
-aWN
-aWM
-aYM
-aWM
-aWM
-aYM
-aWM
-aWM
-bep
-bfw
-bgD
-bgH
-biK
-bfv
-bkR
-blX
-bvf
-boj
-bpq
-bqI
-bsy
-btL
-bvp
-bwy
-bxO
-byX
-bAp
-bBw
-bCV
-bEo
-bFL
-bHc
-bIx
-bFL
-bFL
-bLO
-bFL
-bFL
-bPE
-bQU
-bSg
-bTo
-bUv
-bOo
-bWQ
-bXO
-bYI
-bYL
-aaa
-aaa
+aaf
+aag
+aam
+aam
+aaf
+aaf
+bVT
+aaf
+aaf
+aam
+aam
+aap
+abD
+abD
+abD
+acq
+acE
+acS
+adk
+adk
+adF
+adZ
+aez
+abD
+afs
afL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aga
+agk
+agz
+agz
+agY
+agz
+agz
+agz
+agz
+agY
+agz
+agz
+agz
+agz
+agY
+agz
+agz
+agz
+agz
+agY
+agz
+agz
+agz
+aud
+auZ
+avY
+axn
+ayH
+azz
+aAM
+aBP
+aCI
+ayH
+aEg
+bWV
+aFw
+aBT
+bXl
+aIo
+aJm
+aKG
+aLJ
+aMN
+aIo
+aMC
+aNL
+aQK
+aRQ
+aSQ
+aTN
+aUF
+aVy
+aWB
+aXB
+aYr
+aYn
+baq
+aMF
+bYH
+aGX
+aBT
+aFk
+beB
+beG
+bgH
+bfw
+bhN
+bjO
+beJ
+bml
+bnI
+bpd
+bqm
+brA
+bsP
+buc
+buO
+buO
+bwT
+bxY
+buO
+buO
+bBg
+bCd
+bDf
+bEf
+bgD
+bgD
+bgD
+bgD
+bgD
+bIA
+bgD
+bHW
+bKF
+bLg
+bLX
+bMK
+bNq
+bNR
+bOz
+bPc
+bPv
+bPc
+bQp
+bPd
+bPd
+bRB
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bQj
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bTR
+aad
aaa
aaa
aaa
@@ -91062,160 +89021,160 @@ aaa
aaa
aaa
aaa
+aac
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
-afL
-aaa
-aaa
-aaa
-aaa
-aab
-amr
-anh
-anQ
-aoH
-apz
-aqx
-anQ
-ask
-ask
-auF
-aAr
-axk
-ayk
-azu
-aAO
-aBV
-aDe
-aEm
-aFz
-aGE
-aHS
-aJf
-aKy
-aLI
-aNa
-aOz
-aPJ
-aKA
-aKA
-aSM
-aRT
-aRT
-aVM
-aWO
-aWM
-aWM
-aWM
-aWM
-aWM
-bcu
-bdy
-beq
-bfx
-bgE
-bgE
-biz
-bjJ
-bkS
-blY
-bve
-bok
-bjJ
-bqJ
-bsz
-btM
-bvq
-bwz
-bxP
-bwz
-bAq
-bBx
-bCW
-bEp
-bFM
-bHd
-bIy
-bIy
-bKQ
-bLP
-bNf
-bNf
-bPF
-cjn
-bSh
-bTp
-bUw
-bVC
+aaf
+aah
+aal
+aam
+aam
+aam
+aam
+aam
+aam
+aam
+aal
+aaV
+abD
+abO
+acc
+acr
+acF
+acR
+acR
+acR
+acR
+aea
+aeA
+abD
+abD
+abD
+afW
+acP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+arn
+ava
+arn
+arn
+ayH
+azA
+aAM
+aBQ
+aCJ
+aDq
bWR
-bXP
-bYJ
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
+bWW
+aFw
+aBT
+aHd
+bXm
+aJn
+aKH
+aLK
+aMO
+aIo
+aOS
+aNL
+aQK
+aRR
+aSR
+aTO
+aQK
+aQK
+aMF
+aYv
+aYs
+aWu
+bar
+aMF
+bbZ
+aGX
+aBT
+bdO
+beC
+bZm
+bgI
+bfv
+biI
+bZy
+bkW
+bmm
+bnJ
+bpe
+bqn
+brB
+bmG
+bud
+buO
+bvT
+bwU
+bxZ
+bzg
+buO
+bBg
+bCd
+bDf
+bEg
+bFd
+bFU
+bGu
+bHl
+bHW
+bIC
+bEb
+bJY
+bKH
+bLh
+bLY
+bLh
+bNr
+bNL
+bKF
+bPd
+bPw
+bPQ
+bQq
+bQN
+bPd
+bRC
+bNL
aaa
aaa
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aad
aaa
+aad
+aad
+aad
+aad
+aad
aaa
aaa
aaa
@@ -91319,6 +89278,34 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aaf
+aai
+aao
+aaq
+aaj
+aah
+aaR
+aaV
+aaj
+aai
+aao
+aaq
+abD
+abP
+acd
+acs
+acG
+acT
+adl
+adl
+adG
+acu
+aeB
+adm
+aft
+abD
aaa
aaa
aaa
@@ -91346,127 +89333,99 @@ aaa
aaa
aaa
aaa
+ayH
+azB
+aAN
+aBR
+aCK
+aDr
+aEh
+aEP
+aFw
+aBT
+aHk
+aIp
+aJo
+aKI
+aLL
+aMP
+aIo
+aOT
+aNL
+aQK
+aRS
+aSS
+aTP
+aUG
+aQK
+bXP
+aXC
+aYt
+aWv
+aVx
+bYk
+bbY
+aGX
+aBT
+aFk
+beD
+bfw
+bfw
+bZv
+biJ
+bZy
+bkX
+bmn
+bnI
+bpf
+bqo
+brC
+bmG
+bue
+bzm
+bzm
+bzm
+bzm
+bzm
+bzm
+bBh
+bCd
+bCk
+bEh
+bFe
+bFV
+bGv
+bCk
+bHX
+bID
+bJl
+bCk
+bCk
+bCk
+bLZ
+bCk
+bCk
+bCk
+bCk
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+bNL
+aad
+acJ
aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-amr
-ank
-anQ
-aoI
-apA
-aqy
-anQ
-asl
-asn
-auG
-aCg
-axl
-ayl
-azv
-aAO
-aBW
-aDf
-aEn
-aBY
-aGu
-aHT
-aJe
-aKz
-aLH
-aNb
-aOy
-aPK
-aQX
-aRP
-aRT
-aTT
-aRT
-aVM
-aWP
-aWM
-aYN
-aWM
-aZb
-aYL
-aWM
-aWM
-bep
-bfy
-bgF
-bhS
-biB
-bfv
-bkT
-blZ
-bnh
-btj
-bpr
-bqK
-bsA
-btN
-bvr
-bwA
-bsy
-bsy
-bAr
-bBy
-bCX
-bEq
-bFN
-bYQ
-bIz
-bJF
-bCX
-bLQ
-bNg
-bLS
-bCX
-cjo
-bOo
-bTq
-bUx
-bVD
-bWS
-bXQ
-bYK
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-afL
+aad
aaa
aaa
aaa
@@ -91576,6 +89535,36 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+abD
+abQ
+ace
+act
+acH
+acU
+adm
+adm
+adH
+aeb
+aeC
+adm
+aft
+abD
+aad
+aac
aaa
aaa
aaa
@@ -91600,132 +89589,102 @@ aaa
aaa
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
-ahM
-aiM
-ais
-ajE
-akc
-akr
-akr
-alc
-aab
-amr
-anj
-anQ
-aoJ
-apB
-aqz
-anQ
-asm
-ati
-auH
-aAt
-axm
-aym
-azw
+aad
+ayH
+azC
aAO
-aBX
-aDg
-aEo
-aBY
-aGu
-aHM
-aJe
-aKz
-aLJ
-aNc
-aOA
-aPL
-aQY
-aRQ
-aSN
-aTU
-aRT
-aVN
-aWM
-aXW
-aYO
-aZV
-aXV
-bbD
-bcv
-bdz
-ber
-bfz
-bgG
-bgG
-biN
-bjK
-bkU
-bma
-bni
-bvg
-bps
-bqL
-bsB
-btO
-bvs
-bwB
-bxQ
-byY
-byY
-byY
-byY
-byY
-bFO
-bWi
-bFO
-bFO
-bCX
-bLR
-bNh
-bOp
-bCX
-bQW
-bSi
-bTq
-bUy
-cjX
-bWT
-bXH
-bYL
+aBS
+aCL
+ayH
+aEi
+ayN
+aFw
+aBT
+aHd
+bXm
+aJp
+aKJ
+aLM
+aMQ
+aIo
+aOU
+aNL
+aQK
+aQK
+aST
+aTQ
+aUH
+aQK
+bXQ
+aXD
+aYu
+aWu
+aTG
+bYk
+bbY
+bcH
+ayJ
+aFj
+beE
+bfx
+bgJ
+bhP
+biJ
+bZz
+bkW
+bmo
+bnK
+bpg
+bqp
+brD
+bmG
+buf
+buR
+bvU
+bwV
+bya
+bzh
+bzm
+bBg
+bCd
+bCk
+bEi
+bFf
+bFW
+bGw
+bHm
+bHY
+bIE
+bJm
+bHm
+bEi
+bcG
+bMa
+bOB
+bNs
+bNS
+bPf
+abt
+bLn
+aad
+aad
+aad
+aad
aaa
aaa
aaa
-aab
-aab
-aaa
-aab
-aab
-aab
-aab
+acJ
aaa
aaa
-aab
-aab
+abu
+acJ
+acJ
+acJ
+acJ
+acJ
+acJ
+acJ
+aaa
aaa
aaa
aaa
@@ -91835,6 +89794,34 @@ aaa
aaa
aaa
aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+bVU
+aaa
+aaa
+aaa
+abk
+abt
+abE
+abE
+abE
+acu
+abD
+abD
+abD
+abD
+abD
+abD
+aeD
+aeW
+afu
+abD
+aaa
+aac
aaa
aaa
aaa
@@ -91851,142 +89838,114 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-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
-aij
-aiN
-aaa
-ajF
-akd
-aks
-akK
-alc
-alc
-amr
-anl
-anQ
-anQ
-apC
-anQ
-anQ
-asn
-asn
-auI
-aCh
-auI
-ayn
-auI
-aAO
-aBY
-aDh
-aBY
-aBY
-aGu
-aHN
-aJe
-aKA
-aKA
-aNd
-aOB
-aKA
-aKA
-aRR
+aad
+aqw
+aqw
+aqw
+aqw
+aqw
+aqw
+aad
+axo
+ayH
+ayH
+aAP
+ayH
+ayH
+ayH
+ayN
+ayN
+aFA
+aED
+aHe
+aIo
+aJq
+aKK
+aLN
+aMR
+aIo
+aOV
+aPK
+aKv
aRT
-aFL
-aRT
-aVO
-aWM
-aWM
-aYP
-aWM
-aWM
-bbE
-aWM
-aWM
-bep
+aSU
+aTR
+aUI
+aQK
+bXR
+aXE
+aYt
+aWv
+bat
+aMF
+bYI
+aGX
+aBT
+bdQ
+beB
bfy
-bgH
-bgH
-biO
-bfv
-bkV
-bmb
-bnj
-bon
-bpt
-bqM
-bsC
-btP
-bvt
-bsC
-bsC
-byY
-bAs
-bBz
-bCY
-bEr
-bFP
-bHg
-bIA
-byY
-bCX
-bLS
-bNi
-bLS
-bCX
-bQX
-bQX
-bTr
-bUz
-bQX
-bQX
-bXR
-bXR
-bZv
-bZv
-bZv
-bZv
-cam
-cam
-cam
-cam
-bZv
-cam
-cam
-cam
-cam
-bXR
-bXR
-bXR
-bXR
-bXR
+bgK
+bhQ
+biK
+beG
+beJ
+beJ
+beJ
+beJ
+bpn
+brE
+bpn
+bjU
+buR
+bvV
+bwW
+byb
+bzi
+bzm
+bBi
+bCf
+bDg
+bEj
+bFg
+bFX
+bGx
+bHn
+bHZ
+bIF
+bJn
+bJZ
+bKI
+bLi
+bMb
+bIc
+bNt
+bNT
+bCk
+aad
+bCt
+bCt
+bCt
+bCt
+bCt
+aad
+aac
+aad
+acJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -92090,6 +90049,36 @@ aaa
aaa
aaa
aaa
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+abD
+abD
+abD
+abD
+abD
+aad
+aac
aaa
aaa
aaa
@@ -92107,6 +90096,98 @@ aaa
aaa
aaa
aaa
+aqw
+aro
+ask
+asY
+aue
+avb
+aad
+awb
+bWD
+azD
+aAQ
+aBT
+ayN
+aDs
+aEj
+ayN
+bXd
+aBT
+aHd
+aIo
+aIo
+aKL
+aLO
+aIo
+aIo
+aIf
+bXr
+aIf
+aQK
+aQK
+aTS
+aQK
+aQK
+aMF
+aMF
+bYc
+bYk
+aMF
+aMF
+aBT
+aGX
+aBT
+bYY
+beF
+bfz
+bZr
+bfw
+biL
+bjP
+bkY
+bmp
+bnL
+bph
+bqq
+brF
+bsQ
+bug
+buS
+bvW
+bwX
+byc
+bzj
+bAh
+bBj
+bCd
+bCk
+bEk
+bFh
+bFY
+bGy
+bHm
+bIa
+bIG
+bJo
+bHm
+bKJ
+bGI
+bMc
+bGI
+bNu
+bNU
+bOA
+bPe
+bPx
+bPR
+bQr
+bQr
+bCt
+aaa
+aac
+aaa
+acJ
aaa
aaa
aaa
@@ -92136,128 +90217,6 @@ aaa
aaa
aaa
aaa
-aab
-aik
-aiO
-air
-ajG
-ake
-akt
-akL
-akL
-alJ
-ams
-ane
-anR
-aoK
-apD
-aqA
-arr
-aso
-aso
-aso
-awi
-axn
-ayo
-axn
-aAP
-axn
-aDi
-axn
-axn
-aGF
-azx
-aoL
-aAX
-aLK
-aNe
-aOC
-aPM
-aQZ
-aRS
-aSO
-aTV
-aUP
-aVP
-aWQ
-aWM
-aWM
-aZW
-aWM
-bbF
-aWM
-aWM
-bes
-bfA
-bgH
-bgH
-biP
-bfv
-bkW
-bmc
-bnk
-boo
-bfv
-bze
-bsC
-btQ
-bvu
-bwC
-bxR
-byZ
-bAt
-bBA
-bCZ
-bEs
-bFQ
-bHh
-bIB
-byY
-bKR
-bLT
-bLT
-bLT
-bPG
-bQX
-bSj
-bTs
-bUA
-bVF
-bWU
-bXS
-bYM
-bYM
-bYM
-caR
-cbE
-cbE
-ccP
-cdl
-cdl
-ceg
-cdl
-cdl
-cdl
-bZz
-cfC
-cgf
-cgx
-cgU
-cgU
-chF
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -92360,6 +90319,130 @@ aaa
aaa
aaa
aaa
+abu
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aaa
+aad
+aaa
+aaa
+aaa
+aad
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aqw
+arp
+asl
+asZ
+auf
+avc
+avZ
+avZ
+ayJ
+ayJ
+aAR
+ayJ
+aCM
+ayJ
+ayJ
+aEE
+aFj
+ayJ
+aHm
+ayJ
+aJr
+aKM
+aLP
+aJr
+aOb
+bXq
+bXs
+aQN
+aRU
+bXq
+aTT
+bXq
+aVC
+aWC
+bXq
+bYd
+bXq
+ayJ
+aEE
+bcb
+bcD
+aBT
+bdQ
+beB
+bfA
+bZs
+bfx
+biM
+bjQ
+bkZ
+bmq
+bnM
+bpi
+bqr
+brG
+bsR
+buh
+buT
+bvX
+bwY
+byd
+bzk
+bzm
+bBk
+bCd
+bCk
+bEl
+bFh
+bFY
+bGz
+bCk
+bCk
+bCk
+bCk
+bCk
+bKK
+bLj
+bMd
+bML
+bNv
+bNV
+bHm
+aad
+bEA
+bPS
+bQs
+bQO
+bCt
+aaa
+aac
aaa
aaa
aaa
@@ -92393,130 +90476,6 @@ aaa
aaa
aaa
aaa
-aab
-ail
-aiP
-aaa
-ajH
-akf
-aku
-akM
-ald
-alK
-amt
-apK
-anS
-aoL
-apE
-apE
-apE
-apE
-apE
-auJ
-apE
-axo
-ayp
-azx
-azx
-aBZ
-azx
-azx
-azx
-ark
-azx
-aJg
-aKB
-aLL
-aNf
-aOD
-aKB
-aRa
-aRT
-aWR
-aTW
-aRT
-aVQ
-aZw
-aWM
-aWM
-aZX
-aWM
-bbG
-bcw
-bcw
-bcw
-bcw
-bcw
-bcw
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bzg
-bsC
-btR
-bvv
-bwD
-bxS
-bza
-bAu
-bBB
-bBB
-bEt
-bFR
-bHi
-bIC
-bJG
-bKS
-bAz
-bAz
-bAz
-bPH
-bQX
-bSk
-bTt
-bUB
-bVG
-bWV
-bXT
-bYN
-bYN
-bYN
-caS
-cbF
-bYN
-cbF
-cdm
-bYN
-ceh
-ckf
-ceT
-bXX
-caT
-cfD
-cco
-cgy
-cgV
-chm
-chG
-chW
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -92627,6 +90586,120 @@ aaa
aaa
aaa
aaa
+aac
+aac
+aac
+aac
+aac
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aqw
+arq
+asm
+ata
+aug
+avd
+awa
+axp
+ayK
+azE
+aAS
+aBU
+aBU
+aBU
+aBU
+aEQ
+aFB
+aGt
+aKN
+aBU
+aBU
+aKN
+aLQ
+aMS
+aMS
+aMS
+aMS
+aQO
+aGX
+aBT
+aFk
+aBT
+aBT
+aBT
+aXF
+aBT
+aBT
+aBT
+aED
+aBT
+bcI
+bdn
+bdP
+beG
+bfB
+bZt
+bfw
+biN
+beG
+bla
+bmr
+bnN
+bpj
+bqs
+brH
+biJ
+bug
+buS
+bvY
+bwZ
+bye
+bzl
+bzm
+bBk
+bCd
+bCk
+bEm
+bFh
+bFY
+bGA
+cbp
+bIb
+bIH
+bJp
+cbp
+bKL
+bMc
+bGI
+bLk
+bNw
+bOa
+bLs
+bPg
+bPx
+bPT
+bQr
+bQr
+bCt
+aaa
+aac
aaa
aaa
aaa
@@ -92649,120 +90722,6 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aim
-aiP
-aab
-ajI
-akg
-akv
-akN
-alc
-alc
-amr
-anl
-anT
-aoM
-aoM
-aqB
-ars
-aqB
-aoM
-aoM
-aoM
-aoM
-aoM
-azy
-apE
-aCa
-apE
-apE
-aFA
-apE
-apE
-aoL
-aAX
-aLM
-aNg
-aOE
-alc
-aRb
-aRR
-aWR
-aTW
-aRT
-aVM
-aZw
-aWM
-aWM
-aWM
-aWM
-aZT
-bcx
-bcx
-bcx
-bcx
-bcx
-bhR
-biQ
-bjL
-bjL
-bmd
-bnl
-bop
-biQ
-bzf
-bsD
-btS
-bvw
-bwE
-bxT
-byY
-bAv
-bBC
-bDa
-bEu
-bFS
-bVE
-bID
-byY
-bKT
-beu
-bNj
-bOq
-bPI
-bQY
-bSl
-bTu
-bUC
-bVH
-bQX
-bXU
-bXX
-bZw
-cal
-caT
-cbG
-ccn
-cam
-cdn
-bXX
-bXX
-bZz
-cam
-ccn
-cbG
-bZv
-cgg
-cgz
-cgU
-cgU
-chH
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -92907,114 +90866,97 @@ aaa
aaa
aaa
aaa
-aab
-aik
-aiP
-ajl
-ajJ
-akh
-akr
-akr
-alc
-aab
-amr
-anj
-anT
-aoN
-apF
-aqC
-apI
-asp
-atj
-auK
-atl
-auK
-aoM
-alc
-aAQ
-aCb
-aAQ
-aAQ
-aFB
-aGG
-aHU
-aJh
-aFB
-aFB
-aFB
-aFB
-aFB
-aFB
-aFB
-aXx
-aTW
-aRT
-aVM
-aZx
-aXX
-aYQ
-aYQ
-baQ
-bbI
-bcy
-bdA
-bet
-bet
-bet
-bhV
-biR
-bjM
-bkX
-bme
-bnm
-boq
-bpu
-bqQ
-bsC
-btT
-bvx
-bwF
-bxU
-byY
-bAw
-bBD
-bDb
-bEv
-byY
-bBD
-bIE
-byY
-bKU
-beu
-beu
-beu
-bPJ
-bQX
-bSm
-bTv
-bUD
-bUD
-bQX
-bXV
-bYO
-bZx
-bXR
-cam
-cam
-cco
-cam
-cdo
-cdK
-cei
-ceD
-cam
-cco
-cam
-bZv
-bZv
-bXR
-bXR
-chn
+aad
+aqw
+arr
+asn
+atb
+auh
+ave
+awb
+awb
+ayL
+azF
+aAT
+azF
+azF
+azF
+azF
+aEC
+aAT
+aGu
+aHo
+azF
+aJs
+aKO
+aLR
+aMT
+aJs
+aJs
+aFh
+aQP
+aHo
+aJs
+aTU
+aJs
+bXK
+aJs
+aTU
+aJs
+aMT
+azF
+aEC
+azF
+aHo
+azF
+bYZ
+beG
+bfC
+bfD
+bfD
+bfC
+bfC
+bfC
+bfC
+bfC
+bfC
+bqt
+brI
+biJ
+bui
+buR
+buR
+buR
+buR
+bzm
+bzm
+bBk
+bCg
+bDh
+bEn
+bFi
+bFZ
+bGB
+bHo
+bIc
+bIc
+bIc
+bIc
+bKM
+bMc
+bGI
+bFY
+bNv
+bNX
+bHm
+aad
+bCt
+bCt
+bCt
+bCt
+bCt
+aaa
+aac
aaa
aaa
aaa
@@ -93046,6 +90988,23 @@ aaa
aaa
aaa
aaa
+bUc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -93164,116 +91123,116 @@ aaa
aaa
aaa
aaa
-aab
-ain
-aiQ
-aip
-aiN
+aad
+aqw
+ars
+aso
+atc
+aui
+aqw
+aad
+awb
+ayM
+azG
+aAU
+aBV
+ayM
+bWP
+aAU
+ayN
+aFC
+aGv
+aHp
+aIs
+aIs
+aKP
+aLS
+aIs
+aIs
+aMX
+aPL
+aQQ
+aQX
+aMX
+aIt
+aIt
+aIt
+aIt
+aIt
+aCd
+aCd
+aCd
+aCd
+bYJ
+aGX
+aBT
+aFk
+beH
+bfD
+bgN
+bhS
+biO
+bjR
+blb
+bms
+bZG
+bpk
+bqu
+brJ
+bsS
+bui
+buU
+bvZ
+bxa
+byf
+bzn
+bAi
+bBl
+bCh
+bCk
+bEo
+bFj
+bFY
+bGC
+bHp
+bHp
+bII
+bGI
+bGI
+bKN
+bMN
+bGI
+bFY
+bNu
+bNU
+bOA
+bPe
+bPx
+bPU
+bQt
+bQt
+bCt
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
-aab
-aab
-amr
-anj
-anT
-aoO
-apG
-apI
-apG
-asq
-atk
-auL
-awj
-axp
-aoM
-azz
-aAR
-aCc
-aDj
-aEp
-aFB
-aGH
-aHV
-aJi
-aKC
-aLN
-aNh
-aOF
-aOF
-aOF
-aFB
-aWR
-aTW
-aRT
-aVM
-aWS
-aXY
-aYR
-aZY
-aWM
-bbJ
-bcx
-bdB
-bcx
-bfB
-bcx
-bcx
-bbK
-bjN
-bkY
-bmf
-bnn
-bor
-bbK
-bzh
-bsC
-btU
-bvx
-bwG
-bxU
-bsC
-bAx
-bBE
-bBE
-bBE
-bFT
-bBE
-bIF
-bJH
-bKV
-bLU
-bNk
-bOr
-bPK
-bQX
-bSn
-bTw
-bUE
-bUE
-bQX
-bXU
-bXX
-bZy
-bXR
aaa
-cam
-ccn
-cam
-cam
-cam
-cam
-cam
-cam
-ccn
-cam
-aab
-aab
-aab
-aab
-aab
-aab
-aab
aaa
aaa
aaa
@@ -93421,110 +91380,110 @@ aaa
aaa
aaa
aaa
-aab
-aio
-aiR
-aiq
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-amr
-apM
-anT
+aad
+aqw
+aqw
+aqw
+aqw
+aqw
+aqw
+aad
+axo
+ayN
+awb
+awb
+ayN
+ayN
+awb
+awb
aoP
-apH
-aqD
-apG
-asq
-atl
-auM
-awk
-axq
-aoM
-azA
-aAS
-aCd
-aDk
-aEq
-aFB
-aGI
-aHW
-aJj
-aHV
-aLO
-aNi
-aOF
-aPN
-aOF
-aFB
-aWR
-aTX
-aUQ
-aVM
-aVM
-aVM
-aVM
-aVM
-aVO
-bbK
-bcz
-bbK
-bcz
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bbK
-bzi
-bsC
-btV
-bvy
-bwH
-bwH
-bsC
-bAy
-bBF
-bBF
-bBF
-bBF
-bHk
-bBF
-bJH
-bBF
-bLV
-bNl
-bOs
-bBF
-bQX
-bQX
-bQX
-bQX
-bQX
-bQX
-bXW
-bXX
-bZz
-bXR
-caU
-cbH
-ccp
-ccQ
-cdp
-cdL
-cdL
-ccQ
-cdp
-ccp
-ccQ
-cfE
+aFD
+aGw
+aHq
+aIs
+aJt
+aKQ
+aLT
+aMU
+aOc
+aOW
+aPM
+aLY
+aRV
+aSV
+aMX
+aUJ
+aVD
+aWE
+aIt
+bYe
+bYl
+aDH
+bbf
+aBT
+aGX
+bYQ
+aFk
+beH
+bfE
+bgO
+bgP
+bgP
+bgP
+blc
+bmt
+bnO
+bpl
+bqv
+brK
+bsT
+buj
+buV
+bwa
+bxb
+byg
+bzn
+bAj
+bBm
+bCi
+bDi
+bEp
+bFj
+bFY
+bGD
+cbp
+bId
+bIJ
+bId
+cbp
+bKO
+bGI
+bGI
+bFY
+bNv
+bNY
+bHm
+aad
+bEA
+bPV
+bQu
+bQP
+bCt
+aad
+aac
+aaa
+aaa
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -93678,113 +91637,113 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aiS
-aaa
-aab
aaa
aaa
aaa
aaa
-alL
-amr
-apL
-anT
-aoQ
-apG
-aqE
-ckd
-asq
-atl
-auN
-atl
-atl
-aoM
-azB
-aAR
-aCe
-aDl
-aEr
-aFB
-aGJ
-aHV
-aJk
-aKD
-aLP
-aNi
-aOF
-aPO
-aOF
-aFB
-aWR
-aRT
-buq
-aVR
-aRT
-aRT
-aRT
-aRT
-aRT
-bJI
-aRT
-bdC
-beu
-bfC
-bgI
-bhW
-biS
-bjO
-bkZ
-bkZ
-bno
-bos
-bpv
-byy
-bsE
-btW
-bvz
-bwI
-bxV
-bzb
-bAz
-bBG
-beu
-beu
-bFU
-bHl
-bIG
-cjM
-bAz
-bBG
-bNm
-bOt
-bAz
-bAz
-bAz
-bTx
-bAz
-bAz
-bWW
-bXX
-bXX
-bZA
-cam
-caV
-cbI
-ccq
-ccq
-cdq
-cdM
-cej
-ceE
-ceU
-ccq
-cfn
-cfF
-cgh
-cgh
-cfE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aoP
+aFE
+aGx
+axz
+aIs
+aJu
+aKR
+aLU
+aMV
+aOd
+aOX
+aPN
+aLY
+aRW
+aSW
+aTV
+aUK
+aSa
+aWF
+aIt
+bYf
+aIy
+aCd
+aCd
+bcc
+bcJ
+bdq
+bdQ
+beH
+bfD
+bgP
+bZw
+bZx
+bZx
+bld
+bgP
+bgP
+bpk
+bqu
+bfw
+bsU
+bui
+buW
+bwb
+bxc
+byh
+bzo
+bAk
+bBn
+bCj
+bCk
+bEq
+bFk
+bGa
+bGE
+cbp
+cbp
+cbp
+cbp
+cbp
+bKP
+bGI
+bDj
+bMe
+bNy
+bNZ
+bLs
+bPg
+bPx
+bPW
+bQt
+bQt
+bCt
+aaa
+aac
+aaa
+aaa
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -93924,6 +91883,13 @@ aaa
aaa
aaa
aaa
+aad
+ait
+ait
+aiu
+aiu
+ait
+ait
aaa
aaa
aaa
@@ -93935,113 +91901,106 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aiS
-aaa
-aab
-aki
aaa
aaa
aaa
-alL
-amu
-anj
-anT
-aoR
-apG
-aqF
-aru
-asr
-atm
-auO
-atl
-atl
-aoM
-azC
-aAT
-aCf
-aDm
-aEs
-aFB
-aGK
-aHX
-aJl
-aHV
-aLQ
-aNi
-aOF
-aOF
-aOF
-aFB
-aWR
-aTY
-aUR
-aVR
-aRT
-aRT
-aRT
-aRT
-aRT
-bbL
-aRT
-bdC
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-bqU
-beu
-btX
-bvA
-byi
-bxW
-bNA
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-bLW
-bqU
-bOu
-bev
-bev
-bev
-bev
-bev
-bev
-bWX
-bXX
-bXX
-bZB
-cam
-caW
-cbJ
-ccq
-ccR
-ccq
-ccR
-ccq
-ccR
-ccq
-ccR
-ccq
-cbI
-cgi
-cgi
-cgW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aER
+aFE
+aGx
+aHr
+aIs
+aJv
+aKS
+aLV
+aMW
+aOc
+aOW
+aPM
+aQR
+aRV
+aSX
+aTW
+aUL
+aMZ
+aWG
+aIt
+aDH
+aZv
+bau
+bau
+bcd
+bcK
+bau
+bdR
+bau
+bfC
+bgQ
+bhT
+biP
+biP
+bld
+bmu
+bnP
+bpm
+bqw
+bfw
+bZS
+buk
+buk
+buk
+buk
+buk
+buk
+bwg
+buk
+bCk
+bCk
+bEr
+bFj
+bFY
+bGF
+cbp
+bIe
+bIe
+bIe
+cbp
+bKQ
+bGI
+bDl
+bFY
+bNz
+cco
+ccC
+aad
+bCt
+bCt
+bCt
+bCt
+bCt
+aaa
+aac
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -94181,156 +92140,156 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
+aad
+ait
+bWi
aiT
+ald
+ald
+ait
+ait
+ait
+aiu
+ait
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aER
+aFE
+aGx
+axz
+aIt
+aIt
+aKT
+aLW
+aMX
+aIt
+aIt
+aPO
+aLY
+aRV
+aSX
+aTX
+aUM
+aMZ
+aWH
+aIt
+aDH
+aDH
+bau
+bbg
+bce
+bcL
+bdr
+bdS
+bcg
+bfC
+bgR
+bhT
+biP
+bjS
+bld
+bmv
+bnQ
+bpm
+bqx
+bfw
+bsV
+buk
+buX
+buX
+bxd
+byi
+bzp
+bAl
+buk
+bCl
+caz
+bEs
+bFl
+bGb
+bGd
+bHq
+bGH
+bIK
+bJq
+bKa
+bKM
+bGI
+bDl
+bMO
+bMP
+ccp
+bOC
+bPg
+bPy
+bPX
+bQv
+bQx
+bCt
+aaa
+aac
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aab
-aab
-aab
-aab
-aab
-aab
-alL
-amv
-apN
-anT
-aoS
-apI
-aqG
-arv
-ass
-anT
-auP
-awl
-awl
-anT
-anT
-alc
-aFX
-aDn
-alc
-aFB
-aGL
-aHY
-boX
-aKE
-aLR
-aNi
-aOF
-aPP
-aOF
-aFB
-aUh
-aTZ
-aRT
-aVR
-aWT
-aRT
-aRT
-aRT
-aRT
-aRT
-bcA
-bdD
-bev
-bev
-bev
-bev
-bev
-bev
-bev
-bmg
-bnp
-bnp
-bnp
-bqV
-bev
-btY
-bvB
-beu
-bxX
-bNB
-bAA
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-beu
-cjN
-bqU
-bOv
-bJH
-bQZ
-bSo
-bTy
-bSo
-bSo
-bWY
-bXY
-bYP
-bZC
-cam
-caW
-cbJ
-ccq
-ccR
-ccq
-ccR
-cek
-ccR
-ccq
-ccR
-ccq
-cfG
-ccq
-ccq
-cgW
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -94438,6 +92397,112 @@ aaa
aaa
aaa
aaa
+ait
+ait
+ajy
+ait
+ait
+ajy
+ait
+chk
+ait
+aor
+ait
+ait
+ait
+ait
+aoP
+atd
+atd
+aoP
+awc
+awc
+aoP
+azH
+azH
+aoP
+aaa
+aaa
+aaa
+aER
+aFE
+aGx
+axz
+aIt
+aJw
+aKU
+aLX
+aMY
+aOe
+aOY
+aPP
+aLY
+aRV
+aSX
+aMX
+aUN
+aMa
+aWI
+aXG
+aYw
+aZw
+bau
+bbh
+bcf
+bcM
+bds
+bds
+bds
+bfF
+bgS
+bhU
+biQ
+biQ
+ble
+bmw
+bnR
+bpm
+bZK
+bZQ
+bsW
+buk
+buX
+buX
+bxd
+byi
+bzp
+bAl
+buk
+bCm
+bDl
+bGI
+bFj
+bFY
+bGG
+bGI
+bGI
+bIL
+bGI
+cbH
+bKR
+bGI
+bDl
+bLl
+bGI
+bOb
+ccD
+aad
+bEA
+bPY
+bQw
+bQQ
+bCt
+aaa
+aac
+aaa
+aaa
+aaa
+aac
aaa
aaa
aaa
@@ -94449,113 +92514,7 @@ aaa
aaa
aaa
aaa
-aab
aaa
-aiU
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-alM
-amw
-apO
-anT
-aoT
-apJ
-aqH
-arw
-arw
-anT
-auQ
-auS
-auS
-auS
-anT
-aAU
-aGz
-aDo
-aEt
-aFB
-aQq
-aHZ
-aFB
-aFB
-aFB
-aFB
-aFB
-aFB
-aFB
-aFB
-aXy
-aST
-aST
-aST
-aST
-aST
-aST
-aST
-baR
-aVR
-bcB
-bdE
-bdE
-bdE
-bdE
-bhX
-bdE
-bdE
-bhX
-bdE
-bdE
-bdE
-bdE
-bqW
-bhX
-btZ
-bvC
-bdG
-bxY
-bOD
-bAB
-bBH
-bDc
-bBH
-bBH
-bBH
-bBH
-bDc
-bBH
-bAB
-bqU
-bOw
-bJH
-bRa
-bSp
-bSp
-bUF
-bVI
-bWY
-bXX
-cjD
-bZD
-cam
-caW
-cbJ
-ccq
-ccR
-ccq
-ccR
-ccq
-ccR
-ccq
-ccR
-ccq
-cbK
-cgj
-cgj
-cgW
aaa
aaa
aaa
@@ -94695,124 +92654,124 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
+aiu
aiS
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-alM
-amx
-anj
-anT
-aoU
-arl
-aqI
-arx
-ast
-atn
-auR
-awm
-axr
-auS
-anT
+aiT
+akm
+ale
+alS
+ait
+bWq
+aiU
+aos
+alh
+alh
+aqx
+art
+aoP
+ate
+auj
+aoP
+awd
+axq
+aoP
+azI
aAV
-aGt
-aDn
-alc
-aAX
-aGN
-aIa
-aJn
-aKF
-atg
-aNj
-aOG
+aoP
+aCN
+aCN
+aCN
+aCN
+aFE
+aGy
+aHs
+aIt
+aJx
+aKV
+aLY
+aMZ
+aOf
+aOZ
aPQ
-aRc
-aRU
-aSR
-aST
-aUS
-aUS
-aWU
-aXZ
-aYS
-aZZ
-baS
-aRT
-bcC
-bdE
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bdE
-bqX
-bsF
-btZ
-bvD
-bey
-bxY
+aQS
+aRX
+aSX
+aIt
+aUO
+aVE
+aWJ
+aIt
+aDH
+aQj
+bau
+bbi
+bYK
+bcN
+bdt
+bZa
+bZa
+bfC
+bgT
+bhV
+bgP
+bgP
+bgP
+bmx
+bnS
+bpm
+bqy
+bfw
+bsX
+buk
+buX
+bwc
+bxd
+byi
+bzp
+bAl
+buk
+bCn
+bDl
+bGI
+bFj
+bFY
+cbj
+bHr
+bGd
+bIM
+bGd
+bKb
+bKS
+bGI
+bLm
+bEs
+cce
+bNZ
bOC
-bAB
-bBI
-bDd
-bEw
-bFV
-bHm
-bIH
-bJJ
-bKW
-bAB
-cjO
-bOx
-bJH
-bRb
-bSp
-bSp
-bUG
-bVJ
-bWY
-bXX
-cjD
-bZE
-cam
-caX
-cbK
-ccq
-ccq
-cdr
-ccq
-ccq
-ceF
-ccq
-ccq
-ccq
-cfF
-cgh
-cgh
-cfH
+bPg
+bPz
+bPZ
+bQx
+bQx
+bCt
+aaa
+aac
+aaa
+aaa
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -94952,121 +92911,121 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-alM
-amy
-anj
-anT
-aoV
-arn
-aqJ
-arw
-arw
-anT
-auS
-awn
-axs
-auS
-anT
+bWd
+aiT
+ajz
+akn
+alf
+alT
+amx
+chl
+ait
+akt
+aoP
+aoP
+aqy
+aru
+aoP
+atf
+auk
+aoP
+awe
+axr
+aoP
+azJ
aAW
-aGM
-aDp
-aEu
-aAX
-aRM
-aIb
-aJo
-aJo
-aJo
-aNk
-aJo
-aJo
-aRd
-aRV
-aSS
-aSS
-aUT
-aVS
-aWV
-aYa
-aUW
-baa
-baS
-aRT
-bcC
-bdE
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bdE
-bqY
-bey
-btZ
-bvD
-bey
-bxY
-bQT
-bAB
-bBJ
-bBL
-bDd
-bDd
-bEy
-bDd
-cja
-bKX
-bAB
-bqU
-bOw
-bJH
-bRc
-bSq
-bTy
-bSq
-bSq
-bWY
-bXX
-cjD
-bZz
-bXR
-caY
-cbL
-ccp
-ccQ
-cdp
-cdL
-cdL
-ccQ
-cdp
-cfe
-ccQ
-cfH
+aoP
+aCO
+aDt
+aEk
+aES
+aFF
+aGz
+aHt
+aIt
+aJy
+aKW
+aLY
+aNa
+aOg
+aIt
+aPR
+aQT
+aRY
+aSY
+aIt
+aUP
+aVF
+aWK
+aIt
+aIt
+aQj
+bau
+bbj
+bch
+bcO
+bdu
+bdT
+bdT
+bfC
+bgU
+bhW
+biR
+bjT
+blf
+bmy
+bnT
+bpm
+bZK
+bfw
+bsY
+buk
+buY
+bwc
+bxd
+byi
+bzp
+bAm
+buk
+bCo
+bDm
+bEv
+bFo
+bFY
+bGe
+bGI
+bIf
+bIf
+bIf
+bKc
+bKT
+bGI
+bDl
+bGI
+bGI
+bOd
+ccE
+aad
+bCt
+bCt
+bCt
+bCt
+bCt
+aad
+aac
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -95209,126 +93168,126 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-alM
-amz
-aqi
-anT
-aoW
-arm
-aqE
-ary
-ary
-anT
-anT
-anT
-anT
-anT
-anT
+aiu
+aiU
+ajA
+ako
+alg
+alU
+ait
+ait
+ait
+akt
+aoP
+apB
+aqz
+arv
+asp
+atg
+aul
+aoP
+awf
+axs
+aoP
+azK
aAX
-aGA
-aDq
-aAX
-aAX
-aQr
-aIc
-aJp
-aKG
-aLT
-aNl
-aOH
-aPR
-aRe
-aRW
-aST
-aUa
-aUU
-aVT
-aWW
-aYb
-aYT
-bab
-baS
-aRT
-bcC
-bdE
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bdE
-bqZ
-bsG
-btZ
-bvD
-bwJ
-bxY
-bPu
-bAB
-bBK
-bBL
-bEx
-bFW
-bBL
-bII
-bZR
-bKY
-bAB
-bqU
-bOy
-bPL
-bPL
-bPL
-bPL
-bPL
-bPL
-bWZ
-bXX
-cjE
-bZF
-bXR
+aoP
+aCP
+aDu
+aEl
+aCN
+aFE
+aGx
+axz
+aIt
+aJz
+aKX
+aLY
+aMZ
+aMZ
+aMX
+aPS
+aQU
+aRZ
+aRZ
+aRZ
+aRZ
+aVG
+aMZ
+aXH
+aIt
+bYm
+bau
+bbk
+bci
+bcP
+bbk
+bau
+beI
+bfC
+bfC
+bfC
+beJ
+bjU
+bjU
+bjU
+bjU
+bjU
+bgL
+bfw
+bZT
+buk
+buZ
+bwd
+buZ
+buZ
+buZ
+bAn
+buk
+bCp
+bDl
+bGI
+bEw
+caY
+cbk
+bHs
+bHs
+bHs
+bGJ
+bHs
+bHs
+bHs
+bMi
+bGI
+bGI
+bOe
+ccE
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aaa
+aaa
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
-cam
-ccn
-cam
-cam
-cam
-cam
-cam
-cam
-ccn
-cam
-aab
-aab
-aab
-aab
-aab
-aab
aaa
aaa
aaa
@@ -95466,125 +93425,125 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiU
-aaa
-aab
-aab
-aaa
-aaa
-aab
-alM
-amv
+ait
+aiV
+ait
+ait
+ait
+ait
+ait
anj
-anT
-aoX
-arD
-aqE
-arz
-arz
-anT
-auT
-awo
-anU
-ayq
-azD
-anU
-aCl
-aDr
-aEv
-aFC
-aGQ
-aId
-aJp
-aKH
-aLU
-aNm
-aLV
-aPS
-aRe
-aRX
-aSU
-aUb
-aUV
-aVU
-aWX
-aYc
-aYU
-bac
-baS
-aFL
-bcC
-bdE
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bdE
-bra
-bey
-btZ
-bvD
-bey
-bxY
-bRO
-bAB
-bBL
-bDd
-bEy
-bFX
-bHn
-bIJ
-cjc
-bBL
-bAB
-bqU
-cjS
-beu
-beu
-bBE
-bBE
-bBE
-beu
-bXa
-bXX
-cjF
-bZz
-bXR
-cam
-cam
+anJ
+bWs
+aoP
+apC
+aqA
+arw
+aoP
+aru
+aum
+aoP
+aru
+axt
+aoP
+aru
+aAY
+aoP
+aCN
+aCN
+aCN
+aCN
+aFE
+aGx
+axz
+aIt
+aJA
+aKY
+aLZ
+aNb
+aOh
+aPa
+aPT
+aQV
+aSa
+aMZ
+aMZ
+aMZ
+aVH
+aMZ
+aXI
+aIt
+aQj
+bau
+bbl
+bcj
+bcO
+bdv
+bau
+beJ
+bfG
+bgV
+bhX
+biS
+bjV
+blg
+bmz
+bnU
+bpn
+bqz
+bfx
+bsZ
+bul
+bva
+bwe
+bxe
+byj
+byj
+bAo
+bBo
+bCq
+bDl
+bGI
+bFq
+bGf
+bGK
+bHt
+bIg
+bHt
+bGK
+bHt
+bKU
+bHt
+bGK
+bHt
+bNA
cco
-cam
-cds
-cdN
-cel
-ceG
-cam
-cco
-cam
-bZv
-bZv
-bXR
-bXR
-chn
+ccF
+bCk
+bCk
+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
@@ -95723,6 +93682,116 @@ aaa
aaa
aaa
aaa
+ait
+ait
+akp
+alh
+alh
+alh
+alh
+alh
+alh
+aot
+aoP
+apD
+aqB
+arx
+asq
+ath
+aun
+avf
+bWA
+aun
+ayO
+awg
+aun
+ayO
+aCQ
+ayO
+aEm
+ayO
+aun
+aGA
+axz
+aIt
+aJB
+aKZ
+aMa
+aNc
+aOi
+aPb
+aPU
+aQW
+aSb
+aSZ
+aTY
+aUQ
+aLY
+aMZ
+aXJ
+aIt
+bYm
+bau
+bau
+bau
+bcQ
+bau
+bau
+beJ
+bfG
+bgW
+bhY
+biT
+bjW
+blh
+bmA
+bmA
+bpo
+bqA
+bfw
+bZU
+buk
+bvb
+bwf
+bxf
+byk
+bzq
+bAp
+buk
+bCr
+bDo
+bEy
+bFr
+bLr
+bGL
+bHu
+bFr
+bIN
+bJr
+bKd
+bFr
+bGg
+bMj
+bMQ
+bFr
+bOg
+bOD
+bPh
+bPA
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -95733,116 +93802,6 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aab
-aiT
-aab
-aab
-aab
-aab
-aab
-aab
-alL
-amA
-anj
-anT
-anT
-aro
-aqK
-anT
-anT
-anT
-awh
-awp
-awu
-awu
-awu
-awu
-awu
-aDs
-awu
-awu
-aGR
-amv
-aJp
-aKI
-aLV
-aNn
-aLV
-aPT
-aRe
-aRY
-aST
-aUc
-aUW
-aVT
-aWY
-aYb
-aYV
-bab
-baS
-aRT
-bcC
-bdE
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bew
-bdE
-brb
-bsH
-bua
-bvD
-bey
-bxY
-bQV
-bAB
-bBM
-bDe
-bEz
-bFY
-bHo
-bIK
-cjb
-bKZ
-bAB
-bpL
-bOA
-bPM
-bRd
-bRd
-bTz
-bRd
-bRd
-bPM
-bXW
-cjF
-bZG
-can
-caZ
-cbG
-ccn
-cam
-cdn
-bXX
-bXX
-bZz
-cam
-ccn
-cbG
-bZv
-cgk
-cgA
-cgX
-cgX
-chI
aaa
aaa
aaa
@@ -95981,126 +93940,126 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-alL
-amB
-anm
-anU
-anU
-apP
-aqL
-anU
-anU
-ato
-auV
-aqs
-asi
-ayr
-alL
-aAY
-asi
-aDt
-aEw
-alL
-aGS
-aIe
-aJp
-aKJ
-aLV
-aNo
-aOI
-aPU
-aRf
-aRZ
-aSV
-aSV
-aUX
-aVV
-aWZ
-aYd
-aUW
-baa
-baS
-aRT
-bcC
-bdE
-bdE
-bdE
-bdE
-bhX
-bdE
-bdE
-bhX
-bdE
-bdE
-bdE
-bdE
-bdE
-bhX
-bdE
-bvD
-bey
-bxY
-bOC
-bAB
-bAB
-bAB
-bAB
-bFZ
-bAB
-bAB
-cjd
-bAB
-bAB
-bNn
-bMe
-bPM
-bRe
-bSr
-bTA
-bUH
-bVK
-bPM
-bXU
-cjH
-bYN
-bYN
-cba
-cbM
-bYN
-cbM
-cdt
-cke
-ceh
-bZG
-ceV
-bXX
+aiu
+akq
+ait
+ait
+ait
+aiu
+aiu
+aiu
+ait
+aoP
+apE
+aqC
+ary
+aoP
+ati
+auo
+avg
+awh
+axu
+axu
+azL
+aAZ
+aAZ
+aCR
+aAZ
+aEn
+aAZ
+aAZ
+aGB
+aHr
+aIt
+aJC
+aIt
+aMb
+aIt
+aIt
+aIt
+aPL
+aQX
+aIt
+aIt
+aIt
+aIt
+aQQ
+aWL
+aIt
+aIt
+aZx
+aYw
+aYw
+aYw
+bcR
+aLd
+bdU
+beJ
+bfG
+bgX
+bfG
+biU
+bjX
+bli
+bmB
+bnV
+bpp
+bqB
+bfv
+bta
+buk
+buk
+bwg
+bxg
+buk
+buk
+buk
+buk
+bCk
+caA
+bHm
+bNB
caZ
-cfI
-cco
-cgB
-cgY
-cho
-chJ
-chX
+bDp
+bEz
+bFs
+bEz
+bJs
+bEz
+bKV
+bLs
+bMk
+bLs
+ccf
+ccq
+bCk
+bCk
+bCk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -96238,6 +94197,111 @@ aaa
aaa
aaa
aaa
+ait
+akr
+ait
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aoP
+aoP
+aoP
+aoP
+aoP
+atj
+aup
+avh
+awi
+axv
+ayP
+azM
+aBa
+aBW
+aCS
+aBW
+aBW
+aBW
+aBW
+aGC
+aHu
+aIt
+aJD
+aIt
+aMc
+aIt
+aOj
+aIu
+aPV
+aQY
+aSc
+aTa
+aTZ
+aUR
+aVI
+aPZ
+aXK
+aXK
+aXK
+aXK
+aXK
+aXK
+aCd
+bdw
+bdV
+beJ
+bfH
+bgY
+bfG
+biU
+bjY
+blj
+blm
+bnW
+bjU
+bgL
+bfw
+biJ
+bum
+bvc
+bwh
+bxh
+byl
+bzr
+bAq
+aad
+aad
+bDq
+aad
+bFt
+aad
+bDq
+aad
+bFt
+aad
+bDq
+aad
+bFt
+aad
+bDq
+aad
+bFt
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -96248,115 +94312,10 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aiS
-aaa
-aab
aaa
aaa
aaa
aaa
-alL
-amC
-ann
-anV
-aoY
-apQ
-aqM
-arA
-asu
-avN
-auW
-awq
-axt
-ays
-alL
-aAZ
-asi
-aDu
-aEx
-aFD
-aGT
-aIf
-aJp
-aKK
-aLW
-aNp
-aLW
-aKH
-aJp
-aSa
-aSW
-aST
-aUY
-aUY
-aXa
-aYe
-aYW
-bad
-baS
-aRT
-bcD
-bdF
-bex
-bex
-bex
-bex
-bex
-bex
-bex
-bex
-bnq
-bex
-bex
-bex
-bex
-bex
-bvE
-bey
-bxY
-bzj
-bAC
-bBN
-bDf
-bEA
-bGa
-bHp
-bIL
-bJO
-bLa
-bLY
-bNo
-bOB
-bPM
-bRf
-bSs
-bTB
-bSs
-bVL
-bXb
-bXZ
-cjU
-bZH
-cao
-cbb
-cao
-cao
-ccS
-cdu
-bXX
-bXX
-ceH
-ceW
-ceW
-bZz
-cfC
-cgf
-cgC
-cgX
-cgX
-chK
aaa
aaa
aaa
@@ -96495,6 +94454,111 @@ aaa
aaa
aaa
aaa
+ajB
+bWj
+ali
+aaa
+aaa
+aaa
+amy
+amy
+amz
+amy
+apF
+aoP
+aoP
+bWv
+atm
+bWx
+avi
+awj
+axw
+ayQ
+atm
+aBb
+aBX
+aBX
+aBX
+aBX
+aBX
+aFG
+aGD
+aHv
+aIu
+aJE
+aIu
+aIu
+aIu
+aIu
+aIu
+aPW
+aQZ
+aSd
+aSd
+aSd
+aUS
+aVJ
+aVN
+aXL
+aYx
+aZy
+bav
+bbm
+aXK
+aVO
+aRi
+bdW
+beJ
+bfI
+bgZ
+bfI
+biU
+bjZ
+blk
+blm
+bnX
+bjU
+bgM
+bZR
+biJ
+bfw
+bvc
+bZX
+bxi
+cah
+bzs
+bAq
+aad
+bCt
+bDr
+bEA
+bDr
+bCt
+bDr
+bEA
+bDr
+bCt
+bDr
+bEA
+bDr
+bCt
+bDr
+bEA
+bDr
+bCt
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -96505,114 +94569,9 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aiU
-aaa
-aab
aaa
aaa
aaa
-aab
-alL
-amD
-amD
-amD
-amD
-amD
-amD
-amD
-amD
-awe
-aqs
-awr
-axu
-ayt
-alL
-aBa
-aCm
-aDv
-aEy
-alL
-aqs
-aIg
-aJp
-aJp
-aLX
-aNq
-aLX
-aJp
-aJp
-aFE
-aFE
-aST
-aST
-aST
-aST
-aST
-aST
-aST
-baT
-aRT
-aRT
-bdG
-bey
-bey
-bey
-bhY
-biT
-bjP
-bey
-bey
-bnr
-bot
-bpw
-brc
-bey
-bey
-bey
-bwK
-bxZ
-bwN
-bwN
-bwN
-bwN
-bEB
-bRS
-bHq
-bIM
-bJP
-bLb
-bLZ
-bNp
-cjk
-bPN
-bRg
-bSt
-bTC
-bUI
-bVM
-bPM
-bnD
-cjJ
-bZI
-cap
-bZO
-cbN
-cbN
-bZO
-bZO
-bYO
-bYO
-ceI
-cam
-cam
-cam
-bXR
-bXR
-bXR
-bXR
-bXR
aaa
aaa
aaa
@@ -96752,6 +94711,100 @@ aaa
aaa
aaa
aaa
+bWf
+akt
+alj
+aaa
+aaa
+amy
+amy
+anK
+aou
+aoQ
+apF
+aER
+aER
+aER
+atm
+auq
+avj
+awk
+axx
+ayR
+atm
+aBc
+aBX
+aCT
+aCT
+bWS
+aBX
+aBX
+aGE
+aBX
+aBX
+aJF
+aLa
+aMd
+aNd
+aOk
+aPc
+aPX
+aRa
+aSe
+aTb
+aUa
+aUT
+aVK
+aWM
+aXM
+aYy
+aZz
+baw
+bbn
+aXK
+aVP
+aCd
+aVP
+beJ
+bfJ
+bha
+bhZ
+biV
+bka
+bll
+bmC
+bnY
+bjU
+bfw
+brN
+bhO
+bfv
+bvd
+bwi
+bxj
+bZV
+bzt
+bAq
+aad
+bCt
+bDs
+bEB
+bFu
+bCt
+bGM
+bHv
+bIh
+bCt
+bJt
+bKe
+bKW
+bCt
+bMl
+bMR
+bNC
+bCt
+aaa
+aac
aaa
aaa
aaa
@@ -96762,119 +94815,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aiS
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aab
-amE
-ano
-anW
-aoZ
-apR
-aqN
-arB
-amD
-awd
-aqs
-aws
-axv
-ayu
-alL
-alL
-alL
-alL
-alL
-aFE
-aGU
-aIh
-aJq
-aKL
-aLY
-aNr
-aOJ
-aPV
-aLZ
-aRT
-aRT
-aLZ
-aUZ
-aLZ
-aLZ
-aRT
-aRT
-aRT
-aTW
-aRT
-bcE
-bdH
-bdH
-bdH
-bdH
-bdH
-bdH
-bjQ
-bjQ
-bmh
-bns
-bjQ
-bjQ
-brd
-bsI
-bub
-bey
-bey
-bey
-bzk
-bsI
-bBO
-bDg
-bEC
-bRR
-bHr
-bnD
-bnD
-bnD
-bnD
-bNq
-cjj
-bPM
-bRh
-bPM
-bPM
-bPM
-bVN
-bPM
-bYa
-cjI
-bZJ
-caq
-cbc
-cbO
-cbd
-ccT
-bZO
-bXX
-bZz
-cam
-aab
-aaa
-cfo
-cfJ
-cfJ
-cgD
-cfJ
-cfJ
-cfJ
-cgD
-cfJ
-cfJ
-ciF
aaa
aaa
aaa
@@ -96884,6 +94824,25 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
aaa
aaa
aaa
@@ -97001,138 +94960,108 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
aab
aaa
aaa
aaa
-ale
-alN
-amF
-anp
-anX
-apa
-apa
-aqO
-arC
-amD
-awf
-aqs
-awt
-axw
-ayv
-alL
aaa
aaa
aaa
aaa
-aFE
-aGV
-aIi
-aJr
-aKM
-aLZ
-aNs
-aOK
-aPW
-aLZ
-aRT
-aLZ
-aRT
-aRT
-aLZ
-aLZ
-aRT
-aLZ
-aRT
-aTW
-aRT
-aRT
-bdI
-bdH
-bfD
-bgJ
-bgJ
-bdH
-bjR
-bla
-blb
-bnt
-bou
-bpx
-bre
-bsI
-buc
-bvF
-bey
-bvF
-bzl
-bAD
-bBP
-bDh
-bsI
-bRU
-bHs
-bIN
-bke
-bLc
-bnD
-bNr
-bOE
-bPO
-bRi
-bSu
-bTD
-bUJ
-bVO
-bXc
-bYb
-bYW
-bZK
-car
-cbd
-cbd
-ccr
-ccU
-bZO
-cdO
-bZz
-cam
-cam
-cbG
-cfp
-cfK
-cfK
-cfK
-cfK
-cfK
-cfK
-cfK
-cij
-cis
-ciG
-ciF
+bWf
+aku
+alj
+aaa
+aaa
+amz
+ank
+anL
+anL
+anL
+apG
+aqD
+arA
+aqD
+atm
+auq
+avk
+awl
+axy
+awl
+azN
+aBd
+aBY
+aCU
+aDv
+aCW
+aCW
+aCW
+aGF
+aHw
+aBX
+aJG
+aLb
+aMe
+aNe
+aOl
+aPd
+aPY
+aRb
+aPZ
+aPZ
+aPZ
+aUU
+aVI
+aWN
+aXN
+aYz
+aZA
+bax
+bbo
+aXK
+aVP
+aCd
+bdX
+beJ
+beJ
+beJ
+beJ
+beJ
+bkb
+blm
+bmD
+bnZ
+bjU
+bqC
+brO
+bZV
+bun
+bun
+bwj
+bxk
+bym
+bun
+bAr
+aad
+bCt
+bDt
+bDu
+bDu
+bCt
+bGN
+bHw
+bGN
+bCt
+bJu
+bKf
+bJu
+bCt
+bMm
+bMS
+bMm
+bCt
+aaa
+aac
aaa
aaa
aaa
@@ -97152,6 +95081,36 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -97266,130 +95225,100 @@ aaa
aaa
aaa
aaa
+bWf
+akt
+alj
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aiT
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-amE
-anq
-anY
-apb
-apS
-aqP
-atq
-asv
-att
-auX
-awu
-awu
-awu
-azE
-aaa
-aCn
+amy
+amy
+anM
+aov
+aoR
+apF
+bWu
+arB
+bWw
+atn
+auq
+avl
+awm
+axz
+atm
+atm
+aBe
+aBX
+aCV
aDw
-aEz
-aFF
-aGW
-aIj
-aFK
-aKN
-aFK
-aFK
-aFK
-aFF
-aRg
-aRg
-aRg
-aRg
-aRg
-aRg
-aRg
-aRg
-aRg
-aRg
-baU
-aRT
-aRT
-bdJ
-bdH
-bfE
-bgK
-bfE
-bdH
-bjS
-blb
-blb
-bnu
-bov
-bpy
-brf
-bsI
-bsI
-bsI
-bsI
-bya
-bzm
-bsI
-bBQ
-bDi
-bwL
-bRT
-bHt
-bnD
-bJQ
-bLd
-bnD
-bNs
-bOF
-bPP
-bRj
-bnF
-bnF
-bnF
-bnF
-bnF
-bYc
-bYX
-bZL
-cas
-cbe
-cbP
-cbd
-ccV
-bZO
-bXX
-bXX
-ceJ
-cco
-ceJ
-cfq
-cfL
-cfL
-cfL
-cfL
-cfL
-cfL
-cfL
-cfL
-cfL
-cfL
-ciW
+aEo
+aET
+aFH
+aGG
+aCW
+aBX
+aJH
+aLb
+aMf
+aLb
+aOm
+aPe
+aPZ
+aQY
+aSf
+aTc
+aSf
+aUV
+aVI
+aWO
+aXO
+aXO
+aZB
+aZB
+aZB
+aXO
+bcS
+aXO
+aVP
+beK
+beJ
+bhb
+bia
+biW
+bkc
+blm
+bmE
+boa
+bpq
+bmM
+brP
+bij
+bun
+bve
+bwk
+bxl
+byn
+bzu
+bAr
+aad
+bCt
+bDu
+bEC
+bDu
+bCt
+bGN
+bHx
+bGN
+bCt
+bJv
+bKg
+bJu
+bCt
+bMm
+bMT
+bMm
+bCt
+aaa
+aac
aaa
aaa
aaa
@@ -97407,6 +95336,36 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -97523,6 +95482,100 @@ aaa
aaa
aaa
aaa
+ajD
+akq
+alk
+aaa
+aaa
+aaa
+amy
+amy
+amz
+amy
+apF
+aoP
+aoP
+aoP
+arD
+aur
+avm
+awn
+axA
+avm
+avm
+arD
+aBX
+aBX
+aDy
+bWT
+aBX
+aBX
+aBX
+aHx
+aBX
+aJI
+aLb
+aMg
+aNf
+aIu
+aIu
+aQa
+aRc
+aSg
+aPZ
+aPZ
+aPW
+aVL
+aWP
+aXO
+aYA
+aZC
+bay
+bbp
+bck
+bcT
+aXO
+bdY
+aYw
+bfK
+bhc
+bib
+biX
+bkd
+blm
+bmF
+bob
+bjU
+bqD
+brQ
+btb
+bun
+bvf
+bwl
+bxm
+byo
+bzv
+bAr
+aad
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+bCt
+aad
+aac
aaa
aaa
aaa
@@ -97533,121 +95586,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aiU
-aaa
-aab
-aab
-aab
-akw
-alf
-akw
-akw
-akw
-anZ
-apc
-apc
-aqO
-arE
-asw
-atu
-auY
-awv
-axx
-ayw
-azF
-aaa
-aCo
-aDx
-aEA
-aFG
-aGX
-aIk
-aJs
-aKO
-aMa
-aNt
-aOL
-aFF
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aRg
-baV
-aRT
-bcF
-bdH
-bdH
-bdH
-bdH
-bhZ
-bdH
-bjT
-blb
-bmi
-bnv
-bml
-bpz
-brg
-bsI
-bud
-bvG
-bwL
-byb
-bzn
-bwL
-bwL
-bwL
-bwL
-bSF
-brs
-bnD
-bnD
-bnD
-bnD
-bNt
-bnD
-bnD
-bnD
-bnD
-bTE
-bUK
-bVP
-bXd
-bpL
-bYY
-bZM
-cjW
-cbf
-cbQ
-cbd
-ccW
-bZO
-cdP
-bZz
-cam
-cam
-cam
-cfp
-cfM
-cfM
-cfM
-cfM
-cfM
-cfM
-cfM
-cik
-cik
-ciH
-ciI
-aaa
aaa
aaa
aaa
@@ -97655,6 +95593,27 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTk
aaa
aaa
aaa
@@ -97780,129 +95739,100 @@ aaa
aaa
aaa
aaa
+ait
+bWk
+ait
aaa
aaa
aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-akj
-akw
-akw
-alg
-alO
-amG
-alO
-aoa
-apd
-apT
-aqQ
-arF
-asx
-atv
-atv
-atv
-axy
-aCi
-azF
-aaa
-aCo
+ait
+ait
+ait
+arC
+asr
+arD
+aus
+avn
+awo
+axB
+avn
+azO
+arD
+aBZ
+bWL
aDy
-aEB
-aFH
-aGY
-aIl
-aJt
-aKP
-aMb
-aNu
-aJu
-aFF
-aab
-aSb
-aSb
-aSb
-aSb
-aSb
-aSb
-aSb
-aab
-aRg
-baW
-bbM
-bcG
-bdK
-bez
-bfF
-bgL
-bia
-bdH
+aCW
+aEU
+aFI
+aBX
+aHy
+aBX
+aJJ
+aLc
+aMg
+aLb
+aLc
+aIu
+aQb
+aPe
+aPZ
+aPZ
+aPZ
+aUU
+aVM
+aWQ
+aXP
+aYB
+aZD
+baz
+bbq
+bcl
+bcU
+aXO
+aVP
+beJ
+beJ
+bhd
+bic
+biY
+bke
+bln
+bmG
+boc
bjU
-blc
-bmj
-bnw
-bow
-bpA
-brh
-bsI
-bue
-bvH
-bwM
-bvD
-bzk
-bsI
-bBR
-bDg
-bwN
-bSE
-bHu
-bIO
-bJR
-bnD
-bMa
-bNt
-bnD
-bPQ
-bRk
-bnD
-bSy
-bUL
-bVQ
-bXe
-bpL
-bYZ
-bZN
-cau
-cbg
-cbR
-ccs
-ccX
-bZO
-cdQ
-cem
-cam
+bqE
+brR
+btc
+bun
+bvg
+bwm
+bxl
+byp
+bzw
+bAr
+aad
aaa
aaa
-cfr
-cfJ
-cfJ
-cgD
-cfJ
-cfJ
-cfJ
-cgD
-cfJ
-cfJ
-ciI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
aaa
aaa
aaa
@@ -97920,6 +95850,35 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98037,123 +95996,81 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-akk
-akO
-alh
-aJm
-alP
-amH
-anr
-aob
-ape
-ape
-aqR
-arG
-amD
-atw
-auZ
-aww
-axz
-aCk
-azF
-aaa
-aCo
+aiu
+bWj
+ait
+ait
+ait
+aiu
+aiu
+aiu
+ait
+ait
+apH
+aqE
+aiU
+aiU
+arD
+aut
+avn
+awo
+axB
+avn
+azP
+arD
+aCa
+aCX
aDz
-aEC
-aFI
-aGZ
-aIm
-aJu
-aJu
-aJu
-aJu
-aOM
-aFF
-aaa
-aSb
-aSX
-aUd
-aVd
-aVW
-aXb
-aYf
-aLS
-aYf
-baX
-aRT
-bcH
-bdH
-bdH
-bdH
-bgM
-bib
-bdK
-bjV
-bld
-bmk
-bnx
-box
-bpz
-bri
-bsI
-buf
-bvI
-bwN
-byc
-bzo
-bAE
-bBS
-bDj
-bwN
-bUp
-bHv
-bIP
-bJS
-bnD
-bwR
-bNu
-bOG
-bPR
-bRl
-bnD
-bTF
-bUM
-bVR
-bXf
-bpL
-bZa
-bZO
-cav
-cbh
-cbS
-cct
-ccY
-bZO
-bXR
-bXR
-bXR
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
+aCW
+aBX
+aBX
+aBX
+aBX
+aBX
+aJK
+aLb
+aMh
+aNg
+aOn
+aIu
+aQc
+aPe
+aPZ
+aPZ
+aPZ
+aUW
+aVN
+aVJ
+aXQ
+aYC
+aZE
+chp
+bbr
+baA
+bcV
+aXO
+aVP
+beL
+bfL
+bfG
+bid
+biZ
+bkf
+blo
+bmH
+bod
+bjU
+bqF
+brS
+btd
+buo
+bvh
+bwn
+bxn
+byq
+bzx
+bAr
+aad
aaa
aaa
aaa
@@ -98161,6 +96078,22 @@ aaa
aaa
aaa
aaa
+agv
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98172,6 +96105,32 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -98294,122 +96253,81 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-akj
+aiu
akw
-akw
-ali
-alQ
-amI
-alQ
-aoc
-apf
-apV
-aqS
-arH
-amD
-alL
-ava
-alL
-axA
-aCj
-aqs
-aaa
-aCp
-aDA
-aDA
-aFJ
-aHa
-aIn
-aJv
-aKR
-aMc
-aNv
-aON
-aFF
-aaa
-aSb
-aSY
-aUe
-aVb
-aVX
-aXc
-aSb
-aOn
-aSb
-baY
-aRT
-bcH
-bdH
-beA
-bfG
-bfE
-bic
-bdH
-bjW
-blb
-bml
-bnv
-boy
-bpB
-brj
-bsI
-bsI
-bsI
-bsI
-byd
-bzp
-bsI
-bBQ
-bDi
-bwL
-bSG
-brs
-bnD
-bnD
-bnD
-bGo
-bke
-bnD
-bPS
-bRm
-bnD
-bTG
-bmr
-bVQ
-bXg
-bpL
-bms
-bZO
-cav
-cbi
-cbT
-ccu
-ccZ
-bZO
-aab
-aab
-aaa
-aaa
-aaa
-afL
-aaa
-aaa
-aaa
+alh
+alh
+alh
+amA
+alh
+alh
+alh
+alh
+alh
+alh
+alh
+ass
+arD
+auu
+avo
+awp
+axC
+ayS
+azQ
+arD
+aCb
+aCY
+aDy
+aCW
+aEV
+bXe
+aBX
+aHz
+aIv
+aJL
+bXo
+aLb
+aNh
+aLc
+aIu
+aQd
+aPe
+aSh
+aTd
+aUb
+aUX
+aPZ
+aWR
+aXO
+aYD
+aZF
+baB
+bbs
+bbs
+bcW
+aXO
+aVP
+beJ
+beJ
+beJ
+bfN
+bij
+bij
+bij
+bij
+bij
+bij
+bqG
+brT
+bij
+bun
+bvi
+bwm
+bxl
+byr
+bzy
+bAr
+can
aaa
aaa
aaa
@@ -98420,6 +96338,18 @@ aaa
aaa
aaa
aaa
+aad
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98432,6 +96362,35 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -98542,133 +96501,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aab
-aaa
-aiU
-aaa
-aab
-aab
-aab
-akw
-akw
-akw
-akw
-akw
-amD
-amD
-amD
-amD
-amD
-amD
-agG
-avb
-agG
-axA
-awh
-aqs
-aaa
-aaa
-aaa
-aaa
-aFK
-aFK
-aFK
-aFK
-aFK
-aFK
-aFK
-aFK
-aFF
-aab
-aSb
-aSZ
-aUf
-aVc
-aVY
-aXd
-aYg
-aXd
-aYY
-baZ
-bbN
-bcI
-bdH
-bdH
-bdH
-bgN
-bid
-biU
-bjX
-ble
-ble
-bny
-ble
-bpC
-brk
-bsI
-bug
-bvG
-bwL
-bye
-bzq
-bwL
-bwL
-bwL
-bwL
-bWh
-bHw
-bke
-bJT
-bnD
-bMb
-bke
-bNw
-bPT
-bRn
-bnD
-bnD
-bnD
-bVT
-bnD
-bpL
-bke
-bZO
-cav
-cbj
-cbU
-ccv
-cav
-bZO
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -98678,6 +96510,101 @@ aaa
aaa
aaa
aaa
+ait
+ait
+ait
+ait
+ait
+aiu
+aiu
+aiu
+ait
+ait
+ait
+ani
+ait
+ast
+arD
+auv
+avn
+avn
+avn
+avn
+azR
+arD
+aBX
+aBX
+aDA
+aBX
+aBX
+aBX
+aBX
+aHA
+aIu
+aIu
+aIu
+aMi
+aMi
+aMi
+aIu
+aQe
+aRd
+aMi
+aRd
+aUc
+aIu
+aIu
+aIu
+aXO
+aXO
+aXO
+aZB
+bbt
+aZB
+aXO
+aXO
+bdZ
+aRi
+aRi
+bhe
+bfN
+bja
+bkg
+blp
+bmI
+boe
+bpr
+bqH
+brU
+bte
+bun
+bvj
+bwo
+bxo
+bys
+cai
+bzz
+bAr
+bAr
+bAr
+bED
+bAr
+aad
+aad
+aad
+aaa
+abu
+aac
+aac
+aac
+aaa
+abu
+aac
+agv
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98692,6 +96619,38 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -98796,126 +96755,6 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aab
-aab
-aab
-aiT
-aab
-aab
-aab
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aaa
-aaa
-aab
-aab
-aab
-aaa
-axA
-aEE
-auX
-awu
-awu
-awu
-awu
-awu
-aHb
-aIo
-aJw
-aKS
-aMd
-aMd
-aOO
-aPX
-aaa
-aSb
-aTa
-aUg
-aVb
-aVX
-aXe
-aSb
-aPk
-aSb
-bba
-bbO
-bcJ
-bdL
-beB
-bfH
-bgO
-bgO
-biV
-bjY
-blf
-bmm
-bnz
-boz
-bpD
-brl
-bsI
-buh
-bvH
-bwO
-byf
-bzk
-bsI
-bBT
-bDg
-bwN
-bSE
-bHu
-bIQ
-bJU
-bnD
-bMc
-bnD
-bnD
-bPU
-bRo
-bSv
-bTH
-bUN
-bVU
-bXh
-bYd
-bZb
-bZP
-caw
-cav
-cav
-cav
-cav
-bZO
-aab
aaa
aaa
aaa
@@ -98938,6 +96777,93 @@ aaa
aaa
aaa
aaa
+ait
+aos
+alh
+asu
+arD
+auw
+avn
+avn
+avn
+avn
+azS
+arD
+aCc
+aBX
+aDB
+aEp
+aEW
+aBX
+aGH
+aHB
+aIw
+aJM
+aCd
+aaa
+aaa
+aaa
+aIu
+aQf
+aRe
+aMi
+aTe
+aUd
+aIu
+aaa
+aaa
+aaa
+aaa
+aaa
+aZB
+bbu
+aZB
+aaa
+bdx
+aDH
+aDH
+bfM
+bhf
+bfN
+bjb
+bkh
+blq
+bmJ
+bof
+bps
+bqI
+brR
+btf
+bun
+bvk
+bwp
+bxp
+byt
+bzA
+bAs
+bBp
+bCu
+bBp
+bEE
+bAr
+bAr
+bGO
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98950,6 +96876,39 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bMU
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -99053,33 +97012,16 @@ aaa
aaa
aaa
aaa
-aaD
aaa
aaa
-aab
-aab
aaa
aaa
-aab
aaa
aaa
aaa
-aab
-aaa
-aab
-aaa
-aab
-aab
-aaa
-aab
-aab
-aab
aaa
-aab
aaa
-aiS
aaa
-aab
aaa
aaa
aaa
@@ -99088,102 +97030,82 @@ aaa
aaa
aaa
aaa
-aaD
aaa
aaa
aaa
aaa
-aaa
-aab
-aab
-axA
-ayB
-azG
-aBb
-anU
-aDB
-aED
-ayt
-aHc
-aIp
-asi
-aKT
-aMe
-aNw
-aOP
-aPX
-aaa
-aSb
-aTb
-aVa
-aZa
-aVZ
-aXf
-aYh
-aYX
-aYh
-bbb
-bbP
-bcK
-bdM
-bdM
-bdM
-bdM
-bdM
-bdM
-bdM
-bdM
-bdM
-bdM
-boA
-bvm
-brm
-bsI
-buf
-bvJ
-bwN
-byg
-bzo
-bAF
-bBS
-bDk
-bwN
-bSE
-bHu
-bnD
-bnD
-bnD
-bMd
-bNv
-bOH
-bPV
-bRp
-bSw
-bTI
-bUO
-bVV
-bXi
-bnD
-bRs
-bZO
-bZO
-bZO
-bZO
-bZO
-bZO
-bZO
-aaa
-aaa
-aaa
+ait
+akt
+arD
+arD
+ato
+ato
+avp
+ato
+ato
+avp
+ato
+ato
+arD
+arD
+aDC
+aEq
+aEq
+aFJ
+aCe
+aCe
+aIx
+aJN
+aCd
aaa
aaa
aaa
+aIu
+aQe
+aRd
+aMi
+aRd
+aUc
+aIu
aaa
aaa
aaa
aaa
aaa
+aZB
+bbt
+aZB
aaa
+bdx
+aCd
+aCd
+aCd
+bhg
+bfN
+bjc
+bki
+bkh
+bmK
+bog
+bpt
+bqJ
+brV
+btg
+bun
+bvl
+bwq
+bxq
+byu
+bzB
+bAt
+bBq
+bCv
+bDv
+bEF
+bFv
+bGh
+bGP
+aad
aaa
aaa
aaa
@@ -99210,6 +97132,43 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTD
+bTQ
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -99309,128 +97268,6 @@ aaa
aaa
aaa
aaa
-aab
-aaE
-aab
-aaa
-aaa
-aab
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-adK
-adK
-adK
-adK
-aab
-aab
-aaa
-aab
-aaa
-aab
-aaa
-aiS
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aqT
-aqT
-aqT
-aqT
-aqT
-aaa
-axB
-ayC
-ayC
-ayC
-aCq
-aDC
-aGO
-aqT
-aHd
-aIq
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aab
-aSb
-aSb
-aSb
-aSb
-aSb
-aSb
-aSb
-aab
-aRg
-bbc
-bbO
-bcL
-bdM
-beC
-bfI
-bgP
-bie
-biW
-bjZ
-blg
-bie
-bdM
-boB
-bvl
-brn
-bsI
-bsI
-bsI
-bsI
-byh
-bzr
-bsI
-bBQ
-bDi
-bwL
-bGk
-bDn
-bIR
-bJV
-bnD
-bMe
-bNw
-bOI
-bPW
-bRq
-bPT
-bTJ
-bUP
-bVV
-bXj
-bnD
-aab
-aab
-aab
-aab
-aaa
-aab
-aaa
-aab
-aaa
-aaa
aaa
aaa
aaa
@@ -99454,6 +97291,89 @@ aaa
aaa
aaa
aaa
+aiu
+akt
+arD
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+arD
+aBX
+aBX
+aBX
+aBX
+aCd
+aCd
+aIy
+aGJ
+aCd
+aaa
+aNi
+aNi
+aNi
+aQg
+aRf
+aNi
+aTf
+aUe
+aNi
+aNi
+aNi
+aaa
+aoz
+aoz
+aoA
+bbv
+aoA
+aoz
+aoz
+aCd
+aVO
+aRi
+bhh
+bfN
+bjd
+bkj
+blr
+bmL
+boh
+bpu
+bqK
+brW
+bth
+bun
+bvm
+bwr
+bxr
+byv
+bzC
+bAu
+bBr
+bCw
+bBr
+bEG
+bAr
+bAr
+bGO
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -99468,6 +97388,45 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -99567,33 +97526,6 @@ aaa
aaa
aaa
aaa
-aaD
-aab
-aab
-aaa
-aaa
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-adw
-adK
-aeb
-aey
-adK
-adK
-adK
-adK
-adK
-adK
-aab
-aaa
-aiU
-aaa
-aab
aaa
aaa
aaa
@@ -99602,105 +97534,93 @@ aaa
aaa
aaa
aaa
-aaD
aaa
-aqT
-arI
-arI
-atx
-avc
-awx
-awx
-ayD
-azH
-aBc
-aCr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiu
+akt
+arD
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+arD
aDD
-aEf
-aFM
-aHe
-aIr
-aJx
-avd
-aMf
-aNx
-aOQ
-aqT
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aRg
-bbc
-bbO
-bcM
-bdM
-beD
-bfJ
-bgQ
-bif
-biX
-bka
-blh
-bif
-bnA
-boC
-bvo
-bro
-bsI
-bui
-bvF
-bvF
-bey
-bzs
-bsI
-bsI
-bsI
-bsI
-bpL
-brs
-bYS
-bmt
-bnD
-bMf
-bNw
-bOJ
-bPX
-bRr
-bSx
-bTJ
-bUQ
-bVW
-bXk
-bRs
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aEr
+aEX
+aCd
+aGI
+aHC
+aHC
+aJO
+aCd
+aMj
+aNi
+aNi
+aOo
+aOo
+aOo
+aSi
+aOo
+aOo
+aOo
+aOo
+aNi
aaa
+aoz
+aZG
+arH
+arH
+baC
+atq
+aoz
+aCd
+aVP
+bfN
+bfN
+bfN
+bfN
+bfN
+bij
+bmM
+boi
+bpv
+bqL
+bmM
+bij
+bun
+bun
+bun
+bun
+byw
+bzD
+bun
+bAr
+bAr
+bAr
+bAr
+bAr
+bAr
+agP
+agP
+bIi
aaa
aaa
aaa
@@ -99725,6 +97645,45 @@ aaa
aaa
aaa
aaa
+bTl
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTQ
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -99824,33 +97783,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aab
-aab
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-adL
-aec
-aez
-aeZ
-afB
-agf
-agx
-agS
-adK
-aab
-aaa
-aiS
-aaa
-aab
aaa
aaa
aaa
@@ -99858,109 +97790,94 @@ aaa
aaa
aaa
aaa
-aab
-aaD
-aab
-aqT
-arI
-arI
-aty
-avd
aaa
aaa
-avd
-azI
-aBd
-aBi
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ait
+aqF
+arD
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+arD
aDE
-aGP
-aDH
-aHf
-aCt
-aCt
-avd
-aMg
-aCt
-aCt
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aRg
-bbd
-bbO
-bcH
-bdM
-beE
-bfK
-bgR
+aEs
+aEY
+aCd
+bXg
+aCd
+aIz
+aIz
+aCd
+aMj
+aNj
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aNi
+aaa
+aoA
+aZH
+baC
+arH
+baC
+bcX
+bdy
+aCd
+aVP
+bfN
+bhi
bie
-biY
-bie
-bli
-bmn
-bdM
-bjQ
-bvn
-brd
-bsI
-bui
-bvF
-bHY
-byj
-bzt
-bsI
-bBU
-bDl
-bED
-bGl
-brs
-bIT
-bJW
-bnD
-bMe
-bnD
-bnD
-bnD
-bnD
-bSy
-bTK
-bSy
-bVX
-bXl
-bRs
-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
+bhi
+bfN
+bls
+bmN
+boj
+bpu
+bqM
+brX
+bti
+bup
+bhi
+bhi
+bxs
+byx
+bzE
+bAv
+bBs
+bBs
+bDw
+bEH
+bFw
+bGi
+bGQ
+bGQ
+bIj
aaa
aaa
aaa
@@ -99983,6 +97900,48 @@ aaa
aaa
aaa
aaa
+aad
+aad
+bTl
+bTl
+bTn
+bTn
+bTn
+bTk
+bTk
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
aaa
aaa
aaa
@@ -100081,33 +98040,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaa
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-acL
-acX
-acX
-acX
-adM
-aed
-aeA
-afa
-afC
-agg
-agy
-agT
-adK
-aab
-aaa
-aiS
-aaa
-aab
aaa
aaa
aaa
@@ -100116,107 +98048,92 @@ aaa
aaa
aaa
aaa
-aaD
aaa
-aqT
-arI
-arI
-atz
-ave
-awy
-awy
-ayE
-azJ
-aBe
-aCs
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiu
+akt
+arD
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+arD
aDF
-aOd
-aFN
-aHg
-aIs
-aIs
-aKU
-aMh
-aIs
-aIs
-aPY
-aRh
-aSc
-aTc
-aUi
-aVe
-aWa
-aXg
-aYi
-aqT
-bai
-bbe
-bbO
-bcH
-bdM
-beF
-bfL
-bgS
-big
-biZ
-bkb
-blj
-bmo
-bnB
-boD
-bxv
-brp
-bsI
-bsI
-bsI
-bwP
-bsI
-bsI
-bsI
-bBV
-bDm
-buk
-bGm
-bHx
-bIU
-cje
-bLe
-bMg
-bAG
-bOK
-bPY
-bnD
-bRs
-bRs
-bRs
-bRs
-bRs
-bRs
-aaa
-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
+aDH
+aFK
+aGJ
+aHD
+aIA
+aJP
+aCd
+aMj
+aNj
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aNi
+aaa
+aoz
+aZG
+arH
+arH
+baC
+bcY
+aoz
+aCd
+aVP
+bfN
+bhi
+bhi
+bhi
+bkk
+blt
+bmO
+boj
+bZI
+bqM
+brY
+btj
+bhi
+bvn
+bws
+bxs
+byy
+bzF
+bAw
+bzG
+bCx
+bxs
+bEI
+bxu
+bxu
+agP
+agP
aaa
aaa
aaa
@@ -100240,6 +98157,48 @@ aaa
aaa
aaa
aaa
+aad
+agP
+bTm
+bTt
+bTz
+bTn
+bTn
+bTn
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -100337,142 +98296,6 @@ aaa
aaa
aaa
aaa
-aab
-aaE
-aab
-aab
-aaR
-aaR
-abF
-abm
-acj
-acz
-acM
-abm
-adl
-aaR
-adN
-aec
-aeB
-afb
-adK
-agA
-agz
-agU
-adK
-aab
-ahM
-aiV
-ajm
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aqT
-aqT
-aqT
-aqT
-aqT
-aaa
-aaa
-avd
-azK
-aBf
-avd
-aBf
-aOc
-avd
-avd
-avd
-avd
-avd
-aMg
-aCt
-aCt
-aCt
-aCt
-aSd
-aCt
-aUi
-aVe
-aWb
-aXg
-aYi
-aqT
-baj
-aRT
-bbO
-bcN
-bdM
-beG
-bfM
-bgT
-bih
-bja
-bkc
-bie
-bie
-bdM
-boE
-bpJ
-brq
-bsJ
-buj
-bvK
-bsJ
-bsJ
-bzu
-bsJ
-bBW
-bDn
-bEF
-bGn
-bnF
-bIV
-bJY
-bLf
-bMh
-bNx
-bMe
-bPZ
-bnD
-aaa
-aaa
-aab
-aab
-aab
-aab
-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
@@ -100496,7 +98319,143 @@ aaa
aaa
aaa
aaa
+aiu
+akt
+arD
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+asv
+arD
+aDG
+aEu
+aEu
+aCd
+bXh
+aDH
+aDH
+aCd
+aCd
+aMj
+aNj
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aNi
aaa
+aoz
+aoz
+aoA
+bbw
+aoA
+aoz
+aoz
+aCd
+beM
+bfN
+bhi
+bhi
+bii
+bhi
+blu
+bmP
+boj
+bpw
+bqN
+brZ
+btk
+bhi
+bhi
+bhi
+bxs
+byz
+bzG
+bAx
+bzG
+bCy
+bxs
+bxu
+bxu
+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
+agP
+bTn
+bTn
+bTn
+bTn
+bTn
+bTn
+bTn
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTn
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -100595,117 +98554,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaa
-aaR
-aaR
-abG
-abS
-ack
-acA
-ack
-acY
-abI
-aaR
-aaR
-adK
-aeI
-agh
-adK
-adK
-cjQ
-adK
-adK
-ahM
-aip
-aiW
-ajn
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aqT
-arJ
-arJ
-atA
-avc
-awx
-awx
-ayD
-azL
-aBg
-aCt
-aBg
-aEJ
-aFO
-aHh
-aFO
-aJy
-aKV
-aMi
-aNy
-aNy
-aNy
-aNy
-aSe
-aTd
-aUj
-aVf
-aWc
-aXh
-aYj
-aZc
-aRP
-aRT
-bbO
-bcH
-bdM
-bdM
-bfN
-bgU
-bii
-bdM
-bdM
-bdM
-bdM
-bdM
-bvh
-bpK
-brr
-bsK
-buk
-bvL
-bwQ
-byk
-bzv
-bAG
-bAG
-bDo
-bEG
-bGo
-bnG
-bnG
-bnG
-bnG
-bnG
-bOC
-bMe
-bQa
-bnD
-aab
-aaa
-aaa
-aab
-aaa
-aab
aaa
aaa
aaa
@@ -100728,6 +98576,41 @@ aaa
aaa
aaa
aaa
+ait
+akt
+arD
+arD
+ato
+ato
+avp
+ato
+ato
+avp
+ato
+ato
+arD
+arD
+aCd
+aCd
+aCd
+aCd
+aGK
+aHE
+aDH
+aJR
+aCd
+aMj
+aNi
+aNi
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aOo
+aNi
aaa
aaa
aaa
@@ -100736,24 +98619,100 @@ aaa
aaa
aaa
aaa
+aCd
+aVP
+bfO
+bhj
+bif
+bhi
+bhi
+blv
+bmQ
+boj
+bpx
+bqO
+bsa
+bsa
+bsa
+bsa
+bsa
+bxt
+byA
+bzH
+bAy
+bBt
+bCz
+bDx
+bEJ
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aad
aaa
aaa
aaa
+aad
+aaa
+aaa
+aaa
+aad
+agP
+bTn
+bTn
+bTn
+bTE
+bTn
+bTF
+bTn
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTQ
+bTQ
+bTQ
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTn
+bVl
+bVq
+bTk
+bTk
aaa
aaa
aaa
@@ -100852,135 +98811,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaR
-aaR
-aaR
-abm
-abT
-aaR
-acB
-aaR
-abT
-abm
-abI
-adO
-aef
-aeD
-afd
-afD
-aee
-agB
-agV
-ahv
-ahN
-aiq
-aiP
-aik
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aab
-aqT
-arJ
-asy
-atB
-avd
-aaa
-aaa
-avd
-azM
-aBg
-aCt
-aBg
-aEK
-aFP
-aHi
-aIt
-aJz
-aJz
-aJz
-aNz
-aCt
-aCt
-aCt
-aSd
-aTe
-aUi
-aVg
-aYy
-aCt
-aYk
-avd
-bak
-aRT
-bbO
-bcO
-bdN
-beH
-bfO
-bgV
-bii
-bjb
-bkd
-blk
-bmp
-bnC
-boG
-bpL
-brs
-bnD
-bnD
-bnD
-bwR
-byl
-bpL
-bAH
-bBX
-bDp
-bEH
-bGp
-bnG
-bIW
-bIW
-bJZ
-bnG
-cjg
-bMe
-bQb
-bRs
-aab
-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
@@ -101003,6 +98833,41 @@ aaa
aaa
aaa
aaa
+ait
+akt
+arE
+ait
+arD
+aux
+avq
+awq
+axD
+ayT
+azT
+arD
+aCd
+aCZ
+aDH
+aDH
+aDH
+aDH
+aGJ
+aDH
+aDH
+aDH
+aCd
+aaa
+aNi
+aNi
+aNi
+aNi
+aNi
+aNi
+aNi
+aNi
+aNi
+aNi
+aNi
aaa
aaa
aaa
@@ -101011,6 +98876,100 @@ aaa
aaa
aaa
aaa
+aCd
+beN
+bfP
+bhi
+bhi
+bhi
+bkl
+blw
+bmR
+boj
+bpy
+bqP
+brX
+btl
+bup
+bhi
+bhi
+bxs
+byB
+bzI
+bzI
+bzI
+bzI
+bDy
+bxu
+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
+aad
+agP
+bTn
+bTn
+bTn
+bTn
+bTn
+bTn
+bTn
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTn
+bTk
+bTk
+bTk
aaa
aaa
aaa
@@ -101109,142 +99068,97 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaR
-aaR
-abm
-abm
-abU
-acl
-aaR
-aaR
-acZ
-abm
-abm
-adO
-aeg
-aeE
-afe
-afE
-agi
-agC
-agW
-ahw
-ahO
-aaa
-aiP
-aik
-aab
-aab
aaa
aaa
aaa
-aab
aaa
aaa
-aab
-aaD
-aab
-aqT
-arJ
-arJ
-atC
-ave
-awy
-awy
-ayE
-azN
-aBh
-aCt
-aBg
-aEL
-aFQ
-aHj
-aFQ
-aHl
-aKW
-aMj
-aNA
-aOR
-aIs
-aIs
-aSf
-aTf
-aUi
-aVh
-aZp
-aCt
-aYl
-aZd
-bal
-aRT
-bae
-bcP
-bdO
-beI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ait
+aqG
+alh
+alh
+atp
+auy
+avr
+awr
+axE
+ayU
+azU
+aBf
+aCe
+aCe
+aCe
+aCe
+aCe
+aCe
+aGL
+aHC
+aHC
+aJS
+aCd
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aCd
+aCd
+aCd
+aEw
+aEw
+aCd
+aEw
+aCd
+aVP
bfP
-bgW
-bij
-bjc
-bke
-bqv
-bmq
-bnD
-bnD
-bpL
-brt
-bsL
-bul
-bnG
-bnG
-bnG
-bpP
-bnG
-bnG
-bry
-bnG
-bnG
-bnG
-bIW
-bJZ
-bJZ
-bnG
-bOC
-bOL
-bQc
-bRs
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
+bhi
+bhi
+bhi
+bkk
+blx
+bmS
+boj
+bpz
+bqM
+bsb
+btm
+bhi
+bvn
+bws
+bxs
+byC
+bzI
+bAz
+bzG
+bzG
+bDz
+bBx
+aad
aaa
aaa
aaa
@@ -101271,6 +99185,51 @@ aaa
aaa
aaa
aaa
+aad
+agP
+bTm
+bTn
+bTn
+bTz
+bTn
+bTn
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -101365,144 +99324,6 @@ aaa
aaa
aaa
aaa
-aab
-aaE
-aab
-aaR
-aaR
-abn
-abH
-abV
-acm
-aaR
-acN
-ada
-adm
-adx
-adP
-aeh
-aeF
-aff
-afF
-agj
-agD
-agX
-ahx
-ahP
-air
-aiX
-ail
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aaD
-aaa
-aqT
-aqT
-aqT
-aqT
-aqT
-aaa
-aaa
-avd
-azO
-aBg
-aCt
-aDG
-aEM
-aFR
-aHk
-aCt
-aJA
-aCt
-aCt
-aCt
-aOS
-aCt
-aEO
-aSg
-aTg
-aUk
-aVi
-aYz
-aFT
-aYm
-aZe
-bam
-aRT
-bbO
-bcQ
-bdM
-bdM
-bdM
-bdM
-bdM
-bjd
-bkf
-bqv
-bmr
-bnE
-boH
-bpM
-bru
-bsM
-bum
-bnG
-bwS
-bym
-bzw
-bDq
-cjY
-cjZ
-bEI
-bGq
-bnG
-bIW
-bJZ
-bJZ
-bnG
-bOC
-bOM
-bQd
-bRs
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
aaa
aaa
aaa
@@ -101526,6 +99347,144 @@ aaa
aaa
aaa
aaa
+ait
+aiu
+ait
+ait
+arD
+arD
+ato
+ato
+ato
+ato
+arD
+arD
+aCd
+aCd
+aCd
+aCd
+aUh
+aCd
+aCd
+aFL
+aCd
+aGJ
+aCd
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aEw
+aZI
+baD
+aRi
+aRi
+bcZ
+aRi
+aRi
+beO
+bfP
+bhi
+big
+bhi
+bfN
+bly
+bmT
+bok
+bpA
+bqN
+bsc
+btn
+bhi
+bhi
+bhi
+bxs
+byD
+bzG
+bAA
+bBu
+bCA
+bDA
+bBx
+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
+aad
+aad
+bTl
+bTl
+bTn
+bTn
+bTn
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
aaa
aaa
aaa
@@ -101623,113 +99582,165 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaR
-aaR
-abm
-abm
-abW
-acn
-aaR
-aaR
-adb
-abm
-abm
-adO
-aeg
-aeG
-afg
-afG
-aei
-agE
-agY
-ahy
-ahQ
-aaa
-ahM
-ajo
-aab
-aab
aaa
aaa
aaa
-aab
aaa
aaa
-aab
-aaD
-aab
-aqT
-arK
-arK
-atD
-avc
-awx
-awx
-ayD
-azP
-aBi
-aCu
-aCu
-aEM
-aFS
-aHl
-aFR
-aHj
-aHj
-aMk
-aNB
-aOT
-aPZ
-aRi
-aSh
-aOV
-aUl
-aVj
-aZr
-aXi
-aYn
-aZf
-ban
-aRT
-bbQ
-bdf
-bdP
-beJ
-beJ
-bgX
-bik
-beJ
-bkg
-blm
-bms
-bnD
-boI
-bpN
-brv
-bsN
-bun
-bnG
-bwT
-byn
-bzx
-bAJ
-bAJ
-bDr
-bEJ
-bvO
-bnG
-bIX
-bIX
-bLg
-bnG
-bOC
-bON
-bQe
-bnD
-aab
-aki
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bdx
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aCd
+bWM
+bWQ
+aRh
+aDH
+aRh
+aDH
+aDH
+aCd
+aGJ
+aCd
+aCd
+aEw
+aEw
+aEw
+aEw
+aCd
+aCd
+aEw
+aEw
+aCd
+aEw
+aEw
+aCd
+aCd
+aVP
+baE
+aDH
+aRh
+bda
+aCd
+aIz
+beP
+bfQ
+bhk
+bhk
+bhk
+bhk
+blz
+bmU
+bol
+bpz
+bqM
+bij
+bij
+bij
+bij
+bij
+bxs
+byE
+bzK
+bxs
+bBv
+bCB
+bDB
+bxu
+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
+bTl
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
aaa
aaa
aaa
@@ -101744,58 +99755,6 @@ aaa
aaa
aaa
aab
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-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
@@ -101880,33 +99839,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaR
-aaR
-aaR
-abm
-abT
-aaR
-acC
-aaR
-abT
-abm
-abI
-adO
-aef
-aeH
-afh
-afH
-aee
-agF
-agZ
-ahz
-ahR
-ais
-aiY
-aiN
-aab
aaa
aaa
aaa
@@ -101915,109 +99847,89 @@ aaa
aaa
aaa
aaa
-aaD
-aab
-aqT
-arK
-asz
-atE
-avd
aaa
aaa
-avd
-azQ
-aBg
-aCt
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aCd
+bWN
+aCd
+bbz
+aCd
+aFL
+aCd
+aCd
+aCd
+aJT
+aLd
+aLd
+aLd
+aLd
+aLd
+aQh
+aRg
+aCd
+aTg
+aUf
+aCd
+aVO
+aRi
+aRi
+aYE
+aVQ
aDH
-aEK
-aFP
-aHm
-aIu
-aJB
-aJB
-aJB
-aNC
-aOU
-aQa
-aEK
-aSi
-aTh
-aUm
-aVk
-aZq
-aXj
-aYo
-aZg
-bao
-aRT
-bhn
-bcS
-bdQ
-bdQ
-bdQ
-bdQ
-bdQ
-bdQ
-bdQ
-bqw
-bmt
-bnD
-boJ
-bpL
-brw
-bnD
-buo
-bnG
-bwU
-byo
-bzy
-bAK
-buw
-bDs
-bEK
-bvO
-bHy
-bDA
-bDA
-bDA
-bnG
-bOC
-bOO
-bQf
-bQf
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-ceX
-ceX
-ceX
-ceX
-ceX
-cgE
-cgE
-cgE
-cgE
-cgE
-cgE
-cgE
-cgE
-aab
-aab
-aaD
+bbx
+aDH
+bda
+aCd
+bea
+beQ
+bfR
+bfN
+bhi
+bhi
+bkl
+blA
+bmV
+bom
+bpz
+bqM
+brX
+bto
+bup
+bhi
+bhi
+bxs
+byF
+bzL
+bAC
+bBw
+bCC
+bDC
+bxu
+aad
aaa
aaa
aaa
@@ -102046,6 +99958,53 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTk
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -102137,32 +100096,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaa
-aaR
-aaR
-abI
-abX
-aco
-acD
-aco
-adc
-adn
-ady
-add
-aeC
-afc
-adw
-afJ
-aee
-agF
-aha
-agF
-aab
-aaa
-aab
-aab
aaa
aaa
aaa
@@ -102172,110 +100105,88 @@ aaa
aaa
aaa
aaa
-aaD
aaa
-aqT
-arK
-arK
-atF
-ave
-awy
-awy
-ayE
-azR
-aBh
-aCt
-aCt
-aEK
-aCt
-aHn
-aIv
-aJC
-aKX
-aMl
-aND
-aOV
-aQb
-aEK
-aSd
-aTi
-aUi
-aVl
-aWi
-aXk
-aYp
-aZh
-bao
-bbf
-bhq
-bcT
-bdQ
-beK
-bfQ
-bgY
-bil
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aEw
+aDH
+aCd
+aCd
+aCd
+aEv
+bXi
+aFM
+aCd
+aJU
+aLe
+aMk
+aNk
+aOp
+aPf
+aQi
+aRh
+aCd
+aTh
+aDH
+aCd
+aVP
+aRh
+aDH
+aYF
+aDH
+baF
+bby
+bcm
+bda
+aCd
+beb
+beR
+bfS
+bfN
+bih
bje
-bdQ
-bqy
-bmu
-bnF
-boK
-bpO
-brx
-bnD
-bup
-bnG
-bwV
-byp
-bzz
-bAL
-bBZ
-bDt
-buw
-bvO
-bHy
-bDA
-bKa
-bLh
-bnG
-cji
-bOP
-bQf
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaE
-aab
-ceX
-cff
-cfs
-cfN
-cen
-cgF
-cgZ
-chp
-chL
-chY
-cha
-cit
-cgE
-cgE
-aab
-aaE
-aab
+bhi
+blB
+bmW
+bom
+bpz
+bqM
+bsd
+btp
+bhi
+bje
+bws
+bxu
+byG
+bxu
+bxu
+bBx
+bxu
+bBx
+bxu
+aad
aaa
aaa
aaa
@@ -102305,6 +100216,54 @@ aaa
aaa
aaa
aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTD
+bTD
+bTD
+bTQ
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -102393,145 +100352,6 @@ aaa
aaa
aaa
aaa
-aab
-aaE
-aab
-aab
-aaR
-aaR
-abJ
-abm
-acj
-acE
-acO
-abm
-ado
-adz
-adQ
-aej
-aeJ
-afi
-afI
-agk
-agF
-agZ
-ahA
-aab
-aab
-aab
-afL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaD
-aab
-aqT
-aqT
-aqT
-aqT
-aqT
-aaa
-aaa
-avd
-azO
-aBg
-aCt
-aCt
-aEN
-aFT
-aFT
-aFT
-aFT
-aFT
-aFT
-aFT
-aOW
-aFT
-aJE
-aSd
-aTj
-aqT
-aVm
-aZs
-aXl
-aYq
-aqT
-aqT
-bbg
-bho
-bbg
-bdQ
-beL
-bfR
-bfR
-bhb
-bhb
-bdQ
-bqx
-bdQ
-bnG
-bnG
-bpP
-bry
-bnG
-bnG
-bnG
-bwW
-byq
-bzA
-bwW
-bwW
-bDu
-bEL
-byq
-bnG
-bnG
-bnG
-bnG
-bnG
-cjh
-bry
-bnG
-aab
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-ceX
-cfg
-cft
-cfO
-cen
-cgG
-cha
-chq
-cha
-chZ
-cha
-ciu
-ciJ
-cgE
-aaa
-aaD
aaa
aaa
aaa
@@ -102565,6 +100385,145 @@ aaa
aaa
aaa
aaa
+aad
+aad
+aCd
+bWO
+aCd
+aaa
+aCd
+aEw
+aCd
+aCd
+aIB
+aIB
+aIB
+aIB
+aNl
+aOq
+aIB
+aQj
+aDH
+aDH
+aDH
+bXy
+aCd
+aVP
+aWS
+aWS
+aYG
+aWS
+aWS
+aCd
+aCd
+bdb
+aCd
+bec
+beS
+aDH
+bfN
+bii
+bhi
+bhi
+blC
+bmX
+bon
+bpB
+bqN
+bse
+btq
+bhi
+bhi
+bhi
+bfN
+byH
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bTk
+bTk
+bTk
+bTD
+bTD
+bTD
+bTD
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -102651,144 +100610,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaa
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-acP
-add
-add
-adA
-adR
-aek
-aeK
-afj
-afJ
-aab
-agG
-agG
-agG
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aqT
-arL
-arL
-atG
-avc
-awx
-awx
-ayD
-azS
-aBi
-aCu
-aCu
-aCu
-aCu
-aHo
-aCt
-aEO
-aFT
-aMm
-aCt
-aEK
-aEO
-aJE
-aSd
-aTk
-aqT
-aVn
-aZt
-aXm
-aYr
-aZi
-bap
-bbh
-biL
-bcU
-bdR
-beM
-beM
-bcU
-bcU
-bcU
-bkh
-bqT
-bmv
-bnH
-boL
-bpQ
-brz
-bpY
-bLX
-bNF
-bwX
-byr
-bzB
-bAM
-bCa
-bDv
-bAN
-bGr
-bHz
-bIY
-bKb
-bLi
-bMi
-cjR
-bOQ
-bnG
-bxg
-bxg
-bTL
-bUR
-bVY
-bVY
-bVY
-bZc
-bVY
-bVY
-bZc
-bVY
-bVY
-bVY
-cdv
-cdR
-cen
-cen
-ceY
-cfh
-cfu
-cfP
-cgl
-cgH
-chb
-chr
-cha
-cia
-cha
-civ
-ciK
-cgE
-aaa
-aaD
aaa
aaa
aaa
@@ -102822,6 +100643,144 @@ aaa
aaa
aaa
aaa
+aad
+agP
+agP
+agP
+aaa
+aaa
+aaa
+aaa
+aaa
+aIC
+aIC
+aLf
+aMl
+aNm
+aOr
+aIB
+aQj
+aDH
+aCd
+aCd
+aCd
+aCd
+aVP
+aWS
+aXR
+aYH
+aZJ
+aWS
+bYx
+aDH
+bda
+aCd
+aCd
+beS
+aHE
+bfN
+bij
+bij
+bij
+bij
+bij
+boo
+bpC
+bqQ
+bij
+bij
+bij
+bij
+bij
+bfN
+byI
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTD
+bTD
+bTS
+bTD
+bTD
+bTk
+bTk
+bTD
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -102908,144 +100867,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aab
-aab
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-aaR
-adS
-aej
-aeL
-afk
-afK
-aab
-aaa
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaD
-aaa
-aqT
-arL
-asA
-atH
-avd
-aaa
-aaa
-avd
-azT
-aBg
-aCt
-aCt
-aEO
-aFT
-aHp
-aFT
-aJD
-aCt
-aEK
-aCt
-aEK
-aQc
-aQc
-aSd
-aTl
-aqT
-aVo
-aWl
-aXn
-aYs
-aZj
-baq
-bbi
-bbV
-bcV
-bdS
-beN
-bfS
-bgZ
-bhb
-bhb
-bki
-bqN
-bmw
-bnI
-boM
-bpR
-brA
-bsO
-bur
-bvN
-bwY
-bvO
-bzC
-bAN
-bCb
-bDw
-boM
-bGs
-bHA
-bIZ
-bvO
-bvO
-bvO
-bNC
-bOR
-bQg
-bRt
-bSz
-bTM
-bUS
-bVZ
-bVZ
-bVZ
-bVZ
-bVZ
-bVZ
-bVZ
-bVZ
-bVZ
-bVZ
-cdw
-cdS
-ceo
-ceK
-ceZ
-cfi
-cfv
-cfQ
-cen
-cen
-chc
-chs
-chM
-cha
-cil
-ciw
-ciL
-cgE
-aaa
-aaD
aaa
aaa
aaa
@@ -103088,6 +100909,144 @@ aaa
aaa
aaa
aaa
+aIB
+aIB
+aLg
+aMm
+aNn
+aOs
+aIB
+aQk
+aRi
+aSj
+aRi
+aRi
+aRi
+aVQ
+aWS
+aXS
+aYI
+aZK
+aWS
+bbA
+bcn
+bdc
+aLd
+aLd
+beT
+bfT
+bfN
+bhi
+bhi
+bkl
+blD
+bmV
+bom
+bpz
+bqM
+brX
+btr
+bup
+bhi
+bhi
+bfN
+byH
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bTk
+bTk
+bTk
+bTD
+bTk
+bTD
+bTk
+bTD
+bTD
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -103165,29 +101124,6 @@ aaa
aaa
aaa
aaa
-aaD
-aab
-aab
-aaa
-aaa
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-adw
-adw
-ael
-aeM
-adw
-adw
-aab
-aab
-aab
-aab
-aab
aaa
aaa
aaa
@@ -103200,79 +101136,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aqT
-arL
-arL
-atI
-ave
-awy
-awy
-ayE
-azU
-aBj
-aCt
-aCt
-aEL
-aFU
-aCs
-aIw
-aJE
-aCt
-aEK
-aCt
-aEK
-aQd
-aQd
-aSd
-aTm
-aqT
-aVp
-aWm
-aXo
-aYt
-aZk
-bar
-bbj
-bbW
-bcW
-bdT
-beO
-bfT
-bha
-bbW
-bjf
-bbW
-bqR
-bmx
-bnJ
-boN
-bpS
-brB
-bsP
-bus
-bvO
-bwZ
-bvO
-bzD
-bAO
-bCc
-bxd
-bEM
-bxd
-bAO
-bAO
-bKc
-bvO
-bwZ
-bND
-bOS
-bQh
-bRu
-bSA
-bTN
-bUT
aaa
aaa
aaa
@@ -103283,27 +101146,6 @@ aaa
aaa
aaa
aaa
-cdx
-cdT
-cep
-ceL
-cfa
-cfj
-cfw
-cfR
-cgm
-cfR
-chd
-cht
-chN
-cib
-cim
-cix
-ciM
-cgE
-aab
-aaE
-aab
aaa
aaa
aaa
@@ -103324,6 +101166,123 @@ aaa
aaa
aaa
aaa
+aIB
+aJV
+aLh
+aMm
+aNn
+aOt
+aIB
+aQl
+aCd
+aCd
+aCd
+aCd
+bXE
+aCd
+aWS
+aXT
+aYJ
+aZL
+aWS
+aCd
+aEw
+aEw
+aCd
+aCd
+aCd
+bfU
+bfN
+bih
+bje
+bhi
+blE
+bmY
+bom
+bpz
+bqM
+bsf
+bts
+bhi
+bje
+bws
+bfN
+byJ
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -103421,30 +101380,6 @@ aaa
aaa
aaa
aaa
-aab
-aaE
-aab
-aaa
-aaa
-aab
-aab
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-adw
-adw
-adw
-adw
-aab
-aab
-aaa
-aab
-aaa
-aab
aaa
aaa
aaa
@@ -103457,109 +101392,6 @@ aaa
aaa
aaa
aaa
-aaD
-aab
-aqT
-aqT
-aqT
-aqT
-aqT
-aaa
-aaa
-avd
-azV
-aBk
-aCv
-aDI
-aEP
-aFV
-aHq
-aIx
-aJF
-aKY
-aMn
-aNE
-aOX
-aHg
-aRj
-aSj
-aTn
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-bas
-bbk
-bbk
-bcX
-bdU
-beP
-bfU
-bhb
-bhb
-bjg
-bkj
-bqP
-bmy
-bjg
-boO
-bmy
-brC
-bjg
-but
-bvP
-bxa
-bys
-bzE
-bsP
-bnG
-bDx
-bnG
-bDx
-bnG
-bsP
-bKd
-bys
-bMj
-bNE
-bOT
-bnG
-bRv
-bDA
-bTO
-ahQ
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-cdy
-cdU
-ceq
-ceM
-cfb
-cen
-cfx
-cen
-cen
-cen
-che
-chu
-chO
-cha
-cin
-ciw
-ciN
-cgE
-aaa
-aaD
aaa
aaa
aaa
@@ -103591,6 +101423,133 @@ aaa
aaa
aaa
aaa
+aID
+aJW
+aLi
+aMm
+aNo
+aOu
+aPg
+aQm
+aCd
+bXv
+aDH
+aDH
+aDH
+aCd
+aWT
+aWT
+aYK
+aWT
+aWT
+aad
+aad
+aad
+aCd
+bZb
+aCd
+bfV
+bfN
+bhi
+bhi
+bhi
+blF
+bmZ
+bop
+bpD
+bqN
+bsg
+btt
+bhi
+bhi
+bhi
+bfN
+byH
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+bTk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -103679,29 +101638,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aab
-aaa
-aab
-aab
-aaa
-aab
-aab
-aab
-aaa
-aab
aaa
aaa
aaa
@@ -103714,109 +101650,132 @@ aaa
aaa
aaa
aaa
-aab
aaa
aaa
-aab
-aaa
-aab
aaa
aaa
-aab
-avd
-avd
-avd
-azK
-avd
-aBf
-avd
-azK
-avd
-aBf
-avd
-aMo
-avd
-aMo
-avd
-aqT
-aqT
-aqT
-aqT
-aab
-aab
aaa
-aab
-aab
-bas
-bbl
-bbX
-bcY
-bdV
-beQ
-bfU
-bhb
-bhb
-bjg
-bkk
-blu
-bmz
-bnK
-boP
-bpT
-brD
-bsQ
-buu
-bXr
-bxb
-bvO
-bzF
-bnG
-bCd
-bDy
-bEN
-bDy
-bHB
-bnG
-bKe
-bvO
-bMk
-cjP
-bOU
-bnG
-bxg
-bxg
-bTP
-ahR
-bVY
-bVY
-bVY
-bZc
-bVY
-bVY
-bZc
-bVY
-bVY
-bVY
-cdz
-cdV
-cen
-ceN
-cfb
-cfk
-cfy
-cfS
-cen
-cgI
-cha
-chv
-cha
-cic
-cha
-ciy
-cha
-cgE
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
+aID
+aJX
+aLj
+aMm
+aNp
+aOv
+aPh
+aQn
+aCd
+aCd
+aUh
+aCd
+aCd
+aCd
+aad
+aXU
+aYL
+aWT
+aaa
+aaa
+aaa
+aaa
+aCd
+aDH
+aIy
+bfV
+bfN
+bfN
+bfN
+bfN
+bfN
+bfN
+bfN
+bpE
+bqR
+bfN
+bfN
+bfN
+bfN
+bfN
+bfN
+byK
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -103936,29 +101895,24 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aab
-aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -103972,78 +101926,100 @@ aaa
aaa
aaa
aab
-aab
-aaD
-aaD
-aaD
-atJ
-aaD
-aab
-aab
-aab
-aaa
-aaa
-aCw
-aaa
-aEQ
-aaa
-aCw
-aaa
-aEQ
-aaa
-aMp
-aaa
-aMp
-aaa
-aaa
-aab
-aab
-aab
-aab
aaa
aaa
aaa
-aab
-bas
-bbm
-bbY
-bcZ
-bdW
-beR
-bfU
-bhb
-bhb
-bjg
-bkl
-blv
-bmA
-bnL
-blv
-bpU
-brE
-bsR
-buv
-bvO
-bxc
-byt
-bzG
-bAP
-bCe
-bDz
-bEO
-bGt
-bHC
-bAP
-bKf
-bLj
-buv
-bvO
-bOV
-bnG
-aab
-aab
-aab
-aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aIB
+aJY
+aLk
+aMn
+aNq
+aOw
+aPi
+aQo
+aCd
+aSk
+aDH
+aDH
+aUY
+aCd
+aad
+aWT
+aYM
+aWT
+aaa
+aaa
+aaa
+aCd
+aCd
+aDH
+aCd
+bfV
+aDH
+bik
+bjf
+bkm
+aJR
+bij
+boq
+bpF
+bqS
+bij
+btu
+buq
+buq
+buq
+bxv
+btv
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -104056,24 +102032,7 @@ aaa
aaa
aaa
aaa
-aab
-ceO
-cfb
-cfl
-cfz
-cfT
-cen
-cgJ
-cha
-chw
-cha
-cid
-cha
-ciz
-ciO
-cgE
aaa
-aaD
aaa
aaa
aaa
@@ -104196,23 +102155,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
aaa
aaa
aaa
@@ -104231,75 +102173,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaD
-aab
-aqT
-aCx
-avd
-aER
-aqT
-aCx
-avd
-aER
-aqT
-aMq
-avd
-aOY
-aqT
-aaa
-aaD
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bas
-bbn
-bbZ
-bda
-bdX
-beS
-bfU
-bhc
-bim
-bjg
-bkm
-blw
-bmB
-bnM
-boQ
-bpV
-brF
-bsS
-buw
-bvR
-bxd
-bxd
-bzH
-bnG
-bCf
-bDA
-bEP
-bGu
-bHD
-bnG
-bKg
-bLk
-bxd
-bvR
-buw
-bnG
-aab
-aab
-afL
aaa
aaa
aaa
@@ -104313,25 +102186,111 @@ aaa
aaa
aaa
aaa
-aaE
-aab
-cfc
-cfm
-cfA
-cfU
-cen
-cgK
-chf
-chx
-chP
-cie
-cha
-ciA
-cgE
-cgE
-aab
-aaE
-aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aIB
+aIB
+aID
+aIB
+aID
+aIB
+aIB
+aIB
+aCd
+aSl
+aDH
+aUi
+aUZ
+aCd
+aaa
+aaa
+aYN
+aaa
+aaa
+aaa
+aaa
+aCd
+aDH
+bYl
+aDH
+bfW
+bhl
+bhl
+bhl
+bhl
+blG
+bna
+bor
+bpG
+bqT
+bsh
+btv
+btw
+btw
+bwt
+bwt
+btw
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -104492,70 +102451,87 @@ aaa
aaa
aaa
aaa
+aad
+aad
+aad
+aaa
+aaa
+aad
+aad
+aad
+aEw
+bXw
+aDH
+aUi
+aVa
+aCd
+aaa
+aaa
+aYN
+aaa
+aaa
+aaa
+aCd
+aCd
+bYl
+aCd
+aCd
+aCd
+aUh
+aCd
+aCd
+aCd
+aHA
+bij
+bos
+bpH
+bos
+bij
+btw
+btw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
-aqT
-aCy
-aDJ
-aES
-aqT
-aHr
-aIy
-aJG
-aqT
-aMr
-aNF
-aOZ
-aqT
aaa
-aaD
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-bas
-bas
-bas
-bas
-bas
-bas
-bfU
-bhd
-bdc
-bjg
-bkn
-bko
-bmC
-bko
-boR
-bDM
-bjg
-bjg
-bux
-bnG
-bxe
-bxe
-bxe
-bnG
-bCg
-bDB
-bEQ
-bGv
-bHE
-bnG
-bxe
-bxe
-bxe
-bnG
-bOW
-bnG
-bnG
-aab
aaa
aaa
aaa
@@ -104570,24 +102546,7 @@ aaa
aaa
aaa
aaa
-aaD
aaa
-ceX
-ceX
-ceX
-ceX
-ceX
-cgE
-cgE
-cgE
-cgE
-cgE
-cgE
-cgE
-cgE
-aab
-aab
-aaD
aaa
aaa
aaa
@@ -104724,7 +102683,6 @@ aaa
aaa
aaa
aaa
-afL
aaa
aaa
aaa
@@ -104751,68 +102709,76 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aqT
-aCz
-aDK
-aCz
-aqT
-aHs
-aIz
-aHs
-aqT
-aMs
-aNG
-aMs
-aqT
-aab
-aaD
-aab
aaa
aaa
aaa
aaa
aaa
aaa
+aad
+aCd
+aCd
+aEw
+aEw
+aEw
+aCd
aaa
aaa
-agG
-bdb
-bdY
-bdb
-bfV
-bdY
-bin
+aYN
+aaa
+aaa
+aaa
+aEw
+bYO
+bYR
+bZc
+aCd
+bfX
+aDH
+bil
bjg
-bko
-blx
-bmD
-bnN
-bko
-bpW
-bjg
-bsT
-buy
-bnG
-bxf
-bxf
-bxf
-bxg
-bCg
-bDC
-bER
-bGw
-bHE
-bxg
-bxf
-bLl
-bxf
-bnG
-bOX
-bQi
-bnG
-aab
+aCd
+aHA
+bij
+bot
+bot
+bot
+bsi
+agv
+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
@@ -104827,22 +102793,15 @@ aaa
aaa
aaa
aaa
-aab
-aab
-aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
@@ -105008,23 +102967,6 @@ aaa
aaa
aaa
aaa
-aaD
-aaa
-aqT
-aCz
-aCz
-aCz
-aqT
-aHs
-aHs
-aHs
-aqT
-aMs
-aMs
-aMs
-aqT
-aaa
-aaD
aaa
aaa
aaa
@@ -105034,41 +102976,74 @@ aaa
aaa
aaa
aaa
-agG
-bdc
-bdc
-bdc
-bfW
-bhe
-bio
-bjg
-bkp
-bly
-bjg
-bjg
-bjg
-bjg
-bjg
-bnG
-bux
-bnG
-bxg
-bxg
-bxg
-bxg
-bCh
-bDD
-bES
-bDD
-bHF
-bxg
-bxg
-bxg
-bxg
-bnG
-bOW
-bnG
-bnG
+aaa
+aaa
+aaa
+aaa
+aaa
+aYN
+aaa
+aaa
+aaa
+aEw
+bYP
+bYS
+bZd
+aCd
+bfY
+bhm
+bim
+bjh
+aCd
+blH
+bij
+bou
+bpI
+bot
+bsi
+agv
+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
@@ -105085,22 +103060,6 @@ aaa
aaa
aaa
aaa
-aab
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
-aaD
-aaD
-aaE
-aaD
aaa
aaa
aaa
@@ -105264,25 +103223,6 @@ aaa
aaa
aaa
aaa
-aab
-aaD
-aab
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aqT
-aaa
-aaD
-aab
aaa
aaa
aaa
@@ -105293,40 +103233,63 @@ aaa
aaa
aaa
aaa
-aab
-bdc
-bfX
-bhf
-bfX
-bjg
-bkq
-blz
-bjg
-aab
-aab
-bnG
-brG
-bsU
-buz
-bvS
-ajM
-byu
-byu
-bxg
-bCi
-bxg
-bxg
-bxg
-bxg
-bxg
-byu
-byu
-ajM
-bNG
-bOY
-bsU
-bsX
-bnG
+aaa
+aaa
+aaa
+aaa
+aaa
+aYN
+aaa
+aaa
+aaa
+aCd
+aCd
+aCd
+aEw
+aCd
+bfZ
+bcn
+bin
+bji
+aCd
+aHA
+bij
+bij
+bij
+bij
+bij
+bdx
+bdx
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -105344,19 +103307,15 @@ aaa
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
@@ -105522,24 +103481,101 @@ aaa
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
-aab
+aaa
+aaa
+aYN
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aCd
+aEw
+aEw
+aEw
+aEw
+aCd
+aHB
+aIw
+aIw
+aIw
+bqU
+aCd
+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
@@ -105551,83 +103587,6 @@ aaa
aaa
aaa
aab
-bdQ
-bfX
-bhg
-bfX
-bjg
-bjg
-bjg
-bjg
-aaa
-aab
-bnG
-brH
-bsV
-bsV
-aaa
-bxh
-byv
-byv
-bAQ
-bCj
-byv
-byv
-byv
-byv
-byv
-byv
-byv
-bMl
-aaa
-bsV
-bsV
-brH
-bnG
-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
@@ -105779,23 +103738,6 @@ aaa
aaa
aaa
aaa
-ayF
-aab
-aaD
-aaD
-atJ
-aaD
-aaD
-aaD
-aaD
-aaD
-aaD
-aaD
-aaD
-aaD
-aaD
-aab
-ayF
aaa
aaa
aaa
@@ -105807,41 +103749,10 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-bfY
-bhh
-bip
-aaa
-aab
-aab
-aab
-aaa
-aaa
-bnG
-brI
-bBY
-buA
-aab
-bxi
-ajM
-bzI
-aaa
-aaa
-bzI
aaa
aaa
aaa
-aaa
-bzI
-ajM
-bxi
-aab
-bOZ
-bQj
-bRw
-bnG
-aab
+aYN
aaa
aaa
aaa
@@ -105853,6 +103764,54 @@ aaa
aaa
aaa
aaa
+aad
+aCd
+aEw
+bnb
+bov
+aEw
+bqV
+aCd
+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
+bSj
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -106040,15 +103999,37 @@ aaa
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
aaa
aaa
aaa
-aab
+aaa
+aaa
+aaa
+aaa
+aYN
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aEw
+aEw
+aEw
+aEw
+bqW
+aad
+aad
aaa
aaa
aaa
@@ -106067,37 +104048,15 @@ aaa
aaa
aaa
aaa
-bhi
-aaa
-aaa
-aab
aaa
aaa
aaa
aaa
-bnG
-brH
-bsV
-bsV
-aaa
-bxj
-byw
aaa
aaa
aaa
-aab
aaa
aaa
-bHG
-aaa
-aaa
-bLm
-bMm
-aaa
-bsV
-bsV
-brH
-bnG
aaa
aaa
aaa
@@ -106307,6 +104266,26 @@ aaa
aaa
aaa
aaa
+aYN
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -106331,31 +104310,11 @@ aaa
aaa
aaa
aaa
-aab
-bnG
-brJ
-bsX
-bsV
-aaa
-bxi
-ajM
aaa
aaa
-bCk
-aab
-aab
-aab
-aab
aaa
aaa
-ajM
-bxi
aaa
-bsV
-brG
-bsZ
-bnG
-aab
aaa
aaa
aaa
@@ -106553,68 +104512,68 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bnG
-bnG
-brH
-bsV
-aaa
-bxi
-ajM
-aaa
+aac
+adf
+aac
+aac
+aac
aaa
aab
-bDE
-bET
-bGx
-aab
-aab
-bzI
-ajM
-bxi
aaa
-bsV
-brH
-bnG
-bnG
-aab
-aab
-aab
+aaa
+aaa
+aaa
+aYO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+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
@@ -106810,6 +104769,29 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aYP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aac
aaa
aaa
aaa
@@ -106844,31 +104826,8 @@ aaa
aaa
aaa
aaa
-aab
-aab
-bpX
-bnG
-bsY
-buB
-aab
-bxj
-byw
aaa
aaa
-aab
-bDF
-bEU
-bGy
-aab
-aaa
-aaa
-bLm
-bMm
-aab
-bsV
-bQk
-bnG
-bpX
aaa
aaa
aaa
@@ -107067,6 +105026,60 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aaa
+aYP
+aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+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
@@ -107103,62 +105116,8 @@ aaa
aaa
aaa
aaa
-bnG
-bnG
-brH
-bsV
aaa
-bxi
-ajM
-bzI
aab
-aab
-bDG
-bEV
-bGz
-aab
-aaa
-aaa
-ajM
-bMn
-aaa
-bsV
-brH
-bnG
-bnG
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -107324,6 +105283,29 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aoT
+apI
+apI
+apI
+apI
+apI
+apI
+apI
+aws
+aYP
+ayV
+azV
+azV
+azV
+azV
+azV
+azV
+azV
+aFN
+aad
+aac
aaa
aaa
aaa
@@ -107360,29 +105342,6 @@ aaa
aaa
aaa
aaa
-bnG
-brG
-bsZ
-bsV
-aaa
-bxi
-ajM
-aaa
-aaa
-aab
-aab
-bEW
-aab
-aab
-aaa
-aaa
-ajM
-bxi
-aaa
-bsV
-brJ
-bsX
-bnG
aaa
aaa
aaa
@@ -107581,6 +105540,29 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
+aaa
+aYP
+aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
+aaa
+aac
aaa
aaa
aaa
@@ -107615,34 +105597,11 @@ aaa
aaa
aaa
aaa
-aab
-aab
-bnG
-brH
-bsV
-bsV
-aaa
-bxj
-byw
aaa
aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-bLm
-bMm
-aaa
-bsV
-bsV
-brH
-bnG
-aab
-aaa
-aaa
aaa
aaa
aaa
@@ -107838,6 +105797,29 @@ aaa
aaa
aaa
aaa
+adf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aYP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adf
aaa
aaa
aaa
@@ -107873,35 +105855,12 @@ aaa
aaa
aaa
aaa
-aab
-bnG
-brJ
-bBY
-buA
-aab
-bxi
-ajM
-bzI
aaa
aaa
aaa
aaa
-bzI
aaa
aaa
-bzI
-ajM
-bxi
-aab
-bOZ
-bQj
-bsZ
-bnG
-aab
-aab
-aab
-aab
-aaa
aaa
aaa
aaa
@@ -108095,6 +106054,29 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aaa
+aYP
+aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aaa
+aac
aaa
aaa
aaa
@@ -108131,30 +106113,7 @@ aaa
aaa
aaa
aaa
-bnG
-brK
-bsV
-bsV
aaa
-bxi
-ajM
-ajM
-bAR
-ajM
-ajM
-bAR
-ajM
-bHH
-bAR
-ajM
-ajM
-bxi
-aaa
-bsV
-bsV
-brK
-bnG
-aab
aaa
aaa
aaa
@@ -108320,6 +106279,7 @@ aaa
aaa
aaa
aaa
+all
aaa
aaa
aaa
@@ -108351,6 +106311,29 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aoT
+apI
+apI
+apI
+apI
+apI
+apI
+apI
+aws
+aYP
+ayV
+azV
+azV
+azV
+azV
+azV
+azV
+azV
+aFN
+aad
+aac
aaa
aaa
aaa
@@ -108388,30 +106371,6 @@ aaa
aaa
aaa
aaa
-bnG
-brK
-bsV
-bsV
-bvT
-bxk
-byv
-byv
-bAS
-byv
-byv
-bAS
-byv
-byv
-bAS
-byv
-byv
-bMo
-bNH
-bsV
-bsV
-brK
-bnG
-aaa
aaa
aaa
aaa
@@ -108609,6 +106568,29 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
+aaa
+aYP
+aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
+aaa
+aac
aaa
aaa
aaa
@@ -108645,29 +106627,6 @@ aaa
aaa
aaa
aaa
-bpY
-bnG
-bnG
-bnG
-bnG
-bsV
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-bsV
-bnG
-bnG
-bnG
-bnG
-bpY
aaa
aaa
aaa
@@ -108866,6 +106825,29 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aYP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
aaa
aaa
aaa
@@ -108903,29 +106885,6 @@ aaa
aaa
aaa
aaa
-aab
-brK
-brK
-bnG
-bnG
-byx
-byx
-byx
-byx
-byx
-byx
-byx
-byx
-byx
-byx
-byx
-bnG
-bnG
-brK
-brK
-aab
-aaa
-aaa
aaa
aaa
aaa
@@ -109123,9 +107082,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
aaa
+aYP
aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aaa
+aac
aaa
aaa
aaa
@@ -109160,27 +107139,8 @@ aaa
aaa
aaa
aaa
-aab
aaa
-brK
-brK
-brK
-brK
-brK
-bpX
-brK
-brK
-brK
-brK
-brK
-bpX
-brK
-brK
-brK
-brK
-brK
aaa
-aab
aaa
aaa
aaa
@@ -109218,7 +107178,6 @@ aaa
aaa
aaa
aaa
-ciY
aaa
aaa
aaa
@@ -109380,6 +107339,29 @@ aaa
aaa
aaa
aaa
+aac
+aad
+aoT
+apI
+apI
+apI
+apI
+apI
+apI
+apI
+aws
+aYP
+ayV
+azV
+azV
+azV
+azV
+azV
+azV
+azV
+aFN
+aad
+aac
aaa
aaa
aaa
@@ -109419,29 +107401,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -109612,7 +107571,6 @@ aaa
aaa
aaa
aaa
-ahg
aaa
aaa
aaa
@@ -109638,10 +107596,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
aaa
+aYP
aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
aaa
+adf
aaa
aaa
aaa
@@ -109676,24 +107653,6 @@ aaa
aaa
aaa
aaa
-aab
-afL
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-afL
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
aaa
aaa
aaa
@@ -109894,6 +107853,29 @@ aaa
aaa
aaa
aaa
+adf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aYP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
aaa
aaa
aaa
@@ -109938,29 +107920,6 @@ aaa
aaa
aaa
aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -110151,6 +108110,29 @@ aaa
aaa
aaa
aaa
+aac
+aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aaa
+aYP
+aaa
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aQp
+aaa
+aac
aaa
aaa
aaa
@@ -110195,29 +108177,6 @@ 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
@@ -110408,29 +108367,29 @@ aaa
aaa
aaa
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
+aoT
+apI
+apI
+apI
+apI
+apI
+apI
+apI
+aws
+axI
+ayV
+azV
+azV
+azV
+azV
+azV
+azV
+azV
+aFN
+aad
+aac
aaa
aaa
aaa
@@ -110665,29 +108624,29 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
aaa
+aYQ
aaa
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aQq
+aWU
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aac
aaa
aaa
aaa
@@ -110922,6 +108881,7 @@ aaa
aaa
aaa
aaa
+aad
aaa
aaa
aaa
@@ -110932,6 +108892,7 @@ aaa
aaa
aaa
aaa
+aYN
aaa
aaa
aaa
@@ -110942,9 +108903,7 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
+aad
aaa
aaa
aaa
@@ -111179,29 +109138,29 @@ aaa
aaa
aaa
aaa
+adf
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+aac
aaa
+aYN
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
aaa
aaa
aaa
@@ -111445,11 +109404,11 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
+aad
+aYR
+aad
+aad
aaa
aaa
aaa
@@ -111702,11 +109661,11 @@ aaa
aaa
aaa
aaa
+aac
aaa
+aad
aaa
-aaa
-aaa
-aaa
+aac
aaa
aaa
aaa
@@ -111959,11 +109918,11 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aac
+aac
+aac
+aac
+aac
aaa
aaa
aaa
diff --git a/_maps/map_files/PubbyStation/areas.dm b/_maps/map_files/PubbyStation/areas.dm
new file mode 100644
index 0000000000..e15bc87193
--- /dev/null
+++ b/_maps/map_files/PubbyStation/areas.dm
@@ -0,0 +1,7 @@
+/area/chapel/asteroid
+ name = "Chapel Asteroid"
+ icon_state = "explored"
+
+/area/chapel/dock
+ name = "Chapel Dock"
+ icon_state = "construction"
diff --git a/_maps/map_files/PubbyStation/job/job_changes.dm b/_maps/map_files/PubbyStation/job/job_changes.dm
new file mode 100644
index 0000000000..232f127f2d
--- /dev/null
+++ b/_maps/map_files/PubbyStation/job/job_changes.dm
@@ -0,0 +1,20 @@
+/datum/job/assistant
+/datum/job/captain
+/datum/job/hop
+
+/datum/job/hos/New()
+ ..()
+ access += access_crematorium
+ minimal_access += access_crematorium
+
+/datum/job/warden/New()
+ ..()
+ access += access_crematorium
+ minimal_access += access_crematorium
+
+/datum/job/officer/New()
+ ..()
+ access += access_crematorium
+ minimal_access += access_crematorium
+
+/datum/job/detective
diff --git a/_maps/map_files/PubbyStation/job/removed_jobs.dm b/_maps/map_files/PubbyStation/job/removed_jobs.dm
new file mode 100644
index 0000000000..aea9363737
--- /dev/null
+++ b/_maps/map_files/PubbyStation/job/removed_jobs.dm
@@ -0,0 +1,5 @@
+/datum/job/librarian/config_check()
+ return 0
+
+/datum/job/lawyer/config_check()
+ return 0
diff --git a/_maps/map_files/PubbyStation/monastery_shuttle.dm b/_maps/map_files/PubbyStation/monastery_shuttle.dm
new file mode 100644
index 0000000000..e64d784a1f
--- /dev/null
+++ b/_maps/map_files/PubbyStation/monastery_shuttle.dm
@@ -0,0 +1,11 @@
+/obj/machinery/computer/shuttle/monastery_shuttle
+ name = "monastery shuttle console"
+ desc = "Used to control the monastery shuttle."
+ circuit = /obj/item/weapon/circuitboard/computer/shuttle/monastery_shuttle
+ shuttleId = "pod1"
+ possible_destinations = "monastery_shuttle_asteroid;monastery_shuttle_station"
+ no_destination_swap = TRUE
+
+/obj/item/weapon/circuitboard/computer/shuttle/monastery_shuttle
+ name = "Monastery Shuttle (Computer Board)"
+ build_path = /obj/machinery/computer/shuttle/monastery_shuttle
diff --git a/_maps/map_files/TgStation/tgstation.2.1.3.dmm b/_maps/map_files/TgStation/tgstation.2.1.3.dmm
index 4459044c16..ca42d33a26 100644
--- a/_maps/map_files/TgStation/tgstation.2.1.3.dmm
+++ b/_maps/map_files/TgStation/tgstation.2.1.3.dmm
@@ -1,7142 +1,126753 @@
-"aaa" = (/turf/open/space,/area/space)
-"aab" = (/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)
-"aac" = (/turf/open/space,/obj/machinery/porta_turret/syndicate{dir = 9},/turf/closed/wall/shuttle{dir = 8; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aad" = (/turf/closed/indestructible/opshuttle,/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,/area/shuttle/syndicate)
-"aaf" = (/turf/open/space,/obj/machinery/porta_turret/syndicate{dir = 5},/turf/closed/wall/shuttle{dir = 1; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aag" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aah" = (/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aai" = (/obj/structure/table,/obj/item/device/flashlight/lamp{pixel_x = 4; pixel_y = 1},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaj" = (/obj/machinery/computer/shuttle/syndicate,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aak" = (/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)
-"aal" = (/obj/structure/frame/computer,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aam" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aan" = (/obj/structure/chair/comfy/beige{dir = 1; icon_state = "comfychair"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aao" = (/obj/structure/table,/obj/item/stack/sheet/glass{amount = 10},/obj/item/device/multitool,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aap" = (/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)
-"aaq" = (/obj/structure/closet/syndicate/personal,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aar" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aas" = (/obj/machinery/door/window{name = "Cockpit"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aat" = (/turf/closed/wall/shuttle{icon_state = "wall3"},/area/shuttle/syndicate)
-"aau" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 4; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aav" = (/obj/structure/table,/obj/item/stack/cable_coil,/obj/item/weapon/crowbar/red,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaw" = (/obj/structure/table,/obj/item/weapon/storage/box/zipties{pixel_x = 1; pixel_y = 2},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aax" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aay" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 8; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aaz" = (/obj/machinery/porta_turret/syndicate{dir = 4},/turf/closed/indestructible/opshuttle,/area/shuttle/syndicate)
-"aaA" = (/obj/machinery/suit_storage_unit/syndicate,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaB" = (/obj/structure/closet/syndicate/nuclear,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaC" = (/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)
-"aaD" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaE" = (/obj/structure/table,/obj/item/device/aicard,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaF" = (/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)
-"aaG" = (/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)
-"aaH" = (/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)
-"aaI" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/shuttle/syndicate)
-"aaJ" = (/obj/machinery/door/window{name = "Ready Room"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaK" = (/obj/effect/landmark{name = "carpspawn"},/turf/open/space,/area/space)
-"aaL" = (/obj/machinery/door/window{dir = 4; name = "EVA Storage"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaM" = (/obj/machinery/door/airlock/external{req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaN" = (/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)
-"aaO" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 1; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aaP" = (/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)
-"aaQ" = (/obj/machinery/sleeper/syndie{dir = 4},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"aaR" = (/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"aaS" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"aaT" = (/obj/structure/tank_dispenser/oxygen,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"aaU" = (/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)
-"aaV" = (/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)
-"aaW" = (/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)
-"aaX" = (/obj/structure/table,/obj/item/weapon/wrench,/obj/item/device/assembly/infra,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aaY" = (/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)
-"aaZ" = (/obj/structure/table,/obj/item/weapon/weldingtool/largetank{pixel_y = 3},/obj/item/device/multitool,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"aba" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abb" = (/obj/structure/sign/bluecross_2,/turf/closed/indestructible/opshuttle,/area/shuttle/syndicate)
-"abc" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/syndicate,/obj/item/weapon/crowbar/red,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"abd" = (/obj/machinery/door/window{dir = 4; name = "Infirmary"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abe" = (/obj/machinery/door/window/westright{name = "Tool Storage"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"abf" = (/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)
-"abg" = (/obj/machinery/door/window{dir = 8; name = "Tool Storage"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"abh" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"abi" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"abj" = (/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)
-"abk" = (/obj/machinery/door/window{dir = 1; name = "Surgery"; req_access_txt = "150"},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abl" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abm" = (/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)
-"abn" = (/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)
-"abo" = (/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)
-"abp" = (/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)
-"abq" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/space)
-"abr" = (/obj/structure/table,/obj/item/weapon/surgicaldrill,/obj/item/weapon/circular_saw,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abs" = (/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)
-"abt" = (/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)
-"abu" = (/obj/machinery/telecomms/allinone{intercept = 1},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"abv" = (/obj/structure/sign/securearea{pixel_y = -32},/turf/open/space,/area/space)
-"abw" = (/obj/structure/table,/obj/item/weapon/cautery,/obj/item/weapon/scalpel,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abx" = (/obj/structure/table/optable,/obj/item/weapon/surgical_drapes,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"aby" = (/obj/structure/table,/obj/item/weapon/retractor,/obj/item/weapon/hemostat,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/syndicate)
-"abz" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/shuttle/syndicate)
-"abA" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/syndicate)
-"abB" = (/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)
-"abC" = (/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)
-"abD" = (/turf/closed/wall/r_wall,/area/security/prison)
-"abE" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/prison)
-"abF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/prison)
-"abG" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/prison)
-"abH" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/prison)
-"abI" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_l"},/turf/open/floor/plating,/area/shuttle/syndicate)
-"abJ" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating,/area/shuttle/syndicate)
-"abK" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_r"},/turf/open/floor/plating,/area/shuttle/syndicate)
-"abL" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/ambrosia,/turf/open/floor/plasteel/green/side{dir = 9},/area/security/prison)
-"abM" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/carrot,/turf/open/floor/plasteel/green/side{dir = 1},/area/security/prison)
-"abN" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plating,/area/security/prison)
-"abO" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/glowshroom,/turf/open/floor/plasteel/green/side{dir = 1},/area/security/prison)
-"abP" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 32},/obj/machinery/hydroponics/soil,/obj/item/device/plant_analyzer,/obj/machinery/camera{c_tag = "Prison Common Room"; network = list("SS13","Prison")},/turf/open/floor/plasteel/green/side{dir = 5},/area/security/prison)
-"abQ" = (/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"abR" = (/obj/structure/sink{pixel_y = 20},/turf/open/floor/plating,/area/security/prison)
-"abS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"abT" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"abU" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plating,/area/security/prison)
-"abV" = (/turf/open/floor/plating,/area/security/prison)
-"abW" = (/mob/living/simple_animal/mouse/brown/Tom,/turf/open/floor/plating,/area/security/prison)
-"abX" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plating,/area/security/prison)
-"abY" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"abZ" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/seeds/potato,/turf/open/floor/plasteel/green/side{dir = 10},/area/security/prison)
-"aca" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/seeds/grass,/turf/open/floor/plasteel/green/side{dir = 2},/area/security/prison)
-"acb" = (/obj/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison)
-"acc" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/weapon/cultivator,/turf/open/floor/plasteel/green/side{dir = 2},/area/security/prison)
-"acd" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/weapon/cultivator,/turf/open/floor/plasteel/green/side{dir = 6},/area/security/prison)
-"ace" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acf" = (/turf/open/floor/plating/airless,/area/space/nearstation)
-"acg" = (/obj/structure/bookcase,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"ach" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aci" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/barber,/area/security/prison)
-"acj" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/barber,/area/security/prison)
-"ack" = (/obj/machinery/computer/libraryconsole/bookmanagement{pixel_y = 0},/obj/structure/table,/obj/machinery/newscaster{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acl" = (/obj/structure/table,/obj/item/weapon/storage/pill_bottle/dice,/turf/open/floor/plasteel,/area/security/prison)
-"acm" = (/obj/structure/table,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/prison)
-"acn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/barber,/area/security/prison)
-"aco" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/open/floor/plasteel/barber,/area/security/prison)
-"acp" = (/obj/structure/lattice,/obj/structure/sign/securearea{pixel_y = -32},/turf/open/space,/area/space)
-"acq" = (/obj/structure/grille,/obj/structure/lattice,/turf/open/space,/area/space)
-"acr" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acs" = (/obj/structure/chair/stool,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"act" = (/obj/structure/table,/obj/item/toy/cards/deck,/turf/open/floor/plasteel,/area/security/prison)
-"acu" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/prison)
-"acv" = (/obj/structure/window/reinforced,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/barber,/area/security/prison)
-"acw" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced,/turf/open/floor/plasteel/barber,/area/security/prison)
-"acx" = (/turf/closed/wall/r_wall,/area/ai_monitored/security/armory)
-"acy" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space,/area/space)
-"acz" = (/turf/closed/wall,/area/security/transfer)
-"acA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/security/transfer)
-"acB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/security/transfer)
-"acC" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/security/transfer)
-"acD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/security/transfer)
-"acE" = (/obj/machinery/vending/sustenance,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acF" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acG" = (/obj/machinery/light/small{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"acH" = (/obj/machinery/shower{dir = 8},/obj/item/weapon/soap/nanotrasen,/turf/open/floor/plasteel/freezer,/area/security/prison)
-"acI" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space,/area/space)
-"acJ" = (/obj/structure/grille,/turf/open/space,/area/space)
-"acK" = (/turf/closed/wall/r_wall,/area/security/main)
-"acL" = (/turf/closed/wall,/area/security/main)
-"acM" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/main)
-"acN" = (/turf/closed/wall,/area/security/hos)
-"acO" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/hos)
-"acP" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/auxport)
-"acQ" = (/obj/machinery/door/poddoor{id = "executionspaceblast"; name = "blast door"},/turf/open/floor/plating,/area/security/transfer)
-"acR" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/darkwarning{dir = 9},/area/security/transfer)
-"acS" = (/obj/machinery/light/small{dir = 1},/obj/machinery/flasher{id = "executionflash"; pixel_x = 0; pixel_y = 25},/turf/open/floor/plasteel/darkwarning{dir = 1},/area/security/transfer)
-"acT" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/darkwarning{dir = 5},/area/security/transfer)
-"acU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/transfer)
-"acV" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acW" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acZ" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"ada" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adc" = (/obj/machinery/door/window/westleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Unisex Showers"; req_access_txt = "0"},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"add" = (/turf/open/floor/plasteel/freezer,/area/security/prison)
-"ade" = (/obj/structure/closet/secure_closet/security/sec,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adf" = (/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adg" = (/obj/structure/closet/secure_closet/security/sec,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adh" = (/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/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = -31},/obj/structure/table/wood,/obj/item/weapon/storage/box/seccarts{pixel_x = 3; pixel_y = 2},/obj/item/weapon/storage/box/deputy,/turf/open/floor/carpet,/area/security/hos)
-"adi" = (/obj/machinery/computer/secure_data,/turf/open/floor/carpet,/area/security/hos)
-"adj" = (/obj/machinery/computer/security,/turf/open/floor/carpet,/area/security/hos)
-"adk" = (/obj/machinery/computer/card/minor/hos,/turf/open/floor/carpet,/area/security/hos)
-"adl" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/reagent_dispensers/peppertank{pixel_x = 30; pixel_y = 0},/obj/structure/table/wood,/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,/turf/open/floor/carpet,/area/security/hos)
-"adm" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/auxstarboard)
-"adn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"ado" = (/turf/open/floor/plasteel/darkwarning{dir = 8},/area/security/transfer)
-"adp" = (/obj/structure/bed,/obj/effect/landmark{name = "revenantspawn"},/turf/open/floor/plasteel/black,/area/security/transfer)
-"adq" = (/obj/machinery/sparker{dir = 2; id = "executionburn"; pixel_x = 25},/turf/open/floor/plasteel/darkwarning{dir = 4},/area/security/transfer)
-"adr" = (/turf/closed/wall,/area/security/prison)
-"ads" = (/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)
-"adt" = (/obj/machinery/door/poddoor/preopen{id = "permacell2"; name = "cell blast door"},/obj/machinery/door/airlock/glass{id_tag = "permabolt2"; name = "Cell 2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "permacell1"; name = "cell blast door"},/obj/machinery/door/airlock/glass{id_tag = "permabolt1"; name = "Cell 1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adv" = (/obj/machinery/door/airlock{name = "Unisex Restroom"; req_access_txt = "0"},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"adw" = (/obj/structure/closet/bombcloset,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adx" = (/obj/effect/landmark{name = "secequipment"},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"ady" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adz" = (/obj/machinery/newscaster/security_unit{pixel_x = -30; pixel_y = 0},/obj/machinery/camera{c_tag = "Head of Security's Office"; dir = 4; network = list("SS13")},/obj/machinery/recharger{pixel_y = 4},/obj/structure/table/wood,/turf/open/floor/carpet,/area/security/hos)
-"adA" = (/obj/structure/chair/comfy/black,/turf/open/floor/carpet,/area/security/hos)
-"adB" = (/turf/open/floor/carpet,/area/security/hos)
-"adC" = (/obj/machinery/hologram/holopad,/turf/open/floor/carpet,/area/security/hos)
-"adD" = (/obj/machinery/keycard_auth{pixel_x = 24; pixel_y = 10},/obj/structure/table/wood,/obj/item/device/radio/off,/obj/item/device/taperecorder{pixel_y = 0},/turf/open/floor/carpet,/area/security/hos)
-"adE" = (/obj/structure/sign/securearea{pixel_y = -32},/obj/structure/lattice/catwalk,/turf/open/space,/area/space)
-"adF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"adG" = (/obj/structure/lattice,/obj/item/stack/cable_coil,/turf/open/space,/area/space)
-"adH" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/darkwarning{dir = 10},/area/security/transfer)
-"adI" = (/turf/open/floor/plasteel/darkwarning{dir = 2},/area/security/transfer)
-"adJ" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 2},/turf/open/floor/plasteel/darkwarning{dir = 6},/area/security/transfer)
-"adK" = (/obj/structure/bed,/obj/machinery/camera{c_tag = "Prison Cell 3"; network = list("SS13","Prison")},/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/floorgrime,/area/security/prison)
-"adL" = (/obj/structure/chair/stool,/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/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adM" = (/obj/structure/bed,/obj/machinery/camera{c_tag = "Prison Cell 2"; network = list("SS13","Prison")},/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/floorgrime,/area/security/prison)
-"adN" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adO" = (/obj/structure/chair/stool,/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/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adP" = (/obj/structure/bed,/obj/machinery/camera{c_tag = "Prison Cell 1"; network = list("SS13","Prison")},/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/floorgrime,/area/security/prison)
-"adQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adR" = (/obj/structure/chair/stool,/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/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adS" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"adT" = (/obj/structure/table,/obj/item/weapon/storage/box/firingpins,/obj/item/weapon/storage/box/firingpins,/obj/item/key/security,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"adU" = (/obj/structure/table,/obj/item/weapon/storage/box/chemimp{pixel_x = 6},/obj/item/weapon/storage/box/trackimp{pixel_x = -3},/obj/item/weapon/storage/lockbox/loyalty,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"adV" = (/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/firealarm{pixel_y = 24},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"adW" = (/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/machinery/camera/motion{c_tag = "Armory Motion Sensor"; dir = 2; name = "motion-sensitive security camera"},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"adX" = (/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/machinery/light{dir = 1},/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},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"adY" = (/obj/structure/rack,/obj/machinery/airalarm{pixel_y = 23},/obj/item/weapon/gun/energy/ionrifle,/obj/item/clothing/suit/armor/laserproof,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"adZ" = (/obj/structure/closet/secure_closet/lethalshots,/turf/open/floor/plasteel/black,/area/ai_monitored/security/armory)
-"aea" = (/obj/vehicle/secway,/turf/open/floor/plasteel/black,/area/ai_monitored/security/armory)
-"aeb" = (/obj/structure/closet/l3closet/security,/obj/machinery/camera{c_tag = "Brig Equipment Room"; dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aec" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aed" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green{on = 0; pixel_x = -3; pixel_y = 8},/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/carpet,/area/security/hos)
-"aee" = (/obj/structure/table/wood,/obj/item/weapon/folder/red,/obj/item/weapon/stamp/hos,/turf/open/floor/carpet,/area/security/hos)
-"aef" = (/obj/item/weapon/book/manual/wiki/security_space_law,/obj/structure/table/wood,/turf/open/floor/carpet,/area/security/hos)
-"aeg" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/suit_storage_unit/hos,/turf/open/floor/carpet,/area/security/hos)
-"aeh" = (/obj/machinery/door/airlock/external{name = "Security External Airlock"; req_access_txt = "63"},/turf/open/floor/plating,/area/security/main)
-"aei" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/auxport)
-"aej" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aek" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/poddoor/preopen{id = "executionfireblast"; layer = 2.9; name = "blast door"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/security/transfer)
-"ael" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "executionfireblast"; layer = 2.9; name = "blast door"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/security/transfer)
-"aem" = (/obj/machinery/door/poddoor/preopen{id = "executionfireblast"; layer = 2.9; name = "blast door"},/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/plasteel/vault{dir = 8},/area/security/transfer)
-"aen" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/obj/machinery/flasher{id = "PCell 3"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeo" = (/obj/structure/table,/obj/item/weapon/paper,/obj/item/weapon/pen,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aep" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/obj/machinery/flasher{id = "PCell 2"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aer" = (/obj/structure/table,/obj/item/weapon/paper,/obj/item/weapon/pen,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aes" = (/obj/machinery/flasher{id = "PCell 1"; pixel_x = -28},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aet" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeu" = (/obj/structure/toilet{dir = 1},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"aev" = (/obj/item/weapon/grenade/barrier{pixel_x = 4},/obj/item/weapon/grenade/barrier,/obj/item/weapon/grenade/barrier{pixel_x = -4},/obj/structure/table,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"aew" = (/turf/open/floor/plasteel/warning{dir = 9},/area/ai_monitored/security/armory)
-"aex" = (/turf/open/floor/plasteel/warning{dir = 1},/area/ai_monitored/security/armory)
-"aey" = (/obj/machinery/power/apc{cell_type = 5000; dir = 4; name = "Armory APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/turf/open/floor/plasteel/warning{dir = 1},/area/ai_monitored/security/armory)
-"aez" = (/obj/machinery/vending/security,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aeA" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/carpet,/area/security/hos)
-"aeB" = (/obj/structure/chair{dir = 1},/turf/open/floor/carpet,/area/security/hos)
-"aeC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/security/hos)
-"aeD" = (/obj/item/weapon/storage/secure/safe/HoS{pixel_x = 35},/obj/structure/closet/secure_closet/hos,/turf/open/floor/carpet,/area/security/hos)
-"aeE" = (/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/security/main)
-"aeF" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/auxstarboard)
-"aeG" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"aeH" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeI" = (/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"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeJ" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeK" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeL" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeN" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"aeO" = (/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/turf/open/space,/area/space)
-"aeP" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/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,/turf/open/floor/plasteel/black,/area/security/transfer)
-"aeQ" = (/obj/structure/table,/obj/item/weapon/folder/red{pixel_x = 3},/obj/item/device/taperecorder{pixel_x = -3; pixel_y = 0},/obj/item/device/assembly/flash/handheld,/obj/item/weapon/reagent_containers/spray/pepper,/turf/open/floor/plasteel/black,/area/security/transfer)
-"aeR" = (/obj/machinery/button/flasher{id = "executionflash"; pixel_x = 24; pixel_y = 5},/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)
-"aeS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/prison)
-"aeT" = (/obj/machinery/door/airlock/glass_security{name = "Long-Term Cell 3"; req_access_txt = "2"},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/prison)
-"aeV" = (/obj/machinery/door/airlock/glass_security{name = "Long-Term Cell 2"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeW" = (/obj/machinery/door/airlock/glass_security{name = "Long-Term Cell 1"; req_access_txt = "2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeX" = (/obj/structure/closet/secure_closet{anchored = 1; name = "Contraband Locker"; req_access_txt = "3"},/turf/open/floor/plasteel/black,/area/ai_monitored/security/armory)
-"aeY" = (/obj/item/weapon/storage/toolbox/drone,/turf/open/floor/plasteel/warning{dir = 8},/area/ai_monitored/security/armory)
-"aeZ" = (/obj/structure/rack,/obj/item/weapon/gun/projectile/shotgun/riot{pixel_x = -3; pixel_y = 3},/obj/item/weapon/gun/projectile/shotgun/riot,/obj/item/weapon/gun/projectile/shotgun/riot{pixel_x = 3; pixel_y = -3},/turf/open/floor/plasteel/bot{dir = 2},/area/ai_monitored/security/armory)
-"afa" = (/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},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/bot{dir = 2},/area/ai_monitored/security/armory)
-"afb" = (/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/supply/hidden{dir = 10},/turf/open/floor/plasteel/bot{dir = 2},/area/ai_monitored/security/armory)
-"afc" = (/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},/turf/open/floor/plasteel/bot{dir = 2},/area/ai_monitored/security/armory)
-"afd" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"aff" = (/obj/machinery/door/window/eastleft{name = "armoury desk"; req_access_txt = "1"},/obj/machinery/door/window/westleft{name = "armoury desk"; req_access_txt = "3"},/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afg" = (/obj/machinery/power/apc{dir = 8; name = "Head of Security's Office APC"; pixel_x = -24; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/security/hos)
-"afh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/carpet,/area/security/hos)
-"afi" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/security/hos)
-"afj" = (/obj/machinery/light_switch{pixel_y = -23},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/security/hos)
-"afk" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/carpet,/area/security/hos)
-"afl" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"afm" = (/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"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"afn" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"afo" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"afp" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"afq" = (/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"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"afr" = (/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)
-"afs" = (/obj/structure/cable,/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/auxport)
-"aft" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating/warnplate{dir = 9},/area/security/transfer)
-"afu" = (/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/warnplate{dir = 1},/area/security/transfer)
-"afv" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/transfer)
-"afw" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/black,/area/security/transfer)
-"afx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/machinery/button/ignition{id = "executionburn"; pixel_x = 24; pixel_y = 5},/obj/machinery/button/door{id = "executionfireblast"; name = "Transfer Area Lockdown"; pixel_x = 25; pixel_y = -5; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/open/floor/plasteel/black,/area/security/transfer)
-"afy" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/transfer)
-"afz" = (/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/prison)
-"afA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison)
-"afB" = (/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/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/red/corner{dir = 4},/area/security/prison)
-"afC" = (/obj/machinery/light{dir = 1},/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/prison)
-"afD" = (/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/security/prison)
-"afE" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison)
-"afF" = (/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/corner{dir = 4},/area/security/prison)
-"afG" = (/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/camera{c_tag = "Prison Hallway"; network = list("SS13","Prison")},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/prison)
-"afH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/corner{dir = 1},/area/security/prison)
-"afI" = (/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/security/prison)
-"afJ" = (/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/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel/red/corner{dir = 4},/area/security/prison)
-"afK" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/light{dir = 1},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/prison)
-"afL" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/power/apc{dir = 4; name = "Prison Wing APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/prison)
-"afM" = (/obj/machinery/flasher/portable,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"afN" = (/turf/open/floor/plasteel/warning{dir = 10},/area/ai_monitored/security/armory)
-"afO" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/warning{dir = 2},/area/ai_monitored/security/armory)
-"afP" = (/turf/open/floor/plasteel/warning{dir = 2},/area/ai_monitored/security/armory)
-"afQ" = (/turf/open/floor/plasteel/warning/corner{dir = 1},/area/ai_monitored/security/armory)
-"afR" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afS" = (/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afU" = (/obj/machinery/door/poddoor/shutters{id = "armory"; name = "Armoury Shutter"},/obj/machinery/button/door{id = "armory"; name = "Armory Shutters"; pixel_x = 0; pixel_y = -26; req_access_txt = "3"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/ai_monitored/security/armory)
-"afV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"afW" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/reagent_dispensers/peppertank{pixel_x = 30; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"afX" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/hos)
-"afY" = (/obj/machinery/door/airlock/glass_command{name = "Head of Security"; req_access_txt = "58"},/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/security/hos)
-"afZ" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/hos)
-"aga" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/main)
-"agb" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/warning{dir = 5},/area/security/main)
-"agc" = (/obj/machinery/camera{c_tag = "Security Escape Pod"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/security/main)
-"agd" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/shuttle/pod_3)
-"age" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/pod_3)
-"agf" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/shuttle/pod_3)
-"agg" = (/obj/structure/cable,/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/auxstarboard)
-"agh" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plating/warnplate{dir = 8},/area/security/transfer)
-"agi" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/security/transfer)
-"agj" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/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},/turf/open/floor/plasteel/vault{dir = 8},/area/security/transfer)
-"agk" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/black,/area/security/transfer)
-"agl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/hidden,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/black,/area/security/transfer)
-"agm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/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"},/turf/open/floor/plasteel/black,/area/security/transfer)
-"agn" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/prison)
-"ago" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/prison)
-"agp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/security/prison)
-"agq" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/prison)
-"agr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison)
-"ags" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/prison)
-"agt" = (/obj/structure/cable{d1 = 4; d2 = 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_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/prison)
-"agu" = (/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{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison)
-"agv" = (/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/prison)
-"agw" = (/obj/structure/rack,/obj/item/weapon/storage/box/rubbershot{pixel_x = -3; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/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},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"agx" = (/obj/structure/rack,/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},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"agy" = (/turf/open/floor/plasteel/warning{dir = 8},/area/ai_monitored/security/armory)
-"agz" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/suit_storage_unit/security,/turf/open/floor/plasteel/red/side,/area/ai_monitored/security/armory)
-"agB" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/suit_storage_unit/security,/turf/open/floor/plasteel/red/side,/area/ai_monitored/security/armory)
-"agC" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agD" = (/obj/machinery/recharger,/obj/structure/table,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agF" = (/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/closet/wardrobe/red,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agG" = (/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/main)
-"agH" = (/obj/effect/landmark/start{name = "Security Officer"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"agI" = (/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"agJ" = (/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 = 1},/area/security/main)
-"agK" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"agL" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"agM" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/main)
-"agN" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/warning{dir = 4},/area/security/main)
-"agO" = (/obj/machinery/door/airlock/external{name = "Escape Pod Three"; req_access_txt = "0"},/turf/open/floor/plating,/area/security/main)
-"agP" = (/turf/open/floor/plating,/area/security/main)
-"agQ" = (/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)
-"agR" = (/obj/item/device/radio/intercom{pixel_y = 25},/obj/item/weapon/storage/pod{pixel_x = 6; pixel_y = -32},/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_3)
-"agS" = (/obj/machinery/computer/shuttle/pod{pixel_y = -32; possible_destinations = "pod_asteroid3"; shuttleId = "pod3"},/obj/structure/chair{dir = 4},/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 0; pixel_y = 32},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_3)
-"agT" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_3)
-"agU" = (/obj/docking_port/stationary/random{dir = 4; id = "pod_asteroid3"; name = "asteroid"},/turf/open/space,/area/space)
-"agV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/transfer)
-"agW" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating/warnplate{dir = 10},/area/security/transfer)
-"agX" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; layer = 2.4},/obj/machinery/door/window/southleft{base_state = "right"; dir = 4; icon_state = "right"; name = "Armory"; req_access_txt = "2"},/turf/open/floor/plating/warnplate,/area/security/transfer)
-"agY" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/black,/area/security/transfer)
-"agZ" = (/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},/turf/open/floor/plasteel/black,/area/security/transfer)
-"aha" = (/obj/machinery/light_switch{pixel_x = 25; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/security/transfer)
-"ahb" = (/turf/closed/wall/r_wall,/area/security/transfer)
-"ahc" = (/obj/structure/table,/obj/item/weapon/restraints/handcuffs,/turf/open/floor/plasteel/red/side{dir = 10},/area/security/prison)
-"ahd" = (/obj/structure/extinguisher_cabinet{pixel_x = 1; pixel_y = -27},/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahe" = (/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahf" = (/obj/structure/table,/obj/item/device/electropack,/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahg" = (/obj/structure/table,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/item/weapon/storage/box/hug,/obj/item/weapon/razor{pixel_x = -6},/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahh" = (/obj/structure/table,/obj/item/device/assembly/signaler,/obj/item/clothing/suit/straight_jacket,/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahi" = (/obj/structure/closet/secure_closet/brig{anchored = 1},/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_security{name = "Prison Wing"; req_access_txt = "2"},/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 = 9},/area/security/prison)
-"ahk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_security{name = "Prison Wing"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 5},/area/security/prison)
-"ahl" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/ai_monitored/security/armory)
-"ahm" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/ai_monitored/security/armory)
-"ahn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/window/southleft{name = "Armory"; req_access_txt = "3"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/warning{dir = 10},/area/ai_monitored/security/armory)
-"aho" = (/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 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning{dir = 2},/area/ai_monitored/security/armory)
-"ahp" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/ai_monitored/security/armory)
-"ahq" = (/obj/structure/reagent_dispensers/peppertank,/turf/closed/wall/r_wall,/area/ai_monitored/security/armory)
-"ahr" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/sign/securearea{pixel_x = -32},/turf/open/floor/plating,/area/security/main)
-"ahs" = (/obj/machinery/door/airlock/glass_security{name = "Equipment Room"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aht" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/main)
-"ahu" = (/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/main)
-"ahv" = (/obj/structure/table,/obj/item/weapon/restraints/handcuffs,/obj/item/device/assembly/timer,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"ahw" = (/turf/open/floor/plasteel,/area/security/main)
-"ahx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start{name = "Head of Security"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"ahy" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/main)
-"ahz" = (/obj/structure/table,/obj/item/device/radio/off,/obj/item/weapon/screwdriver{pixel_y = 10},/turf/open/floor/plasteel,/area/security/main)
-"ahA" = (/obj/effect/landmark/start{name = "Security Officer"},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/security/main)
-"ahB" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/red/side{dir = 4},/area/security/main)
-"ahC" = (/obj/structure/sign/pods{pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/warning{dir = 6},/area/security/main)
-"ahD" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/security/main)
-"ahE" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/closed/wall/shuttle{icon_state = "swall_f5"; dir = 2},/area/shuttle/pod_3)
-"ahF" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/shuttle/pod_3)
-"ahG" = (/obj/structure/table,/obj/item/stack/sheet/metal{amount = 1},/obj/item/weapon/storage/box/bodybags,/obj/item/weapon/pen,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/security/transfer)
-"ahH" = (/obj/structure/table,/obj/item/device/electropack,/obj/item/weapon/screwdriver,/obj/item/weapon/wrench,/obj/item/clothing/head/helmet,/obj/item/device/assembly/signaler,/obj/machinery/light/small,/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/black,/area/security/transfer)
-"ahI" = (/obj/structure/closet/secure_closet/injection,/obj/structure/cable,/obj/machinery/power/apc{dir = 2; name = "Prisoner Transfer Centre"; pixel_x = 0; pixel_y = -27},/turf/open/floor/plasteel/black,/area/security/transfer)
-"ahJ" = (/obj/machinery/door/airlock/security{name = "Interrogation"; req_access = null; req_access_txt = "63"},/turf/open/floor/plasteel/black,/area/security/prison)
-"ahK" = (/turf/closed/wall,/area/security/brig)
-"ahL" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/obj/machinery/door/poddoor/preopen{id = "Prison Gate"; name = "prison blast door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/delivery{name = "floor"},/area/security/brig)
-"ahM" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "Prison Gate"; name = "prison blast door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/delivery{name = "floor"},/area/security/brig)
-"ahN" = (/turf/closed/wall/r_wall,/area/security/warden)
-"ahO" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_x = -30; pixel_y = 0},/obj/machinery/camera{c_tag = "Brig Control Room"; dir = 4},/obj/machinery/light{icon_state = "tube1"; dir = 8},/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},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahP" = (/obj/machinery/computer/prisoner,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahQ" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahR" = (/obj/machinery/computer/secure_data,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahS" = (/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahU" = (/obj/structure/table,/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},/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahV" = (/obj/structure/table,/obj/machinery/recharger,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ahW" = (/obj/structure/table,/obj/machinery/syndicatebomb/training,/obj/item/weapon/gun/energy/laser/practice,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/main)
-"ahX" = (/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"ahY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"ahZ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"aia" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"aib" = (/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel/red/corner{dir = 1},/area/security/main)
-"aic" = (/obj/structure/table,/obj/item/device/assembly/flash/handheld,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aid" = (/obj/machinery/hologram/holopad,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aie" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/main)
-"aif" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/main)
-"aig" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/security/prison)
-"aih" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"aii" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"aij" = (/obj/item/weapon/cigbutt,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/security/prison)
-"aik" = (/turf/open/floor/plasteel/black,/area/security/prison)
-"ail" = (/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},/area/security/brig)
-"aim" = (/obj/item/weapon/storage/firstaid/regular{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/firstaid/regular,/obj/structure/table/glass,/turf/open/floor/plasteel/whitered/side{dir = 1},/area/security/brig)
-"ain" = (/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 0; pixel_y = 24},/obj/structure/table/glass,/obj/machinery/computer/med_data/laptop,/turf/open/floor/plasteel/whitered/side{dir = 1},/area/security/brig)
-"aio" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/iv_drip{density = 0},/obj/item/weapon/reagent_containers/blood/empty,/turf/open/floor/plasteel/whitered/side{dir = 5},/area/security/brig)
-"aip" = (/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/red/side{dir = 9},/area/security/brig)
-"aiq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"air" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"ais" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ait" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiu" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiv" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiw" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aix" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiy" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"aiz" = (/obj/structure/table,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/main)
-"aiA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aiB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aiC" = (/obj/effect/landmark/start{name = "Security Officer"},/turf/open/floor/plasteel,/area/security/main)
-"aiD" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/obj/item/weapon/book/manual/wiki/security_space_law,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aiE" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/security/main)
-"aiF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aiG" = (/obj/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j2s"; sortType = 8},/turf/open/floor/plasteel,/area/security/main)
-"aiH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plasteel,/area/security/main)
-"aiI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start{name = "Security Officer"},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/security/main)
-"aiJ" = (/obj/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j2s"; sortType = 7},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/main)
-"aiK" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Security Delivery"; req_access_txt = "1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/delivery,/area/security/main)
-"aiL" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "Security"},/obj/structure/plasticflaps{opacity = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/bot,/area/security/main)
-"aiM" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aiN" = (/turf/closed/wall,/area/maintenance/fsmaint)
-"aiO" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"aiP" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel/black,/area/security/prison)
-"aiQ" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/prison)
-"aiR" = (/obj/item/weapon/storage/box/bodybags,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/obj/item/weapon/reagent_containers/syringe{name = "steel point"},/obj/item/weapon/reagent_containers/glass/bottle/charcoal,/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/structure/table/glass,/turf/open/floor/plasteel/whitered/side{dir = 10},/area/security/brig)
-"aiS" = (/turf/open/floor/plasteel/whitered/corner{tag = "icon-whiteredcorner (WEST)"; dir = 8},/area/security/brig)
-"aiT" = (/turf/open/floor/plasteel/white,/area/security/brig)
-"aiU" = (/obj/machinery/door/window/westleft{base_state = "left"; dir = 4; icon_state = "left"; name = "Brig Infirmary"; req_access_txt = "0"},/turf/open/floor/plasteel/whitered/side{dir = 4},/area/security/brig)
-"aiV" = (/obj/machinery/power/apc{dir = 8; name = "Brig Control APC"; pixel_x = -24; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiW" = (/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/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiY" = (/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/showroomfloor,/area/security/warden)
-"aiZ" = (/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/showroomfloor,/area/security/warden)
-"aja" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajd" = (/obj/machinery/door/airlock/glass_security{name = "Brig Control"; req_access_txt = "3"},/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{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aje" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/main)
-"ajf" = (/obj/structure/disposalpipe/segment{dir = 4},/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/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main)
-"ajg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"ajh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/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/security/main)
-"aji" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main)
-"ajj" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-y"; 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,/area/security/main)
-"ajk" = (/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"},/obj/structure/chair,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"ajl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main)
-"ajm" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main)
-"ajn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main)
-"ajo" = (/obj/machinery/power/apc{dir = 4; name = "Security Office APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/main)
-"ajp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/main)
-"ajq" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"ajr" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/device/taperecorder{pixel_y = 0},/turf/open/floor/plasteel/black,/area/security/prison)
-"ajs" = (/obj/machinery/camera{c_tag = "Brig Interrogation"; dir = 8},/turf/open/floor/plasteel/black,/area/security/prison)
-"ajt" = (/obj/structure/bodycontainer/morgue,/obj/machinery/camera{c_tag = "Brig Infirmary"; dir = 4},/turf/open/floor/plasteel/black,/area/security/brig)
-"aju" = (/turf/open/floor/plasteel/whitered/side{dir = 8},/area/security/brig)
-"ajv" = (/obj/machinery/door/window/westleft{base_state = "right"; dir = 4; icon_state = "right"; name = "Brig Infirmary"; req_access_txt = "0"},/turf/open/floor/plasteel/whitered/side{dir = 4},/area/security/brig)
-"ajw" = (/obj/structure/closet/secure_closet/warden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajx" = (/obj/structure/table,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajy" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start{name = "Warden"},/obj/machinery/button/door{id = "Prison Gate"; name = "Prison Wing Lockdown"; pixel_x = -27; pixel_y = 8; req_access_txt = "2"},/obj/machinery/button/door{id = "Secure Gate"; name = "Cell Shutters"; pixel_x = -27; pixel_y = -2; req_access_txt = "0"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajz" = (/obj/structure/table,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajA" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/weapon/pen,/obj/item/weapon/hand_labeler,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajD" = (/obj/machinery/light_switch{pixel_y = -23},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajE" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"ajF" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/main)
-"ajG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajH" = (/obj/structure/noticeboard{dir = 1; pixel_y = -27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajI" = (/obj/machinery/light_switch{pixel_y = -23},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajJ" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajL" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajM" = (/obj/machinery/camera{c_tag = "Security Office"; dir = 1; network = list("SS13")},/obj/machinery/computer/secure_data,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajN" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/computer/security,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajO" = (/obj/structure/filingcabinet,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajP" = (/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{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajQ" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/red/side,/area/security/main)
-"ajR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/main)
-"ajS" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "1"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/security/main)
-"ajT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"ajU" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"ajV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"ajW" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/security/prison)
-"ajX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"ajY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/prison)
-"ajZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/security/prison)
-"aka" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/black,/area/security/brig)
-"akb" = (/turf/open/floor/plasteel/whitered/side{dir = 10},/area/security/brig)
-"akc" = (/obj/structure/bed,/obj/item/clothing/suit/straight_jacket,/turf/open/floor/plasteel/whitered/side,/area/security/brig)
-"akd" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/bed,/obj/item/clothing/suit/straight_jacket,/turf/open/floor/plasteel/whitered/side{dir = 6},/area/security/brig)
-"ake" = (/obj/structure/grille,/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/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"akf" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"akg" = (/obj/structure/table/reinforced,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/window/brigdoor{dir = 1; name = "Armory Desk"; req_access_txt = "3"},/obj/machinery/door/window/southleft{name = "Reception Desk"; req_access_txt = "63"},/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen{pixel_x = 4; pixel_y = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"akh" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"aki" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"akj" = (/obj/machinery/door/airlock/glass_security{name = "Brig Control"; req_access_txt = "3"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"akk" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable,/turf/open/floor/plating,/area/security/warden)
-"akl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Security Office"; req_access = null; req_access_txt = "1"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"akm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/main)
-"akn" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"ako" = (/obj/structure/disposalpipe/segment,/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/fsmaint)
-"akp" = (/obj/item/stack/rods,/turf/open/space,/area/space)
-"akq" = (/turf/closed/wall,/area/security/processing)
-"akr" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/processing)
-"aks" = (/obj/machinery/door/airlock/security{name = "Interrogation"; req_access = null; req_access_txt = "63"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/security/prison)
-"akt" = (/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/red/corner{dir = 1},/area/security/brig)
-"aku" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 4},/area/security/brig)
-"akv" = (/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akw" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akx" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"aky" = (/obj/structure/sign/goldenplaque{pixel_y = 32},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akz" = (/obj/machinery/camera{c_tag = "Brig East"},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akC" = (/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"akD" = (/turf/closed/wall/r_wall,/area/security/brig)
-"akE" = (/obj/machinery/light_switch{pixel_y = 28},/obj/structure/closet/secure_closet/courtroom,/obj/effect/decal/cleanable/cobweb,/obj/structure/sign/securearea{pixel_x = -32},/obj/item/weapon/gavelhammer,/turf/open/floor/plasteel,/area/crew_quarters/courtroom)
-"akF" = (/obj/item/device/radio/intercom{broadcasting = 0; listening = 1; name = "Station Intercom (General)"; pixel_y = 20},/obj/machinery/camera{c_tag = "Courtroom North"},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/crew_quarters/courtroom)
-"akG" = (/obj/structure/chair{name = "Judge"},/turf/open/floor/plasteel/blue/side{dir = 9},/area/crew_quarters/courtroom)
-"akH" = (/obj/structure/chair{name = "Judge"},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/blue/side{dir = 1},/area/crew_quarters/courtroom)
-"akI" = (/obj/structure/chair{name = "Judge"},/turf/open/floor/plasteel/blue/side{dir = 5},/area/crew_quarters/courtroom)
-"akJ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/courtroom)
-"akK" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"akL" = (/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"akM" = (/turf/closed/wall,/area/crew_quarters/courtroom)
-"akN" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxport)
-"akO" = (/obj/machinery/gulag_teleporter,/turf/open/floor/plasteel,/area/security/processing)
-"akP" = (/obj/machinery/computer/gulag_teleporter_computer,/turf/open/floor/plasteel,/area/security/processing)
-"akQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/machinery/computer/security{name = "Labor Camp Monitoring"; network = list("Labor")},/turf/open/floor/plasteel,/area/security/processing)
-"akR" = (/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/table,/obj/item/weapon/storage/box/prisoner,/obj/machinery/camera{c_tag = "Labor Shuttle Dock North"},/turf/open/floor/plasteel,/area/security/processing)
-"akS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig)
-"akT" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"akU" = (/obj/machinery/power/apc{dir = 1; name = "Labor Shuttle Dock APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akV" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akX" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/corner{dir = 1},/area/security/brig)
-"ala" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig)
-"alc" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"ald" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"ale" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alf" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"alg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alh" = (/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/security/brig)
-"ali" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/brig)
-"alj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Brig"; req_access = null; req_access_txt = "63; 42"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/courtroom)
-"all" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 9},/area/crew_quarters/courtroom)
-"alm" = (/obj/structure/table/wood,/obj/item/device/radio/intercom{broadcasting = 0; dir = 8; listening = 1; name = "Station Intercom (Court)"; pixel_x = 0},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/courtroom)
-"aln" = (/obj/structure/table/wood,/obj/item/weapon/gavelblock,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/courtroom)
-"alo" = (/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)
-"alp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 5},/area/crew_quarters/courtroom)
-"alq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/crew_quarters/courtroom)
-"alr" = (/obj/machinery/door/window/southleft{name = "Court Cell"; req_access_txt = "2"},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"als" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"alt" = (/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access = null; req_access_txt = "10; 13"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"alu" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/shuttle/labor)
-"alv" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/labor)
-"alw" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/shuttle/labor)
-"alx" = (/turf/closed/wall/r_wall,/area/security/processing)
-"aly" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/warning/corner{dir = 1},/area/security/processing)
-"alz" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/security/processing)
-"alA" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing)
-"alB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/security/processing)
-"alC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Labor Shuttle"; req_access = null; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alD" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/brig)
-"alE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera{c_tag = "Brig West"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 2},/area/security/brig)
-"alG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"alH" = (/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/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/corner{dir = 8},/area/security/brig)
-"alI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/corner{dir = 2},/area/security/brig)
-"alK" = (/obj/machinery/light,/obj/machinery/door_timer{id = "Cell 1"; name = "Cell 1"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"alL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/corner{dir = 8},/area/security/brig)
-"alM" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 2},/area/security/brig)
-"alN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door_timer{id = "Cell 2"; name = "Cell 2"; pixel_y = -32},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"alO" = (/obj/machinery/camera{c_tag = "Brig Central"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door_timer{id = "Cell 3"; name = "Cell 3"; pixel_y = -32},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"alP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"alQ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"alR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"alS" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door_timer{id = "Cell 4"; name = "Cell 4"; pixel_y = -32},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"alT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 8},/area/security/brig)
-"alU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"alV" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/brig)
-"alW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig)
-"alX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/courtroom)
-"alY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/courtroom)
-"alZ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/courtroom)
-"ama" = (/turf/open/floor/plasteel,/area/crew_quarters/courtroom)
-"amb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"amc" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/shuttle/labor)
-"amd" = (/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)
-"ame" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/labor)
-"amf" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/weapon/restraints/handcuffs,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/labor)
-"amg" = (/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},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/processing)
-"amh" = (/turf/open/floor/plasteel/warning{dir = 8},/area/security/processing)
-"ami" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/security/processing)
-"amj" = (/obj/structure/cable{d1 = 1; d2 = 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/security/processing)
-"amk" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/processing)
-"aml" = (/obj/machinery/door/airlock/glass_security{id_tag = null; name = "Evidence Storage"; req_access_txt = "63"},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"amm" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amn" = (/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"},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"amo" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/closed/wall,/area/security/brig)
-"amq" = (/obj/structure/grille,/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,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amr" = (/obj/machinery/door/window/brigdoor{id = "Cell 2"; name = "Cell 2"; req_access_txt = "1"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"ams" = (/obj/machinery/door/window/brigdoor{id = "Cell 3"; name = "Cell 3"; req_access_txt = "1"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"amt" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amu" = (/obj/machinery/door/airlock/glass_security{name = "Brig Desk"; req_access_txt = "1"},/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/black,/area/security/brig)
-"amv" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amw" = (/obj/machinery/door/airlock/glass_security{id_tag = "innerbrig"; name = "Brig"; req_access_txt = "63"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"amx" = (/obj/machinery/door/airlock/glass_security{id_tag = "innerbrig"; name = "Brig"; req_access_txt = "63"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"amy" = (/obj/structure/grille,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amz" = (/obj/machinery/door/window/brigdoor{id = "Cell 4"; name = "Cell 4"; req_access_txt = "1"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side,/area/security/brig)
-"amA" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"amB" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/turf/open/floor/plasteel/red/side{dir = 9},/area/crew_quarters/courtroom)
-"amC" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/courtroom)
-"amD" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/bot,/area/crew_quarters/courtroom)
-"amE" = (/obj/structure/table/wood,/obj/item/weapon/folder/blue,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/courtroom)
-"amF" = (/obj/structure/chair{dir = 8; name = "Defense"},/turf/open/floor/plasteel/green/side{dir = 5},/area/crew_quarters/courtroom)
-"amG" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"amH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access = null; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"amI" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"amJ" = (/obj/structure/grille,/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/labor)
-"amK" = (/turf/open/floor/plasteel/shuttle/red,/area/shuttle/labor)
-"amL" = (/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)
-"amM" = (/obj/machinery/mineral/labor_claim_console{machinedir = 2; pixel_x = 30; pixel_y = 30},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/labor)
-"amN" = (/obj/machinery/door/airlock/shuttle{name = "Labor Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/labor)
-"amO" = (/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/security/processing)
-"amP" = (/turf/open/floor/plating,/area/security/processing)
-"amQ" = (/turf/open/floor/plasteel,/area/security/processing)
-"amR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing)
-"amS" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/processing)
-"amT" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"amU" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"amV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/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/floorgrime,/area/security/brig)
-"amW" = (/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"amX" = (/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/plasteel/floorgrime,/area/security/brig)
-"amY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/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/floorgrime,/area/security/brig)
-"amZ" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"ana" = (/obj/machinery/button/door{id = "briggate"; name = "Desk Shutters"; pixel_x = -26; pixel_y = 6; req_access_txt = "0"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/flasher{id = "brigentry"; pixel_x = -28; pixel_y = -8},/turf/open/floor/plasteel/black,/area/security/brig)
-"anb" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/black,/area/security/brig)
-"anc" = (/obj/structure/table/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "briggate"; name = "security shutters"},/obj/machinery/door/window/eastleft{name = "Brig Desk"; req_access_txt = "1"},/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/plasteel/black,/area/security/brig)
-"and" = (/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"ane" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anf" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/obj/machinery/flasher{id = "Cell 4"; pixel_x = 28},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"ang" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/turf/open/floor/plasteel/red/side{dir = 10},/area/crew_quarters/courtroom)
-"anh" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 10},/area/crew_quarters/courtroom)
-"ani" = (/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/courtroom)
-"anj" = (/obj/item/device/radio/beacon,/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/courtroom)
-"ank" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 6},/area/crew_quarters/courtroom)
-"anl" = (/obj/structure/chair{dir = 8; name = "Defense"},/turf/open/floor/plasteel/green/side{dir = 6},/area/crew_quarters/courtroom)
-"anm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/auxstarboard)
-"ann" = (/turf/closed/wall,/area/maintenance/fsmaint2)
-"ano" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"anp" = (/turf/closed/wall/r_wall,/area/maintenance/auxsolarport)
-"anq" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Fore Port Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"anr" = (/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/plating,/area/maintenance/auxsolarport)
-"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/plating,/area/maintenance/auxsolarport)
-"ant" = (/turf/closed/wall,/area/maintenance/fpmaint2)
-"anu" = (/obj/effect/decal/cleanable/vomit,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"anv" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"anw" = (/obj/item/weapon/cigbutt/cigarbutt,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"anx" = (/obj/machinery/door/airlock/shuttle{name = "Labor Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel/black,/area/shuttle/labor)
-"any" = (/turf/closed/wall/shuttle,/area/shuttle/labor)
-"anz" = (/obj/machinery/mineral/stacking_machine/laborstacker{input_dir = 2; output_dir = 1},/turf/open/floor/plasteel/black,/area/shuttle/labor)
-"anA" = (/obj/machinery/computer/shuttle/labor,/turf/open/floor/plasteel/warning{dir = 8},/area/security/processing)
-"anB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/processing)
-"anC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/processing)
-"anD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/processing)
-"anE" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/brig)
-"anF" = (/turf/open/floor/plasteel,/area/security/brig)
-"anG" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/brig)
-"anH" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/flasher{id = "Cell 1"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anI" = (/obj/structure/closet/secure_closet/brig{id = "Cell 1"; name = "Cell 1 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anJ" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/flasher{id = "Cell 2"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anK" = (/obj/structure/closet/secure_closet/brig{id = "Cell 2"; name = "Cell 2 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anL" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/flasher{id = "Cell 3"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anM" = (/obj/structure/closet/secure_closet/brig{id = "Cell 3"; name = "Cell 3 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anN" = (/obj/machinery/light/small{dir = 8},/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/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/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/security/brig)
-"anO" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel/black,/area/security/brig)
-"anP" = (/obj/structure/table/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "briggate"; name = "security shutters"},/obj/machinery/door/window/eastright{name = "Brig Desk"; req_access_txt = "2"},/obj/item/weapon/restraints/handcuffs,/obj/item/device/radio/off,/turf/open/floor/plasteel/black,/area/security/brig)
-"anQ" = (/obj/machinery/flasher{id = "brigentry"; pixel_x = 28},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"anR" = (/obj/structure/closet/secure_closet/brig{id = "Cell 4"; name = "Cell 4 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anS" = (/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)
-"anT" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/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/floorgrime,/area/security/brig)
-"anU" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/courtroom)
-"anV" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/courtroom)
-"anW" = (/obj/machinery/door/airlock/glass{name = "Courtroom"; req_access_txt = "42"},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"anX" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/crew_quarters/courtroom)
-"anY" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"anZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access = null; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"aoa" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aob" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"aoc" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"aod" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"aoe" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 2},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aof" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aog" = (/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoh" = (/obj/structure/bed,/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/obj/item/weapon/bedsheet,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoi" = (/obj/machinery/computer/slot_machine{balance = 15; money = 500},/obj/item/weapon/coin/iron,/obj/item/weapon/coin/diamond,/obj/item/weapon/coin/diamond,/obj/item/weapon/coin/diamond,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoj" = (/obj/structure/chair{dir = 1},/obj/item/toy/sword,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aok" = (/obj/structure/chair{dir = 1},/obj/structure/noticeboard{dir = 8; pixel_x = 27; pixel_y = 0},/obj/item/trash/plate,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aol" = (/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"aom" = (/obj/machinery/mineral/labor_claim_console{machinedir = 1; pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"aon" = (/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/security/processing)
-"aoo" = (/obj/machinery/door/airlock/glass_security{name = "Prisoner Processing"; req_access_txt = "2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing)
-"aop" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/processing)
-"aoq" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/brig)
-"aor" = (/obj/machinery/light,/turf/open/floor/plasteel/red/side,/area/security/brig)
-"aos" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/brig)
-"aot" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/grille,/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "Secure Gate"; name = "brig shutters"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"aou" = (/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/security/brig)
-"aov" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/brig)
-"aow" = (/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"},/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/black,/area/security/brig)
-"aox" = (/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/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/black,/area/security/brig)
-"aoy" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "briggate"; name = "security blast door"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/brig)
-"aoz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_security{id_tag = "outerbrig"; name = "Brig"; req_access_txt = "63"},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"aoA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_security{id_tag = "outerbrig"; name = "Brig"; req_access_txt = "63"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"aoB" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"aoC" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"aoD" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"aoE" = (/obj/structure/disposalpipe/segment,/obj/machinery/power/apc{dir = 8; name = "Courtroom APC"; pixel_x = -24; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/crew_quarters/courtroom)
-"aoF" = (/obj/structure/disposalpipe/segment,/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,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aoG" = (/obj/machinery/light/small{dir = 4},/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aoH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"aoI" = (/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aoJ" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{dir = 8; name = "Fore Port Solar APC"; pixel_x = -25; pixel_y = 3},/obj/machinery/camera{c_tag = "Fore Port Solar Control"; dir = 1},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"aoK" = (/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,/area/maintenance/auxsolarport)
-"aoL" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"aoM" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{icon_state = "manifold"; dir = 8},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoN" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoO" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoP" = (/obj/item/trash/sosjerky,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoQ" = (/obj/item/weapon/electronics/airalarm,/obj/item/weapon/circuitboard/machine/seed_extractor,/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aoR" = (/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/fpmaint2)
-"aoS" = (/obj/item/weapon/cigbutt,/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/fpmaint2)
-"aoT" = (/obj/structure/chair{dir = 8},/obj/machinery/flasher{id = "gulagshuttleflasher"; pixel_x = 25},/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"aoU" = (/obj/machinery/gulag_item_reclaimer{pixel_y = 24},/turf/open/floor/plasteel/warning{dir = 9},/area/security/processing)
-"aoV" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/processing)
-"aoW" = (/obj/structure/cable{d1 = 1; d2 = 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/red/side{dir = 5},/area/security/processing)
-"aoX" = (/obj/machinery/button/door{desc = "A remote control switch for the exit."; id = "laborexit"; name = "exit button"; normaldoorcontrol = 1; pixel_x = 26; pixel_y = -6; req_access_txt = "0"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/processing)
-"aoY" = (/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"aoZ" = (/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/red/corner{dir = 1},/area/hallway/primary/fore)
-"apa" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 32},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"apb" = (/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apc" = (/obj/machinery/light{dir = 1},/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"apd" = (/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"ape" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/crew_quarters/courtroom)
-"apf" = (/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,/area/maintenance/fsmaint)
-"apg" = (/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aph" = (/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"api" = (/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/fsmaint)
-"apj" = (/obj/machinery/door/airlock/engineering{icon_state = "door_closed"; locked = 0; name = "Fore Port Solar Access"; req_access_txt = "10"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/auxsolarport)
-"apk" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/turf/closed/wall/r_wall,/area/maintenance/auxsolarport)
-"apl" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 1},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apm" = (/obj/effect/decal/cleanable/egg_smudge,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apn" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apo" = (/obj/structure/closet/crate,/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"app" = (/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"; travelDir = 90; width = 9},/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 5; id = "laborcamp_home"; name = "fore bay 1"; width = 9},/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"apq" = (/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plating,/area/security/processing)
-"apr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{id_tag = "laborexit"; name = "Labor Shuttle"; req_access = null; req_access_txt = "63"},/turf/open/floor/plasteel,/area/security/processing)
-"aps" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 32},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apt" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apu" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Courtroom"},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"apx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"apy" = (/obj/machinery/light/small,/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"apz" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"apA" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/machinery/camera{c_tag = "Courtroom South"; dir = 1},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"apB" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"apC" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"apD" = (/obj/structure/disposalpipe/segment,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"apE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"apF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fsmaint)
-"apG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/fsmaint)
-"apH" = (/turf/closed/wall/r_wall,/area/maintenance/auxsolarstarboard)
-"apI" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Fore Starboard Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"apJ" = (/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/plating,/area/maintenance/auxsolarstarboard)
-"apK" = (/obj/structure/rack,/obj/item/clothing/mask/gas,/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/device/multitool,/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"apL" = (/obj/machinery/camera{c_tag = "Fore Port Solar Access"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apN" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 6},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apO" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apP" = (/obj/structure/chair,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apQ" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/monkey_recycler,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"apR" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plating/airless,/area/shuttle/labor)
-"apS" = (/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},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/processing)
-"apT" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 10},/area/security/processing)
-"apU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/processing)
-"apV" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/camera{c_tag = "Labor Shuttle Dock South"; dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/processing)
-"apW" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/processing)
-"apX" = (/turf/open/floor/plasteel/red/corner{dir = 8},/area/hallway/primary/fore)
-"apY" = (/obj/machinery/camera{c_tag = "Fore Primary Hallway West"; dir = 1},/turf/open/floor/plasteel/red/corner{dir = 8},/area/hallway/primary/fore)
-"apZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/corner{dir = 8},/area/hallway/primary/fore)
-"aqa" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=EVA"; location = "Security"},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"aqb" = (/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqc" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqd" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqe" = (/obj/machinery/camera{c_tag = "Fore Primary Hallway East"; dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqf" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqg" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqh" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqi" = (/obj/structure/table,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"aqj" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law{pixel_x = -3; pixel_y = 5},/turf/open/floor/plasteel/black,/area/crew_quarters/courtroom)
-"aqk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aql" = (/obj/machinery/light/small{dir = 8},/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating/warnplate{dir = 9},/area/maintenance/fsmaint)
-"aqm" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Air Out"; on = 1},/turf/open/floor/plating/warnplate{dir = 5},/area/maintenance/fsmaint)
-"aqn" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"aqo" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"aqp" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"aqq" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aqr" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aqs" = (/obj/docking_port/stationary/random{id = "pod_asteroid1"; name = "asteroid"},/turf/open/space,/area/space)
-"aqt" = (/obj/docking_port/stationary/random{id = "pod_asteroid2"; name = "asteroid"},/turf/open/space,/area/space)
-"aqu" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aqv" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aqw" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aqx" = (/obj/structure/bed,/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aqy" = (/turf/open/space,/area/space/nearstation)
-"aqz" = (/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
-"aqA" = (/turf/open/floor/plasteel/airless,/area/space/nearstation)
-"aqB" = (/obj/structure/table,/obj/item/weapon/stamp,/obj/item/weapon/poster/legit,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aqC" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aqD" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f5"; dir = 2},/area/shuttle/labor)
-"aqE" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/labor)
-"aqF" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/shuttle/labor)
-"aqG" = (/obj/structure/plasticflaps,/turf/open/floor/plating,/area/security/processing)
-"aqH" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/security/processing)
-"aqI" = (/turf/closed/wall,/area/security/vacantoffice2)
-"aqJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Vacant Office B"; req_access_txt = "32"},/turf/open/floor/plating,/area/security/vacantoffice2)
-"aqK" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aqL" = (/turf/closed/wall,/area/lawoffice)
-"aqM" = (/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/turf/open/floor/plasteel,/area/lawoffice)
-"aqN" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"aqO" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"aqP" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"aqQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/fsmaint)
-"aqR" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/closed/wall,/area/maintenance/fsmaint)
-"aqS" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fsmaint)
-"aqT" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aqU" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aqV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aqW" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{dir = 1; name = "Dormitory Maintenance APC"; pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aqX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aqY" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"aqZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"ara" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics Maintenance"; req_access_txt = "12;24"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arb" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Air In"; on = 1},/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plating/warnplate{dir = 8},/area/maintenance/fsmaint)
-"arc" = (/obj/item/weapon/wrench,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating/warnplate{dir = 4},/area/maintenance/fsmaint)
-"ard" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{dir = 8; name = "Fore Starboard Solar APC"; pixel_x = -25; pixel_y = 3},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"are" = (/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/plating,/area/maintenance/auxsolarstarboard)
-"arf" = (/obj/machinery/camera{c_tag = "Fore Starboard Solars"; dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"arg" = (/turf/closed/wall/r_wall,/area/maintenance/fsmaint2)
-"arh" = (/obj/structure/closet/wardrobe/mixed,/obj/item/clothing/shoes/jackboots,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ari" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"arj" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/shuttle/pod_1)
-"ark" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_1)
-"arl" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/shuttle/pod_1)
-"arm" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/shuttle/pod_2)
-"arn" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_2)
-"aro" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/shuttle/pod_2)
-"arp" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/fpmaint2)
-"arq" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/fpmaint2)
-"arr" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/floorgrime,/area/maintenance/fpmaint2)
-"ars" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"art" = (/obj/structure/grille,/obj/structure/window/fulltile{health = 35},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aru" = (/obj/effect/landmark{name = "carpspawn"},/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
-"arv" = (/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/security/processing)
-"arw" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/security/processing)
-"arx" = (/obj/structure/chair,/turf/open/floor/plating,/area/security/vacantoffice2)
-"ary" = (/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/obj/structure/chair,/turf/open/floor/plating,/area/security/vacantoffice2)
-"arz" = (/turf/open/floor/plasteel,/area/security/vacantoffice2)
-"arA" = (/turf/open/floor/plating,/area/security/vacantoffice2)
-"arB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"arC" = (/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/wood,/area/lawoffice)
-"arD" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/wood,/area/lawoffice)
-"arE" = (/turf/open/floor/wood,/area/lawoffice)
-"arF" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/weapon/storage/briefcase,/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/wood,/area/lawoffice)
-"arG" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"arH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/fsmaint)
-"arI" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arK" = (/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/plating,/area/maintenance/fsmaint)
-"arL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arM" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arN" = (/obj/machinery/power/apc{dir = 2; name = "Dormitory APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/sleep)
-"arO" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-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/fsmaint)
-"arP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/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/fsmaint)
-"arQ" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"arS" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/light/small{dir = 4},/obj/machinery/power/apc{dir = 2; name = "Fitness Room APC"; pixel_x = 0; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"arT" = (/obj/structure/rack{dir = 1},/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 = 10},/area/maintenance/fsmaint)
-"arU" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/warnplate{dir = 6},/area/maintenance/fsmaint)
-"arV" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"arW" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"arX" = (/obj/structure/grille,/obj/effect/landmark{name = "Syndicate Breach Area"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"arY" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"arZ" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{icon_state = "door_closed"; locked = 0; name = "Fore Starboard Solar Access"; req_access_txt = "10"},/turf/open/floor/plating,/area/maintenance/auxsolarstarboard)
-"asb" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/turf/closed/wall/r_wall,/area/maintenance/auxsolarstarboard)
-"asc" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asd" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ase" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asf" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asg" = (/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ash" = (/obj/effect/decal/cleanable/cobweb,/obj/item/weapon/coin/gold,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asi" = (/obj/machinery/computer/slot_machine{balance = 15; money = 500},/obj/item/weapon/coin/iron,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asj" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ask" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/shuttle/pod_1)
-"asl" = (/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"},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_1)
-"asm" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/shuttle/pod_2)
-"asn" = (/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"},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_2)
-"aso" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"asp" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/maintenance/fpmaint2)
-"asq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 5},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"asr" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ass" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 10},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ast" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"asu" = (/obj/machinery/power/apc{dir = 1; name = "Arrivals North Maintenance APC"; pixel_x = -1; pixel_y = 26},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"asv" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"asw" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"asx" = (/turf/open/floor/plating,/area/maintenance/fpmaint)
-"asy" = (/obj/item/weapon/bedsheet/red,/mob/living/simple_animal/bot/secbot/beepsky{name = "Officer Beepsky"},/turf/open/floor/plating,/area/security/processing)
-"asz" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/obj/machinery/cell_charger,/obj/item/weapon/stock_parts/cell/potato{name = "\improper Beepsky's emergency battery"},/turf/open/floor/plating,/area/security/processing)
-"asA" = (/obj/machinery/power/apc{dir = 8; name = "Labor Shuttle Dock APC"; pixel_x = -24},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/security/processing)
-"asB" = (/obj/structure/table/wood,/obj/item/weapon/pen,/turf/open/floor/plating,/area/security/vacantoffice2)
-"asC" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/obj/structure/table/wood,/obj/item/device/flashlight/lamp,/turf/open/floor/plating,/area/security/vacantoffice2)
-"asD" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/security/vacantoffice2)
-"asE" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/requests_console{department = "Law office"; pixel_x = -32; pixel_y = 0},/obj/structure/closet/lawcloset,/turf/open/floor/wood,/area/lawoffice)
-"asF" = (/obj/structure/table/wood,/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/wood,/area/lawoffice)
-"asG" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/wood,/area/lawoffice)
-"asH" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "lawyer_blast"; name = "privacy door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/lawoffice)
-"asI" = (/turf/closed/wall,/area/crew_quarters/sleep)
-"asJ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"asK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/fsmaint)
-"asL" = (/turf/closed/wall,/area/crew_quarters/fitness)
-"asM" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/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/fsmaint)
-"asN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/crew_quarters/fitness)
-"asO" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"asP" = (/turf/open/floor/engine{name = "Holodeck Projector Floor"},/area/holodeck/rec_center)
-"asQ" = (/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},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asR" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance{lootcount = 8; name = "8maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asS" = (/obj/machinery/power/apc{dir = 1; name = "Bar Maintenance APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asT" = (/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/maintenance/fsmaint2)
-"asU" = (/obj/machinery/light/small{dir = 1},/obj/machinery/camera{c_tag = "Fore Starboard Solar Access"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asV" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asW" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asX" = (/obj/structure/table,/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asY" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"asZ" = (/obj/item/weapon/coin/gold,/obj/item/weapon/coin/iron,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ata" = (/obj/structure/closet,/obj/item/weapon/coin/iron,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atb" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atc" = (/turf/closed/wall/r_wall,/area/hallway/secondary/entry)
-"atd" = (/obj/structure/chair{dir = 1},/obj/item/device/radio/intercom{pixel_x = 25},/obj/item/weapon/storage/pod{pixel_x = -26},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_1)
-"ate" = (/obj/structure/chair{dir = 1},/obj/item/device/radio/intercom{pixel_x = 25},/obj/item/weapon/storage/pod{pixel_x = -26},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_2)
-"atf" = (/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},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"atg" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 5},/turf/closed/wall,/area/maintenance/fpmaint2)
-"ath" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/closed/wall,/area/maintenance/fpmaint2)
-"ati" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"atj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"atk" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"atl" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"atm" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/fpmaint2)
-"atn" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ato" = (/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/maintenance/fpmaint2)
-"atp" = (/obj/machinery/monkey_recycler,/obj/item/weapon/reagent_containers/food/snacks/monkeycube,/obj/item/weapon/reagent_containers/food/snacks/monkeycube,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"atq" = (/turf/closed/wall,/area/maintenance/fpmaint)
-"atr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ats" = (/obj/structure/rack,/turf/open/floor/plasteel,/area/security/vacantoffice2)
-"att" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/security/vacantoffice2)
-"atu" = (/obj/structure/table/wood,/turf/open/floor/plating,/area/security/vacantoffice2)
-"atv" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plating,/area/security/vacantoffice2)
-"atw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/lawoffice)
-"atx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/filingcabinet/employment,/turf/open/floor/wood,/area/lawoffice)
-"aty" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/lawoffice)
-"atz" = (/obj/structure/table/wood,/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/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/lawoffice)
-"atA" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start{name = "Lawyer"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/wood,/area/lawoffice)
-"atB" = (/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"atC" = (/obj/structure/table,/obj/machinery/light/small{dir = 8},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"atD" = (/obj/structure/closet/secure_closet/personal,/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"atE" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/button/door{id = "Dorm4"; name = "Dorm Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; pixel_y = 0; req_access_txt = "0"; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"atF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/sleep)
-"atG" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 9},/area/crew_quarters/sleep)
-"atH" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 5},/area/crew_quarters/sleep)
-"atI" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/wood,/area/crew_quarters/sleep)
-"atJ" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/wood,/area/crew_quarters/sleep)
-"atK" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/closet/secure_closet/personal/cabinet,/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"atL" = (/obj/structure/dresser,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"atM" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"atN" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/neutral/side{dir = 9},/area/crew_quarters/fitness)
-"atO" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/bin,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/fitness)
-"atP" = (/obj/structure/closet/athletic_mixed,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/fitness)
-"atQ" = (/obj/structure/closet/boxinggloves,/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/item/clothing/shoes/jackboots,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/fitness)
-"atR" = (/obj/machinery/camera{c_tag = "Fitness Room"},/obj/structure/closet/masks,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/fitness)
-"atS" = (/obj/structure/closet/lasertag/blue,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/fitness)
-"atT" = (/obj/structure/closet/lasertag/red,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/neutral/side{dir = 5},/area/crew_quarters/fitness)
-"atU" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atW" = (/obj/structure/door_assembly/door_assembly_mai,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atX" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atY" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"atZ" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/snacks/donut,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aua" = (/turf/closed/wall,/area/maintenance/electrical)
-"aub" = (/turf/closed/wall,/area/space/nearstation)
-"auc" = (/turf/closed/wall,/area/hallway/secondary/entry)
-"aud" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/shuttle{icon_state = "swall_f5"; dir = 2},/area/shuttle/pod_1)
-"aue" = (/obj/machinery/door/airlock/shuttle{name = "Escape Pod Airlock"},/obj/docking_port/mobile/pod{id = "pod1"; name = "escape pod 1"},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_1)
-"auf" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/shuttle/pod_1)
-"aug" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/shuttle{icon_state = "swall_f5"; dir = 2},/area/shuttle/pod_2)
-"auh" = (/obj/machinery/door/airlock/shuttle{name = "Escape Pod Airlock"},/obj/docking_port/mobile/pod{id = "pod2"; name = "escape pod 2"},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_2)
-"aui" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/shuttle/pod_2)
-"auj" = (/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/maintenance/fpmaint2)
-"auk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aul" = (/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/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aum" = (/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},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aun" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/fpmaint2)
-"auo" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aup" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"auq" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aur" = (/obj/structure/chair/stool,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aus" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aut" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"auu" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"auv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/vacantoffice2)
-"auw" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plating,/area/security/vacantoffice2)
-"aux" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"auy" = (/obj/machinery/door/airlock/maintenance{name = "Law Office Maintenance"; req_access_txt = "38"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/lawoffice)
-"auz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/wood,/area/lawoffice)
-"auA" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start{name = "Lawyer"},/turf/open/floor/wood,/area/lawoffice)
-"auB" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"auC" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"auD" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"auE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"auF" = (/obj/machinery/door/airlock{id_tag = "Dorm4"; name = "Dorm 4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"auG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"auH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/sleep)
-"auI" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"auJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"auK" = (/obj/structure/bed,/obj/item/weapon/bedsheet/red,/obj/machinery/button/door{id = "Dorm5"; name = "Cabin Bolt Control"; normaldoorcontrol = 1; pixel_x = 0; pixel_y = -25; req_access_txt = "0"; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/wood,/area/crew_quarters/sleep)
-"auL" = (/turf/open/floor/wood,/area/crew_quarters/sleep)
-"auM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"auN" = (/obj/structure/bed,/obj/item/weapon/bedsheet/red,/obj/machinery/button/door{id = "Dorm6"; name = "Cabin Bolt Control"; normaldoorcontrol = 1; pixel_x = 0; pixel_y = -25; req_access_txt = "0"; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/wood,/area/crew_quarters/sleep)
-"auO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/fitness)
-"auP" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"auQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"auR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"auS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/crew_quarters/fitness)
-"auT" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/crew_quarters/fitness)
-"auU" = (/obj/structure/table,/obj/item/weapon/shard,/obj/item/weapon/shard{icon_state = "medium"},/obj/item/weapon/shard{icon_state = "small"},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"auV" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"auW" = (/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/fsmaint2)
-"auX" = (/obj/machinery/button/door{id = "maint3"; name = "Blast Door Control C"; pixel_x = 0; pixel_y = 24; req_access_txt = "0"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"auY" = (/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"auZ" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ava" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"avb" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"avc" = (/obj/item/stack/rods{amount = 50},/obj/structure/rack,/obj/item/stack/cable_coil{pixel_x = -3; pixel_y = 3},/obj/item/stack/cable_coil{amount = 5},/obj/item/stack/sheet/mineral/plasma{amount = 10; layer = 2.9},/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"avd" = (/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating,/area/maintenance/electrical)
-"ave" = (/obj/machinery/mech_bay_recharge_port,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/electrical)
-"avf" = (/turf/open/floor/mech_bay_recharge_floor,/area/maintenance/electrical)
-"avg" = (/obj/machinery/computer/mech_bay_power_console,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/bluegrid,/area/maintenance/electrical)
-"avh" = (/obj/machinery/door/airlock/external{name = "Escape Pod One"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"avi" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avl" = (/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/plating,/area/maintenance/fpmaint2)
-"avm" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avn" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avo" = (/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/plating,/area/maintenance/fpmaint2)
-"avp" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fpmaint2)
-"avq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fpmaint2)
-"avr" = (/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/maintenance/fpmaint2)
-"avs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/fpmaint2)
-"avt" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/space/nearstation)
-"avu" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/space/nearstation)
-"avv" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avw" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avx" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avy" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"avz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"avA" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light,/turf/open/floor/plating,/area/security/vacantoffice2)
-"avB" = (/obj/machinery/camera{c_tag = "Vacant Office B"; dir = 1},/obj/structure/table/wood,/turf/open/floor/plasteel,/area/security/vacantoffice2)
-"avC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/security/vacantoffice2)
-"avD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/lawoffice)
-"avE" = (/obj/structure/table/wood,/obj/item/device/taperecorder{pixel_y = 0},/obj/item/weapon/cartridge/lawyer,/turf/open/floor/wood,/area/lawoffice)
-"avF" = (/obj/structure/table/wood,/obj/machinery/camera{c_tag = "Law Office"; dir = 1; network = list("SS13")},/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/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_x = 0; pixel_y = -27},/turf/open/floor/wood,/area/lawoffice)
-"avG" = (/obj/machinery/photocopier,/obj/machinery/button/door{id = "lawyer_blast"; name = "Privacy Shutters"; pixel_x = 25; pixel_y = 8},/turf/open/floor/wood,/area/lawoffice)
-"avH" = (/obj/machinery/power/apc{dir = 8; name = "Fore Primary Hallway APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/camera{c_tag = "Fore Primary Hallway"; dir = 4; network = list("SS13")},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"avI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"avJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/sleep)
-"avK" = (/obj/machinery/door/airlock{id_tag = "Dorm5"; name = "Cabin 1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"avL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/sleep)
-"avM" = (/obj/machinery/door/airlock{id_tag = "Dorm6"; name = "Cabin 2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/sleep)
-"avN" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/fitness)
-"avO" = (/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,/area/crew_quarters/fitness)
-"avP" = (/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)
-"avQ" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"avR" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"avS" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avT" = (/turf/open/floor/plasteel/red/side{dir = 4},/area/crew_quarters/fitness)
-"avU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Holodeck Door"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avW" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avX" = (/obj/machinery/camera{c_tag = "Holodeck"},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avY" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"avZ" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"awa" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"awb" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"awc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"awd" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"awe" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"awf" = (/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"awg" = (/turf/open/floor/plating,/area/maintenance/electrical)
-"awh" = (/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/floorgrime,/area/maintenance/electrical)
-"awi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"awj" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"awk" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Arrivals Escape Pod 1"; dir = 1},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"awl" = (/turf/open/floor/plating,/area/hallway/secondary/entry)
-"awm" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"awn" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Arrivals Escape Pod 2"; dir = 1},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"awo" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awq" = (/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/maintenance/fpmaint2)
-"awr" = (/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/fpmaint2)
-"aws" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/fpmaint2)
-"awt" = (/obj/structure/mirror{icon_state = "mirror_broke"; pixel_y = 28; shattered = 1},/obj/machinery/iv_drip,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awu" = (/obj/structure/frame/computer,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awv" = (/obj/structure/mirror{icon_state = "mirror_broke"; pixel_y = 28; shattered = 1},/obj/item/weapon/shard{icon_state = "medium"},/obj/item/weapon/circuitboard/computer/operating,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aww" = (/obj/effect/decal/cleanable/cobweb2,/obj/structure/chair,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awy" = (/obj/item/weapon/airlock_painter,/obj/structure/lattice,/obj/structure/closet,/turf/open/space,/area/space/nearstation)
-"awz" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"awA" = (/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"awB" = (/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/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"awC" = (/obj/machinery/door/airlock/maintenance{name = "Chemical Storage"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"awD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/vacantoffice2)
-"awE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/vacantoffice2)
-"awF" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/power/apc{dir = 8; name = "Vacant Office B APC"; pixel_x = -24; pixel_y = 0},/turf/open/floor/plating,/area/security/vacantoffice2)
-"awG" = (/obj/machinery/power/apc{dir = 1; name = "Law Office APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/lawoffice)
-"awH" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"awI" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"awJ" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/airalarm{pixel_y = 23},/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/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"awK" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"awL" = (/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/sleep)
-"awM" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awN" = (/obj/machinery/requests_console{department = "Crew Quarters"; pixel_y = 30},/obj/machinery/camera{c_tag = "Dormitory North"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awO" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awR" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awS" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/sleep)
-"awT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 5},/area/crew_quarters/sleep)
-"awU" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"awV" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/fitness)
-"awW" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"awX" = (/turf/open/floor/plasteel/vault{dir = 5},/area/crew_quarters/fitness)
-"awY" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"awZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axa" = (/obj/machinery/computer/holodeck,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axb" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axc" = (/obj/machinery/door/poddoor/preopen{id = "maint3"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"axd" = (/obj/machinery/door/poddoor/preopen{id = "maint3"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"axe" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/turf/closed/wall,/area/maintenance/electrical)
-"axf" = (/obj/machinery/power/apc{dir = 1; name = "Electrical Maintenance APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/electrical)
-"axg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/electrical)
-"axh" = (/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,/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"axi" = (/obj/structure/sign/pods,/turf/closed/wall,/area/hallway/secondary/entry)
-"axj" = (/obj/machinery/door/airlock/external{name = "Escape Pod Two"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"axk" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axm" = (/obj/item/weapon/wrench,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axn" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/item/weapon/surgical_drapes,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axo" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/space/nearstation)
-"axp" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axq" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axr" = (/obj/machinery/light/small{dir = 4},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"axs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/fpmaint2)
-"axt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fpmaint2)
-"axu" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fpmaint)
-"axw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axx" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fpmaint)
-"axy" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axz" = (/obj/machinery/power/apc{dir = 1; name = "EVA Maintenance APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axA" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axB" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axD" = (/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/plating,/area/maintenance/fpmaint)
-"axE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axF" = (/obj/effect/landmark{name = "blobstart"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axH" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"axI" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"axJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"axK" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"axL" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint)
-"axM" = (/obj/machinery/door/airlock{id_tag = "Dorm3"; name = "Dorm 3"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axN" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axP" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start{name = "Assistant"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axQ" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/weapon/storage/pill_bottle/dice,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axR" = (/obj/structure/table/wood,/obj/item/weapon/storage/firstaid/regular,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axS" = (/obj/structure/table/wood,/obj/item/weapon/coin/silver,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axT" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"axW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Fitness"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axX" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axY" = (/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,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axZ" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/vault{dir = 5},/area/crew_quarters/fitness)
-"aya" = (/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/green/side{dir = 4},/area/crew_quarters/fitness)
-"ayb" = (/obj/structure/table,/obj/item/weapon/paper{desc = ""; info = "Brusies sustained in the holodeck can be healed simply by sleeping."; name = "Holodeck Disclaimer"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"ayc" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayd" = (/obj/effect/decal/cleanable/cobweb2,/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aye" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayf" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayg" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayh" = (/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/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayi" = (/obj/structure/janitorialcart,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayj" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayk" = (/obj/structure/table/glass,/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayl" = (/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/maintenance/fsmaint2)
-"aym" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"ayn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "Electrical Maintenance"; req_access_txt = "11"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"ayo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"ayp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"ayq" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/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/electrical)
-"ayr" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plating,/area/maintenance/electrical)
-"ays" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/electrical)
-"ayt" = (/obj/structure/table,/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/item/device/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/electrical)
-"ayu" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"ayv" = (/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/secondary/entry)
-"ayw" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"ayx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/secondary/entry)
-"ayy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayz" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayB" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayC" = (/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayD" = (/turf/open/floor/plasteel/arrival{dir = 5},/area/hallway/secondary/entry)
-"ayE" = (/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/fpmaint2)
-"ayF" = (/obj/machinery/sleeper{dir = 4; icon_state = "sleeper-open"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayG" = (/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayH" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayI" = (/obj/structure/table/glass,/obj/item/weapon/storage/bag/trash,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall,/area/maintenance/fpmaint2)
-"ayK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayL" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayN" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"ayO" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayQ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayS" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayT" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = -32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayU" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayW" = (/obj/structure/disposalpipe/segment{dir = 4},/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"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayX" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayY" = (/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/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"ayZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aza" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"azb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/storage/eva)
-"azc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/fore)
-"azd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"aze" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"azf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fsmaint)
-"azg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/fsmaint)
-"azh" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azi" = (/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azj" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azk" = (/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azl" = (/obj/structure/table/wood,/obj/item/device/paicard,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azm" = (/obj/structure/table/wood,/obj/item/toy/cards/deck{pixel_x = 2},/obj/item/clothing/mask/balaclava{pixel_x = -8; pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azn" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azo" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azp" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"azq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Fitness"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azs" = (/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/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azt" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"azu" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"azv" = (/obj/machinery/door/window/eastright{base_state = "left"; icon_state = "left"; name = "Fitness Ring"},/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"azw" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/crew_quarters/fitness)
-"azx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azz" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azA" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"azB" = (/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/plating,/area/maintenance/fsmaint2)
-"azC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"azD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"azE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"azF" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/electrical)
-"azG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/electrical)
-"azH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"azI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plating,/area/maintenance/electrical)
-"azJ" = (/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/plating,/area/maintenance/electrical)
-"azK" = (/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"azL" = (/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"azM" = (/turf/open/floor/plasteel/warning/corner{dir = 1},/area/hallway/secondary/entry)
-"azN" = (/turf/open/floor/plasteel/warning/corner{dir = 2},/area/hallway/secondary/entry)
-"azO" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"azP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/warning/corner{dir = 1},/area/hallway/secondary/entry)
-"azQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"azR" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"azS" = (/obj/structure/closet/wardrobe/white,/obj/item/clothing/shoes/jackboots,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"azT" = (/obj/structure/table/glass,/obj/item/weapon/hemostat,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"azU" = (/obj/structure/table/glass,/obj/item/weapon/restraints/handcuffs/cable/zipties,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"azV" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"azW" = (/obj/structure/cable{d1 = 4; d2 = 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/fpmaint2)
-"azX" = (/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/fpmaint2)
-"azY" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"azZ" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aAa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aAb" = (/turf/closed/wall/r_wall,/area/maintenance/fpmaint2)
-"aAc" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAd" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAe" = (/obj/structure/grille,/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,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAf" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAg" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAh" = (/turf/closed/wall/r_wall,/area/maintenance/fpmaint)
-"aAi" = (/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,/area/maintenance/fpmaint)
-"aAj" = (/turf/closed/wall/r_wall,/area/gateway)
-"aAk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aAm" = (/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aAn" = (/obj/structure/closet/crate/rcd,/obj/machinery/camera/motion{c_tag = "EVA Motion Sensor"; name = "motion-sensitive security camera"},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aAo" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/machinery/light{dir = 1},/obj/item/weapon/hand_labeler,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/device/flashlight,/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aAp" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/item/clothing/head/welding,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAq" = (/obj/machinery/power/apc{dir = 1; name = "EVA Storage APC"; pixel_x = 0; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAr" = (/obj/machinery/airalarm{pixel_y = 23},/obj/item/device/radio/off,/obj/item/device/assembly/timer,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAs" = (/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,/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aAt" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/weapon/screwdriver{pixel_y = 16},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aAu" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/sign/securearea{pixel_y = 32},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aAv" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/device/multitool,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAw" = (/obj/machinery/light{dir = 1},/obj/structure/table,/obj/item/device/assembly/signaler,/obj/item/device/assembly/signaler,/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAx" = (/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAy" = (/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,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAz" = (/turf/closed/wall,/area/ai_monitored/storage/eva)
-"aAA" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/fore)
-"aAB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aAC" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/airalarm{pixel_y = 23},/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/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"aAD" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"aAE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"aAF" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel/neutral/corner{dir = 2},/area/crew_quarters/sleep)
-"aAG" = (/obj/machinery/light,/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/sleep)
-"aAH" = (/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/sleep)
-"aAI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/neutral/side{dir = 6},/area/crew_quarters/sleep)
-"aAJ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/neutral/side{dir = 10},/area/crew_quarters/fitness)
-"aAK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/corner{dir = 8},/area/crew_quarters/fitness)
-"aAL" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aAM" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aAN" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aAO" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aAP" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aAQ" = (/obj/machinery/camera{c_tag = "Fitness Room South"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/green/side{dir = 4},/area/crew_quarters/fitness)
-"aAR" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/crew_quarters/fitness)
-"aAS" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"aAT" = (/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aAU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aAV" = (/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"aAW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/electrical)
-"aAX" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/electrical)
-"aAY" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/electrical)
-"aAZ" = (/obj/machinery/light_switch{pixel_y = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"aBa" = (/obj/machinery/power/terminal,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/electrical)
-"aBb" = (/obj/machinery/door/airlock/external{name = "Port Docking Bay 1"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aBc" = (/turf/open/floor/plasteel/warning{dir = 8},/area/hallway/secondary/entry)
-"aBd" = (/turf/open/floor/plasteel/warning{dir = 4},/area/hallway/secondary/entry)
-"aBe" = (/turf/open/floor/plasteel/warning{dir = 10},/area/hallway/secondary/entry)
-"aBf" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"aBg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aBh" = (/turf/closed/wall,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aBi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aBj" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aBk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/maintenance/fpmaint2)
-"aBl" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space,/area/space)
-"aBm" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/space,/area/space)
-"aBn" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/black,/area/gateway)
-"aBo" = (/obj/machinery/gateway{dir = 9},/turf/open/floor/plasteel/vault{dir = 1},/area/gateway)
-"aBp" = (/obj/machinery/gateway{dir = 1},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aBq" = (/obj/machinery/gateway{dir = 5},/turf/open/floor/plasteel/vault{dir = 4},/area/gateway)
-"aBr" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/gateway)
-"aBs" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aBt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "EVA Maintenance"; req_access_txt = "18"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBv" = (/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/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_command{name = "EVA Storage"; req_access_txt = "18"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBA" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBB" = (/obj/structure/table,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aBC" = (/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/fore)
-"aBD" = (/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aBE" = (/obj/machinery/door/airlock{id_tag = "Dorm2"; name = "Dorm 2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"aBF" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel/neutral/corner{dir = 2},/area/crew_quarters/sleep)
-"aBG" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/sleep)
-"aBH" = (/obj/machinery/light_switch{pixel_y = -25},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/sleep)
-"aBI" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/sleep)
-"aBJ" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/sleep)
-"aBK" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/neutral/side{dir = 6},/area/crew_quarters/sleep)
-"aBL" = (/turf/closed/wall,/area/crew_quarters/toilet)
-"aBM" = (/obj/machinery/door/airlock{name = "Unisex Showers"; req_access_txt = "0"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aBN" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/neutral/side{dir = 10},/area/crew_quarters/fitness)
-"aBO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/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,/area/crew_quarters/fitness)
-"aBP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/fitness)
-"aBQ" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/fitness)
-"aBR" = (/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/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/fitness)
-"aBS" = (/obj/structure/reagent_dispensers/water_cooler,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 6},/area/crew_quarters/fitness)
-"aBT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aBU" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aBV" = (/obj/structure/closet,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aBW" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aBX" = (/obj/machinery/door/poddoor/preopen{id = "maint2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aBY" = (/obj/machinery/door/poddoor/preopen{id = "maint2"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aBZ" = (/obj/structure/closet,/obj/effect/landmark{name = "blobstart"},/obj/effect/spawner/lootdrop/maintenance,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aCa" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aCb" = (/obj/machinery/power/smes{charge = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/electrical)
-"aCc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/closed/wall,/area/maintenance/electrical)
-"aCd" = (/obj/machinery/computer/monitor{name = "backup power monitoring console"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/electrical)
-"aCe" = (/obj/machinery/power/smes{charge = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/electrical)
-"aCf" = (/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/r_wall,/area/hallway/secondary/entry)
-"aCg" = (/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},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aCh" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 10},/area/hallway/secondary/entry)
-"aCi" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"aCj" = (/obj/machinery/camera{c_tag = "Arrivals Bay 1 North"; dir = 1},/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"aCk" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/warning{dir = 6},/area/hallway/secondary/entry)
-"aCl" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/warning{dir = 8},/area/hallway/secondary/entry)
-"aCm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aCn" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/power/apc{dir = 2; name = "Security Checkpoint APC"; pixel_x = 1; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/security/checkpoint2)
-"aCo" = (/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/maintenance/fpmaint2)
-"aCp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aCq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aCr" = (/obj/machinery/power/apc{dir = 4; name = "Garden APC"; pixel_x = 27; pixel_y = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCs" = (/obj/machinery/hydroponics/soil,/turf/open/floor/grass,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCt" = (/obj/machinery/light{dir = 1},/obj/structure/sink{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCv" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCw" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCx" = (/obj/structure/sink{pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aCy" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aCz" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aCA" = (/obj/machinery/power/apc{dir = 2; name = "Primary Tool Storage APC"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/primary)
-"aCB" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fpmaint2)
-"aCC" = (/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aCD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aCE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aCF" = (/turf/open/floor/plasteel/black,/area/gateway)
-"aCG" = (/obj/machinery/gateway{dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aCH" = (/obj/machinery/gateway/centerstation,/turf/open/floor/plasteel/black,/area/gateway)
-"aCI" = (/obj/machinery/gateway{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aCJ" = (/obj/machinery/power/apc{dir = 8; name = "Gateway APC"; pixel_x = -24; pixel_y = -1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/gateway)
-"aCK" = (/obj/machinery/camera{c_tag = "EVA Maintenance"; dir = 8; network = list("SS13")},/obj/machinery/light/small{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aCL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aCM" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/item/weapon/tank/jetpack/carbondioxide,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 9},/area/ai_monitored/storage/eva)
-"aCN" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/weapon/tank/jetpack/carbondioxide,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 1},/area/ai_monitored/storage/eva)
-"aCO" = (/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,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aCP" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aCQ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aCR" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/clothing/shoes/magboots,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 1},/area/ai_monitored/storage/eva)
-"aCS" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/clothing/shoes/magboots,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 5},/area/ai_monitored/storage/eva)
-"aCT" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aCU" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aCV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aCW" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aCX" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"aCY" = (/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aCZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDa" = (/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDb" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/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)
-"aDc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/fsmaint2)
-"aDd" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aDe" = (/obj/item/clothing/under/rank/mailman,/obj/item/clothing/head/mailman,/obj/structure/closet,/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aDf" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aDg" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/warning{dir = 8},/area/hallway/secondary/entry)
-"aDh" = (/turf/closed/wall,/area/security/checkpoint2)
-"aDi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/checkpoint2)
-"aDj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/checkpoint2)
-"aDk" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "1"},/turf/open/floor/plating,/area/security/checkpoint2)
-"aDl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aDm" = (/obj/effect/landmark/start{name = "Assistant"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aDn" = (/obj/item/seeds/apple,/obj/item/seeds/banana,/obj/item/seeds/cocoapod,/obj/item/seeds/grape,/obj/item/seeds/orange,/obj/item/seeds/sugarcane,/obj/item/seeds/wheat,/obj/item/seeds/watermelon,/obj/structure/table/glass,/obj/item/seeds/tower,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aDo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aDp" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aDq" = (/obj/machinery/door/airlock/maintenance{name = "Garden Maintenance"; 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/fpmaint2)
-"aDr" = (/turf/closed/wall,/area/storage/primary)
-"aDs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/storage/primary)
-"aDt" = (/turf/closed/wall/r_wall,/area/storage/primary)
-"aDu" = (/obj/structure/closet/secure_closet/freezer/money,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/nuke_storage)
-"aDv" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aDw" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/light{dir = 1},/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aDx" = (/obj/machinery/power/apc{dir = 1; name = "Vault APC"; pixel_x = 0; pixel_y = 25},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aDy" = (/obj/structure/filingcabinet,/obj/item/weapon/folder/documents,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/nuke_storage)
-"aDz" = (/obj/machinery/gateway{dir = 10},/turf/open/floor/plasteel/vault{dir = 4},/area/gateway)
-"aDA" = (/obj/machinery/gateway,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aDB" = (/obj/machinery/gateway{dir = 6},/turf/open/floor/plasteel/vault{dir = 1},/area/gateway)
-"aDC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aDD" = (/obj/machinery/requests_console{department = "EVA"; pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/warning{dir = 8},/area/ai_monitored/storage/eva)
-"aDE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDF" = (/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/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDH" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/item/weapon/pen{desc = "Writes upside down!"; name = "astronaut pen"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDI" = (/turf/open/floor/plasteel/warning{dir = 4},/area/ai_monitored/storage/eva)
-"aDJ" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aDK" = (/obj/machinery/camera{c_tag = "EVA East"; dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDL" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/airalarm{pixel_y = 23},/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/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet,/area/crew_quarters/sleep)
-"aDM" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDO" = (/obj/structure/urinal{pixel_y = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDP" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/obj/item/weapon/bikehorn/rubberducky,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDQ" = (/obj/structure/table/wood,/obj/machinery/requests_console{department = "Theatre"; departmentType = 0; name = "theatre RC"; pixel_x = -32; pixel_y = 0},/obj/item/weapon/reagent_containers/food/snacks/baguette,/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aDR" = (/obj/machinery/camera{c_tag = "Theatre Storage"},/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aDS" = (/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aDT" = (/turf/closed/wall,/area/crew_quarters/theatre)
-"aDU" = (/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)
-"aDV" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"aDW" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"aDX" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"aDY" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aDZ" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEa" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEb" = (/obj/structure/grille/broken,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/window{icon_state = "window"; dir = 4},/obj/structure/window,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/fsmaint2)
-"aEc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/fsmaint2)
-"aEd" = (/obj/machinery/door/poddoor/preopen{id = "maint1"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEe" = (/obj/machinery/door/poddoor/preopen{id = "maint1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fsmaint2)
-"aEg" = (/obj/structure/girder,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEh" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEi" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEl" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEm" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEn" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEo" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aEp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aEq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aEr" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aEs" = (/turf/closed/wall,/area/chapel/main)
-"aEt" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/shuttle/arrival)
-"aEu" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/arrival)
-"aEv" = (/obj/machinery/door/airlock/shuttle{name = "Arrivals Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/arrival)
-"aEw" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/arrival)
-"aEx" = (/turf/closed/wall/shuttle{icon_state = "swall14"; dir = 2},/area/shuttle/arrival)
-"aEy" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/shuttle/arrival)
-"aEz" = (/obj/machinery/camera{c_tag = "Arrivals North"; dir = 8; network = list("SS13")},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aEA" = (/obj/structure/closet/secure_closet/security,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/checkpoint2)
-"aEB" = (/obj/structure/closet/wardrobe/red,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint2)
-"aEC" = (/obj/machinery/computer/security,/obj/structure/reagent_dispensers/peppertank{pixel_x = 0; pixel_y = 30},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint2)
-"aED" = (/obj/machinery/computer/card,/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint2)
-"aEE" = (/obj/machinery/computer/secure_data,/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint2)
-"aEF" = (/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint2)
-"aEG" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aEH" = (/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aEI" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aEJ" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/storage/primary)
-"aEK" = (/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,/area/storage/primary)
-"aEL" = (/obj/structure/table,/obj/item/weapon/wirecutters,/obj/item/device/flashlight{pixel_x = 1; pixel_y = 5},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/storage/primary)
-"aEM" = (/obj/structure/table,/obj/item/device/t_scanner,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/storage/primary)
-"aEN" = (/obj/structure/table,/obj/item/device/assembly/igniter{pixel_x = -8; pixel_y = -4},/obj/item/device/assembly/igniter,/obj/item/weapon/screwdriver{pixel_y = 16},/obj/machinery/camera{c_tag = "Primary Tool Storage"},/obj/machinery/requests_console{department = "Tool Storage"; departmentType = 0; pixel_y = 30},/turf/open/floor/plasteel,/area/storage/primary)
-"aEO" = (/obj/structure/table,/obj/item/device/assembly/signaler,/obj/item/device/assembly/signaler,/obj/item/device/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/obj/item/device/multitool,/obj/item/device/multitool{pixel_x = 4},/turf/open/floor/plasteel,/area/storage/primary)
-"aEP" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light_switch{pixel_y = 28},/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/storage/primary)
-"aEQ" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/primary)
-"aER" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/primary)
-"aES" = (/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/storage/primary)
-"aET" = (/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)
-"aEU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aEV" = (/obj/machinery/nuclearbomb/selfdestruct{layer = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/nuke_storage)
-"aEW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aEX" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/vault{dir = 4},/area/ai_monitored/nuke_storage)
-"aEY" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/black,/area/gateway)
-"aEZ" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/gateway)
-"aFa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/window{name = "Gateway Chamber"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/black,/area/gateway)
-"aFb" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/gateway)
-"aFc" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/gateway)
-"aFd" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aFe" = (/obj/machinery/suit_storage_unit/standard_unit,/turf/open/floor/plasteel/warning{dir = 10},/area/ai_monitored/storage/eva)
-"aFf" = (/obj/machinery/suit_storage_unit/standard_unit,/turf/open/floor/plasteel/warning{dir = 2},/area/ai_monitored/storage/eva)
-"aFg" = (/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,/area/ai_monitored/storage/eva)
-"aFh" = (/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,/area/ai_monitored/storage/eva)
-"aFi" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/machinery/light,/obj/machinery/camera{c_tag = "EVA Storage"; dir = 1},/turf/open/floor/plasteel/warning{dir = 2},/area/ai_monitored/storage/eva)
-"aFj" = (/obj/machinery/suit_storage_unit/standard_unit,/turf/open/floor/plasteel/warning{dir = 6},/area/ai_monitored/storage/eva)
-"aFk" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aFl" = (/obj/machinery/door/airlock/command{name = "Command Tool Storage"; req_access = null; req_access_txt = "19"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aFm" = (/obj/machinery/door/airlock/command{name = "Command Tool Storage"; req_access = null; req_access_txt = "19"},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aFn" = (/obj/machinery/door/airlock{id_tag = "Dorm1"; name = "Dorm 1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/sleep)
-"aFo" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/sleep)
-"aFp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet)
-"aFq" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFr" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFt" = (/obj/machinery/door/airlock{name = "Unisex Showers"; req_access_txt = "0"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFu" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFv" = (/obj/machinery/light/small,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFw" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFx" = (/obj/structure/table/wood,/obj/structure/mirror{pixel_x = -28},/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/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aFy" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Mime"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aFz" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aFA" = (/obj/machinery/door/airlock/maintenance{name = "Theatre Maintenance"; req_access_txt = "46"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/theatre)
-"aFB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j1s"; sortType = 18},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFC" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFF" = (/obj/effect/decal/cleanable/cobweb2,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFG" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFI" = (/obj/structure/cable{d1 = 4; d2 = 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/fsmaint2)
-"aFJ" = (/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/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/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/fsmaint2)
-"aFM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFN" = (/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/fsmaint2)
-"aFO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/power/apc{dir = 2; name = "Chapel APC"; pixel_x = 0; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/chapel/main)
-"aFP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Chapel Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aFQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aFR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aFS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aFT" = (/obj/machinery/door/window{dir = 8; name = "Mass Driver"; req_access_txt = "22"},/obj/machinery/mass_driver{dir = 4; id = "chapelgun"; name = "Holy Driver"},/turf/open/floor/plating/warnplate{dir = 8},/area/chapel/main)
-"aFU" = (/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/landmark/event_spawn,/turf/open/floor/plating/warnplate{dir = 4},/area/chapel/main)
-"aFV" = (/obj/machinery/door/poddoor{id = "chapelgun"; name = "Chapel Launcher Door"},/turf/open/floor/plating,/area/chapel/main)
-"aFW" = (/turf/closed/wall/shuttle{icon_state = "swall11"; dir = 2},/area/shuttle/arrival)
-"aFX" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aFY" = (/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aFZ" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aGa" = (/obj/structure/closet/wardrobe/green,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aGb" = (/obj/structure/closet/wardrobe/black,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aGc" = (/obj/structure/closet/wardrobe/mixed,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aGd" = (/obj/structure/closet/wardrobe/grey,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aGe" = (/obj/machinery/requests_console{department = "Arrival shuttle"; pixel_y = 30},/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aGf" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/shuttle/arrival)
-"aGg" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_r"; dir = 8},/turf/open/floor/plasteel/black,/area/shuttle/arrival)
-"aGh" = (/obj/machinery/power/apc{dir = 4; name = "Entry Hall APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable,/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aGi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint2)
-"aGj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/checkpoint2)
-"aGk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/security/checkpoint2)
-"aGl" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint2)
-"aGm" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/checkpoint2)
-"aGn" = (/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint2)
-"aGo" = (/obj/structure/table/glass,/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/watermelon,/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/orange,/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,/obj/item/weapon/reagent_containers/food/snacks/grown/cocoapod,/turf/open/floor/plasteel/green/side{dir = 4},/area/hallway/secondary/construction{name = "\improper Garden"})
-"aGp" = (/obj/machinery/door/airlock{name = "Garden"; req_access_txt = "0"},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aGq" = (/turf/open/floor/plasteel,/area/storage/primary)
-"aGr" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/primary)
-"aGs" = (/obj/structure/closet/crate{name = "Gold Crate"},/obj/item/stack/sheet/mineral/gold{pixel_x = -1; pixel_y = 5},/obj/item/stack/sheet/mineral/gold{pixel_y = 2},/obj/item/stack/sheet/mineral/gold{pixel_x = 1; pixel_y = -2},/obj/item/weapon/storage/belt/champion,/turf/open/floor/plasteel/vault{dir = 1},/area/ai_monitored/nuke_storage)
-"aGt" = (/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aGu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/bluegrid,/area/ai_monitored/nuke_storage)
-"aGv" = (/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 = 4},/area/ai_monitored/nuke_storage)
-"aGw" = (/obj/machinery/camera{c_tag = "Gateway"; dir = 4; network = list("SS13")},/obj/structure/table,/obj/structure/sign/biohazard{pixel_x = -32},/obj/item/weapon/storage/firstaid/regular,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aGx" = (/obj/structure/table,/obj/item/weapon/paper/pamphlet,/turf/open/floor/plasteel,/area/gateway)
-"aGy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aGz" = (/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,/area/gateway)
-"aGA" = (/obj/structure/table,/obj/machinery/recharger,/obj/structure/sign/biohazard{pixel_x = 32},/turf/open/floor/plasteel,/area/gateway)
-"aGB" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aGC" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aGD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_command{name = "EVA Storage"; req_access_txt = "18"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aGE" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aGF" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aGG" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aGH" = (/obj/machinery/camera{c_tag = "Dormitory South"; c_tag_order = 999; dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"aGI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/sleep)
-"aGJ" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"; req_access_txt = "0"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aGK" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aGL" = (/obj/machinery/power/apc{dir = 4; name = "Dormitory Bathrooms APC"; pixel_x = 26; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aGM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet)
-"aGN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/crew_quarters/toilet)
-"aGO" = (/obj/machinery/light/small{dir = 8},/obj/structure/dresser,/turf/open/floor/plasteel/redblue/redside,/area/crew_quarters/theatre)
-"aGP" = (/turf/open/floor/plasteel/redblue/redside,/area/crew_quarters/theatre)
-"aGQ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/redblue/redside,/area/crew_quarters/theatre)
-"aGR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGT" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGU" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGV" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/space,/area/space)
-"aGW" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aGZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/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/plating,/area/maintenance/fsmaint2)
-"aHa" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aHb" = (/turf/closed/wall,/area/library)
-"aHc" = (/turf/closed/wall,/area/chapel/office)
-"aHd" = (/obj/machinery/power/apc{dir = 2; name = "Chapel Office APC"; pixel_x = 0; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/chapel/office)
-"aHe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aHf" = (/turf/open/floor/plasteel/black,/area/chapel/main)
-"aHg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aHh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/computer/pod/old{density = 0; icon = 'icons/obj/airlock_machines.dmi'; icon_state = "airlock_control_standby"; id = "chapelgun"; name = "Mass Driver Controller"; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aHi" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aHj" = (/turf/closed/wall/shuttle{icon_state = "swall1"; dir = 2},/area/shuttle/arrival)
-"aHk" = (/obj/structure/chair{dir = 8},/obj/effect/landmark{name = "JoinLate"},/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aHl" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 8},/turf/open/floor/plasteel/black,/area/shuttle/arrival)
-"aHm" = (/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aHn" = (/obj/machinery/camera{c_tag = "Security Checkpoint"; dir = 1},/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/light_switch{pixel_x = 6; pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint2)
-"aHo" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/side,/area/security/checkpoint2)
-"aHp" = (/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/red/side,/area/security/checkpoint2)
-"aHq" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/red/side,/area/security/checkpoint2)
-"aHr" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/plasteel/red/side,/area/security/checkpoint2)
-"aHs" = (/obj/item/device/radio/off,/obj/item/weapon/crowbar,/obj/item/device/assembly/flash/handheld,/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 6},/area/security/checkpoint2)
-"aHt" = (/obj/structure/table/glass,/obj/item/weapon/cultivator,/obj/item/weapon/hatchet,/obj/item/weapon/crowbar,/obj/item/device/plant_analyzer,/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel/green/side{dir = 4},/area/hallway/secondary/construction{name = "\improper Garden"})
-"aHu" = (/obj/machinery/camera{c_tag = "Garden"; dir = 8; network = list("SS13")},/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aHv" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 2; pixel_y = -2},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/weapon/screwdriver{pixel_y = 16},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/storage/primary)
-"aHw" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary)
-"aHx" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/storage/primary)
-"aHy" = (/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel,/area/storage/primary)
-"aHz" = (/obj/effect/landmark/start{name = "Assistant"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/storage/primary)
-"aHA" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary)
-"aHB" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/storage/primary)
-"aHC" = (/turf/open/floor/plasteel/vault{dir = 1},/area/ai_monitored/nuke_storage)
-"aHD" = (/obj/machinery/light,/turf/open/floor/plasteel/vault{dir = 6},/area/ai_monitored/nuke_storage)
-"aHE" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/vault,/area/ai_monitored/nuke_storage)
-"aHF" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/camera/motion{c_tag = "Vault"; dir = 1; network = list("MiniSat")},/obj/machinery/light,/turf/open/floor/plasteel/vault{dir = 10},/area/ai_monitored/nuke_storage)
-"aHG" = (/obj/structure/safe,/obj/item/clothing/head/bearpelt,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/gun/projectile/revolver/russian,/obj/item/ammo_box/a357,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,/turf/open/floor/plasteel/vault{dir = 4},/area/ai_monitored/nuke_storage)
-"aHH" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aHI" = (/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aHJ" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/gateway)
-"aHK" = (/turf/open/floor/plasteel,/area/gateway)
-"aHL" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/gateway)
-"aHM" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aHN" = (/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/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/warning{dir = 8},/area/ai_monitored/storage/eva)
-"aHO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aHP" = (/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aHQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aHR" = (/obj/item/stack/sheet/plasteel{amount = 10},/obj/structure/table,/turf/open/floor/plasteel/warning{dir = 4},/area/ai_monitored/storage/eva)
-"aHS" = (/obj/machinery/light{dir = 8},/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aHT" = (/obj/structure/table,/obj/item/stack/sheet/metal{amount = 50},/obj/item/stack/sheet/rglass{amount = 50},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aHU" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/fore)
-"aHV" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aHW" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aHX" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aHY" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aHZ" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aIa" = (/obj/machinery/light/small{dir = 8},/obj/machinery/recharge_station,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aIb" = (/obj/structure/table/wood,/obj/structure/mirror{pixel_x = -28},/obj/item/device/flashlight/lamp/bananalamp{pixel_y = 3},/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aIc" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Clown"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aId" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/closet/secure_closet/freezer/cream_pie,/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aIe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/theatre)
-"aIf" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 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/fsmaint2)
-"aIg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIh" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j1"; dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIk" = (/obj/structure/disposalpipe/segment{dir = 4},/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/maintenance/fsmaint2)
-"aIl" = (/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/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j1s"; sortType = 19},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j1s"; sortType = 20},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIq" = (/obj/structure/disposalpipe/segment{dir = 4},/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/maintenance/fsmaint2)
-"aIr" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIs" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"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 = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIw" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/space,/area/space)
-"aIy" = (/obj/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j2s"; sortType = 17},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIz" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aIA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/library)
-"aIB" = (/obj/machinery/door/airlock/maintenance{name = "Library Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/library)
-"aIC" = (/obj/structure/table/wood,/obj/item/weapon/storage/pill_bottle/dice,/turf/open/floor/wood,/area/library)
-"aID" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/stack/packageWrap,/turf/open/floor/wood,/area/library)
-"aIE" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/wood,/area/library)
-"aIF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/chapel/office)
-"aIG" = (/obj/machinery/door/airlock/maintenance{name = "Crematorium Maintenance"; req_access_txt = "27"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/chapel/office)
-"aIH" = (/obj/structure/closet/wardrobe/chaplain_black,/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aII" = (/obj/machinery/light/small{dir = 1},/obj/machinery/requests_console{department = "Chapel"; departmentType = 2; pixel_y = 30},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aIJ" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Chapel Office"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aIK" = (/obj/machinery/airalarm{pixel_y = 25},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aIL" = (/obj/structure/closet/coffin,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aIM" = (/obj/structure/closet/coffin,/obj/machinery/door/window/eastleft{name = "Coffin Storage"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aIN" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aIO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aIP" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aIQ" = (/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aIR" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aIS" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/chapel/main)
-"aIT" = (/turf/closed/wall/shuttle{icon_state = "swall_s6"; dir = 2},/area/shuttle/escape)
-"aIU" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/escape)
-"aIV" = (/turf/closed/wall/shuttle{icon_state = "swall_s10"; dir = 2},/area/shuttle/escape)
-"aIW" = (/obj/effect/landmark{name = "Marauder Entry"},/turf/open/space,/area/space)
-"aIX" = (/obj/machinery/door/airlock/shuttle{name = "Arrivals Shuttle Airlock"},/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aIY" = (/obj/effect/landmark{name = "Observer-Start"},/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aIZ" = (/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/entry)
-"aJa" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = null; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/checkpoint2)
-"aJb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint2)
-"aJc" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/item/weapon/paper,/obj/machinery/door/window/westright{dir = 1; name = "Security Checkpoint"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/delivery,/area/hallway/secondary/entry)
-"aJd" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/green/side{dir = 5},/area/hallway/secondary/construction{name = "\improper Garden"})
-"aJe" = (/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aJf" = (/obj/item/weapon/reagent_containers/spray/plantbgone,/obj/item/weapon/reagent_containers/spray/pestspray{pixel_x = 3; pixel_y = 4},/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,/obj/item/weapon/reagent_containers/glass/bottle/nutrient/rh{pixel_x = 2; pixel_y = 1},/obj/structure/table/glass,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/green/side{dir = 9},/area/hallway/secondary/construction{name = "\improper Garden"})
-"aJg" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/primary)
-"aJh" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel,/area/storage/primary)
-"aJi" = (/obj/structure/table,/obj/item/weapon/weldingtool,/obj/item/weapon/crowbar,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/turf/open/floor/plasteel,/area/storage/primary)
-"aJj" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aJk" = (/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"},/turf/open/floor/plasteel/vault{dir = 5},/area/ai_monitored/nuke_storage)
-"aJl" = (/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/gateway)
-"aJm" = (/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/plasteel,/area/gateway)
-"aJn" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/gateway)
-"aJo" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/gateway)
-"aJp" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/closet/l3closet/scientist,/turf/open/floor/plasteel/warning{dir = 9},/area/gateway)
-"aJq" = (/obj/structure/grille,/obj/structure/window/fulltile{health = 25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aJr" = (/obj/structure/table,/obj/item/stack/sheet/metal{amount = 50},/obj/item/stack/sheet/metal{amount = 50},/obj/item/weapon/crowbar,/turf/open/floor/plasteel/warning{dir = 8},/area/ai_monitored/storage/eva)
-"aJs" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aJt" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aJu" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/warning{dir = 4},/area/ai_monitored/storage/eva)
-"aJv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aJw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aJx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/open/floor/plasteel/blue/side{dir = 4},/area/hallway/primary/central)
-"aJy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Dormitory"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/sleep)
-"aJz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Dormitory"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/sleep)
-"aJA" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aJB" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aJC" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aJD" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aJE" = (/obj/machinery/door/airlock{name = "Unit B"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aJF" = (/obj/structure/table/wood,/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/item/weapon/storage/crayons{pixel_x = 3; pixel_y = 3},/obj/item/weapon/reagent_containers/food/snacks/pie/cream{pixel_x = -3; pixel_y = -3},/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aJG" = (/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aJH" = (/obj/structure/closet/secure_closet/freezer/cream_pie,/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aJI" = (/obj/machinery/power/apc{dir = 8; name = "Theatre APC"; pixel_x = -25},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/crew_quarters/theatre)
-"aJJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJL" = (/obj/machinery/power/apc{dir = 2; name = "Bar APC"; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/bar)
-"aJM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/bar)
-"aJN" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Bar Storage Maintenance"; req_access_txt = "25"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/crew_quarters/bar)
-"aJO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/crew_quarters/bar)
-"aJP" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Bar"},/obj/structure/plasticflaps{opacity = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bot{dir = 2},/area/crew_quarters/bar)
-"aJQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/kitchen)
-"aJR" = (/obj/machinery/power/apc{dir = 2; name = "Kitchen APC"; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/kitchen)
-"aJS" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJT" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJU" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j1s"; sortType = 21},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJX" = (/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/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aJY" = (/obj/machinery/power/apc{dir = 2; name = "Hydroponics APC"; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/hydroponics)
-"aJZ" = (/turf/closed/wall,/area/hydroponics)
-"aKa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/hydroponics)
-"aKb" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aKc" = (/obj/structure/filingcabinet,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/library)
-"aKd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/wood,/area/library)
-"aKe" = (/obj/structure/chair/office/dark,/obj/machinery/camera{c_tag = "Library North"; dir = 2; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library)
-"aKf" = (/obj/structure/chair/office/dark,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/landmark/start{name = "Assistant"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library)
-"aKg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library)
-"aKh" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/wood,/area/library)
-"aKi" = (/obj/structure/bodycontainer/crematorium,/obj/effect/landmark{name = "revenantspawn"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/chapel/office)
-"aKj" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/chapel/office)
-"aKk" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKl" = (/obj/effect/landmark/start{name = "Chaplain"},/obj/structure/chair,/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKm" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = -2; pixel_y = 5},/obj/item/weapon/storage/crayons,/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKn" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKo" = (/obj/structure/closet/coffin,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aKp" = (/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aKq" = (/obj/structure/table/glass,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aKr" = (/turf/open/floor/plasteel/shuttle/white,/turf/closed/wall/shuttle/interior{icon_state = "swall_f9"},/area/shuttle/escape)
-"aKs" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/fire,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aKt" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aKu" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aKv" = (/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)
-"aKw" = (/turf/open/floor/plasteel/shuttle/white,/turf/closed/wall/shuttle/interior{icon_state = "swall_f5"},/area/shuttle/escape)
-"aKx" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aKy" = (/turf/closed/wall/shuttle{icon_state = "swall2"; dir = 2},/area/shuttle/arrival)
-"aKz" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aKA" = (/turf/open/floor/plasteel/bot,/area/hallway/secondary/entry)
-"aKB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bot,/area/hallway/secondary/entry)
-"aKC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bot,/area/hallway/secondary/entry)
-"aKD" = (/obj/machinery/camera{c_tag = "Arrivals Lounge"; dir = 2},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aKE" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aKF" = (/obj/structure/sign/map/left{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aKG" = (/obj/structure/sign/map/right{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aKH" = (/obj/structure/table/glass,/obj/item/weapon/hatchet,/obj/item/weapon/cultivator,/obj/item/weapon/crowbar,/obj/item/weapon/reagent_containers/glass/bucket,/obj/item/device/plant_analyzer,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/green/side{dir = 4},/area/hallway/secondary/construction{name = "\improper Garden"})
-"aKI" = (/obj/item/weapon/storage/bag/plants/portaseeder,/obj/structure/table/glass,/obj/item/device/plant_analyzer,/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/obj/machinery/light_switch{pixel_x = -6; pixel_y = -25},/turf/open/floor/plasteel/green/side{dir = 8},/area/hallway/secondary/construction{name = "\improper Garden"})
-"aKJ" = (/obj/structure/table,/obj/item/weapon/wrench,/obj/item/device/analyzer,/turf/open/floor/plasteel,/area/storage/primary)
-"aKK" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/storage/primary)
-"aKL" = (/obj/structure/table,/obj/item/weapon/crowbar,/obj/item/device/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/obj/item/clothing/gloves/color/fyellow,/turf/open/floor/plasteel,/area/storage/primary)
-"aKM" = (/obj/structure/table,/obj/item/weapon/storage/belt/utility,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/storage/primary)
-"aKN" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/primary)
-"aKO" = (/turf/open/floor/plasteel/delivery,/area/storage/primary)
-"aKP" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; freq = 1400; location = "Tool Storage"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bot,/area/storage/primary)
-"aKQ" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/bin,/turf/open/floor/plasteel,/area/storage/primary)
-"aKR" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/port)
-"aKS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/vault{dir = 5},/area/hallway/primary/port)
-"aKT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aKU" = (/obj/machinery/button/door{id = "stationawaygate"; name = "Gateway Access Shutter Control"; pixel_x = -1; pixel_y = -24; req_access_txt = "31"},/turf/open/floor/plasteel,/area/gateway)
-"aKV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aKW" = (/obj/machinery/light{dir = 4},/obj/structure/closet/secure_closet/exile,/turf/open/floor/plasteel/warning{dir = 10},/area/gateway)
-"aKX" = (/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},/turf/open/floor/plasteel/warning{dir = 8},/area/ai_monitored/storage/eva)
-"aKY" = (/obj/machinery/camera{c_tag = "EVA South"; dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aKZ" = (/obj/structure/tank_dispenser/oxygen,/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/plasteel/warning{dir = 4},/area/ai_monitored/storage/eva)
-"aLa" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/central)
-"aLb" = (/turf/open/floor/plasteel/blue/side{dir = 9},/area/hallway/primary/central)
-"aLc" = (/obj/machinery/light{dir = 1},/obj/machinery/camera{c_tag = "Central Hallway North"; dir = 2},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"aLd" = (/turf/open/floor/plasteel/blue/corner{dir = 1},/area/hallway/primary/central)
-"aLe" = (/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aLf" = (/obj/structure/sign/directions/security{dir = 1; icon_state = "direction_sec"; pixel_x = 32; pixel_y = 40},/obj/structure/sign/directions/medical{dir = 4; icon_state = "direction_med"; pixel_x = 32; pixel_y = 32},/obj/structure/sign/directions/evac{dir = 4; icon_state = "direction_evac"; pixel_x = 32; pixel_y = 24},/turf/open/floor/plasteel/blue/corner{dir = 4},/area/hallway/primary/central)
-"aLg" = (/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"aLh" = (/turf/open/floor/plasteel/blue/side{dir = 5},/area/hallway/primary/central)
-"aLi" = (/turf/closed/wall,/area/hallway/primary/central)
-"aLj" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
-"aLk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/hallway/primary/central)
-"aLl" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/hallway/primary/central)
-"aLm" = (/obj/machinery/camera{c_tag = "Dormitory Toilets"; dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aLn" = (/obj/machinery/light/small,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aLo" = (/obj/machinery/door/airlock{name = "Theatre Backstage"; req_access_txt = "46"},/turf/open/floor/plasteel,/area/crew_quarters/theatre)
-"aLp" = (/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aLq" = (/turf/closed/wall,/area/crew_quarters/bar)
-"aLr" = (/obj/item/weapon/reagent_containers/food/drinks/shaker,/obj/item/weapon/gun/projectile/revolver/doublebarrel,/obj/structure/table/wood,/obj/item/stack/spacecash/c10,/obj/item/stack/spacecash/c100,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aLs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aLt" = (/obj/structure/sink/kitchen{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aLu" = (/obj/machinery/door/window/southleft{base_state = "left"; dir = 2; icon_state = "left"; name = "Bar Delivery"; req_access_txt = "25"},/turf/open/floor/plasteel/delivery,/area/crew_quarters/bar)
-"aLv" = (/turf/closed/wall,/area/crew_quarters/kitchen)
-"aLw" = (/obj/machinery/door/airlock/maintenance{name = "Kitchen Maintenance"; req_access_txt = "28"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/crew_quarters/kitchen)
-"aLx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/kitchen)
-"aLy" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Kitchen"},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/bot{dir = 2},/area/crew_quarters/kitchen)
-"aLz" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Hydroponics"},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/bot{dir = 2},/area/hydroponics)
-"aLA" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Hydroponics Maintenance"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/hydroponics)
-"aLB" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aLC" = (/obj/structure/table,/obj/item/weapon/book/manual/hydroponics_pod_people,/obj/item/weapon/paper/hydroponics,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aLD" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/wood,/area/library)
-"aLE" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/wood,/area/library)
-"aLF" = (/obj/structure/table/wood,/obj/item/weapon/folder/yellow,/obj/item/weapon/pen,/turf/open/floor/wood,/area/library)
-"aLG" = (/obj/structure/table/wood,/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library)
-"aLH" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/library)
-"aLI" = (/obj/machinery/newscaster{pixel_x = 30},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/wood,/area/library)
-"aLJ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aLK" = (/obj/structure/disposalpipe/segment,/obj/machinery/button/crematorium{pixel_x = 25},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aLL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/chapel/office)
-"aLM" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp{pixel_y = 10},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aLN" = (/obj/structure/table/wood,/obj/item/weapon/pen,/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aLO" = (/obj/structure/table/wood,/obj/item/weapon/nullrod,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aLP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aLQ" = (/obj/structure/closet/coffin,/obj/machinery/door/window/eastleft{dir = 8; name = "Coffin Storage"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aLR" = (/obj/structure/table/glass,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aLS" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/shuttle/escape)
-"aLT" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aLU" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aLV" = (/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aLW" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aLX" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aLY" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f5"; dir = 2},/area/shuttle/arrival)
-"aLZ" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aMa" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/shuttle,/area/shuttle/arrival)
-"aMb" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_l"; dir = 8},/turf/open/floor/plasteel/black,/area/shuttle/arrival)
-"aMc" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/neutral/corner{dir = 2},/area/hallway/secondary/entry)
-"aMd" = (/turf/open/floor/plasteel/neutral/side,/area/hallway/secondary/entry)
-"aMe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side,/area/hallway/secondary/entry)
-"aMf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side,/area/hallway/secondary/entry)
-"aMg" = (/turf/open/floor/plasteel/neutral/corner{dir = 8},/area/hallway/secondary/entry)
-"aMh" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aMi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Garden"},/turf/open/floor/plasteel,/area/hallway/secondary/construction{name = "\improper Garden"})
-"aMj" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/storage/primary)
-"aMk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/storage/primary)
-"aMl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/primary)
-"aMm" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/storage/primary)
-"aMn" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/port)
-"aMo" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/port)
-"aMp" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/port)
-"aMq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/vault{dir = 5},/area/hallway/primary/port)
-"aMr" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/obj/structure/cable,/turf/open/floor/plating,/area/hallway/primary/port)
-"aMs" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/port)
-"aMt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fpmaint)
-"aMu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{icon_state = "door_closed"; lockdownbyai = 0; locked = 0; name = "Gateway Access"; req_access_txt = "62"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aMv" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "stationawaygate"; name = "Gateway Access Shutters"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aMw" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "stationawaygate"; name = "Gateway Access Shutters"},/turf/open/floor/plasteel,/area/gateway)
-"aMx" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/gateway)
-"aMy" = (/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"aMz" = (/turf/open/floor/plasteel/blue/side{dir = 4},/area/hallway/primary/central)
-"aMA" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
-"aMB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/hallway/primary/central)
-"aMC" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aMD" = (/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aME" = (/obj/machinery/airalarm{dir = 2; pixel_y = 24},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aMF" = (/obj/item/device/radio/intercom{pixel_y = 25},/obj/machinery/camera{c_tag = "Theatre Stage"; dir = 2},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aMG" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aMH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aMI" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aMJ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aMK" = (/obj/machinery/reagentgrinder,/obj/structure/table/wood,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aML" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/wood,/area/crew_quarters/bar)
-"aMM" = (/obj/machinery/camera{c_tag = "Bar Storage"},/turf/open/floor/wood,/area/crew_quarters/bar)
-"aMN" = (/turf/open/floor/wood,/area/crew_quarters/bar)
-"aMO" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aMP" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aMQ" = (/obj/machinery/door/window/southleft{base_state = "left"; dir = 2; icon_state = "left"; name = "Kitchen Delivery"; req_access_txt = "28"},/turf/open/floor/plasteel/delivery,/area/crew_quarters/kitchen)
-"aMR" = (/obj/machinery/door/window/eastright{name = "Hydroponics Delivery"; req_access_txt = "35"},/turf/open/floor/plasteel/delivery,/area/hydroponics)
-"aMS" = (/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMT" = (/obj/structure/sink{pixel_y = 30},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMV" = (/obj/structure/closet/wardrobe/botanist,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMW" = (/obj/structure/closet/secure_closet/hydroponics,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMX" = (/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/camera{c_tag = "Hydroponics Storage"},/obj/machinery/light/small{dir = 1},/obj/machinery/plantgenes,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMY" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMZ" = (/obj/structure/table,/obj/item/weapon/reagent_containers/spray/plantbgone{pixel_x = 0; pixel_y = 3},/obj/item/weapon/reagent_containers/spray/plantbgone{pixel_x = 8; pixel_y = 8},/obj/item/weapon/reagent_containers/spray/plantbgone{pixel_x = 13; pixel_y = 5},/obj/item/weapon/watertank,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aNa" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/wood,/area/library)
-"aNb" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/library)
-"aNc" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/library)
-"aNd" = (/obj/structure/table/wood,/obj/structure/disposalpipe/segment,/obj/item/toy/cards/deck/cas,/obj/item/toy/cards/deck/cas/black{pixel_x = -2; pixel_y = 6},/turf/open/floor/wood,/area/library)
-"aNe" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/wood,/area/library)
-"aNf" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/camera{c_tag = "Chapel Crematorium"; 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/chapel/office)
-"aNg" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aNh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Crematorium"; req_access_txt = "27"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aNi" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNj" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNk" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNl" = (/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNm" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aNn" = (/obj/machinery/computer/crew,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aNo" = (/obj/structure/chair{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aNp" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aNq" = (/obj/machinery/button/flasher{id = "cockpit_flasher"; pixel_x = 6; pixel_y = -24},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aNr" = (/obj/machinery/computer/communications,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aNs" = (/obj/machinery/door/airlock/shuttle{name = "Arrivals Shuttle Airlock"},/obj/docking_port/mobile{dwidth = 5; height = 7; id = "arrival"; name = "arrival shuttle"; travelDir = -90; width = 15},/obj/docking_port/stationary{dwidth = 5; height = 7; id = "arrival_home"; name = "port bay 1"; width = 15},/turf/open/floor/plating,/area/shuttle/arrival)
-"aNt" = (/turf/closed/wall/shuttle{icon_state = "swall13"; dir = 2},/area/shuttle/arrival)
-"aNu" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/shuttle/arrival)
-"aNv" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/warning{dir = 8},/area/hallway/secondary/entry)
-"aNw" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aNx" = (/obj/structure/chair/comfy/beige,/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNy" = (/obj/structure/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNz" = (/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNA" = (/obj/structure/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNB" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNC" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aND" = (/turf/open/floor/plasteel/neutral/side{dir = 8},/area/hallway/secondary/entry)
-"aNE" = (/obj/machinery/door/firedoor,/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aNF" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aNG" = (/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aNH" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "Port Hall APC"; dir = 1; pixel_y = 26},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aNI" = (/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/plasteel,/area/hallway/primary/port)
-"aNJ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aNK" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aNL" = (/obj/machinery/light{dir = 1},/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/warning/corner{dir = 8},/area/hallway/primary/port)
-"aNM" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/port)
-"aNN" = (/obj/machinery/camera{c_tag = "Port Hallway 2"; dir = 2},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/port)
-"aNO" = (/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/port)
-"aNP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/port)
-"aNQ" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 32},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warning/corner{dir = 4},/area/hallway/primary/port)
-"aNR" = (/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/plasteel,/area/hallway/primary/port)
-"aNS" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/warning/corner{dir = 8},/area/hallway/primary/port)
-"aNT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/port)
-"aNU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/port)
-"aNV" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/warning/corner{dir = 4},/area/hallway/primary/port)
-"aNW" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aNX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aNY" = (/obj/machinery/camera{c_tag = "Central Hallway North-West"; dir = 2},/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aNZ" = (/obj/machinery/light{dir = 1},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOa" = (/turf/open/floor/plasteel/blue/corner{dir = 4},/area/hallway/primary/central)
-"aOb" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOc" = (/turf/open/floor/plasteel{icon_state = "L1"},/area/hallway/primary/central)
-"aOd" = (/turf/open/floor/plasteel{icon_state = "L3"},/area/hallway/primary/central)
-"aOe" = (/turf/open/floor/plasteel{icon_state = "L5"},/area/hallway/primary/central)
-"aOf" = (/turf/open/floor/plasteel{icon_state = "L7"},/area/hallway/primary/central)
-"aOg" = (/turf/open/floor/plasteel{icon_state = "L9"},/area/hallway/primary/central)
-"aOh" = (/turf/open/floor/plasteel{icon_state = "L11"},/area/hallway/primary/central)
-"aOi" = (/turf/open/floor/plasteel{desc = ""; icon_state = "L13"; name = "floor"},/area/hallway/primary/central)
-"aOj" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/hallway/primary/central)
-"aOl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/neutral/corner{dir = 1},/area/hallway/primary/central)
-"aOm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/hallway/primary/central)
-"aOn" = (/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/corner{dir = 1},/area/hallway/primary/central)
-"aOo" = (/obj/machinery/camera{c_tag = "Central Hallway North-East"; dir = 2},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOp" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOq" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOr" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOs" = (/obj/structure/piano{tag = "icon-piano"; icon_state = "piano"},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOt" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOu" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOv" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOw" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aOx" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aOy" = (/obj/machinery/computer/slot_machine,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aOz" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/light/small{dir = 8},/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aOA" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aOB" = (/obj/machinery/vending/cola,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aOC" = (/obj/machinery/vending/coffee,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aOD" = (/obj/machinery/icecream_vat,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aOE" = (/obj/machinery/chem_master/condimaster{name = "CondiMaster Neo"},/obj/machinery/camera{c_tag = "Kitchen Cold Room"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aOF" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aOG" = (/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)
-"aOH" = (/obj/machinery/light/small,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOI" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = -31},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aON" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOO" = (/obj/machinery/chem_master/condimaster,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aOP" = (/turf/open/floor/wood,/area/library)
-"aOQ" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/wood,/area/library)
-"aOR" = (/obj/structure/chair/office/dark{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library)
-"aOS" = (/obj/structure/bodycontainer/morgue,/obj/effect/landmark{name = "revenantspawn"},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aOT" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aOU" = (/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/grimy,/area/chapel/office)
-"aOV" = (/obj/machinery/camera{c_tag = "Chapel North"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aOW" = (/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)
-"aOX" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aOY" = (/turf/closed/wall,/area/hallway/secondary/exit)
-"aOZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aPa" = (/turf/closed/wall/shuttle{icon_state = "swall13"; dir = 2},/area/shuttle/escape)
-"aPb" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/escape)
-"aPc" = (/turf/closed/wall/shuttle{icon_state = "swall14"; dir = 2},/area/shuttle/escape)
-"aPd" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Cockpit"; req_access_txt = "19"},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aPe" = (/obj/machinery/status_display,/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/escape)
-"aPf" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aPg" = (/obj/structure/table/wood,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aPh" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/chips,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aPi" = (/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aPj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aPk" = (/obj/structure/chair/comfy/beige{dir = 8},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aPl" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aPm" = (/turf/open/floor/goonplaque,/area/hallway/secondary/entry)
-"aPn" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=CHW"; location = "Lockers"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPo" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPp" = (/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/plasteel,/area/hallway/primary/port)
-"aPq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPs" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPt" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPu" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPv" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPy" = (/obj/structure/disposalpipe/segment,/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/hallway/primary/port)
-"aPz" = (/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/hallway/primary/port)
-"aPA" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPB" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aPD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aPE" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aPF" = (/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)
-"aPG" = (/turf/open/floor/plasteel{icon_state = "L2"},/area/hallway/primary/central)
-"aPH" = (/turf/open/floor/plasteel{icon_state = "L4"},/area/hallway/primary/central)
-"aPI" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Lockers"; location = "EVA"},/turf/open/floor/plasteel{icon_state = "L6"},/area/hallway/primary/central)
-"aPJ" = (/turf/open/floor/plasteel{icon_state = "L8"},/area/hallway/primary/central)
-"aPK" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Security"; location = "EVA2"},/turf/open/floor/plasteel{icon_state = "L10"},/area/hallway/primary/central)
-"aPL" = (/turf/open/floor/plasteel{icon_state = "L12"},/area/hallway/primary/central)
-"aPM" = (/turf/open/floor/plasteel{desc = ""; icon_state = "L14"},/area/hallway/primary/central)
-"aPN" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aPO" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=EVA2"; location = "Dorm"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aPP" = (/obj/structure/table/wood,/obj/item/device/instrument/guitar,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aPQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aPR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aPS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aPT" = (/obj/machinery/door/window{dir = 4; name = "Theatre Stage"; req_access_txt = "0"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aPU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aPV" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aPW" = (/obj/machinery/computer/slot_machine,/obj/machinery/light/small{dir = 4},/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aPX" = (/obj/structure/closet/secure_closet/bar{req_access_txt = "25"},/turf/open/floor/wood,/area/crew_quarters/bar)
-"aPY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/wood,/area/crew_quarters/bar)
-"aPZ" = (/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/device/flashlight/lamp,/obj/item/device/flashlight/lamp/green,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aQa" = (/obj/structure/kitchenspike,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aQb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/mob/living/simple_animal/hostile/retaliate/goat{name = "Pete"},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aQc" = (/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aQd" = (/obj/machinery/light/small{dir = 4},/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/closet/chefcloset,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aQe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hydroponics)
-"aQf" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hydroponics)
-"aQg" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Hydroponics"; req_access_txt = "35"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aQh" = (/obj/machinery/bookbinder{pixel_y = 0},/turf/open/floor/wood,/area/library)
-"aQi" = (/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library)
-"aQj" = (/obj/machinery/photocopier,/turf/open/floor/wood,/area/library)
-"aQk" = (/obj/machinery/door/airlock/glass{name = "Chapel Office"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aQl" = (/obj/machinery/door/morgue{name = "Confession Booth (Chaplain)"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aQm" = (/obj/item/device/radio/intercom{broadcasting = 1; frequency = 1480; name = "Confessional Intercom"; pixel_x = 25},/obj/structure/chair,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aQn" = (/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 9},/area/hallway/secondary/exit)
-"aQo" = (/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 1},/area/hallway/secondary/exit)
-"aQp" = (/obj/machinery/light{dir = 1},/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 1},/area/hallway/secondary/exit)
-"aQq" = (/obj/structure/chair,/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/secondary/exit)
-"aQr" = (/obj/structure/chair,/turf/open/floor/plasteel/warning{dir = 5},/area/hallway/secondary/exit)
-"aQs" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
-"aQt" = (/obj/machinery/flasher{id = "cockpit_flasher"; pixel_x = 6; pixel_y = 24},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aQu" = (/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aQv" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aQw" = (/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)
-"aQx" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/warning{dir = 9},/area/hallway/secondary/entry)
-"aQy" = (/obj/item/device/radio/beacon,/obj/machinery/camera{c_tag = "Arrivals Bay 1 South"},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/secondary/entry)
-"aQz" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/secondary/entry)
-"aQA" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 5},/area/hallway/secondary/entry)
-"aQB" = (/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/plasteel/grimy,/area/hallway/secondary/entry)
-"aQC" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aQD" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aQE" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQG" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQH" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQI" = (/obj/machinery/camera{c_tag = "Port Hallway 3"; dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQJ" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j1"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQK" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Port Hallway"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQN" = (/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{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/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/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQS" = (/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/plasteel,/area/hallway/primary/port)
-"aQT" = (/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"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQU" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQW" = (/obj/structure/sign/directions/security{dir = 4; icon_state = "direction_sec"; pixel_x = 32; pixel_y = -24},/obj/structure/sign/directions/evac{dir = 4; icon_state = "direction_evac"; pixel_x = 32; pixel_y = -32},/obj/structure/sign/directions/engineering{pixel_x = 32; pixel_y = -40},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQX" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aQY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aQZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aRa" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=QM"; location = "CHW"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aRb" = (/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aRc" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aRd" = (/obj/machinery/light,/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,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aRe" = (/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/light,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aRf" = (/obj/structure/window/reinforced,/obj/structure/table/wood,/obj/item/device/instrument/violin,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aRg" = (/obj/structure/window/reinforced,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aRh" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aRi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aRj" = (/obj/machinery/door/airlock{name = "Bar Storage"; req_access_txt = "25"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel{icon_state = "wood"},/area/crew_quarters/bar)
-"aRk" = (/obj/effect/landmark{name = "blobstart"},/obj/item/toy/beach_ball/holoball,/turf/open/floor/plating,/area/crew_quarters/bar)
-"aRl" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRo" = (/obj/machinery/gibber,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRp" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRq" = (/obj/machinery/requests_console{department = "Hydroponics"; departmentType = 2; pixel_x = 0; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRr" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRs" = (/obj/machinery/hydroponics/constructable,/obj/machinery/camera{c_tag = "Hydroponics North"; dir = 2},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRt" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRu" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRv" = (/obj/structure/bookcase/random/religion,/turf/open/floor/wood,/area/library)
-"aRw" = (/turf/open/floor/carpet,/area/library)
-"aRx" = (/obj/structure/disposalpipe/segment,/turf/open/floor/carpet,/area/library)
-"aRy" = (/obj/structure/bookcase/random/reference,/turf/open/floor/wood,/area/library)
-"aRz" = (/obj/machinery/computer/libraryconsole,/obj/structure/table/wood,/turf/open/floor/wood,/area/library)
-"aRA" = (/obj/structure/bookcase{name = "Forbidden Knowledge"},/turf/open/floor/plasteel/cult{dir = 2},/area/library)
-"aRB" = (/obj/structure/table/wood,/obj/item/device/taperecorder{pixel_y = 0},/obj/item/device/camera,/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/plasteel/cult{dir = 2},/area/library)
-"aRC" = (/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},/area/library)
-"aRD" = (/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aRE" = (/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aRF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aRG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aRH" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aRI" = (/obj/machinery/camera{c_tag = "Escape Arm Holding Area"; dir = 4},/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/turf/open/floor/plasteel/red/side{dir = 8},/area/hallway/secondary/exit)
-"aRJ" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aRK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aRL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aRM" = (/turf/open/floor/plasteel/warning{dir = 4},/area/hallway/secondary/exit)
-"aRN" = (/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)
-"aRO" = (/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
-"aRP" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Brig"; req_access_txt = "2"},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aRQ" = (/turf/open/floor/plasteel/warning{dir = 9},/area/hallway/secondary/entry)
-"aRR" = (/obj/item/device/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/secondary/entry)
-"aRS" = (/turf/open/floor/plasteel/warning/corner{dir = 4},/area/hallway/secondary/entry)
-"aRT" = (/obj/structure/chair/comfy/beige{dir = 1; icon_state = "comfychair"},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aRU" = (/obj/structure/chair/comfy/beige{dir = 1; icon_state = "comfychair"},/obj/effect/landmark/start{name = "Assistant"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aRV" = (/obj/structure/chair/comfy/beige{dir = 1; icon_state = "comfychair"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aRW" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aRX" = (/turf/closed/wall,/area/maintenance/port)
-"aRY" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port)
-"aRZ" = (/turf/closed/wall,/area/crew_quarters/locker)
-"aSa" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aSb" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aSc" = (/obj/machinery/status_display{density = 0; layer = 4},/turf/closed/wall,/area/crew_quarters/locker)
-"aSd" = (/turf/closed/wall,/area/storage/art)
-"aSe" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/storage/art)
-"aSf" = (/obj/machinery/door/airlock/glass{name = "Art Storage"},/turf/open/floor/plasteel,/area/storage/art)
-"aSg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/storage/art)
-"aSh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"aSi" = (/turf/closed/wall,/area/storage/emergency2)
-"aSj" = (/obj/structure/table,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSk" = (/obj/structure/table,/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSl" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSo" = (/turf/closed/wall,/area/storage/tools)
-"aSp" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aSq" = (/turf/closed/wall/r_wall,/area/bridge)
-"aSr" = (/obj/structure/grille,/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/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge)
-"aSs" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; layer = 2.9; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge)
-"aSt" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/status_display{density = 0; layer = 4},/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; layer = 2.9; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge)
-"aSu" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; layer = 2.9; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge)
-"aSv" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/status_display{density = 0; layer = 4},/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; layer = 2.9; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge)
-"aSw" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; layer = 2.9; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge)
-"aSx" = (/obj/structure/table,/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -31},/obj/item/clothing/head/hardhat/cakehat,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSy" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSz" = (/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSB" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/crew_quarters/bar)
-"aSC" = (/obj/machinery/disposal/bin,/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 = -28; pixel_y = -4},/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/button/door{id = "barShutters"; name = "bar shutters"; pixel_x = 4; pixel_y = 28},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSD" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSE" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/table,/obj/machinery/chem_dispenser/drinks/beer,/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSF" = (/obj/machinery/door/airlock{name = "Kitchen cold room"; req_access_txt = "28"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aSG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/green/side{dir = 9},/area/hydroponics)
-"aSH" = (/turf/open/floor/plasteel/green/side{dir = 1},/area/hydroponics)
-"aSI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/green/side{dir = 5},/area/hydroponics)
-"aSJ" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/wood,/area/library)
-"aSK" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/library)
-"aSL" = (/obj/machinery/light/small,/turf/open/floor/plasteel/cult{dir = 2},/area/library)
-"aSM" = (/obj/effect/landmark{name = "blobstart"},/obj/structure/chair/comfy/brown{dir = 1},/turf/open/floor/plasteel/cult{dir = 2},/area/library)
-"aSN" = (/obj/structure/cult/tome,/obj/item/clothing/under/suit_jacket/red,/obj/item/weapon/book/codex_gigas,/turf/open/floor/plasteel/cult{dir = 2},/area/library)
-"aSO" = (/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aSP" = (/obj/structure/table/wood,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aSQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aSR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aSS" = (/obj/machinery/door/morgue{name = "Confession Booth"},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aST" = (/obj/item/device/radio/intercom{broadcasting = 1; frequency = 1480; name = "Confessional Intercom"; pixel_x = 25},/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aSU" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/hallway/secondary/exit)
-"aSV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSX" = (/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSY" = (/obj/machinery/door/airlock/external{name = "Security Escape Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aSZ" = (/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aTa" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aTb" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/shuttle/escape)
-"aTc" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
-"aTd" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aTe" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aTf" = (/obj/structure/table,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aTg" = (/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/warning{dir = 1},/area/hallway/secondary/entry)
-"aTh" = (/turf/open/floor/plasteel/warning/corner{dir = 8},/area/hallway/secondary/entry)
-"aTi" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/hallway/secondary/entry)
-"aTj" = (/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTk" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTl" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTo" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTp" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/neutral/corner{dir = 1},/area/hallway/secondary/entry)
-"aTq" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port)
-"aTr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/port)
-"aTs" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTt" = (/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTu" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTv" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTw" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTx" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTy" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTz" = (/obj/machinery/vending/clothing,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTA" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTB" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTC" = (/obj/structure/closet/secure_closet/personal,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTD" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/obj/structure/table,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/turf/open/floor/plasteel,/area/storage/art)
-"aTE" = (/turf/open/floor/plasteel,/area/storage/art)
-"aTF" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel,/area/storage/art)
-"aTG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"aTH" = (/obj/machinery/door/airlock{name = "Port Emergency Storage"; req_access_txt = "0"},/turf/open/floor/plating,/area/storage/emergency2)
-"aTI" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/storage/tools)
-"aTJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Auxiliary Tool Storage"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/tools)
-"aTK" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aTL" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/secure/briefcase,/obj/item/weapon/storage/box/PDAs{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/box/ids,/turf/open/floor/plasteel,/area/bridge)
-"aTM" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/bridge)
-"aTN" = (/obj/machinery/computer/station_alert,/turf/open/floor/plasteel/yellow/side,/area/bridge)
-"aTO" = (/obj/machinery/computer/monitor{name = "bridge power monitoring console"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/yellow/side{dir = 6},/area/bridge)
-"aTP" = (/obj/machinery/computer/shuttle/labor,/turf/open/floor/plasteel/blue/side{dir = 10},/area/bridge)
-"aTQ" = (/obj/machinery/computer/communications,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aTR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/computer/shuttle/mining,/turf/open/floor/plasteel/blue/side{dir = 6},/area/bridge)
-"aTS" = (/obj/machinery/computer/card,/turf/open/floor/plasteel/green/side{dir = 10},/area/bridge)
-"aTT" = (/obj/machinery/computer/crew,/turf/open/floor/plasteel/green/side{dir = 2},/area/bridge)
-"aTU" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/green/side{dir = 6},/area/bridge)
-"aTV" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/toolbox/emergency,/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)
-"aTW" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aTX" = (/obj/effect/landmark/event_spawn,/turf/closed/wall,/area/crew_quarters/bar)
-"aTY" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aTZ" = (/obj/structure/chair,/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUa" = (/obj/structure/chair/stool/bar,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUb" = (/obj/structure/table/reinforced,/obj/item/weapon/lighter,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUc" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUd" = (/obj/machinery/vending/boozeomat,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUe" = (/obj/machinery/vending/dinnerware,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUf" = (/obj/structure/sink/kitchen{pixel_y = 28},/obj/machinery/food_cart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUg" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUh" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUi" = (/obj/item/device/radio/intercom{pixel_y = 25},/obj/machinery/camera{c_tag = "Kitchen"; dir = 2},/obj/structure/closet/secure_closet/freezer/fridge,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUj" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUk" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUl" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/green/side{dir = 8},/area/hydroponics)
-"aUn" = (/turf/open/floor/plasteel,/area/hydroponics)
-"aUo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/green/side{dir = 4},/area/hydroponics)
-"aUp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/power/apc{dir = 4; name = "Library APC"; pixel_x = 24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/library)
-"aUq" = (/obj/structure/bookcase/random/fiction,/turf/open/floor/wood,/area/library)
-"aUr" = (/obj/structure/bookcase/random/nonfiction,/turf/open/floor/wood,/area/library)
-"aUs" = (/obj/machinery/camera{c_tag = "Library South"; dir = 8; network = list("SS13")},/turf/open/floor/wood,/area/library)
-"aUt" = (/obj/machinery/door/morgue{name = "Private Study"; req_access_txt = "37"},/turf/open/floor/plasteel/cult{dir = 2},/area/library)
-"aUu" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aUv" = (/turf/open/floor/carpet,/area/chapel/main)
-"aUw" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/chapel/main)
-"aUx" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aUy" = (/obj/machinery/door/airlock/glass_security{name = "Holding Area"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aUz" = (/obj/structure/grille,/obj/structure/sign/securearea{desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 0},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aUA" = (/turf/closed/wall/shuttle{icon_state = "swall7"; dir = 2},/area/shuttle/escape)
-"aUB" = (/turf/closed/wall/shuttle{icon_state = "swallc4"; dir = 2},/area/shuttle/escape)
-"aUC" = (/obj/machinery/light,/turf/open/floor/plasteel/arrival{dir = 2},/area/hallway/secondary/entry)
-"aUD" = (/turf/open/floor/plasteel/arrival{dir = 2},/area/hallway/secondary/entry)
-"aUE" = (/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/secondary/entry)
-"aUF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aUG" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aUH" = (/obj/machinery/firealarm{dir = 2; pixel_y = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aUI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aUJ" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aUK" = (/obj/machinery/camera{c_tag = "Arrivals Hallway"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aUL" = (/turf/open/floor/plating,/area/maintenance/port)
-"aUM" = (/obj/structure/closet/wardrobe/mixed,/obj/item/device/radio/intercom{dir = 0; name = "Station Intercom (General)"; pixel_x = -27},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUN" = (/obj/effect/landmark{name = "lightsout"},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUO" = (/obj/structure/table,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/turf/open/floor/plasteel,/area/storage/art)
-"aUP" = (/obj/machinery/light_switch{pixel_y = 28},/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plating,/area/storage/emergency2)
-"aUQ" = (/turf/open/floor/plating,/area/storage/emergency2)
-"aUR" = (/obj/item/weapon/extinguisher,/turf/open/floor/plating,/area/storage/emergency2)
-"aUS" = (/obj/machinery/power/apc{dir = 1; name = "Auxiliary Tool Storage APC"; pixel_y = 24},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/table,/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/rods{amount = 50},/turf/open/floor/plasteel,/area/storage/tools)
-"aUT" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/weapon/electronics/apc,/obj/item/weapon/electronics/airlock,/turf/open/floor/plasteel,/area/storage/tools)
-"aUU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/tools)
-"aUV" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Auxiliary Tool Storage"; dir = 2},/obj/structure/table,/obj/item/stack/sheet/metal{amount = 50},/obj/item/stack/sheet/metal{amount = 50},/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/storage/tools)
-"aUW" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/emergency,/turf/open/floor/plasteel,/area/storage/tools)
-"aUX" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tools)
-"aUY" = (/obj/structure/table/reinforced,/obj/item/device/assembly/flash/handheld,/obj/item/device/assembly/flash/handheld,/turf/open/floor/plasteel,/area/bridge)
-"aUZ" = (/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/bridge)
-"aVa" = (/obj/structure/chair{dir = 1; name = "Engineering Station"},/turf/open/floor/plasteel,/area/bridge)
-"aVb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/bridge)
-"aVc" = (/obj/structure/table/reinforced,/obj/item/device/aicard,/obj/item/device/multitool,/turf/open/floor/plasteel/blue/side{dir = 8},/area/bridge)
-"aVd" = (/obj/structure/chair{dir = 1; name = "Command Station"},/obj/machinery/button/door{id = "bridge blast"; name = "Bridge Blast Door Control"; pixel_x = 28; pixel_y = -2; req_access_txt = "19"},/obj/machinery/keycard_auth{pixel_x = 29; pixel_y = 8},/turf/open/floor/plasteel,/area/bridge)
-"aVe" = (/obj/structure/table/reinforced,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/blue/side{dir = 4},/area/bridge)
-"aVf" = (/turf/open/floor/plasteel/green/corner{dir = 1},/area/bridge)
-"aVg" = (/obj/structure/chair{dir = 1; name = "Crew Station"},/turf/open/floor/plasteel,/area/bridge)
-"aVh" = (/turf/open/floor/plasteel/green/corner{dir = 4},/area/bridge)
-"aVi" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/bridge)
-"aVj" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/door/poddoor/preopen{id = "barShutters"; name = "privacy shutters"},/turf/open/floor/plating,/area/crew_quarters/bar)
-"aVk" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVl" = (/obj/structure/table,/obj/item/weapon/kitchen/fork,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVm" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVn" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVo" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVp" = (/obj/structure/table/wood/poker,/obj/item/toy/cards/deck,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVq" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVr" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVs" = (/mob/living/carbon/monkey/punpun,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVt" = (/obj/machinery/door/airlock/glass{name = "Kitchen"; req_access_txt = "28"},/turf/open/floor/plasteel/bar,/area/crew_quarters/kitchen)
-"aVu" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVw" = (/obj/effect/landmark/start{name = "Cook"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVx" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVA" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aVB" = (/obj/machinery/smartfridge,/turf/closed/wall,/area/crew_quarters/kitchen)
-"aVC" = (/turf/open/floor/plasteel/black,/area/hydroponics)
-"aVD" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/green/side{dir = 8},/area/hydroponics)
-"aVE" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics)
-"aVF" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics)
-"aVG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/green/side{dir = 4},/area/hydroponics)
-"aVH" = (/obj/machinery/door/window/northright{base_state = "right"; dir = 8; icon_state = "right"; name = "Library Desk Door"; req_access_txt = "37"},/turf/open/floor/wood,/area/library)
-"aVI" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/wood,/area/library)
-"aVJ" = (/obj/structure/table/wood,/obj/machinery/computer/libraryconsole/bookmanagement{pixel_y = 0},/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/wood,/area/library)
-"aVK" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aVL" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aVM" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aVN" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aVO" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aVP" = (/obj/machinery/vending/cola,/obj/machinery/status_display{layer = 4; pixel_x = 0; pixel_y = 32},/turf/open/floor/plasteel/escape{dir = 9},/area/hallway/secondary/exit)
-"aVQ" = (/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/secondary/exit)
-"aVR" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"},/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/hallway/secondary/exit)
-"aVS" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aVT" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{name = "Box emergency shuttle"},/obj/docking_port/stationary{dir = 4; dwidth = 12; height = 18; id = "emergency_home"; name = "BoxStation emergency evac bay"; width = 32},/turf/open/floor/plating,/area/shuttle/escape)
-"aVU" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aVV" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"aVW" = (/obj/machinery/door/firedoor,/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVX" = (/turf/closed/wall,/area/security/vacantoffice{name = "Vacant Office A"})
-"aVY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/vacantoffice{name = "Vacant Office A"})
-"aVZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/vacantoffice{name = "Vacant Office A"})
-"aWa" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/port)
-"aWb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/port)
-"aWc" = (/obj/structure/closet/wardrobe/green,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWd" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWe" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWf" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWg" = (/obj/structure/table,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWh" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWi" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWk" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/camera{c_tag = "Locker Room East"; dir = 8; network = list("SS13")},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWl" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/turf/open/floor/plasteel,/area/storage/art)
-"aWm" = (/obj/structure/table,/obj/item/weapon/storage/crayons,/obj/item/weapon/storage/crayons,/turf/open/floor/plasteel,/area/storage/art)
-"aWn" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/structure/table,/obj/item/device/camera_film,/obj/item/device/camera,/turf/open/floor/plasteel,/area/storage/art)
-"aWo" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/storage/emergency2)
-"aWp" = (/obj/machinery/light/small,/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/storage/emergency2)
-"aWq" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/storage/emergency2)
-"aWr" = (/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)
-"aWs" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/turf/open/floor/plasteel,/area/storage/tools)
-"aWt" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel,/area/storage/tools)
-"aWu" = (/turf/open/floor/plasteel,/area/storage/tools)
-"aWv" = (/obj/structure/rack,/obj/item/clothing/gloves/color/fyellow,/obj/item/clothing/suit/hazardvest,/obj/item/device/multitool,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/storage/tools)
-"aWw" = (/turf/closed/wall,/area/bridge)
-"aWx" = (/obj/machinery/computer/prisoner,/turf/open/floor/plasteel/red/side{dir = 10},/area/bridge)
-"aWy" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/red/side,/area/bridge)
-"aWz" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/red/side{dir = 6},/area/bridge)
-"aWA" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel,/area/bridge)
-"aWB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/bridge)
-"aWC" = (/turf/open/floor/plasteel,/area/bridge)
-"aWD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel,/area/bridge)
-"aWE" = (/turf/open/floor/plasteel/blue/corner{dir = 1},/area/bridge)
-"aWF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/blue/corner{dir = 4},/area/bridge)
-"aWG" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge)
-"aWH" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/bridge)
-"aWI" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/bridge)
-"aWJ" = (/obj/machinery/computer/teleporter,/turf/open/floor/plasteel/brown{dir = 10},/area/bridge)
-"aWK" = (/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel/brown{dir = 2},/area/bridge)
-"aWL" = (/obj/machinery/computer/security/mining,/turf/open/floor/plasteel/brown{dir = 6},/area/bridge)
-"aWM" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/camera{c_tag = "Bar West"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aWN" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aWO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aWP" = (/obj/structure/table/reinforced,/obj/item/clothing/head/that{throwforce = 1; throwing = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aWQ" = (/obj/effect/landmark/start{name = "Bartender"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aWR" = (/obj/machinery/requests_console{department = "Bar"; departmentType = 2; pixel_x = 30; pixel_y = 0},/obj/machinery/camera{c_tag = "Bar"; dir = 8; network = list("SS13")},/obj/structure/table,/obj/machinery/chem_dispenser/drinks,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aWS" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/snacks/mint,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWT" = (/obj/structure/table,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWU" = (/obj/structure/table,/obj/item/weapon/kitchen/rollingpin,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWV" = (/obj/structure/table,/obj/item/weapon/book/manual/chef_recipes,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWW" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWX" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastleft{name = "Hydroponics Desk"; req_access_txt = "35"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/delivery{name = "floor"},/area/crew_quarters/kitchen)
-"aWY" = (/turf/open/floor/plasteel/vault{dir = 8},/area/hydroponics)
-"aWZ" = (/turf/open/floor/plasteel/green/side{dir = 8},/area/hydroponics)
-"aXa" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel,/area/hydroponics)
-"aXb" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/turf/open/floor/plasteel,/area/hydroponics)
-"aXc" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/hydroponics)
-"aXd" = (/obj/machinery/hydroponics/constructable,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aXe" = (/obj/structure/bookcase/random/adult,/turf/open/floor/wood,/area/library)
-"aXf" = (/obj/structure/chair/comfy/black,/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/wood,/area/library)
-"aXg" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/wood,/area/library)
-"aXh" = (/obj/effect/landmark/start{name = "Librarian"},/obj/structure/chair/office/dark,/turf/open/floor/wood,/area/library)
-"aXi" = (/obj/machinery/libraryscanner,/turf/open/floor/wood,/area/library)
-"aXj" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aXk" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aXl" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aXm" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aXn" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aXo" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"aXp" = (/obj/structure/chair{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aXq" = (/obj/structure/chair{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aXr" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"aXs" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 4},/turf/closed/wall/shuttle{icon_state = "swall_s6"; dir = 2},/area/shuttle/transport)
-"aXt" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/transport)
-"aXu" = (/obj/structure/window/shuttle,/obj/structure/grille,/turf/open/floor/plating,/area/shuttle/transport)
-"aXv" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/transport)
-"aXw" = (/turf/closed/wall/shuttle{icon_state = "swall_s10"; dir = 2},/area/shuttle/transport)
-"aXx" = (/obj/machinery/camera{c_tag = "Arrivals Bay 2"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aXy" = (/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aXz" = (/obj/structure/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aXA" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aXB" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aXC" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aXD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aXE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port)
-"aXF" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port)
-"aXG" = (/obj/structure/closet/wardrobe/grey,/obj/machinery/requests_console{department = "Locker Room"; pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXJ" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXK" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXL" = (/obj/structure/table,/obj/item/clothing/head/soft/grey{pixel_x = -2; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXM" = (/obj/structure/table,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXN" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start{name = "Assistant"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aXR" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/storage/tools)
-"aXS" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/storage/tools)
-"aXT" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/storage/tools)
-"aXU" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/tools)
-"aXV" = (/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,/turf/open/floor/plasteel/blue/side{dir = 5},/area/hallway/primary/central)
-"aXW" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge)
-"aXX" = (/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/bridge)
-"aXY" = (/obj/machinery/camera{c_tag = "Bridge West"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/red/corner{dir = 1},/area/bridge)
-"aXZ" = (/obj/structure/chair{dir = 1; name = "Security Station"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/corner{dir = 4},/area/bridge)
-"aYb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge)
-"aYd" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYe" = (/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/bridge)
-"aYf" = (/obj/machinery/hologram/holopad,/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/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYg" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYi" = (/obj/item/device/radio/beacon,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 1},/area/bridge)
-"aYl" = (/obj/structure/chair{dir = 1; name = "Logistics Station"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYm" = (/obj/machinery/camera{c_tag = "Bridge East"; dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/brown/corner{dir = 4},/area/bridge)
-"aYn" = (/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/bridge)
-"aYo" = (/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,/turf/open/floor/plasteel/blue/side{dir = 9},/area/hallway/primary/central)
-"aYp" = (/obj/machinery/camera{c_tag = "Bridge East Entrance"; dir = 2},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"aYq" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aYr" = (/obj/structure/chair,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aYs" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/weapon/reagent_containers/food/snacks/pie/cream,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aYt" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/obj/item/stack/packageWrap,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aYu" = (/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)
-"aYv" = (/obj/structure/table,/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)
-"aYw" = (/obj/machinery/processor,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aYx" = (/obj/machinery/light{dir = 8},/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aYy" = (/obj/effect/landmark/start{name = "Botanist"},/turf/open/floor/plasteel,/area/hydroponics)
-"aYz" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aYA" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"aYB" = (/obj/structure/table/wood,/obj/item/weapon/paper,/turf/open/floor/wood,/area/library)
-"aYC" = (/obj/structure/chair/comfy/black{dir = 8},/turf/open/floor/wood,/area/library)
-"aYD" = (/obj/structure/table/wood,/obj/item/device/camera_film,/obj/item/device/camera_film,/turf/open/floor/wood,/area/library)
-"aYE" = (/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)
-"aYF" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/wood,/area/library)
-"aYG" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aYH" = (/obj/machinery/camera{c_tag = "Chapel South"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aYI" = (/obj/item/device/radio/intercom{pixel_x = -25},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"aYJ" = (/turf/open/floor/plasteel/shuttle,/turf/closed/wall/shuttle/interior{icon_state = "swall_f9"},/area/shuttle/transport)
-"aYK" = (/turf/open/floor/plasteel/shuttle,/area/shuttle/transport)
-"aYL" = (/obj/machinery/computer/shuttle/ferry/request,/turf/open/floor/plasteel/shuttle,/area/shuttle/transport)
-"aYM" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle,/area/shuttle/transport)
-"aYN" = (/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/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aYO" = (/obj/machinery/camera{c_tag = "Vacant Office"; dir = 4; network = list("SS13")},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aYP" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aYQ" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aYR" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aYS" = (/obj/structure/table/wood,/obj/item/weapon/pen/red,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"aYT" = (/obj/structure/grille,/obj/structure/window{icon_state = "window"; dir = 8},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port)
-"aYU" = (/obj/structure/grille,/obj/structure/window{icon_state = "window"; dir = 1},/turf/open/floor/plating,/area/maintenance/port)
-"aYV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port)
-"aYW" = (/obj/structure/closet/wardrobe/black,/obj/item/clothing/shoes/jackboots,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYY" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYZ" = (/obj/machinery/camera{c_tag = "Locker Room West"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZb" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZd" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port)
-"aZf" = (/obj/machinery/power/apc{dir = 1; name = "Art Storage"; pixel_x = 0; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/turf/open/floor/plating,/area/storage/art)
-"aZg" = (/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/maintenance/port)
-"aZh" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/turf/open/floor/plating,/area/maintenance/port)
-"aZi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/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"},/turf/open/floor/plating,/area/maintenance/port)
-"aZj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port)
-"aZk" = (/obj/machinery/power/apc{dir = 1; name = "Port Emergency Storage 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_x = 0; tag = ""},/turf/open/floor/plating,/area/storage/emergency2)
-"aZl" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/port)
-"aZm" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port)
-"aZn" = (/turf/closed/wall,/area/security/detectives_office)
-"aZo" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/side{dir = 4},/area/hallway/primary/central)
-"aZp" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access_txt = "19"},/turf/open/floor/plasteel,/area/bridge)
-"aZq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/bridge)
-"aZr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access_txt = "19"},/turf/open/floor/plasteel,/area/bridge)
-"aZs" = (/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,/area/bridge)
-"aZt" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/bridge)
-"aZu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aZv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/corner,/area/bridge)
-"aZw" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/machinery/light,/obj/machinery/light_switch{pixel_x = -6; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZx" = (/obj/structure/fireaxecabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZy" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZz" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZB" = (/obj/machinery/turretid{control_area = "AI Upload Chamber"; name = "AI Upload turret control"; pixel_y = -25},/obj/machinery/camera{c_tag = "Bridge Center"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZD" = (/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZE" = (/obj/machinery/power/apc{cell_type = 5000; dir = 2; name = "Bridge APC"; pixel_y = -24},/obj/structure/cable,/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aZF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/bridge)
-"aZG" = (/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/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/bridge)
-"aZH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/bridge)
-"aZI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access_txt = "19"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aZJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/bridge)
-"aZK" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access_txt = "19"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aZL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"aZM" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aZN" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aZO" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aZP" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -31},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aZQ" = (/obj/structure/table/wood/poker,/obj/item/clothing/mask/cigarette/cigar,/obj/item/toy/cards/deck,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aZR" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/condiment/peppermill{pixel_x = 5; pixel_y = -2},/obj/item/weapon/reagent_containers/food/condiment/saltshaker{pixel_x = -2; pixel_y = 2},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aZS" = (/obj/machinery/door/window/southright{name = "Bar Door"; req_access_txt = "0"; req_one_access_txt = "25;28"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aZT" = (/obj/structure/table/reinforced,/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 32},/obj/item/weapon/book/manual/barman_recipes,/obj/item/weapon/reagent_containers/glass/rag,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aZU" = (/obj/effect/landmark/start{name = "Cook"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aZV" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/machinery/requests_console{department = "Kitchen"; departmentType = 2; pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aZW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j2s"; sortType = 16},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"aZX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/airalarm{pixel_y = 25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"aZY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"aZZ" = (/obj/structure/disposalpipe/segment{dir = 4},/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)
-"baa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"bab" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"bac" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"bad" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/carpet,/area/library)
-"bae" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Chapel"},/turf/open/floor/carpet,/area/chapel/main)
-"baf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/carpet,/area/chapel/main)
-"bag" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/chapel/main)
-"bah" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/carpet,/area/chapel/main)
-"bai" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main)
-"baj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"bak" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bal" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bam" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"ban" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/warning{dir = 4},/area/hallway/secondary/exit)
-"bao" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plasteel/shuttle,/area/shuttle/transport)
-"bap" = (/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)
-"baq" = (/obj/machinery/door/airlock/external{id_tag = null; name = "Port Docking Bay 2"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"bar" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/light_switch{pixel_x = -28; pixel_y = 0},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bas" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bat" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/carpet,/area/security/vacantoffice{name = "Vacant Office A"})
-"bau" = (/turf/open/floor/carpet,/area/security/vacantoffice{name = "Vacant Office A"})
-"bav" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/security/vacantoffice{name = "Vacant Office A"})
-"baw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bax" = (/obj/machinery/light{dir = 4},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bay" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port)
-"baz" = (/turf/closed/wall,/area/crew_quarters/locker/locker_toilet)
-"baA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/locker/locker_toilet)
-"baB" = (/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)
-"baC" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"baD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"baE" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"baF" = (/turf/open/floor/plasteel/warning/corner{dir = 2},/area/crew_quarters/locker)
-"baG" = (/turf/open/floor/plasteel/warning{dir = 2},/area/crew_quarters/locker)
-"baH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning/corner{dir = 1},/area/crew_quarters/locker)
-"baI" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"baJ" = (/obj/machinery/power/apc{dir = 8; name = "Locker Room Maintenance APC"; pixel_x = -27; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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},/turf/open/floor/plating,/area/maintenance/port)
-"baK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/port)
-"baL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port)
-"baM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/port)
-"baN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port)
-"baO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Warehouse Maintenance"; req_access_txt = "31"},/turf/open/floor/plating,/area/maintenance/port)
-"baP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 4},/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/plating,/area/maintenance/port)
-"baQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/security/detectives_office)
-"baR" = (/obj/structure/closet/secure_closet/detective,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"baS" = (/obj/machinery/computer/med_data,/obj/machinery/newscaster{pixel_x = 0; pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"baT" = (/obj/machinery/computer/secure_data,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"baU" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/security/detectives_office)
-"baV" = (/obj/structure/table/wood,/obj/item/weapon/storage/box/evidence,/obj/item/weapon/hand_labeler{pixel_x = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"baW" = (/obj/structure/table/wood,/obj/item/device/taperecorder,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/button/door{id = "datboidetective"; name = "Privacy Shutters"; pixel_x = 0; pixel_y = 24},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"baX" = (/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"baY" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/central)
-"baZ" = (/obj/machinery/camera{c_tag = "Bridge West Entrance"; dir = 1},/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/central)
-"bba" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/side{dir = 6},/area/hallway/primary/central)
-"bbb" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge)
-"bbc" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/bridge)
-"bbd" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bbe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bbf" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bbg" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/plasteel/blue/side{dir = 6},/area/bridge)
-"bbh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/highsecurity{icon_state = "door_closed"; locked = 0; name = "AI Upload Access"; req_access_txt = "16"},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bbl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbm" = (/obj/machinery/ai_status_display,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bbp" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/filingcabinet/filingcabinet,/turf/open/floor/plasteel/blue/side{dir = 10},/area/bridge)
-"bbq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bbr" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/side{dir = 10},/area/hallway/primary/central)
-"bbs" = (/obj/machinery/power/apc{dir = 2; name = "Central Hall APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/central)
-"bbt" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bbu" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bbv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bbw" = (/obj/structure/chair/stool/bar,/obj/effect/landmark/start{name = "Assistant"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bbx" = (/obj/structure/chair/stool/bar,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bby" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Kitchen"; req_access_txt = "28"},/turf/open/floor/plasteel/bar,/area/crew_quarters/kitchen)
-"bbz" = (/obj/machinery/light_switch{pixel_y = -25},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bbA" = (/obj/machinery/light,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bbB" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bbC" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/button/door{id = "kitchen"; name = "Kitchen Shutters Control"; pixel_x = -1; pixel_y = -24; req_access_txt = "28"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bbD" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bbE" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/hydroponics)
-"bbF" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/hydroponics)
-"bbG" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/green/side{dir = 1},/area/hydroponics)
-"bbH" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Botanist"},/turf/open/floor/plasteel,/area/hydroponics)
-"bbI" = (/obj/machinery/camera{c_tag = "Hydroponics South"; dir = 8; network = list("SS13")},/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/hydroponics)
-"bbJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall,/area/hydroponics)
-"bbK" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/obj/structure/cable{d1 = 1; d2 = 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/starboard)
-"bbL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bbM" = (/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)
-"bbN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"bbO" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/carpet,/area/library)
-"bbP" = (/obj/machinery/hologram/holopad,/turf/open/floor/carpet,/area/library)
-"bbQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/carpet,/area/chapel/main)
-"bbR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main)
-"bbS" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/carpet,/area/chapel/main)
-"bbT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/chapel/main)
-"bbU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main)
-"bbV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"bbW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bbX" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bbY" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bbZ" = (/obj/machinery/camera{c_tag = "Escape Arm Airlocks"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel/warning{dir = 4},/area/hallway/secondary/exit)
-"bca" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 4},/turf/closed/wall/shuttle{icon_state = "swall_s5"; dir = 2},/area/shuttle/transport)
-"bcb" = (/turf/open/floor/plasteel/shuttle,/turf/closed/wall/shuttle/interior{icon_state = "swall_f10"},/area/shuttle/transport)
-"bcc" = (/obj/structure/closet/crate,/turf/open/floor/plasteel/shuttle,/area/shuttle/transport)
-"bcd" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle,/area/shuttle/transport)
-"bce" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"bcf" = (/obj/machinery/door/airlock/engineering{name = "Vacant Office A"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bcg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bch" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bci" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/security/vacantoffice{name = "Vacant Office A"})
-"bcj" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bck" = (/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bcl" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port)
-"bcm" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bcn" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bco" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bcp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bcq" = (/obj/structure/table,/obj/item/weapon/razor,/obj/structure/window{icon_state = "window"; dir = 1},/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bcr" = (/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bcs" = (/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},/obj/structure/window{icon_state = "window"; dir = 1},/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bct" = (/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/delivery,/area/crew_quarters/locker)
-"bcu" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel/delivery,/area/crew_quarters/locker)
-"bcv" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning{dir = 8},/area/crew_quarters/locker)
-"bcw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bcx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port)
-"bcy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port)
-"bcz" = (/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bcA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bcB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bcC" = (/turf/closed/wall,/area/quartermaster/storage)
-"bcD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port)
-"bcE" = (/obj/machinery/light/small{dir = 8},/obj/structure/rack,/obj/item/weapon/storage/briefcase,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bcF" = (/turf/open/floor/carpet,/area/security/detectives_office)
-"bcG" = (/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)
-"bcH" = (/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/camera{c_tag = "Detective's Office"; dir = 2},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bcI" = (/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bcJ" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bcK" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"bcL" = (/turf/closed/wall/r_wall,/area/bridge/meeting_room)
-"bcM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/bridge/meeting_room)
-"bcN" = (/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = null; req_access_txt = "19"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bcO" = (/turf/closed/wall,/area/bridge/meeting_room)
-"bcP" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bcQ" = (/turf/open/floor/bluegrid,/area/turret_protected/ai_upload)
-"bcR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bcS" = (/obj/machinery/porta_turret/ai{dir = 8},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bcT" = (/turf/closed/wall/r_wall,/area/crew_quarters/captain)
-"bcU" = (/obj/machinery/door/airlock/command{name = "Captain's Office"; req_access = null; req_access_txt = "20"},/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/wood,/area/crew_quarters/captain)
-"bcV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/captain)
-"bcW" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bcX" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bcY" = (/obj/machinery/vending/cigarette{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bcZ" = (/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bda" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdb" = (/obj/machinery/light,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdc" = (/obj/machinery/camera{c_tag = "Bar South"; dir = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdd" = (/obj/structure/noticeboard{pixel_y = -27},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bde" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdf" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdg" = (/obj/machinery/light/small,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdh" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/fancy/donut_box,/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters/preopen{id = "kitchen"; name = "kitchen shutters"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bdi" = (/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)
-"bdj" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/hydroponics)
-"bdk" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/hydroponics)
-"bdl" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hydroponics)
-"bdm" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/northleft{name = "Hydroponics Desk"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics)
-"bdn" = (/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,/area/hydroponics)
-"bdo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bdp" = (/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bdq" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bdr" = (/obj/machinery/vending/coffee,/turf/open/floor/wood,/area/library)
-"bds" = (/obj/structure/chair/comfy/black{dir = 4},/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/wood,/area/library)
-"bdt" = (/obj/structure/table/wood,/obj/item/weapon/pen,/turf/open/floor/wood,/area/library)
-"bdu" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/wood,/area/library)
-"bdv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/wood,/area/library)
-"bdw" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/black,/area/chapel/main)
-"bdx" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main)
-"bdy" = (/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)
-"bdz" = (/obj/machinery/power/apc{dir = 8; name = "Escape Hallway APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"bdA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bdB" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bdC" = (/turf/closed/wall/shuttle{icon_state = "swall_s9"; dir = 2},/area/shuttle/transport)
-"bdD" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 9},/area/hallway/secondary/entry)
-"bdE" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"bdF" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bdG" = (/obj/structure/table/wood,/obj/item/weapon/folder/blue,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/security/vacantoffice{name = "Vacant Office A"})
-"bdH" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bdI" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bdJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/power/apc{dir = 4; name = "Locker Restrooms APC"; pixel_x = 27; pixel_y = 2},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/crew_quarters/locker/locker_toilet)
-"bdK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bdL" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bdM" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bdN" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/stack/sheet/cardboard,/obj/item/stack/rods{amount = 50},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bdO" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/weapon/electronics/apc,/obj/item/weapon/stock_parts/cell{maxcharge = 2000},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bdP" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bdQ" = (/obj/item/weapon/storage/secure/safe{pixel_x = -23},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bdR" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start{name = "Detective"},/turf/open/floor/carpet,/area/security/detectives_office)
-"bdS" = (/obj/structure/table/wood,/obj/item/device/camera/detective,/turf/open/floor/carpet,/area/security/detectives_office)
-"bdT" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bdU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_security{name = "Detective's Office"; req_access_txt = "4"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bdV" = (/obj/machinery/photocopier,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bdW" = (/obj/machinery/button/door{id = "heads_meeting"; name = "Security Shutters"; pixel_x = 0; pixel_y = 24},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bdX" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bdY" = (/obj/machinery/camera{c_tag = "Conference Room"; dir = 2},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bdZ" = (/turf/open/floor/wood,/area/bridge/meeting_room)
-"bea" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room)
-"beb" = (/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/simple/supply/hidden,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bec" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bed" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bee" = (/obj/structure/table,/obj/item/weapon/aiModule/reset,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bef" = (/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"beg" = (/obj/structure/table,/obj/item/weapon/folder/blue,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"beh" = (/obj/structure/table,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bei" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"bej" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bek" = (/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/manifold/supply/hidden{dir = 8},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bel" = (/obj/machinery/light_switch{pixel_y = 28},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bem" = (/obj/machinery/ai_status_display{pixel_y = 32},/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/carpet,/area/crew_quarters/captain)
-"ben" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 0; pixel_y = 32},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"beo" = (/obj/machinery/status_display{pixel_x = 0; pixel_y = 32},/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/carpet,/area/crew_quarters/captain)
-"bep" = (/obj/machinery/power/apc{cell_type = 2500; dir = 1; name = "Captain's Office APC"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/wood,/area/crew_quarters/captain)
-"beq" = (/turf/open/floor/wood,/area/crew_quarters/captain)
-"ber" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Diner"},/turf/open/floor/plasteel,/area/crew_quarters/bar)
-"bes" = (/obj/structure/sign/barsign,/turf/closed/wall,/area/crew_quarters/bar)
-"bet" = (/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard)
-"beu" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 2"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard)
-"bev" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Hydroponics"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics)
-"bew" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/library)
-"bex" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/chapel/main)
-"bey" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"bez" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"beA" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/escape)
-"beB" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"beC" = (/obj/machinery/power/apc{dir = 8; name = "Vacant Office A APC"; pixel_x = -24; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/security/vacantoffice{name = "Vacant Office A"})
-"beD" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"beE" = (/obj/structure/disposalpipe/segment,/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"},/turf/open/floor/plating,/area/maintenance/port)
-"beF" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"beG" = (/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/crew_quarters/locker/locker_toilet)
-"beH" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"beI" = (/obj/machinery/washing_machine,/obj/machinery/light,/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"beJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/closet/crate,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"beK" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"beL" = (/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"beM" = (/obj/machinery/door/airlock/maintenance{name = "Detective Maintenance"; req_access_txt = "4"},/turf/open/floor/plating,/area/security/detectives_office)
-"beN" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{pixel_x = 3},/obj/item/weapon/lighter,/turf/open/floor/carpet,/area/security/detectives_office)
-"beO" = (/obj/structure/table/wood,/obj/machinery/computer/security/wooden_tv,/turf/open/floor/carpet,/area/security/detectives_office)
-"beP" = (/obj/structure/table/wood,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/clothing/glasses/sunglasses,/turf/open/floor/carpet,/area/security/detectives_office)
-"beQ" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/carpet,/area/security/detectives_office)
-"beR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "datboidetective"; layer = 2.9; name = "privacy shutters"},/turf/open/floor/plating,/area/security/detectives_office)
-"beS" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "heads_meeting"; layer = 2.9; name = "privacy shutters"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge/meeting_room)
-"beT" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room)
-"beU" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"beV" = (/obj/structure/chair/comfy/black,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"beW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"beX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/wood,/area/bridge/meeting_room)
-"beY" = (/obj/machinery/vending/snack,/turf/open/floor/wood,/area/bridge/meeting_room)
-"beZ" = (/obj/structure/table,/obj/item/weapon/aiModule/supplied/quarantine,/obj/machinery/camera/motion{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bfa" = (/obj/machinery/hologram/holopad,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bfb" = (/obj/structure/table,/obj/item/weapon/aiModule/supplied/freeform,/obj/structure/sign/kiddieplaque{pixel_x = 32},/obj/machinery/camera/motion{dir = 8},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bfc" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bfd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bfe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bff" = (/obj/structure/chair/comfy/brown{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bfg" = (/obj/structure/table/wood,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bfh" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bfi" = (/obj/structure/displaycase/captain,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bfj" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Dorm"; location = "HOP2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bfk" = (/obj/structure/sign/directions/evac{dir = 4; icon_state = "direction_evac"; pixel_x = 32; pixel_y = 28},/obj/structure/sign/directions/security{dir = 1; icon_state = "direction_sec"; pixel_x = 32; pixel_y = 36},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bfl" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfm" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfn" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfp" = (/obj/machinery/status_display{layer = 4; pixel_x = 0; pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfr" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfs" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bft" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 5"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bfu" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit)
-"bfv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bfw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bfx" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bfy" = (/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 = 4},/area/hallway/secondary/exit)
-"bfz" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Cargo"},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"bfA" = (/obj/machinery/status_display,/turf/closed/wall/shuttle{icon_state = "swall14"; dir = 2},/area/shuttle/escape)
-"bfB" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Infirmary"},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
-"bfC" = (/turf/closed/wall/shuttle{icon_state = "swall11"; dir = 2},/area/shuttle/escape)
-"bfD" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"bfE" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/blue/corner{dir = 1},/area/hallway/secondary/entry)
-"bfF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"bfG" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bfH" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bfI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bfJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bfK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port)
-"bfL" = (/obj/effect/landmark{name = "blobstart"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bfM" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port)
-"bfN" = (/obj/structure/rack{dir = 4},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port)
-"bfO" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bfP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/turf/open/floor/plating,/area/maintenance/port)
-"bfQ" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bfR" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bfS" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning{dir = 8},/area/crew_quarters/locker)
-"bfT" = (/obj/machinery/camera{c_tag = "Locker Room South"; dir = 8; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bfU" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/closet/crate/freezer,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bfV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bfW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bfX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/storage)
-"bfY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/power/apc{dir = 4; name = "Detective's Office APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port)
-"bfZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/security/detectives_office)
-"bga" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bgb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bgc" = (/obj/machinery/light/small,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bgd" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/filingcabinet,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bge" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bgf" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "heads_meeting"; layer = 2.9; name = "privacy shutters"},/turf/open/floor/plating,/area/bridge/meeting_room)
-"bgg" = (/obj/item/weapon/hand_labeler,/obj/item/device/assembly/timer,/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bgh" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgi" = (/obj/structure/table/wood,/obj/item/device/radio/intercom{dir = 8; freerange = 1; name = "Station Intercom (Command)"; pixel_x = 0},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgj" = (/obj/item/weapon/book/manual/wiki/security_space_law,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgk" = (/obj/structure/chair/comfy/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgl" = (/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/wood,/area/bridge/meeting_room)
-"bgm" = (/obj/machinery/vending/cola,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bgn" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bgo" = (/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/ai_upload)
-"bgp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/bluegrid,/area/turret_protected/ai_upload)
-"bgq" = (/obj/machinery/computer/arcade,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bgr" = (/obj/structure/table/wood,/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bgs" = (/obj/machinery/camera{c_tag = "Central Hallway East"; dir = 4; network = list("SS13")},/obj/structure/disposalpipe/segment,/obj/machinery/status_display{density = 0; layer = 3; pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bgt" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgu" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgw" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgx" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgC" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=HOP2"; location = "Stbd"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgD" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgE" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bgF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bgG" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bgH" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bgI" = (/obj/machinery/door/airlock/external{name = "Cargo Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"bgJ" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"bgK" = (/turf/open/floor/plasteel/shuttle/yellow,/area/shuttle/escape)
-"bgL" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/shuttle/yellow,/area/shuttle/escape)
-"bgM" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"bgN" = (/turf/closed/wall,/area/maintenance/disposal)
-"bgO" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/disposal)
-"bgP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/disposal)
-"bgQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bgR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bgS" = (/obj/machinery/door/airlock{name = "Unit 3"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bgT" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bgU" = (/obj/item/latexballon,/turf/open/floor/plating,/area/maintenance/port)
-"bgV" = (/obj/effect/landmark{name = "blobstart"},/obj/item/clothing/suit/ianshirt,/obj/structure/closet,/turf/open/floor/plating,/area/maintenance/port)
-"bgW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/locker)
-"bgX" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bgY" = (/obj/structure/closet/crate/internals,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bgZ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bha" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bhb" = (/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bhc" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/detectives_office)
-"bhd" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bhe" = (/obj/item/weapon/storage/fancy/donut_box,/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bhf" = (/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bhg" = (/obj/item/weapon/folder/blue,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bhh" = (/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"},/obj/structure/window/reinforced,/obj/item/weapon/aiModule/core/full/corp,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/weapon/aiModule/core/full/custom,/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bhi" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bhj" = (/obj/machinery/computer/upload/ai,/obj/machinery/flasher{id = "AI"; pixel_x = 0; pixel_y = -21},/turf/open/floor/bluegrid,/area/turret_protected/ai_upload)
-"bhk" = (/obj/machinery/power/apc{cell_type = 5000; dir = 2; name = "Upload APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/bluegrid,/area/turret_protected/ai_upload)
-"bhl" = (/obj/machinery/computer/upload/borg,/obj/item/device/radio/intercom{broadcasting = 1; frequency = 1447; listening = 0; name = "Station Intercom (AI Private)"; pixel_y = -29},/turf/open/floor/bluegrid,/area/turret_protected/ai_upload)
-"bhm" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bhn" = (/obj/structure/table,/obj/item/weapon/aiModule/supplied/oxygen,/obj/item/weapon/aiModule/zeroth/oneHuman,/obj/machinery/door/window{base_state = "left"; dir = 8; icon_state = "left"; name = "High-Risk Modules"; req_access_txt = "20"},/obj/item/weapon/aiModule/reset/purge,/obj/structure/window/reinforced,/obj/item/weapon/aiModule/core/full/antimov,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/aiModule/supplied/protectStation,/turf/open/floor/plasteel/black,/area/turret_protected/ai_upload)
-"bho" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bhp" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bhq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bhr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bhs" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bht" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bhu" = (/obj/structure/table/wood,/obj/machinery/camera{c_tag = "Captain's Office"; dir = 8},/obj/item/weapon/storage/lockbox/medal{pixel_y = 0},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bhv" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bhw" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Stbd"; location = "HOP"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bhx" = (/obj/structure/sign/directions/medical{dir = 4; icon_state = "direction_med"; pixel_x = 32; pixel_y = -24},/obj/structure/sign/directions/science{dir = 4; icon_state = "direction_sci"; pixel_x = 32; pixel_y = -32},/obj/structure/sign/directions/engineering{pixel_x = 32; pixel_y = -40},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bhy" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhz" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/starboard)
-"bhA" = (/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/starboard)
-"bhB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/starboard)
-"bhC" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/starboard)
-"bhD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhE" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/obj/machinery/light,/turf/open/floor/plasteel/white/corner{dir = 2},/area/hallway/primary/starboard)
-"bhF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/hallway/primary/starboard)
-"bhG" = (/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/primary/starboard)
-"bhH" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhI" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 3"; dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhK" = (/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,/area/hallway/primary/starboard)
-"bhL" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhM" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhN" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 4"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhO" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/secondary/exit)
-"bhP" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/open/floor/plasteel/escape{dir = 2},/area/hallway/secondary/exit)
-"bhQ" = (/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/light,/turf/open/floor/plasteel/escape{dir = 2},/area/hallway/secondary/exit)
-"bhR" = (/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/plasteel/white/corner{dir = 8},/area/hallway/secondary/exit)
-"bhS" = (/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)
-"bhT" = (/obj/machinery/door/airlock/external{name = "Port Docking Bay 4"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"bhU" = (/obj/machinery/door/airlock/external{name = "Port Docking Bay 3"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"bhV" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"bhW" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"bhX" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/warnplate{dir = 4},/area/maintenance/disposal)
-"bhY" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bhZ" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal)
-"bia" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/obj/machinery/recycler,/obj/structure/sign/securearea{name = "\improper STAY CLEAR HEAVY MACHINERY"; pixel_y = 32},/turf/open/floor/plating,/area/maintenance/disposal)
-"bib" = (/obj/machinery/conveyor{dir = 6; id = "garbage"; verted = 1},/turf/open/floor/plating,/area/maintenance/disposal)
-"bic" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port)
-"bid" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bie" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bif" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"big" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/sortjunction{dir = 1; icon_state = "pipe-j2s"; sortType = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port)
-"bih" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bii" = (/obj/machinery/camera{c_tag = "Locker Room Toilets"; dir = 8; network = list("SS13")},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bij" = (/obj/machinery/power/apc{dir = 1; name = "Locker Room APC"; pixel_x = 0; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/crew_quarters/locker)
-"bik" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bil" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bim" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bin" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port)
-"bio" = (/obj/structure/closet/crate/medical,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bip" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/stack/sheet/cardboard,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"biq" = (/obj/item/clothing/gloves/color/rainbow,/obj/item/clothing/head/soft/rainbow,/obj/item/clothing/shoes/sneakers/rainbow,/obj/item/clothing/under/color/rainbow,/turf/open/floor/plating,/area/maintenance/port)
-"bir" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/quartermaster/office)
-"bis" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/turf/open/floor/plating,/area/quartermaster/office)
-"bit" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/quartermaster/office)
-"biu" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/quartermaster/office)
-"biv" = (/turf/closed/wall,/area/quartermaster/office)
-"biw" = (/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bix" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = -30},/obj/machinery/light,/turf/open/floor/wood,/area/bridge/meeting_room)
-"biy" = (/turf/open/floor/carpet,/area/bridge/meeting_room)
-"biz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"biA" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"biB" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"biC" = (/obj/structure/noticeboard{dir = 8; pixel_x = 27; pixel_y = 0},/turf/open/floor/wood,/area/bridge/meeting_room)
-"biD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biE" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biF" = (/obj/machinery/ai_status_display,/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biG" = (/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biH" = (/obj/machinery/status_display{density = 0; layer = 4},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biI" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/turret_protected/ai_upload)
-"biK" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/wood,/area/crew_quarters/captain)
-"biL" = (/obj/structure/table/wood,/obj/item/weapon/folder/blue,/obj/item/weapon/stamp/captain,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"biM" = (/obj/structure/table/wood,/obj/item/weapon/hand_tele,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"biN" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/wood,/area/crew_quarters/captain)
-"biO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/captain)
-"biP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/wood,/area/crew_quarters/captain)
-"biQ" = (/obj/structure/table/wood,/obj/item/weapon/pinpointer,/obj/item/weapon/disk/nuclear,/obj/item/weapon/storage/secure/safe{pixel_x = 35; pixel_y = 5},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/wood,/area/crew_quarters/captain)
-"biR" = (/turf/closed/wall,/area/medical/chemistry)
-"biS" = (/obj/structure/sign/bluecross_2,/turf/closed/wall,/area/medical/medbay)
-"biT" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/medbay)
-"biU" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"biV" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"biW" = (/turf/closed/wall,/area/security/checkpoint/medical)
-"biX" = (/turf/closed/wall,/area/medical/morgue)
-"biY" = (/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "6"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"biZ" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bja" = (/obj/machinery/power/apc{dir = 2; name = "Starboard Primary Hallway APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bjb" = (/turf/closed/wall,/area/storage/emergency)
-"bjc" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/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,/area/maintenance/asmaint)
-"bjd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/assembly/chargebay)
-"bje" = (/turf/open/floor/plasteel/loadingarea{dir = 1},/area/hallway/primary/starboard)
-"bjf" = (/turf/closed/wall/r_wall,/area/assembly/robotics)
-"bjg" = (/turf/open/floor/plasteel/purple/side{dir = 10},/area/hallway/primary/starboard)
-"bjh" = (/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bji" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bjj" = (/obj/structure/sign/securearea{pixel_x = 0; pixel_y = -32},/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bjk" = (/obj/machinery/light,/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bjl" = (/turf/open/floor/plasteel/purple/side{dir = 6},/area/hallway/primary/starboard)
-"bjm" = (/turf/closed/wall/r_wall,/area/toxins/lab)
-"bjn" = (/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/plasteel/escape{dir = 10},/area/hallway/secondary/exit)
-"bjo" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/escape{dir = 2},/area/hallway/secondary/exit)
-"bjp" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning,/area/hallway/secondary/exit)
-"bjq" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 6},/area/hallway/secondary/exit)
-"bjr" = (/obj/structure/closet,/turf/open/floor/plasteel/shuttle/yellow,/area/shuttle/escape)
-"bjs" = (/obj/structure/closet/crate,/turf/open/floor/plasteel/shuttle/yellow,/area/shuttle/escape)
-"bjt" = (/obj/machinery/camera{c_tag = "Arrivals Bay 3 & 4"; dir = 1},/turf/open/floor/plasteel/warning,/area/hallway/secondary/entry)
-"bju" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/warning{dir = 6},/area/hallway/secondary/entry)
-"bjv" = (/obj/machinery/conveyor{dir = 5; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bjw" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bjx" = (/obj/machinery/conveyor{dir = 10; id = "garbage"; verted = -1},/turf/open/floor/plating,/area/maintenance/disposal)
-"bjy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/closed/wall,/area/maintenance/disposal)
-"bjz" = (/obj/machinery/power/apc{dir = 8; name = "Disposal APC"; pixel_x = -24; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal)
-"bjA" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bjB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bjC" = (/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/plating,/area/maintenance/port)
-"bjD" = (/obj/machinery/door/airlock{name = "Unit 4"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bjE" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/locker/locker_toilet)
-"bjF" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port)
-"bjG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port)
-"bjH" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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/maintenance/port)
-"bjI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bjJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bjK" = (/obj/structure/cable{d1 = 4; d2 = 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/port)
-"bjL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/power/apc{dir = 2; name = "Cargo Bay APC"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bjM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/port)
-"bjN" = (/obj/structure/closet/cardboard,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bjO" = (/obj/machinery/button/door{id = "qm_warehouse"; name = "Warehouse Door Control"; pixel_x = -1; pixel_y = -24; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/closet/crate,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bjP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/structure/closet/crate,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bjQ" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/closed/wall,/area/quartermaster/storage)
-"bjR" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/closed/wall,/area/quartermaster/office)
-"bjS" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort2"},/obj/machinery/camera{c_tag = "Cargo Delivery Office"; dir = 4; network = list("SS13")},/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30; pixel_y = 0},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/office)
-"bjT" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/office)
-"bjU" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/office)
-"bjV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/office)
-"bjW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/filingcabinet/filingcabinet,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/office)
-"bjX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/office)
-"bjY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bjZ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bka" = (/obj/machinery/camera{c_tag = "Central Hallway West"; dir = 8},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"bkb" = (/obj/machinery/door/window/eastright{dir = 1; name = "Bridge Delivery"; req_access_txt = "19"},/turf/open/floor/plasteel/delivery,/area/bridge/meeting_room)
-"bkc" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkd" = (/obj/machinery/computer/slot_machine,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bke" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 0; pixel_y = -32},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkg" = (/obj/machinery/vending/coffee,/obj/machinery/light{dir = 4},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bki" = (/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"bkj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bkk" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_x = -30; pixel_y = 0},/obj/structure/filingcabinet,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bkl" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start{name = "Captain"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bkm" = (/obj/machinery/computer/communications,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bkn" = (/obj/structure/table/wood,/obj/item/weapon/book/manual/wiki/security_space_law,/obj/item/weapon/coin/plasma,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bko" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bkp" = (/obj/structure/table/wood,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/item/device/camera,/obj/item/weapon/storage/photo_album{pixel_y = -10},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bkq" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bkr" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bks" = (/obj/machinery/power/apc{dir = 1; name = "Chemistry APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/mob/living/simple_animal/bot/cleanbot{name = "C.L.E.A.N."},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bkt" = (/obj/machinery/camera{c_tag = "Chemistry"; dir = 2; network = list("SS13")},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bku" = (/obj/machinery/chem_dispenser,/turf/open/floor/plasteel/whiteyellow/side{dir = 1},/area/medical/chemistry)
-"bkv" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/whiteyellow/side{dir = 5},/area/medical/chemistry)
-"bkw" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bkx" = (/obj/structure/chair,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bky" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bkz" = (/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bkA" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/medical)
-"bkB" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/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/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/checkpoint/medical)
-"bkC" = (/obj/machinery/camera{c_tag = "Security Post - Medbay"; dir = 2; network = list("SS13")},/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/medical)
-"bkD" = (/obj/structure/filingcabinet,/obj/machinery/newscaster{pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/medical)
-"bkE" = (/obj/structure/table,/obj/item/weapon/storage/box/bodybags,/obj/item/weapon/pen,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bkF" = (/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bkG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bkH" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bkI" = (/obj/machinery/power/apc{dir = 1; name = "Morgue APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bkJ" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bkK" = (/obj/machinery/door/airlock{name = "Starboard Emergency Storage"; req_access_txt = "0"},/turf/open/floor/plating,/area/storage/emergency)
-"bkL" = (/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,/area/maintenance/asmaint)
-"bkM" = (/turf/closed/wall,/area/assembly/chargebay)
-"bkN" = (/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,/area/assembly/chargebay)
-"bkO" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "Skynet_launch"; name = "mech bay"},/turf/open/floor/plasteel/delivery,/area/assembly/chargebay)
-"bkP" = (/obj/machinery/computer/rdconsole/robotics,/obj/machinery/airalarm{pixel_y = 25},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bkQ" = (/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,/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 30},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bkR" = (/obj/machinery/r_n_d/circuit_imprinter,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bkS" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/assembly/robotics)
-"bkT" = (/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/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"},/turf/open/floor/plating,/area/assembly/robotics)
-"bkU" = (/turf/closed/wall,/area/medical/research{name = "Research Division"})
-"bkV" = (/obj/machinery/door/airlock/research{name = "Research Division Access"; req_access_txt = "47"},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bkW" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd"; name = "research lab shutters"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/lab)
-"bkX" = (/obj/structure/table/reinforced,/obj/machinery/door/window/southright{name = "Research and Development Desk"; req_access_txt = "7"},/obj/machinery/door/poddoor/shutters/preopen{id = "rnd"; name = "research lab shutters"},/turf/open/floor/plating,/area/toxins/lab)
-"bkY" = (/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,/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bkZ" = (/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{dir = 1},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bla" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/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/asmaint2)
-"blb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/asmaint2)
-"blc" = (/turf/closed/wall/shuttle{icon_state = "swall_s5"; dir = 2},/area/shuttle/escape)
-"bld" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
-"ble" = (/turf/closed/wall/shuttle{icon_state = "swall_s9"; dir = 2},/area/shuttle/escape)
-"blf" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"blg" = (/obj/structure/disposalpipe/trunk{dir = 2},/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},/turf/open/floor/plating/warnplate{dir = 4},/area/maintenance/disposal)
-"blh" = (/obj/machinery/mineral/stacking_machine{input_dir = 1; stack_amt = 10},/turf/open/floor/plating,/area/maintenance/disposal)
-"bli" = (/obj/machinery/mineral/stacking_unit_console{dir = 2; machinedir = 8},/turf/closed/wall,/area/maintenance/disposal)
-"blj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port)
-"blk" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bll" = (/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{dir = 5},/turf/open/floor/plating,/area/maintenance/port)
-"blm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/locker/locker_toilet)
-"bln" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window{icon_state = "window"; dir = 8},/turf/open/floor/plating,/area/maintenance/port)
-"blo" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window{icon_state = "window"; dir = 1},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port)
-"blp" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port)
-"blq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"blr" = (/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/port)
-"bls" = (/obj/machinery/door/poddoor/shutters{id = "qm_warehouse"; name = "warehouse shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/delivery{name = "floor"},/area/quartermaster/storage)
-"blt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/storage)
-"blu" = (/obj/structure/disposalpipe/wrapsortjunction{dir = 1},/turf/closed/wall,/area/quartermaster/storage)
-"blv" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/quartermaster/office)
-"blw" = (/obj/machinery/door/window/eastleft{dir = 4; icon_state = "right"; name = "Mail"; req_access_txt = "50"},/turf/open/floor/plating,/area/quartermaster/office)
-"blx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bly" = (/turf/open/floor/plasteel,/area/quartermaster/office)
-"blz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"blA" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/yellow,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/quartermaster/office)
-"blB" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/office)
-"blC" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"blD" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Bridge"},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/bot,/area/bridge/meeting_room)
-"blE" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/bridge/meeting_room)
-"blF" = (/turf/open/floor/plasteel/vault{dir = 1},/area/engine/gravity_generator)
-"blG" = (/turf/open/floor/plasteel/vault{dir = 8},/area/engine/gravity_generator)
-"blH" = (/turf/open/floor/plasteel/vault{dir = 4},/area/engine/gravity_generator)
-"blI" = (/obj/item/device/radio/intercom{dir = 8; freerange = 1; name = "Station Intercom (Command)"; pixel_x = -28},/obj/machinery/suit_storage_unit/captain,/turf/open/floor/wood,/area/crew_quarters/captain)
-"blJ" = (/obj/machinery/computer/card,/obj/item/weapon/card/id/captains_spare,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"blK" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/item/weapon/melee/chainofcommand,/turf/open/floor/wood,/area/crew_quarters/captain)
-"blL" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,/obj/item/stack/sheet/mineral/plasma{layer = 2.9},/obj/item/stack/sheet/mineral/plasma{layer = 2.9},/obj/machinery/requests_console{department = "Chemistry"; departmentType = 2; pixel_x = -30; pixel_y = 0},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"blM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"blN" = (/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"blO" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start{name = "Chemist"},/turf/open/floor/plasteel/whiteyellow/side{dir = 4},/area/medical/chemistry)
-"blP" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{dir = 8; name = "Chemistry Desk"; req_access_txt = "33"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/chemistry)
-"blQ" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"blR" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/depsec/medical,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/medical)
-"blS" = (/turf/open/floor/plasteel,/area/security/checkpoint/medical)
-"blT" = (/obj/machinery/computer/secure_data,/obj/item/device/radio/intercom{pixel_x = 25},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/medical)
-"blU" = (/obj/structure/bodycontainer/morgue,/obj/effect/landmark{name = "revenantspawn"},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"blV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"blW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"blX" = (/turf/open/floor/plating,/area/storage/emergency)
-"blY" = (/obj/machinery/light/small{dir = 1},/obj/item/weapon/extinguisher,/turf/open/floor/plating,/area/storage/emergency)
-"blZ" = (/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plating,/area/storage/emergency)
-"bma" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/power/apc{dir = 4; name = "Mech Bay APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/assembly/chargebay)
-"bmb" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bmc" = (/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bmd" = (/obj/machinery/button/door{dir = 2; id = "Skynet_launch"; name = "Mech Bay Door Control"; pixel_x = 6; pixel_y = 24},/turf/open/floor/plasteel/warning/corner{dir = 8},/area/assembly/chargebay)
-"bme" = (/turf/open/floor/plasteel/warning{dir = 1},/area/assembly/chargebay)
-"bmf" = (/obj/machinery/power/apc{dir = 8; name = "Robotics Lab APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bmg" = (/obj/structure/chair/office/light{dir = 1},/obj/effect/landmark/start{name = "Roboticist"},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bmh" = (/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bmi" = (/obj/machinery/camera{c_tag = "Robotics Lab"; dir = 2; network = list("SS13","RD")},/obj/machinery/button/door{dir = 2; id = "robotics"; name = "Shutters Control Button"; pixel_x = 6; pixel_y = 24; req_access_txt = "29"},/turf/open/floor/plasteel/whitered/corner{dir = 4},/area/assembly/robotics)
-"bmj" = (/turf/open/floor/plasteel/whitered/side{dir = 1},/area/assembly/robotics)
-"bmk" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/whitered/side{dir = 1},/area/assembly/robotics)
-"bml" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/whitered/side{dir = 1},/area/assembly/robotics)
-"bmm" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warnwhite{dir = 9},/area/medical/research{name = "Research Division"})
-"bmn" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bmo" = (/obj/machinery/camera{c_tag = "Research Division Access"; dir = 2; network = list("SS13")},/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 5},/area/medical/research{name = "Research Division"})
-"bmp" = (/turf/open/floor/plasteel/whitepurple/side{dir = 1},/area/toxins/lab)
-"bmq" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Scientist"},/turf/open/floor/plasteel/whitepurple/side{dir = 1},/area/toxins/lab)
-"bmr" = (/obj/machinery/camera{c_tag = "Research and Development"; dir = 2; network = list("SS13","RD"); pixel_x = 22},/obj/machinery/button/door{dir = 2; id = "rnd"; name = "Shutters Control Button"; pixel_x = -6; pixel_y = 24; req_access_txt = "47"},/turf/open/floor/plasteel/whitepurple/corner{dir = 1},/area/toxins/lab)
-"bms" = (/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bmt" = (/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,/area/maintenance/asmaint2)
-"bmu" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape)
-"bmv" = (/turf/closed/wall/shuttle{icon_state = "swall_s6"; dir = 2},/area/shuttle/abandoned)
-"bmw" = (/turf/closed/wall/shuttle{icon_state = "swall_s10"; dir = 2},/area/shuttle/abandoned)
-"bmx" = (/obj/machinery/door/airlock/shuttle,/obj/docking_port/mobile{dheight = 0; dir = 2; 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 = 2; dwidth = 11; height = 22; id = "whiteship_home"; name = "SS13 Arrival Docking"; width = 35},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bmy" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/abandoned)
-"bmz" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bmA" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/obj/structure/sign/vacuum{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/disposal)
-"bmB" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/disposal)
-"bmC" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/disposal)
-"bmD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/disposal)
-"bmE" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal)
-"bmF" = (/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal)
-"bmG" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bmH" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/port)
-"bmI" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port)
-"bmJ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/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/port)
-"bmK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bmL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bmM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bmN" = (/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/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bmO" = (/obj/structure/table,/obj/item/clothing/head/soft,/obj/item/clothing/head/soft,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmP" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/weapon/hand_labeler,/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = 0; pixel_y = 30},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmQ" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/device/radio/intercom{broadcasting = 0; listening = 1; name = "Station Intercom (General)"; pixel_y = 20},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmR" = (/obj/machinery/camera{c_tag = "Cargo Bay North"},/obj/structure/closet/wardrobe/cargotech,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmS" = (/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmT" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmV" = (/obj/machinery/button/door{id = "qm_warehouse"; name = "Warehouse Door Control"; pixel_x = -1; pixel_y = 24; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bmW" = (/obj/machinery/photocopier,/obj/item/device/radio/intercom{broadcasting = 0; listening = 1; name = "Station Intercom (General)"; pixel_y = 20},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bmX" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bmY" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/quartermaster/office)
-"bmZ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/machinery/airalarm{dir = 4; locked = 0; pixel_x = -23; pixel_y = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bna" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bnb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bnc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair{dir = 4},/obj/effect/landmark/start{name = "Cargo Technician"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bnd" = (/obj/structure/table/reinforced,/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bne" = (/obj/machinery/door/firedoor,/obj/machinery/door/window/westleft{name = "Delivery Desk"; req_access_txt = "50"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bot,/area/quartermaster/office)
-"bnf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bng" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bnh" = (/turf/closed/wall/r_wall,/area/maintenance/maintcentral)
-"bni" = (/turf/open/floor/plating,/area/maintenance/maintcentral)
-"bnj" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/maintcentral)
-"bnk" = (/obj/machinery/power/apc{dir = 1; name = "Bridge Maintenance APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/maintcentral)
-"bnl" = (/obj/structure/closet/wardrobe/black,/turf/open/floor/plating,/area/maintenance/maintcentral)
-"bnm" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bnn" = (/obj/machinery/newscaster/security_unit{pixel_x = -32; pixel_y = 0},/obj/machinery/keycard_auth{pixel_x = 0; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/captain)
-"bno" = (/obj/machinery/door/window{base_state = "right"; dir = 4; icon_state = "right"; name = "Captain's Desk Door"; req_access_txt = "20"},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bnp" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bnq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bnr" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/wood,/area/crew_quarters/captain)
-"bns" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bnt" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bnu" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bnv" = (/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{dir = 4},/area/medical/chemistry)
-"bnw" = (/obj/machinery/smartfridge/chemistry,/turf/open/floor/plating,/area/medical/chemistry)
-"bnx" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bny" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/whiteblue/corner{dir = 2},/area/medical/medbay)
-"bnz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay)
-"bnA" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay)
-"bnB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay)
-"bnC" = (/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay)
-"bnD" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/medical)
-"bnE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/checkpoint/medical)
-"bnF" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/medical)
-"bnG" = (/obj/machinery/camera{c_tag = "Medbay Morgue"; 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/black,/area/medical/morgue)
-"bnH" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/storage/emergency)
-"bnI" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/storage/emergency)
-"bnJ" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/storage/emergency)
-"bnK" = (/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)
-"bnL" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/bluegrid,/area/assembly/chargebay)
-"bnM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/bluegrid,/area/assembly/chargebay)
-"bnN" = (/obj/structure/cable{d1 = 2; 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 = 6},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bnO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bnP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_research{name = "Robotics Lab"; req_access_txt = "29"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bnQ" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bnR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bnS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bnT" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/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/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/clothing/glasses/welding,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bnU" = (/obj/structure/closet/firecloset,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/warnwhite{dir = 8},/area/medical/research{name = "Research Division"})
-"bnV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bnW" = (/obj/machinery/shower{dir = 8},/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 4},/area/medical/research{name = "Research Division"})
-"bnX" = (/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)
-"bnY" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bnZ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"boa" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bob" = (/turf/closed/wall,/area/maintenance/asmaint2)
-"boc" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_l"; dir = 4},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bod" = (/turf/closed/wall/shuttle{icon_state = "swall13"; dir = 2},/area/shuttle/abandoned)
-"boe" = (/turf/closed/wall/shuttle{icon_state = "swall11"; dir = 2},/area/shuttle/abandoned)
-"bof" = (/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bog" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"boh" = (/obj/structure/table,/obj/item/weapon/screwdriver,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"boi" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/shuttle/abandoned)
-"boj" = (/obj/machinery/conveyor{dir = 1; id = "garbage"; layer = 2.5},/obj/machinery/door/poddoor/preopen{id = "Disposal Exit"; layer = 3; name = "disposal exit vent"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bok" = (/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"; pixel_x = -26; pixel_y = -6},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/disposal)
-"bol" = (/turf/open/floor/plating,/area/maintenance/disposal)
-"bom" = (/obj/effect/decal/cleanable/oil,/obj/machinery/light_switch{pixel_x = 25; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/disposal)
-"bon" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/port)
-"boo" = (/turf/closed/wall/r_wall,/area/maintenance/port)
-"bop" = (/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/r_wall,/area/maintenance/port)
-"boq" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Maintenance"; req_access_txt = "31"},/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/quartermaster/storage)
-"bor" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bos" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bot" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/storage)
-"bou" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/quartermaster/office)
-"bov" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bow" = (/obj/structure/disposalpipe/sortjunction{dir = 1; icon_state = "pipe-j2s"; sortType = 2},/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"box" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_mining{name = "Cargo Office"; req_access_txt = "50"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office)
-"boy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"boz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"boA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/office)
-"boB" = (/obj/structure/table/reinforced,/obj/item/device/destTagger,/obj/item/device/destTagger,/obj/machinery/computer/stockexchange,/turf/open/floor/plasteel,/area/quartermaster/office)
-"boC" = (/obj/structure/table/reinforced,/obj/item/stack/wrapping_paper{pixel_x = 3; pixel_y = 4},/obj/item/stack/packageWrap{pixel_x = -1; pixel_y = -1},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -26},/turf/open/floor/plasteel,/area/quartermaster/office)
-"boD" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/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)
-"boE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"boF" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/maintcentral)
-"boG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/maintcentral)
-"boH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/power/apc{dir = 2; name = "Head of Personnel APC"; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads)
-"boI" = (/obj/effect/landmark{name = "blobstart"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/maintcentral)
-"boJ" = (/obj/machinery/power/apc{dir = 4; name = "Conference Room APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/bridge/meeting_room)
-"boK" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"boL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"boM" = (/obj/machinery/gravity_generator/main/station,/turf/open/floor/plasteel/vault{dir = 8},/area/engine/gravity_generator)
-"boN" = (/obj/machinery/camera{c_tag = "Gravity Generator Room"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"boO" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"boP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/captain)
-"boQ" = (/obj/machinery/door/airlock/command{name = "Captain's Quarters"; req_access = null; req_access_txt = "20"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/captain)
-"boR" = (/obj/machinery/door/airlock/maintenance{name = "Captain's Office Maintenance"; req_access_txt = "20"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/captain)
-"boS" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"boT" = (/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/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"boU" = (/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/plasteel/white,/area/medical/chemistry)
-"boV" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"boW" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Chemistry Desk"; req_access_txt = "33"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/chemistry)
-"boX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"boY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/whiteblue/side{dir = 4},/area/medical/medbay)
-"boZ" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bpa" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/food/drinks/britcup{desc = "Kingston's personal cup."},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bpb" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bpc" = (/obj/structure/table/reinforced,/obj/machinery/camera{c_tag = "Medbay Foyer"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = 0},/obj/machinery/cell_charger,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bpd" = (/obj/machinery/power/apc{dir = 8; name = "Medbay Security APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/medical)
-"bpe" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/medical)
-"bpf" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/medical)
-"bpg" = (/obj/machinery/mech_bay_recharge_port,/obj/structure/cable,/turf/open/floor/plating,/area/assembly/chargebay)
-"bph" = (/turf/open/floor/mech_bay_recharge_floor,/area/assembly/chargebay)
-"bpi" = (/obj/machinery/computer/mech_bay_power_console,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/bluegrid,/area/assembly/chargebay)
-"bpj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bpk" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bpl" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/assembly/robotics)
-"bpm" = (/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},/turf/open/floor/plasteel/warning{dir = 1},/area/assembly/robotics)
-"bpn" = (/turf/open/floor/plasteel/warning{dir = 1},/area/assembly/robotics)
-"bpo" = (/obj/machinery/mecha_part_fabricator,/turf/open/floor/plasteel/warning{dir = 1},/area/assembly/robotics)
-"bpp" = (/turf/open/floor/plasteel/warnwhite{dir = 8},/area/assembly/robotics)
-"bpq" = (/obj/machinery/ai_status_display{pixel_x = 32; pixel_y = 0},/obj/structure/table,/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,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bpr" = (/obj/structure/closet/firecloset,/turf/open/floor/plasteel/warnwhite{dir = 10},/area/medical/research{name = "Research Division"})
-"bps" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warnwhite{dir = 6},/area/medical/research{name = "Research Division"})
-"bpt" = (/obj/machinery/r_n_d/destructive_analyzer,/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/lab)
-"bpu" = (/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/lab)
-"bpv" = (/obj/machinery/r_n_d/protolathe,/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/lab)
-"bpw" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/warnwhite{dir = 8},/area/toxins/lab)
-"bpx" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bpy" = (/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,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bpz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bpA" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bpB" = (/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bpC" = (/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/cigbutt,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bpD" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 4},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bpE" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bpF" = (/turf/closed/wall/shuttle{icon_state = "swall_f15"},/area/shuttle/abandoned)
-"bpG" = (/turf/closed/wall/shuttle{icon_state = "swall15"; dir = 2},/area/shuttle/abandoned)
-"bpH" = (/obj/machinery/computer/pod{id = "oldship_gun"},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bpI" = (/turf/closed/wall/shuttle{icon_state = "swall7"; dir = 2},/area/shuttle/abandoned)
-"bpJ" = (/obj/machinery/light/small{dir = 8},/obj/machinery/mass_driver{id = "trash"},/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/disposal)
-"bpK" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "garbage"; name = "disposal coveyor"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bpL" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/disposal)
-"bpM" = (/obj/structure/closet,/turf/open/floor/plating,/area/maintenance/disposal)
-"bpN" = (/turf/closed/wall/shuttle{icon_state = "swall_s6"; dir = 2},/area/shuttle/supply)
-"bpO" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/supply)
-"bpP" = (/turf/closed/wall/shuttle{icon_state = "swall_s10"; dir = 2},/area/shuttle/supply)
-"bpQ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/storage)
-"bpR" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 8},/area/quartermaster/storage)
-"bpS" = (/obj/structure/closet/emcloset,/obj/machinery/airalarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpU" = (/obj/machinery/light{dir = 1},/obj/machinery/firealarm{pixel_y = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpV" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpX" = (/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)
-"bpY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/office)
-"bpZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bqa" = (/obj/machinery/status_display{density = 0; pixel_y = 2; supply_display = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/quartermaster/office)
-"bqb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/office)
-"bqc" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/quartermaster/office)
-"bqd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access_txt = "50"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bqe" = (/obj/machinery/light{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/status_display{density = 0; layer = 3; pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bqf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bqg" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/maintcentral)
-"bqh" = (/turf/closed/wall,/area/crew_quarters/heads)
-"bqi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/heads)
-"bqj" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = null; req_access_txt = "57"},/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/wood,/area/crew_quarters/heads)
-"bqk" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads)
-"bql" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"bqm" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"bqn" = (/turf/closed/wall,/area/crew_quarters/captain)
-"bqo" = (/obj/machinery/light/small{dir = 1},/obj/structure/dresser,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bqp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bqq" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bqr" = (/obj/machinery/door/airlock{name = "Private Restroom"; req_access_txt = "0"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/captain)
-"bqs" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/obj/structure/mirror{pixel_x = 28},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/captain)
-"bqt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/captain)
-"bqu" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bqv" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bqw" = (/obj/structure/table/glass,/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bqx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bqy" = (/obj/structure/disposalpipe/segment,/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bqz" = (/obj/machinery/chem_dispenser,/turf/open/floor/plasteel/whiteyellow/side{dir = 2},/area/medical/chemistry)
-"bqA" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/whiteyellow/side{dir = 6},/area/medical/chemistry)
-"bqB" = (/obj/item/device/radio/intercom{broadcasting = 1; freerange = 0; frequency = 1485; listening = 0; name = "Station Intercom (Medbay)"; pixel_x = 0; pixel_y = -30},/obj/machinery/light,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bqC" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bqD" = (/obj/structure/chair/office/light{dir = 8},/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/white,/area/medical/medbay)
-"bqE" = (/obj/structure/chair/office/light{dir = 1},/obj/structure/sign/nosmoking_2{pixel_x = 28},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bqF" = (/obj/structure/closet,/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint/medical)
-"bqG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side,/area/security/checkpoint/medical)
-"bqH" = (/obj/machinery/light_switch{pixel_x = 28; pixel_y = 0},/obj/item/weapon/screwdriver{pixel_y = 10},/obj/item/device/radio/off,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/checkpoint/medical)
-"bqI" = (/obj/structure/table,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bqJ" = (/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/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bqK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bqL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bqM" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/black,/area/medical/morgue)
-"bqN" = (/obj/structure/disposalpipe/segment{dir = 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/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bqO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Morgue Maintenance"; req_access_txt = "6"},/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/medical/morgue)
-"bqP" = (/obj/structure/disposalpipe/segment{dir = 4},/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/maintenance/asmaint)
-"bqQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/power/apc{dir = 1; name = "Starboard Emergency Storage APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/storage/emergency)
-"bqR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/sortjunction{sortType = 9},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bqS" = (/obj/machinery/light{dir = 8},/obj/machinery/camera{c_tag = "Mech Bay"; dir = 4},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bqT" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bqU" = (/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/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bqV" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bqW" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/assembly/robotics)
-"bqX" = (/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/stack/cable_coil,/obj/item/device/assembly/flash/handheld,/obj/item/device/assembly/flash/handheld,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/assembly/robotics)
-"bqY" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Roboticist"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/assembly/robotics)
-"bqZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/bot,/area/assembly/robotics)
-"bra" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/warnwhite{dir = 8},/area/assembly/robotics)
-"brb" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"brc" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/weapon/stock_parts/cell/high/plus,/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"brd" = (/turf/closed/wall/r_wall,/area/medical/research{name = "Research Division"})
-"bre" = (/obj/machinery/door/airlock/research{name = "Research Division Access"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"brf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/research{name = "Research Division"})
-"brg" = (/obj/machinery/computer/rdconsole/core,/turf/open/floor/plasteel,/area/toxins/lab)
-"brh" = (/turf/open/floor/plasteel,/area/toxins/lab)
-"bri" = (/obj/machinery/r_n_d/circuit_imprinter,/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,/turf/open/floor/plasteel,/area/toxins/lab)
-"brj" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/warnwhite{dir = 8},/area/toxins/lab)
-"brk" = (/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/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"brl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"brm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"brn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bro" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/asmaint2)
-"brp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/maintenance/asmaint2)
-"brq" = (/turf/open/floor/plating,/area/shuttle/abandoned)
-"brr" = (/turf/closed/wall/shuttle{icon_state = "swall_f13"},/area/shuttle/abandoned)
-"brs" = (/obj/structure/rack,/obj/item/clothing/suit/space/hardsuit/medical,/obj/item/clothing/mask/breath,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"brt" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plating,/area/shuttle/abandoned)
-"bru" = (/obj/machinery/mass_driver{dir = 4; icon_state = "mass_driver"; id = "oldship_gun"},/turf/open/floor/plating,/area/shuttle/abandoned)
-"brv" = (/obj/machinery/door/poddoor{id = "oldship_gun"; name = "pod bay door"},/turf/open/floor/plating,/area/shuttle/abandoned)
-"brw" = (/obj/machinery/door/poddoor{id = "trash"; name = "disposal bay door"},/turf/open/floor/plating,/area/maintenance/disposal)
-"brx" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/shuttle/supply)
-"bry" = (/turf/open/floor/plasteel/shuttle,/area/shuttle/supply)
-"brz" = (/turf/open/floor/plasteel/warning{dir = 8},/area/quartermaster/storage)
-"brA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"brB" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"brC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"brD" = (/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access_txt = "31"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"brE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/office)
-"brF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"brG" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"brH" = (/obj/item/weapon/stamp{pixel_x = -3; pixel_y = 3},/obj/item/weapon/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"brI" = (/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/clipboard,/obj/item/weapon/pen/red,/obj/structure/table,/obj/machinery/computer/stockexchange,/turf/open/floor/plasteel,/area/quartermaster/office)
-"brJ" = (/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel,/area/quartermaster/office)
-"brK" = (/obj/machinery/firealarm{pixel_y = 27},/turf/open/floor/plasteel,/area/quartermaster/office)
-"brL" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/quartermaster/office)
-"brM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"brN" = (/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/central)
-"brO" = (/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"},/obj/machinery/button/door{id = "hopqueue"; name = "Queue Shutters Control"; pixel_x = -4; pixel_y = 25; req_access_txt = "28"},/obj/machinery/light_switch{pixel_x = -4; pixel_y = 36},/obj/machinery/pdapainter,/turf/open/floor/plasteel/blue/side{dir = 9},/area/crew_quarters/heads)
-"brP" = (/obj/structure/table,/obj/machinery/newscaster/security_unit{pixel_x = 0; pixel_y = 32},/obj/item/weapon/hand_labeler,/obj/item/stack/packageWrap,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"brQ" = (/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/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"brR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/bed/dogbed{anchored = 1; desc = "Ian's bed! Looks comfy."; name = "Ian's bed"},/mob/living/simple_animal/pet/dog/corgi/Ian{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"brS" = (/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/crew_quarters/heads)
-"brT" = (/obj/structure/grille,/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{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/gravity_generator)
-"brU" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/gravity_generator)
-"brV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/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)
-"brW" = (/obj/structure/grille,/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/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/gravity_generator)
-"brX" = (/obj/structure/bed,/obj/item/weapon/bedsheet/captain,/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/crew_quarters/captain)
-"brY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/captain)
-"brZ" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/carpet,/area/crew_quarters/captain)
-"bsa" = (/obj/structure/toilet{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/captain)
-"bsb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bsc" = (/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},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bsd" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bse" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/device/radio/headset/headset_med,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bsf" = (/turf/closed/wall,/area/medical/medbay)
-"bsg" = (/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,/turf/open/floor/plasteel/whiteblue/side{dir = 1},/area/medical/medbay)
-"bsh" = (/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,/turf/open/floor/plasteel/whiteblue/side{dir = 1},/area/medical/medbay)
-"bsi" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/medbay)
-"bsj" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bsk" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/requests_console{announcementConsole = 0; department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_x = 30; pixel_y = 0; pixel_z = 0},/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bsl" = (/obj/machinery/door/airlock/glass_security{name = "Security Office"; req_access_txt = "63"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/security/checkpoint/medical)
-"bsm" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/security/checkpoint/medical)
-"bsn" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "6;5"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bso" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/medical/morgue)
-"bsp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/morgue)
-"bsq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/genetics)
-"bsr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/genetics)
-"bss" = (/obj/structure/disposalpipe/segment,/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/maintenance/asmaint)
-"bst" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/assembly/chargebay)
-"bsu" = (/obj/machinery/mech_bay_recharge_port,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/assembly/chargebay)
-"bsv" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bsw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bsx" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/assembly/robotics)
-"bsy" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/assembly/robotics)
-"bsz" = (/turf/open/floor/plasteel,/area/assembly/robotics)
-"bsA" = (/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/stock_parts/cell/high/plus,/obj/item/weapon/stock_parts/cell/high/plus{pixel_x = 5; pixel_y = -5},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/item/weapon/crowbar,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bsB" = (/turf/closed/wall,/area/assembly/robotics)
-"bsC" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/turf/open/floor/plasteel/bot,/area/medical/research{name = "Research Division"})
-"bsD" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bot,/area/medical/research{name = "Research Division"})
-"bsE" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bot,/area/medical/research{name = "Research Division"})
-"bsF" = (/turf/closed/wall,/area/toxins/lab)
-"bsG" = (/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/lab)
-"bsH" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/lab)
-"bsI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/lab)
-"bsJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/warnwhite/corner{dir = 4},/area/toxins/lab)
-"bsK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bsL" = (/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/light{dir = 4; icon_state = "tube1"},/obj/item/weapon/stock_parts/scanning_module{pixel_x = 2; pixel_y = 3},/obj/item/weapon/stock_parts/scanning_module,/obj/machinery/power/apc{dir = 4; name = "Research Lab APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bsM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/loadingarea,/area/toxins/lab)
-"bsN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/toxins/lab)
-"bsO" = (/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 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bsP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bsQ" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/maintenance/asmaint2)
-"bsR" = (/turf/closed/wall/shuttle{icon_state = "swall_f12"},/area/shuttle/abandoned)
-"bsS" = (/turf/closed/wall/shuttle{icon_state = "swall14"; dir = 2},/area/shuttle/abandoned)
-"bsT" = (/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/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/storage)
-"bsU" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad2"},/turf/open/floor/plasteel/warning{dir = 8},/area/quartermaster/storage)
-"bsV" = (/turf/open/floor/plasteel/bot,/area/quartermaster/storage)
-"bsW" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/quartermaster/storage)
-"bsX" = (/turf/open/floor/plasteel/brown/corner{dir = 1},/area/quartermaster/office)
-"bsY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bsZ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bta" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 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,/area/quartermaster/office)
-"btb" = (/obj/effect/landmark/start{name = "Cargo Technician"},/obj/structure/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"btc" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/westleft{name = "Cargo Desk"; req_access_txt = "50"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"btd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/delivery,/area/quartermaster/office)
-"bte" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"btf" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"btg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bth" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/hallway/primary/central)
-"bti" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/shutters/preopen{id = "hopqueue"; name = "HoP Queue Shutters"},/turf/open/floor/plasteel/loadingarea{dir = 8},/area/hallway/primary/central)
-"btj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/delivery,/area/hallway/primary/central)
-"btk" = (/obj/structure/table/reinforced,/obj/machinery/door/window/northleft{dir = 8; icon_state = "left"; name = "Reception Window"; req_access_txt = "0"},/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/structure/disposalpipe/segment{dir = 4},/obj/machinery/flasher{id = "hopflash"; pixel_x = 0; pixel_y = 28},/obj/machinery/door/poddoor/shutters/preopen{id = "hop"; layer = 2.9; name = "Privacy Shutters"},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"btl" = (/obj/structure/chair/office/dark{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 8},/area/crew_quarters/heads)
-"btm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/heads)
-"btn" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/carpet,/area/crew_quarters/heads)
-"bto" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads)
-"btp" = (/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/plasteel,/area/crew_quarters/heads)
-"btq" = (/obj/structure/chair/office/light,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/warning{dir = 9},/area/engine/gravity_generator)
-"btr" = (/turf/open/floor/plasteel/warning{dir = 1},/area/engine/gravity_generator)
-"bts" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 5},/area/engine/gravity_generator)
-"btt" = (/obj/structure/closet/secure_closet/captains,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"btu" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/camera{c_tag = "Captain's Quarters"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/captain)
-"btv" = (/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/carpet,/area/crew_quarters/captain)
-"btw" = (/obj/machinery/shower{dir = 4},/obj/item/weapon/soap/deluxe,/obj/item/weapon/bikehorn/rubberducky,/obj/effect/landmark{name = "revenantspawn"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/captain)
-"btx" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bty" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"btz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/table,/obj/item/weapon/book/manual/wiki/chemistry,/obj/item/weapon/book/manual/wiki/chemistry{pixel_x = 3; pixel_y = 3},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"btA" = (/obj/structure/chair,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"btB" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"btC" = (/obj/structure/bed/roller,/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/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btD" = (/obj/machinery/status_display,/turf/closed/wall,/area/medical/medbay)
-"btE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Medbay Reception"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btF" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btI" = (/obj/structure/sign/nosmoking_2{pixel_x = 0; pixel_y = 30},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btJ" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btL" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btM" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"btN" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/whiteblue/side{dir = 4},/area/medical/medbay)
-"btO" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/genetics)
-"btP" = (/obj/structure/table/glass,/obj/item/weapon/folder/white,/obj/item/device/radio/headset/headset_medsci,/obj/machinery/requests_console{department = "Genetics"; departmentType = 0; name = "Genetics Requests Console"; pixel_x = 0; pixel_y = 30},/obj/item/weapon/storage/pill_bottle/mutadone,/obj/item/weapon/storage/pill_bottle/mannitol,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"btQ" = (/obj/machinery/power/apc{dir = 1; name = "Genetics APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"btR" = (/obj/machinery/light{dir = 1},/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"btS" = (/obj/machinery/dna_scannernew,/turf/open/floor/plasteel/whiteblue/side{dir = 5},/area/medical/genetics)
-"btT" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel,/area/medical/genetics)
-"btU" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics)
-"btV" = (/turf/closed/wall/r_wall,/area/medical/genetics)
-"btW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/assembly/chargebay)
-"btX" = (/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/bluegrid,/area/assembly/chargebay)
-"btY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/bluegrid,/area/assembly/chargebay)
-"btZ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/bluegrid,/area/assembly/chargebay)
-"bua" = (/obj/structure/disposalpipe/segment,/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 = 9},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bub" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"buc" = (/obj/structure/table,/obj/item/weapon/retractor,/obj/item/weapon/hemostat,/turf/open/floor/plasteel,/area/assembly/robotics)
-"bud" = (/obj/structure/table,/obj/item/device/mmi,/obj/item/device/mmi,/obj/item/device/mmi,/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/open/floor/plasteel,/area/assembly/robotics)
-"bue" = (/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,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"buf" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/structure/window/fulltile,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/assembly/robotics)
-"bug" = (/turf/open/floor/plasteel/white/corner{dir = 2},/area/medical/research{name = "Research Division"})
-"buh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/medical/research{name = "Research Division"})
-"bui" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/corner{dir = 8},/area/medical/research{name = "Research Division"})
-"buj" = (/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,/turf/open/floor/plasteel/white,/area/toxins/lab)
-"buk" = (/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/white,/area/toxins/lab)
-"bul" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bum" = (/obj/structure/disposalpipe/segment,/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/white,/area/toxins/lab)
-"bun" = (/obj/machinery/light_switch{pixel_x = 0; pixel_y = -23},/turf/open/floor/plasteel/white,/area/toxins/lab)
-"buo" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Research Division Delivery"; req_access_txt = "47"},/turf/open/floor/plasteel/delivery,/area/toxins/lab)
-"bup" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "Research Division"},/turf/open/floor/plasteel/bot,/area/toxins/lab)
-"buq" = (/turf/closed/wall/r_wall,/area/toxins/explab)
-"bur" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_r"; dir = 4},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bus" = (/turf/closed/wall/shuttle{icon_state = "swall_f17"},/area/shuttle/abandoned)
-"but" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plating,/area/shuttle/abandoned)
-"buu" = (/obj/item/weapon/stock_parts/cell{charge = 100; maxcharge = 15000},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"buv" = (/turf/closed/wall/shuttle{icon_state = "swall_f14"},/area/shuttle/abandoned)
-"buw" = (/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)
-"bux" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"buy" = (/turf/closed/wall/shuttle{icon_state = "swall_f11"},/area/shuttle/abandoned)
-"buz" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/poddoor{id = "QMLoaddoor2"; name = "supply dock loading door"},/turf/open/floor/plating,/area/shuttle/supply)
-"buA" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/poddoor{id = "QMLoaddoor2"; name = "supply dock loading door"},/turf/open/floor/plating,/area/quartermaster/storage)
-"buB" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/turf/open/floor/plating,/area/quartermaster/storage)
-"buC" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/turf/open/floor/plating/warnplate{dir = 1},/area/quartermaster/storage)
-"buD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/loadingarea{dir = 4},/area/quartermaster/storage)
-"buE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"buF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"buG" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"buH" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"buI" = (/obj/machinery/autolathe,/obj/machinery/light_switch{pixel_x = -27},/turf/open/floor/plasteel,/area/quartermaster/office)
-"buJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"buK" = (/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/plasteel,/area/quartermaster/office)
-"buL" = (/obj/machinery/computer/cargo,/turf/open/floor/plasteel,/area/quartermaster/office)
-"buM" = (/turf/open/floor/plasteel/bot,/area/quartermaster/office)
-"buN" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel,/area/quartermaster/office)
-"buO" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/quartermaster/office)
-"buP" = (/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/central)
-"buQ" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hallway/primary/central)
-"buR" = (/turf/open/floor/plasteel/bot,/area/hallway/primary/central)
-"buS" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/poddoor/shutters/preopen{id = "hop"; layer = 2.9; name = "Privacy Shutters"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads)
-"buT" = (/obj/machinery/computer/card,/turf/open/floor/plasteel/blue/side{dir = 10},/area/crew_quarters/heads)
-"buU" = (/turf/open/floor/carpet,/area/crew_quarters/heads)
-"buV" = (/obj/machinery/hologram/holopad,/turf/open/floor/carpet,/area/crew_quarters/heads)
-"buW" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/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/crew_quarters/heads)
-"buX" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{dir = 8; name = "Gravity Generator APC"; pixel_x = -25; pixel_y = 1},/obj/structure/table,/obj/item/weapon/paper/gravity_gen{layer = 3},/obj/item/weapon/pen/blue,/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"buY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"buZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bva" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable,/obj/machinery/power/smes{charge = 5e+006},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bvb" = (/turf/closed/wall/r_wall,/area/teleporter)
-"bvc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/teleporter)
-"bvd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/teleporter)
-"bve" = (/obj/machinery/door/airlock/maintenance{name = "Teleporter Maintenance"; req_access_txt = "17"},/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/teleporter)
-"bvf" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bvg" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bvh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Chemistry Lab"; req_access_txt = "5; 33"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bvi" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/chemistry)
-"bvj" = (/obj/structure/table/reinforced,/obj/machinery/door/window/southleft{dir = 1; name = "Chemistry Desk"; req_access_txt = "33"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/chemistry)
-"bvk" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvl" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvm" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvn" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvq" = (/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)
-"bvr" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bvs" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/rxglasses,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bvt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bvu" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start{name = "Geneticist"},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bvv" = (/obj/machinery/computer/scan_consolenew,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/genetics)
-"bvw" = (/obj/structure/window/reinforced{dir = 8},/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics)
-"bvx" = (/turf/open/floor/plasteel,/area/medical/genetics)
-"bvy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j2s"; sortType = 14},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bvz" = (/obj/machinery/door/airlock/maintenance{name = "Mech Bay Maintenance"; req_access_txt = "29"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/assembly/chargebay)
-"bvA" = (/obj/structure/disposalpipe/segment{dir = 4},/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"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bvB" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel,/area/assembly/chargebay)
-"bvC" = (/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/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bvD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bvE" = (/obj/structure/table,/obj/item/weapon/circular_saw,/obj/item/weapon/scalpel{pixel_y = 12},/turf/open/floor/plasteel/white/corner{dir = 2},/area/assembly/robotics)
-"bvF" = (/obj/structure/table,/obj/item/clothing/gloves/color/latex,/obj/item/weapon/surgical_drapes,/obj/item/weapon/razor,/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/open/floor/plasteel/white/corner{dir = 8},/area/assembly/robotics)
-"bvG" = (/obj/machinery/button/door{dir = 2; id = "robotics2"; name = "Shutters Control Button"; pixel_x = 24; pixel_y = -24; req_access_txt = "29"},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bvH" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Robotics Desk"; req_access_txt = "29"},/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plating,/area/assembly/robotics)
-"bvI" = (/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bvJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bvK" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/toxins/lab)
-"bvL" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bvM" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/toxins/lab)
-"bvN" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 0; pixel_y = 6},/turf/open/floor/plasteel/white/corner{dir = 2},/area/toxins/explab)
-"bvO" = (/obj/structure/table,/obj/item/weapon/pen,/obj/machinery/camera{c_tag = "Experimentor Lab"; dir = 2; network = list("SS13","RD")},/obj/item/weapon/hand_labeler,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/white/side{dir = 2},/area/toxins/explab)
-"bvP" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/folder/white,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/item/device/radio/off,/turf/open/floor/plasteel/white/side{dir = 2},/area/toxins/explab)
-"bvQ" = (/obj/structure/closet/l3closet/scientist,/turf/open/floor/plasteel/white/side{dir = 2},/area/toxins/explab)
-"bvR" = (/obj/structure/closet/emcloset{pixel_x = -2},/turf/open/floor/plasteel/white/corner{dir = 8},/area/toxins/explab)
-"bvS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/securearea{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bvT" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bvU" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bvV" = (/obj/machinery/door/airlock/shuttle{name = "Supply Shuttle Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/shuttle/supply)
-"bvW" = (/obj/machinery/door/airlock/external{name = "Supply Dock Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bvX" = (/turf/open/floor/plating,/area/quartermaster/storage)
-"bvY" = (/turf/open/floor/plasteel/warning{dir = 9},/area/quartermaster/storage)
-"bvZ" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/bot,/area/quartermaster/storage)
-"bwa" = (/turf/open/floor/plasteel/delivery,/area/quartermaster/storage)
-"bwb" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; 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,/area/quartermaster/storage)
-"bwc" = (/obj/structure/table,/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30; pixel_y = 0},/obj/item/device/multitool,/obj/machinery/camera{c_tag = "Cargo Office"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bwd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_mining{name = "Cargo Office"; req_access_txt = "50"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bwe" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bwf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bwg" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/bot,/area/hallway/primary/central)
-"bwh" = (/obj/structure/grille,/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = -32},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/machinery/door/poddoor/shutters/preopen{id = "hop"; layer = 2.9; name = "Privacy Shutters"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads)
-"bwi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bwj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/carpet,/area/crew_quarters/heads)
-"bwk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads)
-"bwl" = (/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"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bwm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bwn" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bwo" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bwp" = (/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bwq" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bwr" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bws" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bwt" = (/turf/closed/wall,/area/teleporter)
-"bwu" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/structure/table,/obj/item/device/radio/beacon,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/teleporter)
-"bwv" = (/obj/structure/table,/obj/item/weapon/hand_tele,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/teleporter)
-"bww" = (/obj/item/device/radio/intercom{broadcasting = 0; listening = 1; name = "Station Intercom (General)"; pixel_y = 20},/obj/structure/closet/crate,/obj/item/weapon/crowbar,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/teleporter)
-"bwx" = (/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,/area/teleporter)
-"bwy" = (/obj/machinery/camera{c_tag = "Teleporter"},/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/teleporter)
-"bwz" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/teleporter)
-"bwA" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/teleporter)
-"bwB" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"bwC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bwD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay)
-"bwE" = (/obj/structure/table,/obj/item/weapon/crowbar,/obj/item/clothing/tie/stethoscope,/obj/item/weapon/reagent_containers/spray/cleaner,/obj/structure/sign/nosmoking_2{pixel_x = 0; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/whiteyellow/corner{dir = 4},/area/medical/medbay)
-"bwF" = (/obj/structure/cable{d1 = 1; d2 = 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/whiteyellow/side{dir = 1},/area/medical/medbay)
-"bwG" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/whiteyellow/side{dir = 1},/area/medical/medbay)
-"bwH" = (/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/plasteel/whiteyellow/side{dir = 1},/area/medical/medbay)
-"bwI" = (/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/plasteel/whiteyellow/corner{dir = 1},/area/medical/medbay)
-"bwJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/camera{c_tag = "Medbay West"; dir = 2; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bwK" = (/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/plasteel/white,/area/medical/medbay)
-"bwL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bwM" = (/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/white,/area/medical/medbay)
-"bwN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bwO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bwP" = (/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/plasteel/white,/area/medical/medbay)
-"bwQ" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/whiteblue/corner{dir = 2},/area/medical/medbay)
-"bwR" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay)
-"bwS" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/medbay)
-"bwT" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/disks{pixel_x = 2; pixel_y = 2},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bwU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bwV" = (/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bwW" = (/obj/machinery/door/window/westleft{name = "Monkey Pen"; req_access_txt = "9"},/turf/open/floor/plasteel,/area/medical/genetics)
-"bwX" = (/obj/structure/table,/obj/item/weapon/crowbar/large,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bwY" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bwZ" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/assembly/chargebay)
-"bxa" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/bot,/area/assembly/chargebay)
-"bxb" = (/obj/structure/table,/obj/item/weapon/storage/box/bodybags,/obj/item/weapon/pen,/turf/open/floor/plasteel/white/side{dir = 4},/area/assembly/robotics)
-"bxc" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bxd" = (/obj/machinery/computer/operating{name = "Robotics Operating Computer"},/obj/machinery/light,/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bxe" = (/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 8},/area/assembly/robotics)
-"bxf" = (/obj/structure/closet/wardrobe/robotics_black,/obj/item/device/radio/headset/headset_sci{pixel_x = -3},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"bxg" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bxh" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bxi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bxj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bxk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Research Division North"; dir = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bxl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 10},/area/medical/research{name = "Research Division"})
-"bxm" = (/obj/structure/disposalpipe/segment{dir = 4},/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"})
-"bxn" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bxo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 6},/area/medical/research{name = "Research Division"})
-"bxp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bxq" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/toxins/explab)
-"bxr" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bxs" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bxt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bxu" = (/obj/structure/disposalpipe/segment{dir = 4},/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/toxins/explab)
-"bxv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bxw" = (/obj/machinery/door/airlock/maintenance{name = "Experimentation Lab Maintenance"; req_access_txt = "7"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/toxins/explab)
-"bxx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bxy" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/shuttle/abandoned)
-"bxz" = (/obj/machinery/button/door{dir = 2; id = "QMLoaddoor2"; name = "Loading Doors"; pixel_x = 24; pixel_y = 8},/obj/machinery/button/door{id = "QMLoaddoor"; name = "Loading Doors"; pixel_x = 24; pixel_y = -8},/turf/open/floor/plasteel/shuttle,/area/shuttle/supply)
-"bxA" = (/obj/machinery/camera{c_tag = "Cargo Recieving Dock"; dir = 4},/obj/machinery/button/door{id = "QMLoaddoor"; layer = 4; name = "Loading Doors"; pixel_x = -24; pixel_y = -8},/obj/machinery/button/door{dir = 2; id = "QMLoaddoor2"; layer = 4; name = "Loading Doors"; pixel_x = -24; pixel_y = 8},/turf/open/floor/plasteel/warning{dir = 8},/area/quartermaster/storage)
-"bxB" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #2"},/mob/living/simple_animal/bot/mulebot{home_destination = "QM #2"; suffix = "#2"},/turf/open/floor/plasteel/bot,/area/quartermaster/storage)
-"bxC" = (/obj/structure/table,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/weapon/folder/yellow,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxD" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxF" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/office)
-"bxG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxH" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxI" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bxJ" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/blue/side{dir = 9},/area/crew_quarters/heads)
-"bxK" = (/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bxL" = (/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)
-"bxM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bxN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bxO" = (/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bxP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/engine/gravity_generator)
-"bxQ" = (/obj/machinery/power/apc{dir = 8; name = "Teleporter APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel,/area/teleporter)
-"bxR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/teleporter)
-"bxS" = (/obj/machinery/hologram/holopad,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/teleporter)
-"bxT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/bluespace_beacon,/turf/open/floor/plasteel,/area/teleporter)
-"bxU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/teleporter)
-"bxV" = (/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/plasteel,/area/teleporter)
-"bxW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Teleport Access"; req_access_txt = "17"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/teleporter)
-"bxX" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"bxY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bxZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay)
-"bya" = (/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/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byb" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byc" = (/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/medical/medbay)
-"byd" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bye" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = 0; pixel_y = -30},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byk" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"byl" = (/obj/item/device/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = 30; pixel_y = 0},/obj/machinery/camera{c_tag = "Medbay East"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = -22},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bym" = (/turf/closed/wall,/area/medical/genetics)
-"byn" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{id_tag = "GeneticsDoor"; name = "Genetics"; req_access_txt = "5; 9"},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"byo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"byp" = (/obj/structure/chair/office/light{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"byq" = (/obj/machinery/computer/scan_consolenew,/turf/open/floor/plasteel/whiteblue/side{dir = 5},/area/medical/genetics)
-"byr" = (/turf/closed/wall/r_wall,/area/assembly/chargebay)
-"bys" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/assembly/robotics)
-"byt" = (/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"; req_one_access_txt = "0"},/turf/open/floor/plasteel/white,/area/assembly/robotics)
-"byu" = (/obj/machinery/status_display{density = 0; layer = 3; pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"byv" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"byw" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"byx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"byy" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"byz" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"byA" = (/obj/machinery/light,/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/medical/research{name = "Research Division"})
-"byB" = (/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/medical/research{name = "Research Division"})
-"byC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "7"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"byD" = (/obj/structure/disposalpipe/segment,/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/explab)
-"byE" = (/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/white,/area/toxins/explab)
-"byF" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"byG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/toxins/explab)
-"byH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"byI" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"byJ" = (/obj/machinery/power/apc{dir = 4; name = "Experimentation Lab APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"byK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/toxins/explab)
-"byL" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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/asmaint2)
-"byM" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/asmaint2)
-"byN" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"byO" = (/obj/machinery/door/airlock/shuttle{name = "Supply Shuttle Airlock"; req_access_txt = "31"},/obj/docking_port/mobile/supply{dwidth = 5; width = 12},/obj/docking_port/stationary{dir = 8; dwidth = 5; height = 7; id = "supply_home"; name = "Cargo Bay"; width = 12},/turf/open/floor/plating,/area/shuttle/supply)
-"byP" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "QMLoad"},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"byQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"byR" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #3"},/turf/open/floor/plasteel/bot,/area/quartermaster/storage)
-"byS" = (/obj/structure/table,/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/computer/stockexchange,/turf/open/floor/plasteel,/area/quartermaster/office)
-"byT" = (/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/quartermaster/office)
-"byU" = (/obj/machinery/mineral/ore_redemption{input_dir = 8; output_dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/office)
-"byV" = (/turf/open/floor/plasteel/loadingarea{dir = 4},/area/quartermaster/office)
-"byW" = (/obj/structure/chair{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/office)
-"byX" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/bot,/area/hallway/primary/central)
-"byY" = (/obj/machinery/keycard_auth{pixel_x = -24; pixel_y = 0},/obj/machinery/computer/cargo,/turf/open/floor/plasteel/blue/side{dir = 8},/area/crew_quarters/heads)
-"byZ" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start{name = "Head of Personnel"},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bza" = (/obj/structure/table,/obj/item/weapon/folder/blue,/obj/item/weapon/stamp/hop,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bzb" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bzc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/engine/gravity_generator)
-"bzd" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warning{dir = 9},/area/engine/gravity_generator)
-"bze" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/camera{c_tag = "Gravity Generator Foyer"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/warning{dir = 5},/area/engine/gravity_generator)
-"bzf" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/closed/wall,/area/engine/gravity_generator)
-"bzg" = (/turf/open/floor/plasteel/warning{dir = 10},/area/teleporter)
-"bzh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warning,/area/teleporter)
-"bzi" = (/turf/open/floor/plasteel/warning,/area/teleporter)
-"bzj" = (/turf/open/floor/plasteel/warning{dir = 6},/area/teleporter)
-"bzk" = (/obj/machinery/shieldwallgen,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/bot,/area/teleporter)
-"bzl" = (/obj/machinery/shieldwallgen,/turf/open/floor/plasteel/bot,/area/teleporter)
-"bzm" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/teleporter)
-"bzn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"bzo" = (/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/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bzp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bzq" = (/obj/machinery/vending/medical{pixel_x = -2},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bzr" = (/turf/closed/wall,/area/medical/sleeper)
-"bzs" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/sleeper)
-"bzt" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bzu" = (/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},/obj/structure/table,/obj/item/weapon/book/manual/medical_cloning{pixel_y = 6},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzv" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzw" = (/obj/structure/closet/secure_closet/personal/patient,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzy" = (/obj/machinery/dna_scannernew,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/genetics)
-"bzz" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/medical/genetics)
-"bzA" = (/obj/structure/window/reinforced,/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics)
-"bzB" = (/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j2s"; sortType = 12},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzC" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/sign/securearea{pixel_x = 32},/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/research{name = "Research Division"})
-"bzE" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bot,/area/medical/research{name = "Research Division"})
-"bzF" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/medical/research{name = "Research Division"})
-"bzG" = (/obj/machinery/camera{c_tag = "Research Division West"; dir = 2; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bzH" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bzI" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bzJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 10},/area/medical/research{name = "Research Division"})
-"bzK" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bzL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 6},/area/medical/research{name = "Research Division"})
-"bzM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bzN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bzO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bzP" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/hor)
-"bzQ" = (/turf/closed/wall,/area/crew_quarters/hor)
-"bzR" = (/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bzS" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = -30},/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/explab)
-"bzT" = (/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bzU" = (/obj/structure/chair/office/light,/obj/effect/landmark/start{name = "Scientist"},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bzV" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/toxins/explab)
-"bzW" = (/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/plating,/area/maintenance/asmaint2)
-"bzX" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bzY" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bzZ" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bAa" = (/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bAb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bAc" = (/obj/machinery/door/window,/turf/open/floor/plasteel/shuttle/purple,/area/shuttle/abandoned)
-"bAd" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/shuttle/purple,/area/shuttle/abandoned)
-"bAe" = (/obj/structure/table,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bAf" = (/obj/structure/table,/obj/item/weapon/gun/energy/laser/retro,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bAg" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoaddoor"; name = "supply dock loading door"},/turf/open/floor/plating,/area/shuttle/supply)
-"bAh" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoaddoor"; name = "supply dock loading door"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bAi" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bAj" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating/warnplate{dir = 1},/area/quartermaster/storage)
-"bAk" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/light,/obj/machinery/status_display{density = 0; pixel_y = -30; supply_display = 1},/turf/open/floor/plating/warnplate{dir = 1},/area/quartermaster/storage)
-"bAl" = (/obj/machinery/light,/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/turf/open/floor/plasteel/loadingarea{dir = 8},/area/quartermaster/storage)
-"bAm" = (/obj/machinery/camera{c_tag = "Cargo Bay South"; dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bAn" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #4"},/turf/open/floor/plasteel/bot,/area/quartermaster/storage)
-"bAo" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 6; pixel_y = -5},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bAp" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bAq" = (/obj/machinery/light,/obj/machinery/power/apc{dir = 2; name = "Cargo Office APC"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/brown/corner{dir = 2},/area/quartermaster/office)
-"bAr" = (/obj/structure/disposalpipe/segment,/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,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bAs" = (/turf/open/floor/plasteel/brown/corner{dir = 8},/area/quartermaster/office)
-"bAt" = (/turf/closed/wall,/area/security/checkpoint/supply)
-"bAu" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/supply)
-"bAv" = (/obj/machinery/camera{c_tag = "Cargo Bay Entrance"; dir = 4; network = list("SS13")},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bAw" = (/obj/machinery/door/poddoor/shutters/preopen{id = "hopqueue"; name = "HoP Queue Shutters"},/turf/open/floor/plasteel/loadingarea{dir = 4},/area/hallway/primary/central)
-"bAx" = (/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/obj/structure/closet/secure_closet/hop,/turf/open/floor/plasteel/blue/side{dir = 10},/area/crew_quarters/heads)
-"bAy" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Personnel's Desk"; departmentType = 5; name = "Head of Personnel RC"; pixel_y = -30},/obj/machinery/camera{c_tag = "Head of Personnel's Office"; dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bAz" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bAA" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bAB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bAC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/gravity_generator)
-"bAD" = (/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/warning{dir = 8},/area/engine/gravity_generator)
-"bAE" = (/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/warning{dir = 4},/area/engine/gravity_generator)
-"bAF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/engine/gravity_generator)
-"bAG" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/teleporter)
-"bAH" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/teleporter)
-"bAI" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/teleporter)
-"bAJ" = (/obj/structure/rack,/obj/item/weapon/tank/internals/oxygen,/obj/item/clothing/mask/gas,/turf/open/floor/plating,/area/teleporter)
-"bAK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bAL" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Medbay"},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/bot,/area/medical/medbay)
-"bAM" = (/obj/machinery/door/window/eastleft{name = "Medical Delivery"; req_access_txt = "5"},/turf/open/floor/plasteel/delivery,/area/medical/medbay)
-"bAN" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bAO" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bAP" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bAQ" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bAR" = (/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bAS" = (/turf/open/floor/plasteel/white/side{dir = 8},/area/medical/sleeper)
-"bAT" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bAU" = (/obj/structure/sign/nosmoking_2,/turf/closed/wall,/area/medical/sleeper)
-"bAV" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = 7; pixel_y = 1},/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = 7; pixel_y = 1},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bAW" = (/obj/machinery/atmospherics/components/unary/cryo_cell,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bAX" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bAY" = (/obj/structure/table/glass,/obj/machinery/camera{c_tag = "Medbay Cryogenics"; dir = 2; network = list("SS13"); pixel_x = 0; pixel_y = 0},/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = 0; pixel_y = 0},/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bAZ" = (/obj/machinery/camera{c_tag = "Genetics Cloning"; dir = 4; network = list("SS13")},/obj/structure/table,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/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/genetics)
-"bBa" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bBb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bBc" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/genetics)
-"bBd" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bBe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bBf" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/white,/area/medical/genetics)
-"bBg" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/whitepurple/side{dir = 4},/area/medical/genetics)
-"bBh" = (/obj/machinery/door/airlock/research{name = "Genetics Research"; req_access_txt = "9"},/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/white,/area/medical/genetics)
-"bBi" = (/obj/structure/disposalpipe/sortjunction{sortType = 23},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/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/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bBj" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bBk" = (/obj/machinery/door/airlock/research{name = "Genetics Research Access"; req_access_txt = "47"},/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/bot,/area/medical/research{name = "Research Division"})
-"bBm" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/whiteblue/side{dir = 8},/area/medical/research{name = "Research Division"})
-"bBn" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBq" = (/obj/structure/disposalpipe/segment{dir = 4},/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"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBs" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bBt" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bBu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bBv" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bBw" = (/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 = 2},/obj/structure/table,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bBx" = (/obj/machinery/computer/aifixer,/obj/machinery/requests_console{announcementConsole = 1; department = "Research Director's Desk"; departmentType = 5; name = "Research Director RC"; pixel_x = -2; pixel_y = 30},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bBy" = (/obj/structure/rack,/obj/item/weapon/circuitboard/aicore{pixel_x = -2; pixel_y = 4},/turf/open/floor/plasteel/warnwhite{dir = 9},/area/crew_quarters/hor)
-"bBz" = (/obj/machinery/ai_status_display{pixel_y = 32},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/warnwhite{dir = 1},/area/crew_quarters/hor)
-"bBA" = (/turf/open/floor/plasteel/warnwhite{dir = 5},/area/crew_quarters/hor)
-"bBB" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/explab)
-"bBC" = (/turf/closed/wall,/area/toxins/explab)
-"bBD" = (/obj/structure/table,/obj/item/weapon/clipboard,/obj/item/weapon/book/manual/experimentor,/turf/open/floor/plasteel/white/corner{dir = 4},/area/toxins/explab)
-"bBE" = (/obj/machinery/computer/rdconsole/experiment,/turf/open/floor/plasteel/white/side{dir = 1},/area/toxins/explab)
-"bBF" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel/white/corner{dir = 1},/area/toxins/explab)
-"bBG" = (/obj/machinery/button/door{id = "telelab"; name = "Test Chamber Blast Doors"; pixel_x = 25; pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/explab)
-"bBH" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bBI" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bBJ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bBK" = (/obj/structure/lattice,/obj/effect/landmark{name = "carpspawn"},/turf/open/space,/area/space)
-"bBL" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bBM" = (/obj/effect/decal/remains/human,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bBN" = (/obj/machinery/computer/shuttle/white_ship,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bBO" = (/turf/closed/wall,/area/quartermaster/qm)
-"bBP" = (/obj/machinery/door/airlock/glass_mining{name = "Quartermaster"; req_access_txt = "41"},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bBQ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/qm)
-"bBR" = (/turf/closed/wall,/area/quartermaster/miningdock)
-"bBS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/miningdock)
-"bBT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining{req_access_txt = "48"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bBU" = (/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/checkpoint/supply)
-"bBV" = (/obj/item/weapon/book/manual/wiki/security_space_law,/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/supply)
-"bBW" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/supply)
-"bBX" = (/obj/machinery/computer/secure_data,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/supply)
-"bBY" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = null; req_access_txt = "57"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/heads)
-"bBZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/engine/gravity_generator)
-"bCa" = (/obj/machinery/ai_status_display,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/engine/gravity_generator)
-"bCb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/engine/gravity_generator)
-"bCc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/engine/gravity_generator)
-"bCd" = (/obj/machinery/camera{c_tag = "Central Hallway South-East"; dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bCe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/medical/sleeper)
-"bCf" = (/obj/machinery/door/airlock/glass_medical{id_tag = ""; name = "Surgery Observation"; req_access_txt = "0"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bCg" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bCh" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bCi" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/delivery,/area/medical/sleeper)
-"bCj" = (/turf/open/floor/plasteel,/area/medical/sleeper)
-"bCk" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bCl" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bCm" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bCn" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10; pixel_x = 0; initialize_directions = 10},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bCo" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCp" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCq" = (/obj/structure/chair,/obj/effect/landmark/start{name = "Geneticist"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCs" = (/obj/machinery/door/airlock/glass_research{name = "Genetics Research"; req_access_txt = "5; 9"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCu" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCv" = (/obj/machinery/camera{c_tag = "Genetics Research"; dir = 1; network = list("SS13","RD"); pixel_x = 0},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whitepurple/side{dir = 4},/area/medical/genetics)
-"bCw" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/genetics)
-"bCx" = (/obj/structure/disposalpipe/segment,/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/white,/area/medical/genetics)
-"bCy" = (/obj/machinery/camera{c_tag = "Genetics Access"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = -22},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCz" = (/turf/closed/wall/r_wall,/area/toxins/server)
-"bCA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Server Room"; req_access = null; req_access_txt = "30"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bCB" = (/turf/closed/wall,/area/security/checkpoint/science)
-"bCC" = (/obj/machinery/door/airlock/glass_security{name = "Security Office"; req_access_txt = "63"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/security/checkpoint/science)
-"bCD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/security/checkpoint/science)
-"bCE" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/science)
-"bCF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bCG" = (/obj/structure/table,/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/cafeteria,/area/crew_quarters/hor)
-"bCH" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start{name = "Research Director"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bCI" = (/obj/machinery/computer/robotics,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bCJ" = (/obj/structure/rack,/obj/item/device/aicard,/turf/open/floor/plasteel/warnwhite{dir = 8},/area/crew_quarters/hor)
-"bCK" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/white,/area/crew_quarters/hor)
-"bCL" = (/obj/structure/displaycase/labcage,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/warnwhite{dir = 4},/area/crew_quarters/hor)
-"bCM" = (/turf/closed/wall/r_wall,/area/crew_quarters/hor)
-"bCN" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "telelab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/obj/machinery/door/firedoor/heavy,/turf/open/floor/engine,/area/toxins/explab)
-"bCO" = (/obj/machinery/door/poddoor/preopen{id = "telelab"; name = "test chamber blast door"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/engine,/area/toxins/explab)
-"bCP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bCQ" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bCR" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bCS" = (/obj/structure/table,/obj/item/weapon/tank/internals/oxygen,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bCT" = (/turf/closed/wall/shuttle{icon_state = "swall7"; dir = 2},/area/shuttle/supply)
-"bCU" = (/turf/open/floor/plasteel/shuttle,/turf/closed/wall/shuttle/interior{icon_state = "swall_f10"},/area/shuttle/supply)
-"bCV" = (/turf/open/floor/plasteel/shuttle,/turf/closed/wall/shuttle/interior{icon_state = "swall_f6"},/area/shuttle/supply)
-"bCW" = (/turf/closed/wall/shuttle{icon_state = "swall11"; dir = 2},/area/shuttle/supply)
-"bCX" = (/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/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30; pixel_y = 0},/obj/item/weapon/coin/silver,/turf/open/floor/plasteel/brown{dir = 9},/area/quartermaster/qm)
-"bCY" = (/obj/machinery/power/apc{dir = 1; name = "Quartermaster APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bCZ" = (/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bDa" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bDb" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bDc" = (/obj/structure/closet/secure_closet/quartermaster,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/brown{dir = 5},/area/quartermaster/qm)
-"bDd" = (/obj/machinery/power/apc{dir = 1; name = "Mining Dock APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bDe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bDf" = (/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/plasteel,/area/quartermaster/miningdock)
-"bDg" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bDh" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/supply)
-"bDi" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/depsec/supply,/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bDj" = (/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bDk" = (/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/machinery/computer/security/mining,/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/supply)
-"bDl" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bDm" = (/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"bDn" = (/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/blue/side{dir = 1},/area/hallway/primary/central)
-"bDo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"bDp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/warning/corner{dir = 8},/area/hallway/primary/central)
-"bDq" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/central)
-"bDr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/central)
-"bDs" = (/obj/structure/sign/securearea{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 1},/area/hallway/primary/central)
-"bDt" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warning/corner{dir = 4},/area/hallway/primary/central)
-"bDu" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bDv" = (/obj/structure/chair,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bDw" = (/obj/structure/chair,/obj/machinery/camera{c_tag = "Surgery Observation"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bDx" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bDy" = (/obj/structure/chair,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bDz" = (/obj/structure/chair,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bDA" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bDB" = (/obj/effect/landmark/start{name = "Medical Doctor"},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bDC" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDD" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDE" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDF" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bDG" = (/obj/machinery/dna_scannernew,/turf/open/floor/plasteel/whiteblue/side{dir = 10},/area/medical/genetics)
-"bDH" = (/obj/machinery/computer/cloning,/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/genetics)
-"bDI" = (/obj/machinery/clonepod,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/genetics)
-"bDJ" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/medical/genetics)
-"bDK" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/light_switch{pixel_y = -28},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDL" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDM" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDN" = (/obj/structure/closet/wardrobe/genetics_white,/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/asmaint)
-"bDP" = (/obj/machinery/r_n_d/server/robotics,/turf/open/floor/bluegrid{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/server)
-"bDQ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; external_pressure_bound = 140; on = 1; pressure_checks = 0},/turf/open/floor/bluegrid{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/server)
-"bDR" = (/obj/structure/grille,/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/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/server)
-"bDS" = (/obj/machinery/atmospherics/pipe/simple{dir = 10},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bDT" = (/obj/machinery/camera{c_tag = "Server Room"; dir = 2; network = list("SS13","RD"); pixel_x = 22},/obj/machinery/power/apc{dir = 1; name = "Server Room APC"; pixel_x = 0; pixel_y = 25},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bDU" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{target_temperature = 80; dir = 2; on = 1},/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/plasteel/black,/area/toxins/server)
-"bDV" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = -30; pixel_y = 0},/obj/machinery/airalarm{pixel_y = 25},/obj/structure/closet,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/checkpoint/science)
-"bDW" = (/obj/machinery/light_switch{pixel_x = 8; pixel_y = 28},/obj/machinery/button/door{id = "Biohazard"; name = "Biohazard Shutter Control"; pixel_x = -5; pixel_y = 28; req_access_txt = "47"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/science)
-"bDX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/science)
-"bDY" = (/obj/structure/table,/obj/machinery/computer/security/telescreen{desc = "Used for watching the RD's goons from the safety of your own office."; name = "Research Monitor"; network = list("RD"); pixel_x = 0; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/science)
-"bDZ" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/science)
-"bEa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bEb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/hor)
-"bEc" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/weapon/folder/white,/obj/item/weapon/stamp/rd{pixel_x = 3; pixel_y = -2},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bEd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bEe" = (/obj/machinery/computer/mecha,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bEf" = (/obj/structure/rack,/obj/item/device/taperecorder{pixel_x = -3},/obj/item/device/paicard{pixel_x = 4},/turf/open/floor/plasteel/warnwhite{dir = 10},/area/crew_quarters/hor)
-"bEg" = (/turf/open/floor/plasteel/warnwhite{dir = 2},/area/crew_quarters/hor)
-"bEh" = (/turf/open/floor/plasteel/warnwhite{dir = 6},/area/crew_quarters/hor)
-"bEi" = (/turf/open/floor/engine,/area/toxins/explab)
-"bEj" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bEk" = (/turf/closed/wall/shuttle{icon_state = "swall_s5"; dir = 2},/area/shuttle/abandoned)
-"bEl" = (/turf/closed/wall/shuttle{icon_state = "swall_s9"; dir = 2},/area/shuttle/abandoned)
-"bEm" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/shuttle/purple,/area/shuttle/abandoned)
-"bEn" = (/obj/machinery/door/window/northright,/obj/effect/decal/remains/human,/turf/open/floor/plasteel/shuttle/purple,/area/shuttle/abandoned)
-"bEo" = (/turf/closed/wall/shuttle{icon_state = "swall_s5"; dir = 2},/area/shuttle/supply)
-"bEp" = (/turf/closed/wall/shuttle{icon_state = "swall15"; dir = 2},/area/shuttle/supply)
-"bEq" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bEr" = (/turf/closed/wall/shuttle{icon_state = "swall_s9"; dir = 2},/area/shuttle/supply)
-"bEs" = (/obj/machinery/computer/cargo,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/qm)
-"bEt" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bEu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bEv" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start{name = "Quartermaster"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bEw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bEx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown{dir = 4},/area/quartermaster/qm)
-"bEy" = (/obj/machinery/door/airlock/glass_mining{name = "Quartermaster"; req_access_txt = "41"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bEz" = (/obj/structure/disposalpipe/segment{dir = 4},/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"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bEA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start{name = "Shaft Miner"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bEB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/sortjunction{dir = 1; icon_state = "pipe-j2s"; sortType = 3},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bEC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bED" = (/obj/machinery/door/airlock/glass_security{name = "Security Office"; req_access_txt = "63"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bEE" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/supply)
-"bEF" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bEG" = (/obj/item/weapon/screwdriver{pixel_y = 10},/obj/machinery/light{dir = 4},/obj/item/device/radio/off,/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/supply)
-"bEH" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AIW"; location = "QM"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEI" = (/obj/machinery/door/firedoor,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEJ" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AftH"; location = "AIW"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEK" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEL" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=CHE"; location = "AIE"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEM" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=HOP"; location = "CHE"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEN" = (/obj/structure/chair,/obj/structure/sign/nosmoking_2{pixel_x = -28},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bEO" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bEP" = (/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bEQ" = (/obj/structure/chair,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bER" = (/obj/structure/closet/secure_closet/medical1,/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bES" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/obj/machinery/camera{c_tag = "Medbay Treatment Center"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bET" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bEU" = (/obj/structure/table/reinforced,/obj/item/weapon/wrench/medical,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bEV" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1; name = "Connector Port (Air Supply)"},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/light,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bEW" = (/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/sleeper)
-"bEX" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 1},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bEY" = (/turf/open/floor/plating,/area/maintenance/asmaint)
-"bEZ" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/cobweb2,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bFa" = (/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)
-"bFb" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plasteel/black{name = "Server Walkway"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/server)
-"bFc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_command{name = "Server Room"; req_access_txt = "30"},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bFd" = (/obj/machinery/atmospherics/pipe/manifold{dir = 8},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bFe" = (/obj/structure/chair/office/light,/obj/machinery/atmospherics/pipe/simple{dir = 4},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bFf" = (/obj/machinery/atmospherics/pipe/simple{dir = 9},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bFg" = (/obj/machinery/camera{c_tag = "Security Post - Science"; dir = 4; network = list("SS13","RD")},/obj/machinery/newscaster{pixel_x = -30},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/science)
-"bFh" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/checkpoint/science)
-"bFi" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/checkpoint/science)
-"bFj" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/depsec/science,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/checkpoint/science)
-"bFk" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/science)
-"bFl" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/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/simple/supply/hidden{dir = 5},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bFm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bFn" = (/obj/machinery/door/airlock/glass_command{name = "Research Director"; req_access_txt = "30"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bFo" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bFp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bFq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bFr" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bFs" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bFt" = (/obj/machinery/r_n_d/experimentor,/turf/open/floor/engine,/area/toxins/explab)
-"bFu" = (/obj/effect/landmark{name = "blobstart"},/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/engine,/area/toxins/explab)
-"bFv" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bFw" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bFx" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_l"},/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bFy" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bFz" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_r"},/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bFA" = (/obj/machinery/computer/security/mining,/obj/machinery/camera{c_tag = "Quartermaster's Office"; dir = 4},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/machinery/status_display{density = 0; pixel_x = -32; pixel_y = 0; supply_display = 1},/turf/open/floor/plasteel/brown{dir = 10},/area/quartermaster/qm)
-"bFB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/brown{dir = 2},/area/quartermaster/qm)
-"bFC" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/computer/stockexchange,/turf/open/floor/plasteel/brown{dir = 2},/area/quartermaster/qm)
-"bFD" = (/obj/structure/table,/obj/item/weapon/folder/yellow,/obj/item/weapon/pen{pixel_x = 4; pixel_y = 4},/obj/item/weapon/pen/red,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown{dir = 2},/area/quartermaster/qm)
-"bFE" = (/obj/structure/table,/obj/item/weapon/clipboard,/obj/item/weapon/stamp/qm{pixel_x = 0; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown{dir = 2},/area/quartermaster/qm)
-"bFF" = (/obj/structure/filingcabinet,/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown{dir = 6},/area/quartermaster/qm)
-"bFG" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/qm)
-"bFH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bFI" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bFJ" = (/obj/structure/disposalpipe/segment,/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/quartermaster/miningdock)
-"bFK" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/security/checkpoint/supply)
-"bFL" = (/obj/machinery/light_switch{pixel_y = -25},/obj/structure/closet,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint/supply)
-"bFM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/checkpoint/supply)
-"bFN" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = -30},/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/supply)
-"bFO" = (/obj/structure/filingcabinet,/obj/structure/reagent_dispensers/peppertank{pixel_x = 30; pixel_y = 0},/obj/machinery/newscaster{hitstaken = 1; pixel_x = 0; pixel_y = -32},/obj/machinery/camera{c_tag = "Security Post - Cargo"; dir = 1},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/checkpoint/supply)
-"bFP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bFQ" = (/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/plasteel,/area/hallway/primary/central)
-"bFR" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFS" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/camera{c_tag = "Central Primary Hallway South-West"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFT" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFU" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFV" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFW" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/sign/directions/engineering{pixel_x = -32; pixel_y = -40},/obj/structure/sign/directions/medical{dir = 4; icon_state = "direction_med"; pixel_x = -32; pixel_y = -24},/obj/structure/sign/directions/evac{dir = 4; icon_state = "direction_evac"; pixel_x = -32; pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Central Primary Hallway South"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGc" = (/obj/structure/disposalpipe/sortjunction{dir = 8; icon_state = "pipe-j2s"; sortType = 22},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGd" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGe" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGf" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGg" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGi" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGj" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/sleeper)
-"bGk" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/medical/sleeper)
-"bGl" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/sleeper)
-"bGm" = (/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Recovery Room"; req_access_txt = "0"},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bGn" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bGo" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/weapon/pen,/obj/machinery/requests_console{announcementConsole = 0; department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_x = 0; pixel_y = 30; pixel_z = 0},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bGp" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bGq" = (/turf/closed/wall,/area/medical/cmo)
-"bGr" = (/obj/machinery/suit_storage_unit/cmo,/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bGs" = (/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 = 0; pixel_y = 32},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bGt" = (/obj/machinery/computer/med_data,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bGu" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bGv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bGw" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bGx" = (/obj/machinery/r_n_d/server/core,/turf/open/floor/bluegrid{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/server)
-"bGy" = (/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)
-"bGz" = (/obj/structure/grille,/obj/structure/sign/securearea{desc = "A warning sign which reads 'SERVER ROOM'."; name = "SERVER ROOM"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/server)
-"bGA" = (/obj/machinery/atmospherics/pipe/simple{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/toxins/server)
-"bGB" = (/obj/machinery/computer/rdservercontrol,/turf/open/floor/plasteel/black,/area/toxins/server)
-"bGC" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plasteel/black,/area/toxins/server)
-"bGD" = (/obj/item/device/radio/intercom{pixel_x = -25},/obj/structure/filingcabinet,/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint/science)
-"bGE" = (/obj/machinery/power/apc{dir = 2; name = "Science Security APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel/red/side,/area/security/checkpoint/science)
-"bGF" = (/obj/item/weapon/screwdriver{pixel_y = 10},/obj/item/device/radio/off,/turf/open/floor/plasteel/red/side,/area/security/checkpoint/science)
-"bGG" = (/obj/machinery/computer/secure_data,/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = -30},/turf/open/floor/plasteel/red/side,/area/security/checkpoint/science)
-"bGH" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/turf/open/floor/plasteel/red/side{dir = 6},/area/security/checkpoint/science)
-"bGI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bGJ" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bGK" = (/obj/machinery/power/apc{dir = 8; name = "RD Office APC"; pixel_x = -25},/obj/structure/cable,/obj/machinery/light_switch{pixel_y = -23},/obj/item/weapon/twohanded/required/kirbyplants/dead,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bGL" = (/obj/machinery/keycard_auth{pixel_x = 0; pixel_y = -24},/obj/machinery/light,/obj/machinery/computer/card/minor/rd,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bGM" = (/obj/structure/table,/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/machinery/camera{c_tag = "Research Director's Office"; dir = 1; network = list("SS13","RD")},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bGN" = (/obj/structure/closet/secure_closet/RD,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bGO" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bGP" = (/obj/machinery/suit_storage_unit/rd,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/hor)
-"bGQ" = (/obj/machinery/camera{c_tag = "Experimentor Lab Chamber"; dir = 1; network = list("SS13","RD")},/obj/machinery/light,/obj/structure/sign/nosmoking_2{pixel_y = -32},/turf/open/floor/engine,/area/toxins/explab)
-"bGR" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bGS" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bGT" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bGU" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"bGV" = (/turf/closed/wall,/area/maintenance/aft)
-"bGW" = (/turf/closed/wall,/area/storage/tech)
-"bGX" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/central)
-"bGY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/central)
-"bGZ" = (/turf/closed/wall,/area/janitor)
-"bHa" = (/obj/machinery/door/airlock{name = "Custodial Closet"; req_access_txt = "26"},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/janitor)
-"bHb" = (/turf/closed/wall,/area/maintenance/asmaint)
-"bHc" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bHd" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
-"bHe" = (/obj/structure/disposalpipe/segment,/obj/structure/table,/obj/item/weapon/surgicaldrill,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bHf" = (/obj/structure/table,/obj/item/weapon/hemostat,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/medical/sleeper)
-"bHg" = (/obj/structure/table,/obj/item/weapon/scalpel{pixel_y = 12},/obj/item/weapon/circular_saw,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHh" = (/obj/structure/table,/obj/item/weapon/retractor,/turf/open/floor/plasteel/white/side{dir = 2},/area/medical/sleeper)
-"bHi" = (/obj/structure/table,/obj/item/weapon/cautery{pixel_x = 4},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bHj" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/soap/nanotrasen,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHk" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/whiteblue/corner{dir = 2},/area/medical/sleeper)
-"bHl" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/sleeper)
-"bHm" = (/obj/structure/closet/l3closet,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHn" = (/obj/structure/closet/wardrobe/white/medical,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHo" = (/obj/structure/closet/secure_closet/medical3,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHp" = (/obj/structure/closet/secure_closet/medical3,/obj/machinery/camera{c_tag = "Medbay Storage"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHq" = (/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/sleeper)
-"bHr" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/bin,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHs" = (/turf/open/floor/plasteel/whiteblue/corner{dir = 8},/area/medical/medbay)
-"bHt" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/cmo)
-"bHu" = (/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bHv" = (/obj/structure/chair/office/light,/obj/effect/landmark/start{name = "Chief Medical Officer"},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bHw" = (/obj/machinery/keycard_auth{pixel_x = 24; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bHx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bHy" = (/turf/closed/wall/r_wall,/area/toxins/xenobiology)
-"bHz" = (/turf/closed/wall,/area/toxins/storage)
-"bHA" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bHB" = (/obj/machinery/door/firedoor/heavy,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bHC" = (/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bHD" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bHE" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bHF" = (/turf/closed/wall/shuttle{icon_state = "swall_f18"},/area/shuttle/abandoned)
-"bHG" = (/obj/item/device/multitool,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bHH" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bHI" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 32},/turf/open/space,/area/space)
-"bHJ" = (/obj/structure/table,/obj/item/weapon/folder/yellow,/obj/item/weapon/pen,/obj/machinery/requests_console{department = "Mining"; departmentType = 0; pixel_x = -30; pixel_y = 0},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bHK" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start{name = "Shaft Miner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bHL" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bHM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bHN" = (/obj/machinery/door/airlock/maintenance{name = "Mining Maintenance"; req_access_txt = "48"},/obj/structure/disposalpipe/segment{dir = 4},/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/quartermaster/miningdock)
-"bHO" = (/obj/structure/disposalpipe/segment{dir = 4},/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/maintenance/aft)
-"bHP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/power/apc{dir = 1; name = "Cargo Security APC"; pixel_x = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/security/checkpoint/supply)
-"bHQ" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/maintenance/aft)
-"bHR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bHS" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/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 = 10},/turf/open/floor/plating,/area/maintenance/aft)
-"bHT" = (/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,/obj/machinery/ai_status_display{pixel_x = -32; pixel_y = 0},/turf/open/floor/plating,/area/storage/tech)
-"bHU" = (/obj/structure/table,/obj/item/weapon/electronics/apc,/obj/item/weapon/electronics/airlock,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/storage/tech)
-"bHV" = (/obj/structure/table,/obj/item/weapon/screwdriver{pixel_y = 16},/obj/item/weapon/wirecutters,/turf/open/floor/plating,/area/storage/tech)
-"bHW" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plating,/area/storage/tech)
-"bHX" = (/obj/machinery/camera{c_tag = "Tech Storage"; dir = 2},/obj/machinery/power/apc{dir = 1; name = "Tech Storage APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/storage/tech)
-"bHY" = (/obj/structure/table,/obj/item/device/analyzer,/obj/item/device/healthanalyzer,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/storage/tech)
-"bHZ" = (/obj/structure/table,/obj/item/device/plant_analyzer,/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plating,/area/storage/tech)
-"bIa" = (/turf/open/floor/plating,/area/storage/tech)
-"bIb" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bIc" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bId" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bIe" = (/obj/structure/closet/jcloset,/turf/open/floor/plasteel,/area/janitor)
-"bIf" = (/obj/structure/closet/l3closet/janitor,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel,/area/janitor)
-"bIg" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Custodial Closet"},/obj/vehicle/janicart,/turf/open/floor/plasteel,/area/janitor)
-"bIh" = (/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/janitor)
-"bIi" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/janitor)
-"bIj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/janitor)
-"bIk" = (/turf/open/floor/plasteel,/area/janitor)
-"bIl" = (/obj/machinery/door/window/westleft{name = "Janitoral Delivery"; req_access_txt = "26"},/turf/open/floor/plasteel/delivery,/area/janitor)
-"bIm" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 1; freq = 1400; location = "Janitor"},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/bot,/area/janitor)
-"bIn" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bIo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bIp" = (/obj/structure/disposalpipe/segment,/obj/structure/table,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/apron/surgical,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/white/side{dir = 4},/area/medical/sleeper)
-"bIq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIr" = (/obj/effect/landmark/start{name = "Medical Doctor"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIs" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIt" = (/obj/structure/table,/obj/item/weapon/surgical_drapes,/obj/item/weapon/razor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 8},/area/medical/sleeper)
-"bIu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/sleeper)
-"bIv" = (/obj/structure/table,/obj/structure/bedsheetbin{pixel_x = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/corner{dir = 8},/area/medical/sleeper)
-"bIw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/whiteblue/side{dir = 4},/area/medical/sleeper)
-"bIy" = (/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Medbay Storage"; req_access_txt = "45"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIA" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIB" = (/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Medbay Storage"; req_access_txt = "45"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIC" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/medical/medbay)
-"bID" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bIE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bIF" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bIG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bIH" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin{pixel_x = -2; pixel_y = 5},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bII" = (/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)
-"bIJ" = (/obj/structure/table/glass,/obj/item/weapon/pen,/obj/item/clothing/tie/stethoscope,/mob/living/simple_animal/pet/cat/Runtime,/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bIK" = (/obj/structure/disposalpipe/segment,/obj/item/device/radio/intercom{pixel_x = 25},/obj/machinery/camera{c_tag = "Chief Medical Office"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = -22},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bIL" = (/turf/open/floor/engine,/area/toxins/xenobiology)
-"bIM" = (/obj/machinery/camera{c_tag = "Xenobiology Test Chamber"; dir = 2; network = list("Xeno","RD"); pixel_x = 0},/obj/machinery/light{dir = 1},/turf/open/floor/engine,/area/toxins/xenobiology)
-"bIN" = (/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/plasteel/delivery{name = "floor"},/area/toxins/storage)
-"bIO" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/structure/sign/nosmoking_2{pixel_x = 0; pixel_y = 32},/turf/open/floor/plasteel/delivery{name = "floor"},/area/toxins/storage)
-"bIP" = (/obj/machinery/power/apc{dir = 8; name = "Misc Research APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bIQ" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bIR" = (/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bIS" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bIT" = (/turf/closed/wall,/area/toxins/mixing)
-"bIU" = (/obj/structure/closet/bombcloset,/obj/machinery/light_switch{pixel_x = 0; pixel_y = 28},/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/mixing)
-"bIV" = (/obj/structure/closet/bombcloset,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/mixing)
-"bIW" = (/obj/machinery/portable_atmospherics/canister,/obj/structure/window/reinforced{dir = 8},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/camera{c_tag = "Toxins Lab West"; dir = 2; network = list("SS13","RD"); pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/mixing)
-"bIX" = (/obj/machinery/portable_atmospherics/canister,/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/mixing)
-"bIY" = (/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/obj/item/weapon/storage/firstaid/toxin,/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/mixing)
-"bIZ" = (/obj/machinery/portable_atmospherics/pump,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/warnwhite{dir = 2},/area/toxins/mixing)
-"bJa" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel/warnwhite{dir = 9},/area/toxins/mixing)
-"bJb" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/mixing)
-"bJc" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel/warnwhite{dir = 5},/area/toxins/mixing)
-"bJd" = (/turf/closed/wall/r_wall,/area/toxins/mixing)
-"bJe" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bJf" = (/obj/structure/cable{d1 = 2; d2 = 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/asmaint2)
-"bJg" = (/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},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bJh" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bJi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/toxins/mixing)
-"bJj" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/labor)
-"bJk" = (/obj/machinery/computer/security/mining,/obj/machinery/camera{c_tag = "Mining Dock"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bJl" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bJm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bJn" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/closet/wardrobe/miner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bJo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/miningdock)
-"bJp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bJq" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bJr" = (/obj/structure/disposalpipe/sortjunction{dir = 8; icon_state = "pipe-j1s"; sortType = 15},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bJs" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/plating,/area/maintenance/aft)
-"bJt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/maintenance/aft)
-"bJu" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bJv" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bJw" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bJx" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bJy" = (/obj/structure/table,/obj/item/device/aicard,/obj/item/weapon/aiModule/reset,/turf/open/floor/plating,/area/storage/tech)
-"bJz" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = -3; pixel_y = 3},/obj/item/stack/cable_coil,/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plating,/area/storage/tech)
-"bJA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/storage/tech)
-"bJB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bJC" = (/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bJD" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bJE" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Janitor"},/turf/open/floor/plasteel,/area/janitor)
-"bJF" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/janitor)
-"bJG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/janitor)
-"bJH" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/janitor)
-"bJI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/mob/living/simple_animal/hostile/lizard{name = "Wags-His-Tail"; real_name = "Wags-His-Tail"},/turf/open/floor/plasteel,/area/janitor)
-"bJJ" = (/obj/item/weapon/mop,/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/janitor)
-"bJK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/power/apc{dir = 8; name = "Custodial Closet APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/janitor)
-"bJL" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bJM" = (/obj/structure/disposalpipe/sortjunction{dir = 8; icon_state = "pipe-j2s"; sortType = 6},/obj/structure/grille,/obj/structure/window/fulltile{health = 25},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bJN" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bJO" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bJP" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bJQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Surgery Maintenance"; req_access_txt = "45"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/sleeper)
-"bJR" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJT" = (/obj/structure/table/optable,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJU" = (/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/white,/area/medical/sleeper)
-"bJV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Operating Theatre"; req_access_txt = "45"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bJX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/medical/sleeper)
-"bJY" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJZ" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/iv_drip,/turf/open/floor/plasteel/whiteblue/corner{dir = 4},/area/medical/sleeper)
-"bKa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/medical/sleeper)
-"bKb" = (/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/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bKc" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bKd" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bKe" = (/obj/item/device/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = -30; pixel_y = 0},/obj/machinery/camera{c_tag = "Medbay South"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bKf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bKg" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bKh" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bKi" = (/obj/structure/disposalpipe/segment,/obj/machinery/light_switch{pixel_x = 28; pixel_y = 0},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bKj" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/light/small{dir = 8},/obj/machinery/portable_atmospherics/canister/bz,/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bKk" = (/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bKl" = (/obj/effect/decal/cleanable/oil,/obj/item/weapon/cigbutt,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bKm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bKn" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bKo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/toxins/storage)
-"bKp" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bKq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bKr" = (/turf/open/floor/plasteel/warnwhite{dir = 9},/area/medical/research{name = "Research Division"})
-"bKs" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/mixing)
-"bKt" = (/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bKu" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bKv" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bKw" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bKx" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/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/plating,/area/maintenance/asmaint2)
-"bKy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/asmaint2)
-"bKz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/toxins/mixing)
-"bKA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/toxins/mixing)
-"bKB" = (/obj/machinery/doppler_array{dir = 4},/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/mixing)
-"bKC" = (/turf/closed/wall,/area/toxins/test_area)
-"bKD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/toxins/test_area)
-"bKE" = (/turf/closed/wall/shuttle{icon_state = "swall_f16"},/area/shuttle/abandoned)
-"bKF" = (/obj/item/weapon/scalpel,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bKG" = (/obj/structure/table,/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"bKH" = (/obj/machinery/computer/shuttle/mining,/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"bKI" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/miningdock)
-"bKJ" = (/obj/machinery/computer/shuttle/mining,/turf/open/floor/plasteel/brown{dir = 9},/area/quartermaster/miningdock)
-"bKK" = (/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bKL" = (/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/miningdock)
-"bKM" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bKN" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/aft)
-"bKO" = (/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,/area/maintenance/aft)
-"bKP" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"bKQ" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bKR" = (/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},/turf/open/floor/plasteel,/area/storage/tech)
-"bKS" = (/obj/machinery/camera{c_tag = "Secure Tech Storage"; dir = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/tech)
-"bKT" = (/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)
-"bKU" = (/obj/structure/table,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/device/multitool,/turf/open/floor/plating,/area/storage/tech)
-"bKV" = (/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/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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,/turf/open/floor/plating,/area/storage/tech)
-"bKW" = (/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,/turf/open/floor/plating,/area/storage/tech)
-"bKX" = (/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},/turf/open/floor/plating,/area/storage/tech)
-"bKY" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bKZ" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/obj/item/key/janitor,/turf/open/floor/plasteel,/area/janitor)
-"bLa" = (/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/machinery/requests_console{department = "Janitorial"; departmentType = 1; pixel_y = -29},/obj/item/weapon/reagent_containers/spray/cleaner,/turf/open/floor/plasteel,/area/janitor)
-"bLb" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/janitor)
-"bLc" = (/obj/structure/janitorialcart,/turf/open/floor/plasteel,/area/janitor)
-"bLd" = (/obj/item/weapon/restraints/legcuffs/beartrap,/obj/item/weapon/restraints/legcuffs/beartrap,/obj/item/weapon/storage/box/mousetraps,/obj/item/weapon/storage/box/mousetraps,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/janitor)
-"bLe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/janitor)
-"bLf" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/janitor)
-"bLg" = (/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/maintenance/asmaint)
-"bLh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bLi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bLj" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bLk" = (/obj/structure/disposalpipe/segment,/obj/machinery/power/apc{dir = 4; name = "Treatment Center APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/sleeper)
-"bLl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 4},/area/medical/sleeper)
-"bLm" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLn" = (/obj/machinery/computer/operating,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLo" = (/obj/structure/sign/nosmoking_2{pixel_x = -28},/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/plasteel/whiteblue/corner{dir = 1},/area/medical/sleeper)
-"bLp" = (/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/medical/sleeper)
-"bLq" = (/obj/machinery/vending/wallmed{pixel_x = 28; pixel_y = 0},/obj/machinery/camera{c_tag = "Medbay Recovery Room"; dir = 8; network = list("SS13")},/obj/machinery/iv_drip,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLr" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLs" = (/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,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/mask/muzzle,/obj/item/weapon/gun/syringe,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLt" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/clothing/tie/stethoscope,/obj/machinery/vending/wallmed{pixel_y = 28},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bLu" = (/obj/structure/chair/office/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bLv" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/button/door{id = "medpriv4"; name = "Privacy Shutters"; pixel_y = 25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bLw" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "medpriv4"; name = "privacy door"},/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay)
-"bLx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bLy" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bLz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bLA" = (/obj/machinery/door/airlock/glass_command{name = "Chief Medical Officer"; req_access_txt = "40"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bLB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bLC" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bLD" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bLE" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/medical/cmo)
-"bLF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bLG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{sortType = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bLH" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bLI" = (/obj/machinery/power/apc{dir = 8; name = "Toxins Storage APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/camera{c_tag = "Toxins Storage"; dir = 4; network = list("SS13","RD")},/obj/machinery/portable_atmospherics/canister/bz,/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bLJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bLK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/mob/living/simple_animal/mouse,/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bLL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bLM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bLN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/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)
-"bLO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bLP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bLQ" = (/turf/open/floor/plasteel/warnwhite{dir = 8},/area/medical/research{name = "Research Division"})
-"bLR" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{name = "Toxins Lab"; req_access_txt = "8"},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bLS" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bLT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bLU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/toxins/mixing)
-"bLV" = (/obj/structure/sign/securearea{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning/corner{dir = 1},/area/toxins/mixing)
-"bLW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/toxins/mixing)
-"bLX" = (/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning/corner{dir = 2},/area/toxins/mixing)
-"bLY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/toxins/mixing)
-"bLZ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/obj/item/device/radio/intercom{pixel_y = 25},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/toxins/mixing)
-"bMa" = (/obj/machinery/button/massdriver{dir = 2; id = "toxinsdriver"; pixel_y = 24},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/warning/corner{dir = 8},/area/toxins/mixing)
-"bMb" = (/obj/machinery/computer/security/telescreen{desc = "Used for watching the test chamber."; dir = 8; layer = 4; name = "Test Chamber Telescreen"; network = list("Toxins"); pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel/warning{dir = 5},/area/toxins/mixing)
-"bMc" = (/obj/item/target,/obj/structure/window/reinforced,/turf/open/floor/plating/warnplate{dir = 1},/area/toxins/test_area)
-"bMd" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 6; pixel_y = -5},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bMe" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"bMf" = (/obj/item/weapon/ore/iron,/turf/open/floor/plasteel/warning{dir = 9},/area/quartermaster/miningdock)
-"bMg" = (/obj/structure/closet/crate,/obj/machinery/light/small{dir = 4},/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/turf/open/floor/plasteel/warning{dir = 1},/area/quartermaster/miningdock)
-"bMh" = (/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/miningdock)
-"bMi" = (/obj/effect/landmark/start{name = "Shaft Miner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bMj" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bMk" = (/obj/machinery/light/small{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/aft)
-"bMl" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plating,/area/maintenance/aft)
-"bMm" = (/turf/open/floor/plating,/area/maintenance/aft)
-"bMn" = (/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/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/storage/tech)
-"bMo" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/tech)
-"bMp" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Tech Storage"; req_access_txt = "19;23"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/storage/tech)
-"bMq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/storage/tech)
-"bMr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/plating,/area/storage/tech)
-"bMs" = (/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/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plating,/area/storage/tech)
-"bMt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/effect/landmark{name = "blobstart"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech)
-"bMu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech)
-"bMv" = (/obj/machinery/door/airlock/engineering{name = "Tech Storage"; req_access_txt = "23"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech)
-"bMw" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bMx" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bMy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bMz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/janitor)
-"bMA" = (/obj/machinery/door/airlock/maintenance{name = "Custodial Maintenance"; req_access_txt = "26"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/janitor)
-"bMB" = (/obj/machinery/power/apc{dir = 8; name = "Medbay Maintenance APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bMC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bMD" = (/obj/structure/grille,/obj/structure/window/fulltile{health = 25},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bME" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/structure/window/fulltile{health = 35},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bMF" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bMG" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bMH" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bMI" = (/obj/structure/closet/secure_closet/medical2,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bMJ" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/sleeper)
-"bMK" = (/obj/machinery/vending/wallmed{pixel_y = -28},/obj/machinery/camera{c_tag = "Surgery Operating"; dir = 1; network = list("SS13"); pixel_x = 22},/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bML" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/sleeper)
-"bMM" = (/obj/structure/closet/crate/freezer{name = "blood bags"},/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,/area/medical/sleeper)
-"bMN" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMO" = (/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMP" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMQ" = (/obj/structure/table,/obj/machinery/light,/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,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMR" = (/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/white,/area/medical/sleeper)
-"bMS" = (/obj/structure/table,/obj/item/device/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = 0; pixel_y = -30},/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},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMT" = (/obj/structure/table,/obj/machinery/requests_console{announcementConsole = 0; department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_x = 0; pixel_y = -30; pixel_z = 0},/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/sleeper)
-"bMU" = (/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/sleeper)
-"bMV" = (/obj/machinery/light,/obj/structure/table,/obj/item/weapon/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/weapon/storage/box/syringes,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMW" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bMX" = (/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)
-"bMY" = (/obj/machinery/door/airlock/medical{name = "Patient Room"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bMZ" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bNa" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bNb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/cmo)
-"bNc" = (/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/barber,/area/medical/cmo)
-"bNd" = (/obj/machinery/computer/card/minor/cmo,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bNe" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bNf" = (/obj/structure/closet/secure_closet/CMO,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/barber,/area/medical/cmo)
-"bNg" = (/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)
-"bNh" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bNi" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/open/floor/plasteel/bot,/area/toxins/storage)
-"bNj" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plasteel/bot,/area/toxins/storage)
-"bNk" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/bot,/area/toxins/storage)
-"bNl" = (/obj/structure/sign/nosmoking_2{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bNm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bNn" = (/turf/open/floor/plasteel/warnwhite{dir = 10},/area/medical/research{name = "Research Division"})
-"bNo" = (/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,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bNp" = (/obj/structure/chair/stool,/obj/effect/landmark/start{name = "Scientist"},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bNq" = (/obj/structure/table/reinforced,/obj/item/weapon/wrench,/obj/item/weapon/screwdriver{pixel_y = 10},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bNr" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bNs" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bNt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{name = "Toxins Launch Room Access"; req_access_txt = "8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bNu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 8},/area/toxins/mixing)
-"bNv" = (/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/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/toxins/mixing)
-"bNw" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/warning{dir = 4},/area/toxins/mixing)
-"bNx" = (/obj/machinery/door/airlock/research{name = "Toxins Launch Room"; req_access_txt = "8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/toxins/mixing)
-"bNy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/toxins/mixing)
-"bNz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/warning/corner{dir = 2},/area/toxins/mixing)
-"bNA" = (/turf/open/floor/plasteel/warning{dir = 6},/area/toxins/mixing)
-"bNB" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'BOMB RANGE"; name = "BOMB RANGE"},/turf/closed/wall,/area/toxins/test_area)
-"bNC" = (/obj/structure/chair,/turf/open/floor/plating/airless/warnplate{dir = 9},/area/toxins/test_area)
-"bND" = (/obj/item/device/flashlight/lamp,/turf/open/floor/plating/airless/warnplate{dir = 1},/area/toxins/test_area)
-"bNE" = (/obj/structure/chair,/turf/open/floor/plating/airless/warnplate{dir = 5},/area/toxins/test_area)
-"bNF" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/obj/effect/decal/remains/human,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/abandoned)
-"bNG" = (/obj/machinery/door/airlock/shuttle{name = "Mining Shuttle Airlock"; req_access_txt = "48"},/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/labor)
-"bNH" = (/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; req_access = null; req_access_txt = "48"},/turf/open/floor/plating,/area/quartermaster/miningdock)
-"bNI" = (/obj/machinery/door/airlock/glass_mining{name = "Mining Dock"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bNJ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bNK" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"bNL" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/aft)
-"bNM" = (/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},/turf/open/floor/plasteel,/area/storage/tech)
-"bNN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/tech)
-"bNO" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/storage/tech)
-"bNP" = (/obj/structure/table,/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)
-"bNQ" = (/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,/turf/open/floor/plating,/area/storage/tech)
-"bNR" = (/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},/turf/open/floor/plating,/area/storage/tech)
-"bNS" = (/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},/turf/open/floor/plating,/area/storage/tech)
-"bNT" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plating,/area/storage/tech)
-"bNU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bNV" = (/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/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bNW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bNX" = (/obj/structure/disposalpipe/segment{dir = 4},/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/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bNY" = (/obj/structure/cable{d1 = 4; d2 = 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/asmaint)
-"bNZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/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/plating,/area/maintenance/asmaint)
-"bOa" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/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/asmaint)
-"bOc" = (/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/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOe" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOf" = (/obj/effect/landmark{name = "blobstart"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOg" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOh" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bOi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/sleeper)
-"bOj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/medical/sleeper)
-"bOk" = (/turf/closed/wall/r_wall,/area/medical/medbay)
-"bOl" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bOm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bOn" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/shieldwallgen{req_access = list(55)},/turf/open/floor/plating,/area/toxins/xenobiology)
-"bOo" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bOp" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bOq" = (/obj/machinery/door/window/southleft{dir = 1; name = "Test Chamber"; req_access_txt = "55"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/turf/open/floor/engine,/area/toxins/xenobiology)
-"bOr" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bOs" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bOt" = (/turf/closed/wall,/area/toxins/xenobiology)
-"bOu" = (/obj/machinery/portable_atmospherics/scrubber/huge,/turf/open/floor/plasteel/floorgrime,/area/toxins/storage)
-"bOv" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bOw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bOx" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bOy" = (/obj/structure/closet/l3closet/scientist{pixel_x = -2},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOz" = (/obj/structure/closet/wardrobe/science_white,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOA" = (/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,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOB" = (/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/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = -30},/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOC" = (/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/white,/area/toxins/mixing)
-"bOD" = (/obj/structure/tank_dispenser,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOF" = (/obj/machinery/power/apc{dir = 4; name = "Toxins Lab APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable,/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bOG" = (/turf/open/floor/plasteel/warning/corner{dir = 4},/area/toxins/mixing)
-"bOH" = (/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,/area/toxins/mixing)
-"bOI" = (/obj/machinery/camera{c_tag = "Toxins Launch Room Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning/corner{dir = 8},/area/toxins/mixing)
-"bOJ" = (/obj/machinery/door/window/southleft{name = "Mass Driver Door"; req_access_txt = "7"},/turf/open/floor/plasteel/loadingarea,/area/toxins/mixing)
-"bOK" = (/turf/open/floor/plating/airless/warnplate{dir = 9},/area/toxins/test_area)
-"bOL" = (/turf/open/floor/plating/airless,/area/toxins/test_area)
-"bOM" = (/obj/structure/chair{dir = 8},/turf/open/floor/plating/airless/warnplate{dir = 5},/area/toxins/test_area)
-"bON" = (/obj/item/weapon/ore/silver,/obj/item/weapon/ore/silver,/turf/open/floor/plasteel/warning{dir = 10},/area/quartermaster/miningdock)
-"bOO" = (/obj/machinery/camera{c_tag = "Mining Dock External"; dir = 8},/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/warning,/area/quartermaster/miningdock)
-"bOP" = (/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,/area/quartermaster/miningdock)
-"bOQ" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/brown{dir = 10},/area/quartermaster/miningdock)
-"bOR" = (/obj/structure/rack{dir = 1},/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/weapon/pickaxe{pixel_x = 5},/obj/item/weapon/shovel{pixel_x = -5},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bOS" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bOT" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bOU" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bOV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/aft)
-"bOW" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bOX" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bOY" = (/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)
-"bOZ" = (/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)
-"bPa" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plating,/area/storage/tech)
-"bPb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech)
-"bPc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/storage/tech)
-"bPd" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bPe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bPf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bPg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/asmaint)
-"bPh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/asmaint)
-"bPi" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/closed/wall/r_wall,/area/maintenance/asmaint)
-"bPj" = (/obj/structure/closet,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPk" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPl" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPm" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/sign/securearea{pixel_x = 0; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPq" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/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/maintenance/asmaint)
-"bPr" = (/obj/structure/disposalpipe/sortjunction{dir = 8; icon_state = "pipe-j1s"; sortType = 11},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPt" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPu" = (/obj/effect/decal/cleanable/cobweb2,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "Medbay APC"; pixel_x = 24; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/medical/medbay)
-"bPv" = (/obj/machinery/vending/wallmed{pixel_y = 28},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bPw" = (/obj/machinery/door/airlock/medical{name = "Patient Room 2"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bPx" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bPy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/medical/medbay)
-"bPz" = (/obj/structure/rack{dir = 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/asmaint)
-"bPA" = (/obj/machinery/power/apc{dir = 1; name = "CM Office APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/cmo)
-"bPB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bPD" = (/obj/structure/disposalpipe/segment,/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/asmaint)
-"bPE" = (/obj/item/weapon/wrench,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/toxins/xenobiology)
-"bPF" = (/obj/machinery/computer/security/telescreen{name = "Test Chamber Moniter"; network = list("Xeno"); pixel_x = 0; pixel_y = 2},/obj/structure/table/reinforced,/turf/open/floor/plasteel/warning{dir = 2},/area/toxins/xenobiology)
-"bPG" = (/obj/machinery/button/door{id = "misclab"; name = "Test Chamber Blast Doors"; pixel_x = 0; pixel_y = -2; req_access_txt = "55"},/obj/structure/table/reinforced,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/warning{dir = 6},/area/toxins/xenobiology)
-"bPH" = (/obj/machinery/door/window/southleft{name = "Test Chamber"; req_access_txt = "55"},/turf/open/floor/plasteel/warning{dir = 2},/area/toxins/xenobiology)
-"bPI" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/warning{dir = 10},/area/toxins/xenobiology)
-"bPJ" = (/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{dir = 2},/area/toxins/xenobiology)
-"bPK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/toxins/xenobiology)
-"bPL" = (/obj/structure/sign/biohazard,/turf/closed/wall,/area/toxins/xenobiology)
-"bPM" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bPN" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bPO" = (/obj/machinery/camera{c_tag = "Research Division South"; dir = 8; network = list("SS13")},/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white/side{dir = 9},/area/medical/research{name = "Research Division"})
-"bPP" = (/obj/structure/sign/fire,/turf/closed/wall,/area/medical/research{name = "Research Division"})
-"bPQ" = (/obj/structure/sign/nosmoking_2{pixel_x = -32},/turf/open/floor/plasteel/white,/area/toxins/mixing)
-"bPR" = (/obj/structure/closet/wardrobe/grey,/turf/open/floor/plating,/area/toxins/mixing)
-"bPS" = (/obj/machinery/mass_driver{dir = 4; id = "toxinsdriver"},/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/toxins/mixing)
-"bPT" = (/obj/machinery/door/poddoor{id = "toxinsdriver"; name = "toxins launcher bay door"},/turf/open/floor/plating,/area/toxins/mixing)
-"bPU" = (/turf/open/floor/plating/airless/warnplate{dir = 8},/area/toxins/test_area)
-"bPV" = (/turf/open/floor/plating/airless/warnplate{dir = 4},/area/toxins/test_area)
-"bPW" = (/obj/item/device/radio/beacon,/turf/open/floor/plating/airless,/area/toxins/test_area)
-"bPX" = (/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 = 8; invuln = 1; light = null; name = "Hardened Bomb-Test Camera"; network = list("Toxins"); use_power = 0},/obj/item/target/alien{anchored = 1},/turf/open/floor/plating/warnplate{dir = 4; luminosity = 2; initial_gas_mix = "o2=0.01;n2=0.01"},/area/toxins/test_area)
-"bPY" = (/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)
-"bPZ" = (/obj/structure/shuttle/engine/heater,/turf/open/floor/plating,/area/shuttle/labor)
-"bQa" = (/obj/structure/ore_box,/turf/open/floor/plasteel/shuttle,/area/shuttle/labor)
-"bQb" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"bQc" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"bQd" = (/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/aft)
-"bQe" = (/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)
-"bQf" = (/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/light/small,/turf/open/floor/plating,/area/storage/tech)
-"bQg" = (/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)
-"bQh" = (/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)
-"bQi" = (/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,/obj/machinery/light/small,/turf/open/floor/plating,/area/storage/tech)
-"bQj" = (/obj/machinery/requests_console{department = "Tech storage"; pixel_x = 0; pixel_y = -32},/turf/open/floor/plating,/area/storage/tech)
-"bQk" = (/obj/machinery/vending/assist,/turf/open/floor/plating,/area/storage/tech)
-"bQl" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Aft Primary Hallway 2"; dir = 4; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bQm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bQn" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bQo" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/caution{dir = 5},/area/hallway/primary/aft)
-"bQp" = (/turf/closed/wall/r_wall,/area/atmos)
-"bQq" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plasteel/bot,/area/atmos)
-"bQr" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/bot,/area/atmos)
-"bQs" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/open/floor/plasteel/bot,/area/atmos)
-"bQt" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plasteel/bot,/area/atmos)
-"bQu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/atmos)
-"bQv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance"; req_access_txt = "24"},/turf/open/floor/plating,/area/atmos)
-"bQw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall/r_wall,/area/atmos)
-"bQx" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall/r_wall,/area/atmos)
-"bQy" = (/obj/structure/disposalpipe/segment,/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/asmaint)
-"bQz" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/clothing/tie/stethoscope,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bQA" = (/obj/structure/chair/office/light{dir = 8},/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)
-"bQB" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/button/door{id = "medpriv1"; name = "Privacy Shutters"; pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bQC" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "medpriv1"; name = "privacy door"},/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay)
-"bQD" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bQE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay)
-"bQF" = (/obj/machinery/door/airlock/maintenance{name = "Medbay Maintenance"; req_access_txt = "5"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay)
-"bQG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bQH" = (/obj/structure/disposalpipe/segment{dir = 4},/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"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bQI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bQJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bQK" = (/obj/machinery/power/apc{dir = 8; name = "Xenobiology APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQL" = (/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQM" = (/obj/structure/chair/stool,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQO" = (/obj/machinery/monkey_recycler,/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQP" = (/obj/machinery/processor{desc = "A machine used to process slimes and retrieve their extract."; name = "Slime Processor"},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQQ" = (/obj/machinery/smartfridge/extract,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQR" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQS" = (/obj/structure/closet/l3closet/scientist,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQT" = (/obj/structure/closet/l3closet/scientist,/obj/machinery/light_switch{pixel_x = 0; pixel_y = 28},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bQU" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/toxins/xenobiology)
-"bQV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bQW" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/research{name = "Research Division"})
-"bQX" = (/obj/machinery/door/poddoor{id = "mixvent"; name = "Mixer Room Vent"},/turf/open/floor/engine/vacuum,/area/toxins/mixing)
-"bQY" = (/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)
-"bQZ" = (/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)
-"bRa" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/toxins/mixing)
-"bRb" = (/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},/turf/open/floor/engine,/area/toxins/mixing)
-"bRc" = (/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)
-"bRd" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "mix to port"},/turf/open/floor/plasteel/warnwhite{dir = 4},/area/toxins/mixing)
-"bRe" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel/warning{dir = 5},/area/toxins/mixing)
-"bRf" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bRg" = (/obj/effect/decal/cleanable/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bRh" = (/turf/open/floor/plating,/area/toxins/mixing)
-"bRi" = (/turf/open/floor/plating/airless/warnplate{dir = 10},/area/toxins/test_area)
-"bRj" = (/obj/structure/chair{dir = 8},/turf/open/floor/plating/airless/warnplate{dir = 6},/area/toxins/test_area)
-"bRk" = (/obj/structure/shuttle/engine/propulsion/burst,/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plating/airless,/area/shuttle/labor)
-"bRl" = (/obj/structure/disposalpipe/segment,/obj/machinery/status_display{density = 0; layer = 3; pixel_x = -32; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bRm" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bRn" = (/turf/open/floor/plasteel/caution{dir = 4},/area/hallway/primary/aft)
-"bRo" = (/turf/closed/wall,/area/atmos)
-"bRp" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plasteel,/area/atmos)
-"bRq" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bRr" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/atmos)
-"bRs" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bRt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bRu" = (/obj/machinery/pipedispenser,/turf/open/floor/plasteel,/area/atmos)
-"bRv" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bRw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/obj/machinery/light{dir = 1},/obj/machinery/meter{frequency = 1441; id_tag = "waste_meter"; name = "Waste Loop"},/turf/open/floor/plasteel,/area/atmos)
-"bRx" = (/obj/machinery/camera{c_tag = "Atmospherics North East"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Distro to Waste"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bRy" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 2},/obj/machinery/meter{frequency = 1441; id_tag = "distro_meter"; name = "Distribution Loop"},/turf/open/floor/plasteel,/area/atmos)
-"bRz" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/turf/open/floor/plasteel,/area/atmos)
-"bRA" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Air to Distro"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"bRB" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10; initialize_directions = 10},/turf/open/floor/plasteel,/area/atmos)
-"bRC" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/open/floor/plasteel,/area/atmos)
-"bRD" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/closed/wall/r_wall,/area/atmos)
-"bRE" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation)
-"bRF" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space)
-"bRG" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 10},/turf/open/space,/area/space/nearstation)
-"bRH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/virology)
-"bRI" = (/turf/closed/wall/r_wall,/area/medical/virology)
-"bRJ" = (/turf/closed/wall,/area/medical/virology)
-"bRK" = (/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/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"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bRL" = (/obj/structure/sign/biohazard,/turf/closed/wall,/area/medical/virology)
-"bRM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j2s"; sortType = 13},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bRN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Xenobiology Maintenance"; req_access_txt = "55"},/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/toxins/xenobiology)
-"bRO" = (/obj/structure/disposalpipe/segment{dir = 4},/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},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRP" = (/obj/structure/disposalpipe/segment{dir = 4},/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/white,/area/toxins/xenobiology)
-"bRQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRR" = (/obj/structure/disposalpipe/segment{dir = 4},/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/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "55"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bRW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/medical/research{name = "Research Division"})
-"bRX" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/research{name = "Research Division"})
-"bRY" = (/turf/open/floor/engine/vacuum,/area/toxins/mixing)
-"bRZ" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine/vacuum,/area/toxins/mixing)
-"bSa" = (/obj/machinery/door/airlock/glass_research{autoclose = 0; frequency = 1449; glass = 1; heat_proof = 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/toxins/mixing)
-"bSb" = (/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)
-"bSc" = (/obj/machinery/door/airlock/glass_research{autoclose = 0; frequency = 1449; glass = 1; 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)
-"bSd" = (/turf/open/floor/plasteel/warnwhite{dir = 8},/area/toxins/mixing)
-"bSe" = (/turf/open/floor/plasteel/warnwhite{dir = 4},/area/toxins/mixing)
-"bSf" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/camera{c_tag = "Toxins Lab East"; dir = 8; network = list("SS13","RD"); pixel_y = -22},/turf/open/floor/plasteel/warning{dir = 4},/area/toxins/mixing)
-"bSg" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bSh" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bSi" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating/airless/warnplate{dir = 10},/area/toxins/test_area)
-"bSj" = (/obj/item/device/flashlight/lamp,/turf/open/floor/plating/airless/warnplate{dir = 2},/area/toxins/test_area)
-"bSk" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating/airless/warnplate{dir = 6},/area/toxins/test_area)
-"bSl" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/test_area)
-"bSm" = (/turf/closed/wall,/area/construction)
-"bSn" = (/obj/structure/closet/crate,/turf/open/floor/plating,/area/construction)
-"bSo" = (/turf/open/floor/plating,/area/construction)
-"bSp" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plating,/area/construction)
-"bSq" = (/turf/open/floor/plasteel,/area/construction)
-"bSr" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/construction)
-"bSs" = (/turf/open/floor/plasteel/caution{dir = 6},/area/hallway/primary/aft)
-"bSt" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/obj/machinery/portable_atmospherics/canister/bz,/turf/open/floor/plasteel,/area/atmos)
-"bSu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/portable_atmospherics/canister/bz,/turf/open/floor/plasteel,/area/atmos)
-"bSv" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bSw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/atmos)
-"bSx" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/camera{c_tag = "Atmospherics Monitoring"; dir = 2; network = list("SS13")},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/caution{dir = 5},/area/atmos)
-"bSy" = (/obj/machinery/camera{c_tag = "Atmospherics North West"; dir = 4; network = list("SS13")},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"bSz" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/atmos)
-"bSA" = (/turf/open/floor/plasteel,/area/atmos)
-"bSB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"bSC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bSD" = (/obj/machinery/pipedispenser/disposal,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bSE" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bSF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bSG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"bSH" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix to Distro"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bSI" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 8; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"bSJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix to Incinerator"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bSK" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10; initialize_directions = 10},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bSL" = (/obj/structure/grille,/turf/closed/wall/r_wall,/area/atmos)
-"bSM" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space/nearstation)
-"bSN" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/medical/virology)
-"bSO" = (/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,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bSP" = (/obj/item/weapon/storage/secure/safe{pixel_x = 5; pixel_y = 29},/obj/machinery/camera{c_tag = "Virology Break Room"},/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)
-"bSQ" = (/obj/machinery/light{dir = 1},/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bSR" = (/obj/item/weapon/bedsheet,/obj/structure/bed,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bSS" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/warnwhite{dir = 9},/area/medical/virology)
-"bST" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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)
-"bSU" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Virology Airlock"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel/warnwhite{dir = 5},/area/medical/virology)
-"bSV" = (/turf/open/floor/plasteel/white,/area/medical/virology)
-"bSW" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bSX" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bSY" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/securearea{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bSZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/toxins/xenobiology)
-"bTa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bTb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bTc" = (/obj/effect/landmark/start{name = "Scientist"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bTd" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bTe" = (/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{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bTf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/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)
-"bTg" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bTh" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/toxins/xenobiology)
-"bTi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/research{name = "Research Division"})
-"bTj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/research{name = "Research Division"})
-"bTk" = (/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/research{name = "Research Division"})
-"bTl" = (/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)
-"bTm" = (/obj/structure/sign/fire{pixel_y = -32},/obj/machinery/atmospherics/components/binary/pump{dir = 8; on = 1},/turf/open/floor/engine,/area/toxins/mixing)
-"bTn" = (/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)
-"bTo" = (/obj/machinery/light,/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "port to mix"},/turf/open/floor/plasteel/warnwhite{dir = 4},/area/toxins/mixing)
-"bTp" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel/warning{dir = 6},/area/toxins/mixing)
-"bTq" = (/obj/structure/closet/toolcloset,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bTr" = (/obj/item/target,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/warnplate,/area/toxins/test_area)
-"bTs" = (/obj/structure/barricade/wooden,/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/aft)
-"bTt" = (/obj/machinery/light_construct{dir = 8},/turf/open/floor/plating,/area/construction)
-"bTu" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plating,/area/construction)
-"bTv" = (/obj/machinery/light_construct{dir = 4},/turf/open/floor/plasteel,/area/construction)
-"bTw" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bTx" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bTy" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/loadingarea{dir = 8},/area/hallway/primary/aft)
-"bTz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Atmospherics"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/atmos)
-"bTA" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/loadingarea{dir = 4},/area/atmos)
-"bTB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bTC" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bTD" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bTE" = (/obj/machinery/computer/atmos_control,/obj/machinery/requests_console{department = "Atmospherics"; departmentType = 4; name = "Atmos RC"; pixel_x = 30; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/atmos)
-"bTF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/atmos)
-"bTG" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel,/area/atmos)
-"bTH" = (/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/atmos)
-"bTI" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bTJ" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bTK" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Waste In"; on = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bTL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/atmos)
-"bTM" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel,/area/atmos)
-"bTN" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix Outlet Pump"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bTO" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Air to Mix"; on = 0},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bTP" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel/green/side{dir = 5},/area/atmos)
-"bTQ" = (/obj/structure/grille,/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/atmos)
-"bTR" = (/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/structure/grille,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/atmos)
-"bTS" = (/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)
-"bTT" = (/obj/machinery/camera{c_tag = "Atmospherics Waste Tank"},/turf/open/floor/engine/vacuum,/area/atmos)
-"bTU" = (/turf/open/floor/engine/vacuum,/area/atmos)
-"bTV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint)
-"bTW" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bTX" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bTY" = (/obj/machinery/shower{dir = 4},/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 8},/area/medical/virology)
-"bTZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bUa" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/closet/l3closet,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/warnwhite{dir = 4},/area/medical/virology)
-"bUb" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bUc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/mob/living/carbon/monkey,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bUd" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/virology)
-"bUe" = (/obj/machinery/disposal/bin,/obj/structure/sign/deathsposal{pixel_x = 0; pixel_y = -32},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUf" = (/obj/machinery/computer/camera_advanced/xenobio,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUg" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table/glass,/obj/item/weapon/storage/box/monkeycubes,/obj/item/weapon/storage/box/monkeycubes,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUh" = (/obj/structure/table/glass,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUi" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUj" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUk" = (/obj/structure/table,/obj/item/weapon/extinguisher{pixel_x = 4; pixel_y = 3},/obj/item/weapon/extinguisher,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUl" = (/obj/structure/table,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = -30},/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUm" = (/obj/structure/table,/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/machinery/light,/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUn" = (/obj/structure/table,/obj/item/weapon/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/weapon/storage/box/syringes,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUo" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bUp" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/toxins/misc_lab)
-"bUq" = (/obj/machinery/door/airlock/research{name = "Testing Lab"; req_access_txt = "47"},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bUr" = (/turf/closed/wall,/area/toxins/misc_lab)
-"bUs" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bUt" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bUu" = (/obj/effect/decal/cleanable/oil,/obj/structure/rack,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bUv" = (/obj/machinery/vending/boozeomat,/turf/open/floor/plasteel/bar,/area/maintenance/aft)
-"bUw" = (/turf/open/floor/wood,/area/maintenance/aft)
-"bUx" = (/obj/effect/decal/cleanable/robot_debris/old,/turf/open/floor/wood,/area/maintenance/aft)
-"bUy" = (/turf/open/floor/wood{icon_state = "wood-broken"},/area/maintenance/aft)
-"bUz" = (/obj/machinery/door/airlock/maintenance{name = "Maint Bar Access"; req_access_txt = "12"},/obj/structure/barricade/wooden{name = "wooden barricade (CLOSED)"},/turf/open/floor/plating,/area/maintenance/aft)
-"bUA" = (/obj/item/weapon/shard,/turf/open/floor/plating,/area/maintenance/aft)
-"bUB" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/aft)
-"bUC" = (/obj/structure/girder,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"bUD" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/aft)
-"bUE" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"bUF" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/maintenance/aft)
-"bUG" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft)
-"bUH" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bUI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/construction)
-"bUJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bUK" = (/obj/structure/closet/crate,/obj/effect/landmark{name = "blobstart"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bUL" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/construction)
-"bUM" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bUN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/construction)
-"bUO" = (/obj/machinery/door/airlock/engineering{name = "Construction Area"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bUP" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bUQ" = (/turf/open/floor/plasteel/caution{dir = 5},/area/hallway/primary/aft)
-"bUR" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "atmos"; layer = 2.9; name = "atmos blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bUS" = (/obj/structure/tank_dispenser{pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bUT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/atmos)
-"bUU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bUV" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/atmos)
-"bUW" = (/obj/machinery/computer/atmos_control,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/atmos)
-"bUX" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/atmos)
-"bUY" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bUZ" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/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,/area/atmos)
-"bVa" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/atmos)
-"bVb" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/atmos)
-"bVc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/atmos)
-"bVd" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Filter"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"bVe" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bVf" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 6},/turf/open/floor/plasteel,/area/atmos)
-"bVg" = (/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 1},/turf/open/floor/plasteel,/area/atmos)
-"bVh" = (/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bVi" = (/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 = 4},/area/atmos)
-"bVj" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bVk" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/atmos)
-"bVl" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "mix_sensor"},/turf/open/floor/engine/vacuum,/area/atmos)
-"bVm" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/vacuum,/area/atmos)
-"bVn" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVo" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVp" = (/obj/structure/closet/wardrobe/virology_white,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVq" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/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 = 10},/area/medical/virology)
-"bVr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVs" = (/obj/structure/closet/l3closet,/turf/open/floor/plasteel/warnwhite{dir = 6},/area/medical/virology)
-"bVt" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVu" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/xenobiology)
-"bVv" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/xenobiology)
-"bVw" = (/obj/machinery/door/firedoor,/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/machinery/camera{c_tag = "Xenobiology North"; dir = 8; network = list("SS13","RD")},/turf/open/floor/plasteel/warnwhite{dir = 1},/area/toxins/xenobiology)
-"bVx" = (/obj/structure/closet/bombcloset,/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bVy" = (/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bVz" = (/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"bVA" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; dir = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = 30},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bVB" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/storage/toolbox/mechanical,/obj/item/clothing/ears/earmuffs,/obj/machinery/camera{c_tag = "Testing Lab North"; dir = 2; network = list("SS13","RD")},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bVC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bVD" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bVE" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; req_access = null},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bVF" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bVG" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/warning{dir = 9},/area/toxins/misc_lab)
-"bVH" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/warning{dir = 5},/area/toxins/misc_lab)
-"bVI" = (/turf/closed/wall/r_wall,/area/toxins/misc_lab)
-"bVJ" = (/obj/structure/rack,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bVK" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks/beer,/turf/open/floor/wood,/area/maintenance/aft)
-"bVL" = (/obj/structure/table/wood,/obj/item/weapon/soap/nanotrasen,/turf/open/floor/wood{icon_state = "wood-broken7"},/area/maintenance/aft)
-"bVM" = (/obj/structure/table/wood,/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/aft)
-"bVN" = (/obj/structure/table/wood,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/wood,/area/maintenance/aft)
-"bVO" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft)
-"bVP" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft)
-"bVQ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bVR" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft)
-"bVS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Construction Area Maintenance"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bVT" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bVU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bVV" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/construction)
-"bVW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/construction)
-"bVX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bVY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bVZ" = (/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/machinery/door/poddoor/preopen{id = "atmos"; layer = 2.9; name = "atmos blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/atmos)
-"bWa" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start{name = "Atmospheric Technician"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bWb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bWc" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start{name = "Atmospheric Technician"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel,/area/atmos)
-"bWd" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel/caution{dir = 4},/area/atmos)
-"bWe" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/atmos)
-"bWf" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/atmos)
-"bWg" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"bWh" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"bWi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/atmos)
-"bWj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bWk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_atmos{name = "Distribution Loop"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/atmos)
-"bWl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/open/floor/plasteel,/area/atmos)
-"bWm" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 9},/turf/open/floor/plasteel,/area/atmos)
-"bWn" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Pure to Mix"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bWo" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 5; initialize_directions = 12},/turf/open/floor/plasteel,/area/atmos)
-"bWp" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Unfiltered to Mix"; on = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4; initialize_directions = 12},/turf/open/floor/plasteel,/area/atmos)
-"bWq" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/green/side{dir = 6},/area/atmos)
-"bWr" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bWs" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/space,/area/space/nearstation)
-"bWt" = (/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)
-"bWu" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWv" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWw" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWy" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"bWz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_virology{name = "Monkey Pen"; req_access_txt = "39"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWA" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bWB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/engine,/area/toxins/xenobiology)
-"bWC" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bWD" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plasteel/warning{dir = 6},/area/toxins/xenobiology)
-"bWE" = (/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},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bWF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bWG" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/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/toxins/xenobiology)
-"bWH" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "xenobio8"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bWI" = (/obj/structure/closet/l3closet/scientist{pixel_x = -2},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bWJ" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"bWK" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/device/electropack,/obj/item/device/healthanalyzer,/obj/item/device/assembly/signaler,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bWL" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bWM" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bWN" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/engine,/area/toxins/misc_lab)
-"bWO" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bWP" = (/obj/machinery/magnetic_module,/obj/effect/landmark{name = "blobstart"},/obj/structure/target_stake,/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/misc_lab)
-"bWQ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bWR" = (/obj/structure/cable{d1 = 2; d2 = 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/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"bWS" = (/obj/machinery/space_heater,/turf/open/floor/wood,/area/maintenance/aft)
-"bWT" = (/obj/structure/chair/stool,/turf/open/floor/wood,/area/maintenance/aft)
-"bWU" = (/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/aft)
-"bWV" = (/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,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/aft)
-"bWW" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/aft)
-"bWX" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"bWY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bWZ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/construction)
-"bXa" = (/obj/machinery/camera{c_tag = "Construction Area"; dir = 1},/turf/open/floor/plating,/area/construction)
-"bXb" = (/obj/structure/rack{dir = 1},/obj/item/clothing/suit/hazardvest,/turf/open/floor/plating,/area/construction)
-"bXc" = (/obj/structure/table,/obj/item/stack/cable_coil{amount = 5},/obj/item/device/flashlight,/turf/open/floor/plating,/area/construction)
-"bXd" = (/obj/structure/table,/turf/open/floor/plating,/area/construction)
-"bXe" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bXf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bXg" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "atmos"; layer = 2.9; name = "atmos blast door"},/turf/open/floor/plating,/area/atmos)
-"bXh" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/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)
-"bXi" = (/obj/structure/sign/atmosplaque{pixel_x = 0; pixel_y = -32},/obj/structure/table,/obj/item/weapon/storage/box,/obj/item/weapon/storage/box,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bXj" = (/obj/machinery/computer/station_alert,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/button/door{id = "atmos"; name = "Atmospherics Lockdown"; pixel_x = 24; pixel_y = 4; req_access_txt = "24"},/turf/open/floor/plasteel/caution{dir = 6},/area/atmos)
-"bXk" = (/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/machinery/light{dir = 8},/obj/item/device/multitool,/turf/open/floor/plasteel,/area/atmos)
-"bXl" = (/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)
-"bXm" = (/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)
-"bXn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/atmos)
-"bXo" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6; initialize_directions = 6},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXp" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXq" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXr" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXs" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXt" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXu" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4; initialize_directions = 11},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"bXv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology{name = "Break Room"; req_access_txt = "39"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXy" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXz" = (/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"},/obj/machinery/light_switch{pixel_x = -4; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXA" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/firealarm{pixel_y = 25},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXC" = (/obj/machinery/power/apc{cell_type = 5000; dir = 1; name = "Virology APC"; pixel_x = 0; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/camera{c_tag = "Virology Module"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXD" = (/obj/machinery/vending/medical,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXE" = (/obj/effect/landmark{name = "revenantspawn"},/turf/open/floor/engine,/area/toxins/xenobiology)
-"bXF" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_access_txt = "55"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/turf/open/floor/engine,/area/toxins/xenobiology)
-"bXG" = (/obj/machinery/door/window/northleft{dir = 4; name = "Containment Pen"; req_access_txt = "55"},/turf/open/floor/plasteel/warning{dir = 4},/area/toxins/xenobiology)
-"bXH" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bXI" = (/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/toxins/xenobiology)
-"bXJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/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/toxins/xenobiology)
-"bXK" = (/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/airalarm{dir = 4; locked = 0; pixel_x = -23; pixel_y = 0},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bXL" = (/obj/structure/table,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/stack/cable_coil,/obj/item/device/multitool,/obj/item/weapon/stock_parts/cell/high/plus,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bXM" = (/turf/open/floor/engine,/area/toxins/misc_lab)
-"bXN" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/engine,/area/toxins/misc_lab)
-"bXO" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/engine,/area/toxins/misc_lab)
-"bXP" = (/obj/item/pipe{dir = 4; icon_state = "mixer"; name = "gas mixer fitting"; pipe_type = 14},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bXQ" = (/obj/structure/table,/obj/item/device/assembly/igniter{pixel_x = -5; pixel_y = 3},/obj/item/device/assembly/igniter{pixel_x = 5; pixel_y = -4},/obj/item/device/assembly/igniter{pixel_x = 2; pixel_y = 6},/obj/item/device/assembly/igniter{pixel_x = 2; pixel_y = -1},/obj/machinery/light{dir = 4; icon_state = "tube1"},/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/item/device/assembly/timer{pixel_x = -3; pixel_y = 3},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bXR" = (/turf/open/floor/plasteel/warning{dir = 10},/area/toxins/misc_lab)
-"bXS" = (/turf/open/floor/plasteel/warning{dir = 6},/area/toxins/misc_lab)
-"bXT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/toxins/misc_lab)
-"bXU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"bXV" = (/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/aft)
-"bXW" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/wood,/area/maintenance/aft)
-"bXX" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/wood{icon_state = "wood-broken6"},/area/maintenance/aft)
-"bXY" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bXZ" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bYa" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/fsmaint2)
-"bYb" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{icon_state = "connector_map"; dir = 8},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/aft)
-"bYc" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/aft)
-"bYd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/aft)
-"bYe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/aft)
-"bYf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bYg" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall,/area/maintenance/aft)
-"bYh" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bYi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/aft)
-"bYj" = (/obj/machinery/power/apc{name = "Aft Hall APC"; dir = 8; pixel_x = -25; pixel_y = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bYk" = (/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,/area/hallway/primary/aft)
-"bYl" = (/obj/item/weapon/crowbar,/obj/item/weapon/wrench,/obj/structure/window/reinforced,/turf/open/floor/plasteel/caution{dir = 6},/area/hallway/primary/aft)
-"bYm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/atmos)
-"bYn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/atmos)
-"bYo" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/glass_atmos{name = "Atmospherics Monitoring"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/atmos)
-"bYp" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6; initialize_directions = 6},/turf/open/floor/plasteel,/area/atmos)
-"bYq" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bYr" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"bYs" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"bYt" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"bYu" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plasteel,/area/atmos)
-"bYv" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bYw" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "N2O Outlet Pump"; on = 0},/turf/open/floor/plasteel/escape{dir = 5},/area/atmos)
-"bYx" = (/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)
-"bYy" = (/turf/open/floor/engine/n2o,/area/atmos)
-"bYz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/medical/virology)
-"bYA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/virology)
-"bYB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/medical/virology)
-"bYC" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYD" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYE" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYG" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bYH" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/warning{dir = 5},/area/toxins/xenobiology)
-"bYI" = (/obj/structure/disposalpipe/segment,/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/white,/area/toxins/xenobiology)
-"bYJ" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/warning{dir = 9},/area/toxins/xenobiology)
-"bYK" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio8"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"bYL" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 1},/turf/open/floor/engine,/area/toxins/xenobiology)
-"bYM" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"bYN" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10; pixel_x = 0; initialize_directions = 10},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bYO" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"bYP" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/engine,/area/toxins/misc_lab)
-"bYQ" = (/obj/structure/table,/obj/item/weapon/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/weapon/grenade/chem_grenade,/obj/item/weapon/grenade/chem_grenade,/turf/open/floor/engine,/area/toxins/misc_lab)
-"bYR" = (/turf/open/floor/plating,/area/toxins/misc_lab)
-"bYS" = (/obj/structure/target_stake,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/toxins/misc_lab)
-"bYT" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation)
-"bYU" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 2},/turf/open/floor/plating/airless,/area/space/nearstation)
-"bYV" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bYW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"bYX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bYY" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft)
-"bYZ" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-y"; dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bZa" = (/obj/structure/disposalpipe/segment{dir = 4},/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/maintenance/aft)
-"bZb" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bZc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bZd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/power/apc{dir = 1; name = "Construction Area APC"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bZe" = (/obj/machinery/power/apc{dir = 2; name = "Telecoms Monitoring APC"; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/tcommsat/computer)
-"bZf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bZg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft)
-"bZh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bZi" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/arrival{dir = 8},/area/atmos)
-"bZj" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/atmos)
-"bZk" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution{dir = 8},/area/atmos)
-"bZl" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/atmos)
-"bZm" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/atmos)
-"bZn" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/atmos{name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/atmos)
-"bZo" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Air to External"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"bZp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"bZq" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/plasteel,/area/atmos)
-"bZr" = (/obj/item/device/radio/beacon,/turf/open/floor/plasteel,/area/atmos)
-"bZs" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Air to Port"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bZt" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Mix to Port"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bZu" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Pure to Port"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"bZv" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/atmos)
-"bZw" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/atmos)
-"bZx" = (/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 = 4},/area/atmos)
-"bZy" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2o_sensor"},/turf/open/floor/engine/n2o,/area/atmos)
-"bZz" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/engine/n2o,/area/atmos)
-"bZA" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/n2o,/area/atmos)
-"bZB" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bZC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"bZD" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/maintenance/asmaint)
-"bZE" = (/obj/machinery/smartfridge/chemistry/virology,/turf/open/floor/plasteel/whitegreen/side{dir = 8},/area/medical/virology)
-"bZF" = (/obj/structure/chair/stool,/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/medical/virology)
-"bZG" = (/obj/machinery/computer/pandemic,/turf/open/floor/plasteel/whitegreen/side{dir = 4},/area/medical/virology)
-"bZH" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/virology)
-"bZI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_virology{name = "Isolation A"; req_access_txt = "39"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bZJ" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"bZK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_virology{name = "Isolation B"; req_access_txt = "39"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bZL" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"},/turf/closed/wall,/area/toxins/xenobiology)
-"bZM" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bZN" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"bZO" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"bZP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"bZQ" = (/turf/open/floor/plasteel/warning/corner{dir = 8},/area/toxins/misc_lab)
-"bZR" = (/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/misc_lab)
-"bZS" = (/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/stack/sheet/mineral/plasma{layer = 2.9},/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/misc_lab)
-"bZT" = (/obj/machinery/camera{c_tag = "Testing Firing Range"; dir = 8; network = list("SS13","RD"); pixel_y = -22},/turf/open/floor/plating,/area/toxins/misc_lab)
-"bZU" = (/obj/structure/target_stake,/turf/open/floor/plating,/area/toxins/misc_lab)
-"bZV" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"bZW" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"bZX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"bZY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"bZZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Space"; on = 1},/turf/open/floor/plating/airless,/area/space/nearstation)
-"caa" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"cab" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cac" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{icon_state = "intact"; dir = 10},/turf/open/floor/plating,/area/maintenance/aft)
-"cad" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/deathsposal{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/aft)
-"cae" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/aft)
-"caf" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/aft)
-"cag" = (/obj/effect/decal/cleanable/cobweb2,/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plating,/area/maintenance/aft)
-"cah" = (/obj/structure/sign/nosmoking_2{pixel_x = -28},/turf/open/floor/plating,/area/maintenance/aft)
-"cai" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"caj" = (/turf/closed/wall/r_wall,/area/tcommsat/server)
-"cak" = (/turf/closed/wall/r_wall,/area/tcommsat/computer)
-"cal" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"cam" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"can" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/closed/wall/r_wall,/area/atmos)
-"cao" = (/obj/machinery/camera{c_tag = "Atmospherics Access"; dir = 4; network = list("SS13")},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/caution{dir = 8},/area/atmos)
-"cap" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel,/area/atmos)
-"caq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plasteel,/area/atmos)
-"car" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/atmos)
-"cas" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/sign/securearea,/turf/closed/wall,/area/atmos)
-"cat" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "External to Filter"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"cau" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"cav" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/atmos)
-"caw" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/atmos)
-"cax" = (/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,/turf/open/floor/plasteel,/area/atmos)
-"cay" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"caz" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"caA" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel,/area/atmos)
-"caB" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "n2o"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"caC" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/escape{dir = 6},/area/atmos)
-"caD" = (/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)
-"caE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"caF" = (/obj/structure/table/glass,/obj/item/clothing/gloves/color/latex,/obj/machinery/requests_console{department = "Virology"; name = "Virology Requests Console"; pixel_x = -32},/obj/item/device/healthanalyzer,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/whitegreen/side{dir = 8},/area/medical/virology)
-"caG" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/device/radio/headset/headset_med,/turf/open/floor/plasteel/whitegreen/side{dir = 4},/area/medical/virology)
-"caH" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/medical/virology)
-"caI" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"caJ" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/effect/landmark{name = "revenantspawn"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"caK" = (/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/medical/virology)
-"caL" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"caM" = (/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/white,/area/toxins/xenobiology)
-"caN" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/button/door{id = "xenobio7"; name = "Containment Blast Doors"; pixel_x = 0; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel/warning{dir = 10},/area/toxins/xenobiology)
-"caO" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"caP" = (/obj/item/device/radio/intercom{pixel_x = -25},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"caQ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"caR" = (/obj/structure/chair/office/light,/obj/effect/landmark/start{name = "Scientist"},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"caS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"caT" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"caU" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/warning/corner{dir = 2},/area/toxins/misc_lab)
-"caV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/maintenance/aft)
-"caW" = (/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"caX" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/aft)
-"caY" = (/obj/machinery/atmospherics/pipe/manifold4w/general,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/aft)
-"caZ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/aft)
-"cba" = (/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbb" = (/obj/machinery/telecomms/server/presets/engineering,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbc" = (/obj/machinery/telecomms/bus/preset_four,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbd" = (/obj/machinery/light{dir = 1},/obj/machinery/power/apc{cell_type = 5000; dir = 1; name = "Telecoms Server APC"; pixel_x = 0; pixel_y = 25},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbe" = (/obj/machinery/telecomms/processor/preset_three,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbf" = (/obj/machinery/telecomms/server/presets/security,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbg" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/tcommsat/computer)
-"cbh" = (/obj/structure/table,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/tcommsat/computer)
-"cbi" = (/obj/item/device/radio/intercom{dir = 8; freerange = 1; name = "Station Intercom (Telecoms)"; pixel_x = 0; pixel_y = 26},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cbj" = (/obj/machinery/light{dir = 1},/obj/machinery/announcement_system,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cbk" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"cbl" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel/escape{dir = 8},/area/atmos)
-"cbm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/atmos)
-"cbn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "atmos blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/atmos)
-"cbo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "atmos blast door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/atmos)
-"cbp" = (/turf/closed/wall/r_wall,/area/security/checkpoint/engineering)
-"cbq" = (/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/turf/open/floor/plasteel,/area/atmos)
-"cbr" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/camera{c_tag = "Atmospherics West"; dir = 8; network = list("SS13")},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel,/area/atmos)
-"cbs" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Air to Port"; on = 0},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"cbt" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"cbu" = (/obj/structure/door_assembly/door_assembly_mai,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cbv" = (/obj/structure/table/glass,/obj/item/device/radio/intercom{pixel_x = -25},/obj/machinery/light{dir = 8},/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/whitegreen/side{dir = 8},/area/medical/virology)
-"cbw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"cbx" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start{name = "Virologist"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"cby" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -2; pixel_y = 5},/obj/item/weapon/pen/red,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whitegreen/side{dir = 4},/area/medical/virology)
-"cbz" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"cbA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology)
-"cbB" = (/obj/structure/table,/turf/open/floor/plasteel/white,/area/medical/virology)
-"cbC" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"cbD" = (/obj/effect/landmark{name = "revenantspawn"},/mob/living/simple_animal/slime,/turf/open/floor/engine,/area/toxins/xenobiology)
-"cbE" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_access_txt = "55"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/turf/open/floor/engine,/area/toxins/xenobiology)
-"cbF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/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/engine,/area/toxins/xenobiology)
-"cbG" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cbH" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/button/ignition{id = "testigniter"; pixel_x = -6; pixel_y = 2},/obj/machinery/button/door{id = "testlab"; name = "Test Chamber Blast Doors"; pixel_x = 4; pixel_y = 2; req_access_txt = "55"},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cbI" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/obj/item/device/taperecorder{pixel_y = 0},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cbJ" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 0; pixel_y = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cbK" = (/obj/structure/rack,/obj/item/weapon/wrench,/obj/item/weapon/crowbar,/obj/machinery/computer/security/telescreen{name = "Test Chamber Moniter"; network = list("Test"); pixel_x = 0; pixel_y = -30},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cbL" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/droneDispenser,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cbM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cbN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cbO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/warning{dir = 4},/area/toxins/misc_lab)
-"cbP" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/machinery/recharger{pixel_y = 4},/obj/item/weapon/paper/range,/turf/open/floor/plating/warnplate{dir = 6},/area/toxins/misc_lab)
-"cbQ" = (/obj/structure/table/reinforced,/obj/machinery/magnetic_controller{autolink = 1},/obj/structure/window/reinforced{dir = 1},/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plating/warnplate{dir = 10},/area/toxins/misc_lab)
-"cbR" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/tinted/fulltile,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cbS" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/aft)
-"cbT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"cbU" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"cbV" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"cbW" = (/obj/machinery/telecomms/server/presets/common,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbX" = (/obj/machinery/telecomms/processor/preset_four,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cbZ" = (/obj/machinery/telecomms/bus/preset_three,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cca" = (/obj/machinery/telecomms/server/presets/command,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ccb" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer)
-"ccc" = (/obj/machinery/computer/message_monitor,/turf/open/floor/plasteel/yellow/side{dir = 8},/area/tcommsat/computer)
-"ccd" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cce" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"ccf" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"ccg" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/light/small,/turf/open/floor/plasteel/escape{dir = 8},/area/atmos)
-"cch" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/closed/wall/r_wall,/area/atmos)
-"cci" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/atmos{name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/atmos)
-"ccj" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/atmos)
-"cck" = (/obj/machinery/power/apc{dir = 8; name = "Engineering Security APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/checkpoint/engineering)
-"ccl" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/structure/closet,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/engineering)
-"ccm" = (/obj/structure/filingcabinet,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/engineering)
-"ccn" = (/obj/structure/fireaxecabinet{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel,/area/atmos)
-"cco" = (/obj/structure/closet/secure_closet/atmospherics,/turf/open/floor/plasteel/warning{dir = 8},/area/atmos)
-"ccp" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/bot{dir = 2},/area/atmos)
-"ccq" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel/bot{dir = 2},/area/atmos)
-"ccr" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"ccs" = (/obj/machinery/camera{c_tag = "Atmospherics East"; dir = 8; network = list("SS13")},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Plasma Outlet Pump"; on = 0},/turf/open/floor/plasteel/warning{dir = 5},/area/atmos)
-"cct" = (/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)
-"ccu" = (/turf/open/floor/engine/plasma,/area/atmos)
-"ccv" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/engine/plasma,/area/atmos)
-"ccw" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ccx" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ccy" = (/obj/structure/table/glass,/obj/structure/reagent_dispensers/virusfood{density = 0; pixel_x = -30},/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 = 8},/area/medical/virology)
-"ccz" = (/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)
-"ccA" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccB" = (/obj/machinery/disposal/bin,/obj/structure/sign/deathsposal{pixel_x = 0; pixel_y = -32},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/whitegreen/side{dir = 4},/area/medical/virology)
-"ccC" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"ccD" = (/obj/structure/closet/secure_closet/personal/patient,/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccE" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"ccF" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/warning{dir = 5},/area/toxins/xenobiology)
-"ccG" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"ccH" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/misc_lab)
-"ccI" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/misc_lab)
-"ccJ" = (/obj/structure/grille,/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/engine,/area/toxins/misc_lab)
-"ccK" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/misc_lab)
-"ccL" = (/obj/structure/reagent_dispensers/watertank,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/misc_lab)
-"ccM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"ccN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning{dir = 4},/area/toxins/misc_lab)
-"ccO" = (/obj/machinery/door/airlock/glass_research{name = "Firing Range"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"ccP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning/corner{dir = 8},/area/toxins/misc_lab)
-"ccQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 1},/area/toxins/misc_lab)
-"ccR" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/warning/corner{dir = 4},/area/toxins/misc_lab)
-"ccS" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ccT" = (/obj/structure/closet/crate,/obj/item/clothing/under/color/lightpurple,/obj/item/stack/spacecash/c200,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ccU" = (/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/aft)
-"ccV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/aft)
-"ccW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"ccX" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Space"; on = 0},/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"ccY" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel/floorgrime,/area/maintenance/aft)
-"ccZ" = (/obj/machinery/door/airlock/maintenance{name = "Incinerator Access"; req_access_txt = "12"},/obj/structure/barricade/wooden{name = "wooden barricade (CLOSED)"},/turf/open/floor/plating,/area/maintenance/aft)
-"cda" = (/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdb" = (/obj/machinery/blackbox_recorder,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdc" = (/obj/machinery/telecomms/broadcaster/preset_right,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdd" = (/obj/machinery/telecomms/receiver/preset_right,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cde" = (/obj/machinery/computer/telecomms/server{network = "tcommsat"},/turf/open/floor/plasteel/yellow/side{dir = 10},/area/tcommsat/computer)
-"cdf" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cdg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cdh" = (/obj/structure/table,/obj/item/weapon/folder/blue,/obj/item/weapon/pen/blue,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cdi" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cdj" = (/turf/closed/wall,/area/engine/break_room)
-"cdk" = (/turf/open/floor/plasteel/caution{dir = 9},/area/engine/break_room)
-"cdl" = (/turf/open/floor/plasteel/caution{dir = 1},/area/engine/break_room)
-"cdm" = (/turf/open/floor/plasteel/caution{dir = 5},/area/engine/break_room)
-"cdn" = (/turf/closed/wall,/area/security/checkpoint/engineering)
-"cdo" = (/obj/item/weapon/screwdriver{pixel_y = 10},/obj/machinery/button/door{desc = "A remote control-switch for the engineering security doors."; id = "Engineering"; name = "Engineering Lockdown"; pixel_x = -24; pixel_y = -6; req_access_txt = "10"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/item/device/radio/off,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/engineering)
-"cdp" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/checkpoint/engineering)
-"cdq" = (/obj/machinery/camera{c_tag = "Security Post - Engineering"; dir = 8; network = list("SS13")},/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/engineering)
-"cdr" = (/obj/machinery/suit_storage_unit/atmos,/turf/open/floor/plasteel/warning{dir = 8},/area/atmos)
-"cds" = (/obj/structure/sign/nosmoking_2,/turf/closed/wall,/area/atmos)
-"cdt" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"cdu" = (/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 = 4},/area/atmos)
-"cdv" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "tox_sensor"},/turf/open/floor/engine/plasma,/area/atmos)
-"cdw" = (/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/engine/plasma,/area/atmos)
-"cdx" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/plasma,/area/atmos)
-"cdy" = (/obj/structure/closet/l3closet/virology,/turf/open/floor/plasteel/whitegreen/side{dir = 2},/area/medical/virology)
-"cdz" = (/obj/structure/closet/secure_closet/medical1,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/whitegreen/side{dir = 2},/area/medical/virology)
-"cdA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/medical/virology)
-"cdB" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/camera{c_tag = "Xenobiology South"; dir = 4; network = list("SS13","RD")},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"cdC" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"cdD" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; unacidable = 1},/turf/open/floor/engine,/area/toxins/misc_lab)
-"cdE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/engine,/area/toxins/misc_lab)
-"cdF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cdG" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/warning{dir = 4},/area/toxins/misc_lab)
-"cdH" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/toxins/misc_lab)
-"cdI" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cdJ" = (/obj/structure/rack,/obj/item/weapon/gun/energy/laser/practice,/obj/item/clothing/ears/earmuffs,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cdK" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plating,/area/maintenance/aft)
-"cdL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cdM" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Port"; on = 0},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/aft)
-"cdN" = (/obj/item/stack/tile/plasteel,/turf/open/space,/area/space/nearstation)
-"cdO" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdP" = (/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/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdQ" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdR" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/tcommsat/computer)
-"cdS" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer)
-"cdT" = (/obj/machinery/status_display,/turf/closed/wall,/area/tcommsat/computer)
-"cdU" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/turf/open/floor/plating,/area/tcommsat/computer)
-"cdV" = (/obj/machinery/door/airlock/glass_command{name = "Control Room"; req_access_txt = "19; 61"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cdW" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/tcommsat/computer)
-"cdX" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"cdY" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cdZ" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cea" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room)
-"ceb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/engine/break_room)
-"cec" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room)
-"ced" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cee" = (/obj/machinery/door/airlock/glass_security{name = "Security Office"; req_access_txt = "63"},/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/plasteel,/area/security/checkpoint/engineering)
-"cef" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/engineering)
-"ceg" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/depsec/engineering,/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/checkpoint/engineering)
-"ceh" = (/obj/machinery/computer/secure_data,/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/engineering)
-"cei" = (/obj/machinery/power/apc{dir = 8; name = "Atmospherics APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel,/area/atmos)
-"cej" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/atmos)
-"cek" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/item/weapon/wrench,/turf/open/floor/plasteel,/area/atmos)
-"cel" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"cem" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "plasma"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"cen" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/warning{dir = 6},/area/atmos)
-"ceo" = (/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)
-"cep" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint)
-"ceq" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cer" = (/obj/effect/decal/cleanable/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ces" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/medical/virology)
-"cet" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/item/weapon/wrench,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating/warnplate{dir = 9},/area/maintenance/asmaint)
-"ceu" = (/obj/machinery/atmospherics/components/binary/valve/open{icon_state = "mvalve_map"; dir = 4},/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/asmaint)
-"cev" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/turf/open/floor/plating/warnplate{dir = 5},/area/maintenance/asmaint)
-"cew" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cex" = (/obj/structure/rack{dir = 1},/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cey" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/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,/turf/open/floor/engine,/area/toxins/xenobiology)
-"cez" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/warning{dir = 10},/area/toxins/xenobiology)
-"ceA" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"ceB" = (/obj/item/device/radio/intercom{pixel_x = -25},/turf/open/floor/engine,/area/toxins/misc_lab)
-"ceC" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/misc_lab)
-"ceD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/warning/corner{dir = 1},/area/toxins/misc_lab)
-"ceE" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/warning/corner{dir = 8},/area/toxins/misc_lab)
-"ceF" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ceG" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ceH" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"ceI" = (/obj/item/weapon/weldingtool,/turf/open/floor/plating/airless,/area/space/nearstation)
-"ceJ" = (/obj/machinery/power/terminal{dir = 4},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ceK" = (/obj/machinery/power/smes{charge = 5e+006},/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/server)
-"ceL" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ceM" = (/obj/machinery/telecomms/hub/preset,/turf/open/floor/plasteel/vault{dir = 8; name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ceN" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ceO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ceP" = (/obj/machinery/door/airlock/glass_engineering{name = "Server Room"; req_access_txt = "61"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/vault{dir = 5},/area/tcommsat/computer)
-"ceQ" = (/turf/open/floor/plasteel/vault{dir = 5},/area/tcommsat/computer)
-"ceR" = (/obj/machinery/door/airlock/glass_engineering{name = "Server Room"; req_access_txt = "61"},/turf/open/floor/plasteel/vault{dir = 5},/area/tcommsat/computer)
-"ceS" = (/turf/open/floor/plasteel/warning{dir = 8},/area/tcommsat/computer)
-"ceT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"ceU" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Telecoms Monitoring"; dir = 8; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"ceV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft)
-"ceW" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ceX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"ceY" = (/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,/area/hallway/primary/aft)
-"ceZ" = (/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cfa" = (/obj/structure/table,/obj/item/clothing/glasses/meson,/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel,/area/engine/break_room)
-"cfb" = (/turf/open/floor/plasteel,/area/engine/break_room)
-"cfc" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"cfd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/break_room)
-"cfe" = (/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)
-"cff" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint/engineering)
-"cfg" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/red/side,/area/security/checkpoint/engineering)
-"cfh" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/obj/structure/reagent_dispensers/peppertank{pixel_x = 30; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/checkpoint/engineering)
-"cfi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/checkpoint/engineering)
-"cfj" = (/obj/machinery/requests_console{department = "Atmospherics"; departmentType = 4; name = "Atmos RC"; pixel_x = 30; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel,/area/atmos)
-"cfk" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/camera{c_tag = "Atmospherics Central"; dir = 4; network = list("SS13")},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Port to Filter"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"cfl" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/atmos)
-"cfm" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"cfn" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 5},/turf/open/space,/area/space/nearstation)
-"cfo" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfp" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfq" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 10},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfr" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfs" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cft" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 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/asmaint)
-"cfu" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/asmaint)
-"cfv" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfw" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating/warnplate{dir = 10},/area/maintenance/asmaint)
-"cfx" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating/warnplate{dir = 2},/area/maintenance/asmaint)
-"cfy" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/warnplate{dir = 6},/area/maintenance/asmaint)
-"cfz" = (/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/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfA" = (/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 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cfB" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_access_txt = "55"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/door/poddoor/preopen{id = "xenobio1"; name = "containment blast door"},/turf/open/floor/engine,/area/toxins/xenobiology)
-"cfC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/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/engine,/area/toxins/xenobiology)
-"cfD" = (/obj/machinery/sparker{id = "testigniter"; pixel_x = -25},/turf/open/floor/engine,/area/toxins/misc_lab)
-"cfE" = (/obj/item/device/radio/beacon,/turf/open/floor/engine,/area/toxins/misc_lab)
-"cfF" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/engine,/area/toxins/misc_lab)
-"cfG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/engine,/area/toxins/misc_lab)
-"cfH" = (/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/machinery/door/airlock/glass_research{name = "Test Chamber"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/engine,/area/toxins/misc_lab)
-"cfI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/delivery{name = "floor"},/area/toxins/misc_lab)
-"cfJ" = (/obj/machinery/door/airlock/glass_research{name = "Test Chamber"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/delivery{name = "floor"},/area/toxins/misc_lab)
-"cfK" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 8},/area/toxins/misc_lab)
-"cfL" = (/obj/machinery/power/apc{dir = 4; name = "Testing Lab APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"cfM" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cfN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cfO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"cfP" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -2; pixel_y = 5},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cfQ" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cfR" = (/obj/structure/closet/secure_closet/freezer/kitchen/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"cfS" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/aft)
-"cfT" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cfU" = (/obj/item/stack/cable_coil{amount = 5},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cfV" = (/obj/machinery/camera{c_tag = "Telecoms Server Room"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cfW" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer)
-"cfX" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/tcommsat/computer)
-"cfY" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'SERVER ROOM'."; name = "SERVER ROOM"; pixel_y = 0},/turf/closed/wall,/area/tcommsat/computer)
-"cfZ" = (/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cga" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cgb" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Telecoms Admin"; departmentType = 5; name = "Telecoms RC"; pixel_x = 30; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cgc" = (/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j2s"; sortType = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"cgd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cge" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/camera{c_tag = "Aft Primary Hallway 1"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = -22},/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cgf" = (/obj/machinery/power/apc{dir = 8; name = "Engineering Foyer APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel,/area/engine/break_room)
-"cgg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"cgh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"cgi" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/engineering)
-"cgj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/atmos)
-"cgk" = (/obj/structure/closet/wardrobe/atmospherics_yellow,/turf/open/floor/plasteel,/area/atmos)
-"cgl" = (/obj/machinery/space_heater,/turf/open/floor/plasteel/warning{dir = 10},/area/atmos)
-"cgm" = (/obj/machinery/space_heater,/turf/open/floor/plasteel/warning{dir = 6},/area/atmos)
-"cgn" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"cgo" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Port to Filter"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"cgp" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/item/weapon/cigbutt,/turf/open/floor/plasteel,/area/atmos)
-"cgq" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plasteel,/area/atmos)
-"cgr" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "CO2 Outlet Pump"; on = 0},/turf/open/floor/plasteel/yellow/side{dir = 5},/area/atmos)
-"cgs" = (/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)
-"cgt" = (/turf/open/floor/engine/co2,/area/atmos)
-"cgu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cgv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cgw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cgx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cgy" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics Maintenance"; req_access_txt = "12;24"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cgz" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cgA" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/asmaint)
-"cgB" = (/obj/structure/grille,/obj/structure/cable,/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)
-"cgC" = (/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/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/light,/turf/open/floor/plasteel/warning{dir = 5},/area/toxins/xenobiology)
-"cgD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"cgE" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/engine,/area/toxins/xenobiology)
-"cgF" = (/obj/machinery/camera{c_tag = "Testing Chamber"; dir = 1; network = list("Test","RD"); pixel_x = 0},/obj/machinery/light,/turf/open/floor/engine,/area/toxins/misc_lab)
-"cgG" = (/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/warning/corner{dir = 4},/area/toxins/misc_lab)
-"cgH" = (/obj/machinery/camera{c_tag = "Testing Lab South"; dir = 8; network = list("SS13","RD"); pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cgI" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cgJ" = (/obj/structure/closet/crate,/obj/item/target/syndicate,/obj/item/target/alien,/obj/item/target/clown,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"cgK" = (/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/port)
-"cgL" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"cgM" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/solar{id = "portsolar"; name = "Port Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port)
-"cgN" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plating,/area/maintenance/aft)
-"cgO" = (/obj/structure/sink/kitchen{dir = 8; pixel_x = 11},/turf/open/floor/plating,/area/maintenance/aft)
-"cgP" = (/obj/item/clothing/head/hardhat,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cgQ" = (/obj/machinery/message_server,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgR" = (/obj/machinery/telecomms/broadcaster/preset_left,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgS" = (/obj/machinery/telecomms/receiver/preset_left,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgT" = (/obj/structure/table,/obj/item/device/multitool,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/tcommsat/computer)
-"cgU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cgV" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cgW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/computer)
-"cgX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 9},/area/hallway/primary/aft)
-"cgY" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/hallway/primary/aft)
-"cgZ" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/hallway/primary/aft)
-"cha" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"chb" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/hallway/primary/aft)
-"chc" = (/obj/item/device/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 5},/area/hallway/primary/aft)
-"chd" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/break_room)
-"che" = (/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/engine/break_room)
-"chf" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"chg" = (/obj/structure/cable{d1 = 1; d2 = 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/engine/break_room)
-"chh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"chi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/break_room)
-"chj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/break_room)
-"chk" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel,/area/engine/break_room)
-"chl" = (/turf/closed/wall/r_wall,/area/engine/engineering)
-"chm" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/atmos)
-"chn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/open/floor/plasteel,/area/atmos)
-"cho" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"chp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/atmos)
-"chq" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "N2 to Pure"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"chr" = (/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{dir = 4},/area/atmos)
-"chs" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "co2_sensor"},/turf/open/floor/engine/co2,/area/atmos)
-"cht" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/open/floor/engine/co2,/area/atmos)
-"chu" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/co2,/area/atmos)
-"chv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/maintenance/asmaint)
-"chw" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint)
-"chx" = (/obj/structure/sign/nosmoking_2{pixel_x = 0; pixel_y = 28},/turf/open/floor/plating,/area/maintenance/asmaint)
-"chy" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"chz" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/asmaint)
-"chA" = (/obj/structure/disposalpipe/segment{dir = 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/asmaint)
-"chB" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/asmaint)
-"chC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint)
-"chD" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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/asmaint)
-"chE" = (/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/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint)
-"chF" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint)
-"chG" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{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/asmaint2)
-"chH" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"chI" = (/obj/structure/rack,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/suit/hooded/wintercoat,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"chJ" = (/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/misc_lab)
-"chK" = (/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/floorgrime,/area/toxins/misc_lab)
-"chL" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/toxins/misc_lab)
-"chM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/asmaint2)
-"chN" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"chO" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"chP" = (/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"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"chQ" = (/obj/structure/table,/obj/item/weapon/kitchen/rollingpin,/obj/item/weapon/reagent_containers/food/condiment/enzyme,/obj/item/weapon/reagent_containers/food/condiment/sugar,/turf/open/floor/plating,/area/maintenance/aft)
-"chR" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/aft)
-"chS" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"chT" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/aft)
-"chU" = (/obj/machinery/telecomms/server/presets/supply,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"chV" = (/obj/machinery/telecomms/bus/preset_two,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"chW" = (/obj/machinery/telecomms/processor/preset_one,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"chX" = (/obj/machinery/telecomms/server/presets/medical,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"chY" = (/obj/machinery/computer/telecomms/monitor{network = "tcommsat"},/turf/open/floor/plasteel/yellow/side{dir = 8},/area/tcommsat/computer)
-"chZ" = (/obj/structure/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cia" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cib" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cic" = (/obj/machinery/door/airlock/engineering{name = "Telecommunications"; req_access_txt = "61"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cid" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 8},/area/hallway/primary/aft)
-"cie" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cif" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cig" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AIE"; location = "AftH"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cih" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cii" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 4},/area/hallway/primary/aft)
-"cij" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Engineering"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cik" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cil" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cim" = (/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/scrubbers,/turf/open/floor/plasteel,/area/engine/break_room)
-"cin" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cio" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cip" = (/obj/machinery/vending/cigarette{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel,/area/engine/break_room)
-"ciq" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel,/area/atmos)
-"cir" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/atmos)
-"cis" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/turf/open/floor/plasteel,/area/atmos)
-"cit" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; pixel_x = 0; pixel_y = 0; target_pressure = 4500},/turf/open/floor/plasteel,/area/atmos)
-"ciu" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "O2 to Pure"; on = 0},/turf/open/floor/plasteel,/area/atmos)
-"civ" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "co2"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"ciw" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 6},/area/atmos)
-"cix" = (/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)
-"ciy" = (/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"},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciA" = (/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/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciB" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciC" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciD" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciF" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciI" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"ciJ" = (/obj/structure/disposalpipe/segment,/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/asmaint2)
-"ciK" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; external_pressure_bound = 140; on = 1; pressure_checks = 0},/obj/machinery/camera{c_tag = "Xenobiology Kill Room"; dir = 4; network = list("SS13","RD")},/turf/open/floor/bluegrid{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/xenobiology)
-"ciL" = (/turf/open/floor/bluegrid{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/xenobiology)
-"ciM" = (/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 = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/xenobiology)
-"ciN" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/sign/biohazard,/turf/open/floor/plating,/area/toxins/xenobiology)
-"ciO" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{target_temperature = 80; dir = 2; on = 1},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"ciP" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ciQ" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ciR" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ciS" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/misc_lab)
-"ciT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/toxins/misc_lab)
-"ciU" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ciV" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ciW" = (/obj/structure/table,/obj/item/weapon/kitchen/knife,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plating,/area/maintenance/aft)
-"ciX" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/food/condiment/saltshaker{pixel_y = 2},/obj/item/weapon/reagent_containers/food/condiment/peppermill{pixel_x = 2},/obj/item/weapon/reagent_containers/food/snacks/mint{pixel_y = 9},/turf/open/floor/plating,/area/maintenance/aft)
-"ciY" = (/obj/machinery/power/apc{dir = 8; name = "Engineering Maintenance APC"; pixel_x = -25; pixel_y = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ciZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"cja" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"cjb" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/aft)
-"cjc" = (/obj/machinery/telecomms/server/presets/service,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjd" = (/obj/machinery/telecomms/processor/preset_two,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cje" = (/obj/structure/sign/nosmoking_2{pixel_y = -32},/obj/machinery/light,/turf/open/floor/bluegrid{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjf" = (/obj/machinery/telecomms/bus/preset_one,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjg" = (/obj/machinery/telecomms/server/presets/science,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjh" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer)
-"cji" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/tcommsat/computer)
-"cjj" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cjk" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/light,/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cjl" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cjm" = (/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/yellow/side{dir = 10},/area/hallway/primary/aft)
-"cjn" = (/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/yellow/side,/area/hallway/primary/aft)
-"cjo" = (/turf/open/floor/plasteel/yellow/side,/area/hallway/primary/aft)
-"cjp" = (/obj/machinery/light,/turf/open/floor/plasteel/yellow/side,/area/hallway/primary/aft)
-"cjq" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/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/yellow/side,/area/hallway/primary/aft)
-"cjr" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 6},/area/hallway/primary/aft)
-"cjs" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/break_room)
-"cjt" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cju" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"cjv" = (/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,/area/engine/break_room)
-"cjw" = (/obj/machinery/camera{c_tag = "Engineering Foyer"; dir = 1},/obj/structure/noticeboard{dir = 1; pixel_y = -27},/turf/open/floor/plasteel,/area/engine/break_room)
-"cjx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"cjy" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room)
-"cjz" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cjA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cjB" = (/obj/machinery/camera{c_tag = "Atmospherics South West"; dir = 4; network = list("SS13")},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"cjC" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/atmos)
-"cjD" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/turf/open/floor/plasteel,/area/atmos)
-"cjE" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/plating,/area/atmos)
-"cjF" = (/obj/machinery/power/apc{dir = 2; name = "Incinerator APC"; pixel_x = 0; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/maintenance/incinerator)
-"cjG" = (/obj/structure/sign/fire{pixel_x = 0; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cjH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating/warnplate,/area/maintenance/asmaint)
-"cjI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cjJ" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cjK" = (/obj/structure/sign/biohazard,/turf/closed/wall,/area/maintenance/asmaint)
-"cjL" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/asmaint)
-"cjM" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/asmaint)
-"cjN" = (/obj/structure/disposalpipe/segment,/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cjO" = (/obj/structure/disposalpipe/segment,/obj/structure/closet/l3closet,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cjP" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/bluegrid{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/xenobiology)
-"cjQ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/bluegrid{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/xenobiology)
-"cjR" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/bluegrid{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/toxins/xenobiology)
-"cjS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Kill Chamber"; req_access_txt = "55"},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plating,/area/toxins/xenobiology)
-"cjT" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"cjU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"cjV" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plasteel/white,/area/toxins/xenobiology)
-"cjW" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cjX" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cjY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cjZ" = (/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/bot{dir = 2},/area/toxins/misc_lab)
-"cka" = (/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/toxins/misc_lab)
-"ckb" = (/obj/item/stack/sheet/cardboard,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ckc" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ckd" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cke" = (/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)
-"ckf" = (/obj/machinery/processor,/turf/open/floor/plating,/area/maintenance/aft)
-"ckg" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/aft)
-"ckh" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft)
-"cki" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/aft)
-"ckj" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/aft)
-"ckk" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"ckl" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/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/aft)
-"ckm" = (/turf/closed/wall/r_wall,/area/engine/chiefs_office)
-"ckn" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/chiefs_office)
-"cko" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/chiefs_office)
-"ckp" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/machinery/door/airlock/glass_command{name = "Chief Engineer"; req_access_txt = "56"},/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/delivery{name = "floor"},/area/engine/chiefs_office)
-"ckq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/engine/break_room)
-"ckr" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/side,/area/engine/break_room)
-"cks" = (/obj/machinery/light,/turf/open/floor/plasteel/yellow/side{dir = 6},/area/engine/break_room)
-"ckt" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 2; filter_type = "n2"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"cku" = (/turf/closed/wall,/area/maintenance/incinerator)
-"ckv" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/closed/wall,/area/maintenance/incinerator)
-"ckw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/incinerator)
-"ckx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/door/airlock/atmos{name = "Turbine Access"; req_access_txt = "32"},/turf/open/floor/plating,/area/maintenance/incinerator)
-"cky" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/toy/minimeteor,/obj/item/weapon/poster/contraband,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ckz" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/item/roller,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ckA" = (/obj/structure/disposalpipe/segment,/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/item/weapon/reagent_containers/food/snacks/donkpocket,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ckB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/item/weapon/c_tube,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ckC" = (/obj/structure/mopbucket,/obj/item/weapon/caution,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ckD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/toxins/xenobiology)
-"ckE" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/toxins/xenobiology)
-"ckF" = (/obj/machinery/door/airlock/maintenance{name = "Air Supply Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ckG" = (/obj/machinery/door/airlock/maintenance{name = "Testing Lab Maintenance"; req_access_txt = "47"},/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/toxins/misc_lab)
-"ckH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/toxins/misc_lab)
-"ckI" = (/obj/structure/closet/cardboard,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ckJ" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ckK" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/maintenance/portsolar)
-"ckL" = (/turf/closed/wall/r_wall,/area/maintenance/portsolar)
-"ckM" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/aft)
-"ckN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"ckO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/maintenance/aft)
-"ckP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ckQ" = (/obj/structure/closet/wardrobe/black,/obj/effect/decal/cleanable/cobweb,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/aft)
-"ckR" = (/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 = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ckS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ckT" = (/obj/structure/cable{d1 = 4; d2 = 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/aft)
-"ckU" = (/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/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft)
-"ckV" = (/obj/machinery/suit_storage_unit/ce,/turf/open/floor/plasteel/warnwhite{dir = 4},/area/engine/chiefs_office)
-"ckW" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"ckX" = (/obj/machinery/light{dir = 1},/obj/machinery/keycard_auth{pixel_x = 0; pixel_y = 24},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"ckY" = (/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"ckZ" = (/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/neutral{dir = 2},/area/engine/chiefs_office)
-"cla" = (/obj/machinery/power/apc{cell_type = 5000; dir = 4; name = "CE Office APC"; pixel_x = 24; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"clb" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/engineering)
-"clc" = (/obj/machinery/door/airlock/engineering{name = "Engine Room"; req_access_txt = "10"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cld" = (/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)
-"cle" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/atmos)
-"clf" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel,/area/atmos)
-"clg" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/atmos)
-"clh" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel,/area/atmos)
-"cli" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; filter_type = "o2"; on = 1},/turf/open/floor/plasteel,/area/atmos)
-"clj" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4; initialize_directions = 12},/turf/open/floor/plasteel,/area/atmos)
-"clk" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 9},/turf/open/floor/plasteel,/area/atmos)
-"cll" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/reagent_dispensers/watertank,/obj/item/weapon/extinguisher,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"clm" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "atmospherics mix pump"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cln" = (/obj/machinery/light_switch{pixel_x = 0; pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"clo" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plating/warnplate{dir = 1},/area/maintenance/incinerator)
-"clp" = (/obj/machinery/disposal/bin,/obj/structure/sign/deathsposal{pixel_x = 0; pixel_y = 32},/obj/structure/disposalpipe/trunk,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/incinerator)
-"clq" = (/obj/machinery/power/smes{capacity = 9e+006; charge = 10000},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/floor/plating,/area/maintenance/incinerator)
-"clr" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint)
-"cls" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/asmaint)
-"clt" = (/obj/structure/disposalpipe/segment,/obj/structure/grille/broken,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"clu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"clv" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"clw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"clx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/barricade/wooden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cly" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clz" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating/airless,/area/space/nearstation)
-"clA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clC" = (/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/maintenance/asmaint2)
-"clD" = (/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/maintenance/asmaint2)
-"clE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/asmaint2)
-"clF" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clG" = (/obj/structure/sign/securearea{pixel_y = 32},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clI" = (/obj/structure/rack{dir = 1},/obj/effect/decal/cleanable/cobweb2,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clJ" = (/obj/machinery/door/airlock/maintenance{name = "Research Delivery access"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clK" = (/obj/machinery/light/small{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clL" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"clM" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"clN" = (/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)
-"clO" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/portsolar)
-"clP" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/portsolar)
-"clQ" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/turf/closed/wall/r_wall,/area/maintenance/portsolar)
-"clR" = (/obj/machinery/camera{c_tag = "Aft Port Solar Access"; dir = 4},/obj/machinery/light/small{dir = 8},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/aft)
-"clS" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/aft)
-"clT" = (/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/plating,/area/maintenance/aft)
-"clU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/aft)
-"clV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft)
-"clW" = (/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/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft)
-"clX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"clY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft)
-"clZ" = (/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; pixel_y = 0},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cma" = (/obj/structure/table/reinforced,/obj/item/weapon/clipboard,/obj/item/weapon/lighter,/obj/item/clothing/glasses/meson{pixel_y = 4},/obj/item/weapon/stamp/ce,/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cmb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cmc" = (/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/neutral{dir = 2},/area/engine/chiefs_office)
-"cmd" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/chiefs_office)
-"cme" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cmf" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cmg" = (/obj/machinery/camera{c_tag = "Engineering Access"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"cmh" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/red/side{dir = 10},/area/atmos)
-"cmi" = (/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,/area/atmos)
-"cmj" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "N2 Outlet Pump"; on = 1},/turf/open/floor/plasteel/red/side{dir = 6},/area/atmos)
-"cmk" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/atmos)
-"cml" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel/blue/side{dir = 10},/area/atmos)
-"cmm" = (/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 = 0},/area/atmos)
-"cmn" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "O2 Outlet Pump"; on = 1},/turf/open/floor/plasteel/blue/side{dir = 6},/area/atmos)
-"cmo" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel/arrival{dir = 10},/area/atmos)
-"cmp" = (/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/plasteel/arrival,/area/atmos)
-"cmq" = (/obj/machinery/camera{c_tag = "Atmospherics South East"; dir = 1},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Air Outlet Pump"; on = 1},/turf/open/floor/plasteel/arrival{dir = 6},/area/atmos)
-"cmr" = (/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/turf/open/floor/plating,/area/atmos)
-"cms" = (/turf/open/floor/plating,/area/atmos)
-"cmt" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/open/space,/area/space/nearstation)
-"cmu" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/closed/wall,/area/maintenance/incinerator)
-"cmv" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/structure/reagent_dispensers/fueltank,/obj/item/weapon/storage/toolbox/emergency,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmw" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to MiniSat"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmx" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmz" = (/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmA" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmB" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/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/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cmC" = (/obj/structure/disposalpipe/segment,/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/maintenance/asmaint2)
-"cmD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmE" = (/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/asmaint2)
-"cmF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"cmG" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmH" = (/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/supply/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmI" = (/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/asmaint2)
-"cmJ" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/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 = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmK" = (/obj/structure/reagent_dispensers/watertank,/obj/structure/cable{d1 = 4; d2 = 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/asmaint2)
-"cmL" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmM" = (/obj/structure/rack{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/spawner/lootdrop/maintenance,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmP" = (/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/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmQ" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmR" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cmS" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port)
-"cmT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"cmU" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"cmV" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"cmW" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"cmX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access = null; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/portsolar)
-"cmY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/portsolar)
-"cmZ" = (/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/plating,/area/maintenance/portsolar)
-"cna" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/portsolar)
-"cnb" = (/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"},/turf/open/floor/plating,/area/maintenance/portsolar)
-"cnc" = (/obj/machinery/door/airlock/engineering{name = "Aft Port Solar Access"; req_access_txt = "10"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/portsolar)
-"cnd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/aft)
-"cne" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/aft)
-"cnf" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/aft)
-"cng" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"cnh" = (/obj/structure/disposalpipe/sortjunction{dir = 8; icon_state = "pipe-j2s"; sortType = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"cni" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/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/maintenance/aft)
-"cnj" = (/obj/machinery/shieldgen,/turf/open/floor/plating,/area/engine/engineering)
-"cnk" = (/obj/machinery/the_singularitygen{anchored = 0},/turf/open/floor/plating,/area/engine/engineering)
-"cnl" = (/obj/machinery/button/door{desc = "A door remote control switch for secure storage"; id = "Secure Storage"; name = "Secure Storage Control"; req_access = null; req_access_txt = "11"},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cnm" = (/obj/machinery/power/apc{cell_type = 15000; dir = 1; name = "Engineering APC"; pixel_x = 0; pixel_y = 25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"cnn" = (/obj/machinery/light{dir = 1},/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/plasteel/yellow/side,/area/engine/engineering)
-"cno" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"cnp" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/table,/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"cnq" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/table,/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/clothing/mask/breath,/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"cnr" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"cns" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"cnt" = (/turf/closed/wall,/area/engine/engineering)
-"cnu" = (/obj/machinery/computer/station_alert,/obj/item/device/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/turf/open/floor/plasteel,/area/engine/engineering)
-"cnv" = (/obj/machinery/computer/monitor{name = "primary power monitoring console"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel,/area/engine/engineering)
-"cnw" = (/obj/machinery/computer/station_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"},/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"},/obj/machinery/button/door{id = "atmos"; name = "Atmospherics Lockdown"; pixel_x = -24; pixel_y = 10; req_access_txt = "24"},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cnx" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start{name = "Chief Engineer"},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cny" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/yellow,/obj/item/weapon/paper/monitorkey,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cnz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cnA" = (/obj/structure/closet/secure_closet/engineering_chief{req_access_txt = "0"},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cnB" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/chiefs_office)
-"cnC" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering)
-"cnD" = (/obj/effect/landmark{name = "lightsout"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cnE" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"cnF" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/closed/wall/r_wall,/area/atmos)
-"cnG" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"cnH" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"cnI" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/atmos)
-"cnJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/atmos)
-"cnK" = (/obj/machinery/atmospherics/components/unary/tank/toxins{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnL" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "plasma tank pump"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnM" = (/obj/machinery/atmospherics/pipe/manifold4w/general{level = 2},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnN" = (/obj/effect/landmark{name = "blobstart"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Incinerator"; on = 0},/mob/living/simple_animal/mouse,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnO" = (/obj/item/weapon/cigbutt,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnP" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnQ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{name = "output gas connector port"},/obj/machinery/portable_atmospherics/canister,/obj/structure/sign/nosmoking_2{pixel_x = 28},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cnR" = (/obj/structure/table,/obj/item/weapon/cartridge/medical,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cnS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/firecloset/full,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cnT" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/latexballon,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cnU" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/aft)
-"cnV" = (/obj/structure/disposalpipe/segment{dir = 4},/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/event_spawn,/turf/open/floor/plating,/area/maintenance/aft)
-"cnW" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/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/maintenance/aft)
-"cnX" = (/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/maintenance/aft)
-"cnY" = (/obj/machinery/door/airlock/maintenance{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/plating,/area/maintenance/aft)
-"cnZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"coa" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cob" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"coc" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cod" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"coe" = (/obj/machinery/power/apc{dir = 8; name = "Science Maintenance APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/camera{c_tag = "Aft Starboard Solar Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cof" = (/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/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cog" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"coh" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"coi" = (/obj/machinery/power/solar_control{id = "portsolar"; name = "Aft Port Solar Control"; track = 0},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/portsolar)
-"coj" = (/turf/open/floor/plating,/area/maintenance/portsolar)
-"cok" = (/obj/machinery/power/apc{dir = 4; name = "Aft Port Solar APC"; pixel_x = 23; pixel_y = 2},/obj/machinery/camera{c_tag = "Aft Port Solar Control"; dir = 1},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/portsolar)
-"col" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/aft)
-"com" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"con" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/maintenance/aft)
-"coo" = (/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)
-"cop" = (/obj/effect/landmark{name = "blobstart"},/turf/open/floor/plating,/area/engine/engineering)
-"coq" = (/turf/open/floor/plating,/area/engine/engineering)
-"cor" = (/obj/machinery/door/poddoor{id = "Secure Storage"; name = "secure storage"},/turf/open/floor/plating,/area/engine/engineering)
-"cos" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cot" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cou" = (/turf/open/floor/plasteel,/area/engine/engineering)
-"cov" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/engineering)
-"cow" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"cox" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"coy" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/nosmoking_2{pixel_y = 32},/obj/machinery/camera{c_tag = "Engineering Power Storage"},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"coz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start{name = "Station Engineer"},/turf/open/floor/plasteel,/area/engine/engineering)
-"coA" = (/obj/machinery/camera{c_tag = "Chief Engineer's Office"; dir = 4; network = list("SS13")},/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/computer/card/minor/ce,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"coB" = (/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{dir = 2},/area/engine/chiefs_office)
-"coC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"coD" = (/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/structure/filingcabinet/chestdrawer,/mob/living/simple_animal/parrot/Poly,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"coE" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/delivery{name = "floor"},/area/engine/engineering)
-"coF" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/delivery{name = "floor"},/area/engine/engineering)
-"coG" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/engine/engineering)
-"coH" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space,/area/space/nearstation)
-"coI" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/space,/area/space/nearstation)
-"coJ" = (/obj/structure/sign/nosmoking_2{pixel_x = -28},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4; name = "input gas connector port"},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"coK" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "input port pump"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"coL" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"coM" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"coN" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"coO" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Incinerator to Output"; on = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"coP" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/incinerator)
-"coQ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/asmaint)
-"coR" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/closed/wall,/area/maintenance/asmaint)
-"coS" = (/obj/structure/disposalpipe/segment,/obj/item/weapon/shard,/turf/open/floor/plating,/area/maintenance/asmaint)
-"coT" = (/obj/structure/disposalpipe/segment,/obj/item/weapon/cigbutt/roach,/turf/open/floor/plating,/area/maintenance/asmaint)
-"coU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/maintenance/asmaint)
-"coV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"coW" = (/obj/structure/chair,/obj/item/weapon/storage/fancy/cigarettes,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"coX" = (/obj/structure/chair,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"coY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/aft)
-"coZ" = (/obj/structure/closet,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cpa" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cpb" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cpc" = (/obj/structure/rack,/obj/effect/decal/cleanable/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cpd" = (/turf/closed/wall/r_wall,/area/maintenance/starboardsolar)
-"cpe" = (/obj/machinery/door/airlock/engineering{name = "Aft Starboard Solar Access"; req_access_txt = "10"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cpf" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/turf/closed/wall/r_wall,/area/maintenance/starboardsolar)
-"cpg" = (/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"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"cph" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft)
-"cpi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/closed/wall/r_wall,/area/engine/engine_smes)
-"cpj" = (/turf/closed/wall/r_wall,/area/engine/engine_smes)
-"cpk" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"cpl" = (/obj/structure/disposalpipe/segment,/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/maintenance/aft)
-"cpm" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Engineering Secure Storage"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/engine/engineering)
-"cpn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpo" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cps" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cpt" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cpu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cpv" = (/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/machinery/light_switch{pixel_x = 27},/obj/item/weapon/cartridge/atmos,/turf/open/floor/plasteel/neutral{dir = 2},/area/engine/chiefs_office)
-"cpw" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering)
-"cpx" = (/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)
-"cpy" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/atmos)
-"cpz" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter{name = "Mixed Air Tank In"},/turf/closed/wall/r_wall,/area/atmos)
-"cpA" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter{name = "Mixed Air Tank Out"},/turf/closed/wall/r_wall,/area/atmos)
-"cpB" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/incinerator)
-"cpC" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cpD" = (/obj/machinery/atmospherics/components/binary/valve{name = "Mix to Space"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cpE" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cpF" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cpG" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cpH" = (/obj/machinery/portable_atmospherics/canister,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cpI" = (/obj/machinery/door/airlock/maintenance{name = "Biohazard Disposals"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cpJ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/asmaint2)
-"cpK" = (/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/asmaint2)
-"cpL" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cpM" = (/obj/machinery/power/apc{dir = 8; name = "Aft Starboard Solar APC"; pixel_x = -26; pixel_y = 3},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cpN" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cpO" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cpP" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/maintenance/aft)
-"cpQ" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"cpR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"cpS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"cpT" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"cpU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"cpV" = (/obj/machinery/field/generator,/turf/open/floor/plating,/area/engine/engineering)
-"cpW" = (/obj/machinery/power/emitter,/turf/open/floor/plating,/area/engine/engineering)
-"cpX" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpY" = (/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,/turf/open/floor/plasteel,/area/engine/engineering)
-"cpZ" = (/obj/structure/table,/obj/item/weapon/book/manual/engineering_singularity_safety,/obj/item/clothing/gloves/color/yellow,/turf/open/floor/plasteel,/area/engine/engineering)
-"cqa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cqb" = (/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/plasteel,/area/engine/engineering)
-"cqc" = (/obj/structure/tank_dispenser,/turf/open/floor/plasteel,/area/engine/engineering)
-"cqd" = (/obj/machinery/suit_storage_unit/engine,/turf/open/floor/plasteel,/area/engine/engineering)
-"cqe" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/chiefs_office)
-"cqf" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/chiefs_office)
-"cqg" = (/obj/machinery/door/airlock/glass_command{name = "Chief Engineer"; req_access_txt = "56"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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/neutral{dir = 2},/area/engine/chiefs_office)
-"cqh" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/chiefs_office)
-"cqi" = (/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)
-"cqj" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/engine/engineering)
-"cqk" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"cql" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/yellow/side{dir = 5},/area/engine/engineering)
-"cqm" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "n2_in"},/turf/open/floor/engine/n2,/area/atmos)
-"cqn" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2_sensor"},/turf/open/floor/engine/n2,/area/atmos)
-"cqo" = (/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)
-"cqp" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "o2_in"},/turf/open/floor/engine/o2,/area/atmos)
-"cqq" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "o2_sensor"},/turf/open/floor/engine/o2,/area/atmos)
-"cqr" = (/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)
-"cqs" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "air_in"},/turf/open/floor/engine/air,/area/atmos)
-"cqt" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "air_sensor"},/turf/open/floor/engine/air,/area/atmos)
-"cqu" = (/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; pressure_checks = 2; pump_direction = 0},/turf/open/floor/engine/air,/area/atmos)
-"cqv" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/incinerator)
-"cqw" = (/obj/machinery/light/small,/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -31},/obj/machinery/computer/turbine_computer{id = "incineratorturbine"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cqx" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cqy" = (/obj/machinery/computer/security/telescreen{desc = "Used for watching the turbine vent."; dir = 1; name = "turbine vent monitor"; network = list("Turbine"); pixel_x = 0; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cqz" = (/obj/machinery/button/door{id = "auxincineratorvent"; name = "Auxiliary Vent Control"; pixel_x = 6; pixel_y = -24; req_access_txt = "32"},/obj/machinery/button/door{id = "turbinevent"; name = "Turbine Vent Control"; pixel_x = -6; pixel_y = -24; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cqA" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "Incinerator to Space"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cqB" = (/obj/machinery/doorButtons/airlock_controller{idExterior = "incinerator_airlock_exterior"; idSelf = "incinerator_access_control"; idInterior = "incinerator_airlock_interior"; name = "Incinerator Access Console"; pixel_x = 6; pixel_y = -26; req_access_txt = "12"},/obj/machinery/button/ignition{id = "Incinerator"; pixel_x = -6; pixel_y = -24},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/maintenance/incinerator)
-"cqC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cqD" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/general/hidden{icon_state = "manifold"; dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cqE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/binary/pump{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cqF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cqG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint)
-"cqH" = (/obj/structure/disposalpipe/segment,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cqI" = (/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access = null; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/aft)
-"cqJ" = (/obj/structure/rack,/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cqK" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cqL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cqM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cqN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"cqO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cqP" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cqQ" = (/obj/structure/chair/stool,/obj/machinery/camera{c_tag = "Aft Starboard Solar Control"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cqR" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cqS" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"cqT" = (/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/aft)
-"cqU" = (/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)
-"cqV" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"cqW" = (/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/black,/area/engine/engine_smes)
-"cqX" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/engineering,/turf/open/floor/plasteel/vault{dir = 1},/area/engine/engine_smes)
-"cqY" = (/turf/open/floor/plasteel/vault{dir = 8},/area/engine/engine_smes)
-"cqZ" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/smes/engineering,/turf/open/floor/plasteel/vault{dir = 4},/area/engine/engine_smes)
-"cra" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"crb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/closed/wall,/area/engine/engineering)
-"crc" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"crd" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cre" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Power Storage"; req_access_txt = "11"; req_one_access_txt = "0"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"crf" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/engineering)
-"crg" = (/obj/structure/table,/obj/item/weapon/crowbar/large,/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/engine/engineering)
-"crh" = (/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/yellow/side{dir = 1},/area/engine/engineering)
-"cri" = (/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"crj" = (/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/engine/engineering)
-"crk" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"crl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"crm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"crn" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/yellow/side{dir = 4},/area/engine/engineering)
-"cro" = (/turf/open/floor/engine/n2,/area/atmos)
-"crp" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/open/floor/engine/n2,/area/atmos)
-"crq" = (/turf/open/floor/engine/o2,/area/atmos)
-"crr" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine/o2,/area/atmos)
-"crs" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/turf/open/floor/engine/air,/area/atmos)
-"crt" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/landmark/event_spawn,/turf/open/floor/engine/air,/area/atmos)
-"cru" = (/turf/open/floor/engine/air,/area/atmos)
-"crv" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/incinerator)
-"crw" = (/turf/closed/wall/r_wall,/area/maintenance/incinerator)
-"crx" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/turf/closed/wall/r_wall,/area/maintenance/incinerator)
-"cry" = (/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"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/maintenance/incinerator)
-"crz" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/incinerator)
-"crA" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint)
-"crB" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/asmaint)
-"crC" = (/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-y"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"crD" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"crE" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/asmaint)
-"crF" = (/obj/effect/landmark{name = "xeno_spawn"; pixel_x = -1},/obj/structure/disposalpipe/segment,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/asmaint2)
-"crG" = (/obj/structure/closet/toolcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"crH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"crI" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"crJ" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"crK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/asmaint2)
-"crL" = (/obj/machinery/power/solar_control{id = "starboardsolar"; name = "Aft Starboard Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"crM" = (/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/maintenance/starboardsolar)
-"crN" = (/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/starboardsolar)
-"crO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"crP" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/open/floor/plasteel/vault{dir = 8},/area/engine/engine_smes)
-"crQ" = (/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/floor/plasteel/black,/area/engine/engine_smes)
-"crR" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel/vault{dir = 8},/area/engine/engine_smes)
-"crS" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Engineering"},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/bot,/area/engine/engineering)
-"crT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering)
-"crU" = (/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/structure/disposalpipe/segment,/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/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/aft)
-"crV" = (/obj/structure/closet/secure_closet/engineering_welding,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/yellow/side{dir = 9},/area/engine/engineering)
-"crW" = (/obj/structure/closet/secure_closet/engineering_electrical,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"crX" = (/obj/machinery/vending/engivend,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"crY" = (/obj/machinery/vending/tool,/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"crZ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/engine/engineering)
-"csa" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"csb" = (/obj/machinery/requests_console{announcementConsole = 0; department = "Engineering"; departmentType = 4; name = "Engineering RC"; pixel_y = 30},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"csc" = (/obj/structure/sign/nosmoking_2{pixel_y = 32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"csd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"cse" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"csf" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"csg" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"csh" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"csi" = (/obj/structure/closet/secure_closet/engineering_personal,/turf/open/floor/plasteel/yellow/side{dir = 4},/area/engine/engineering)
-"csj" = (/obj/machinery/light/small,/turf/open/floor/engine/n2,/area/atmos)
-"csk" = (/obj/machinery/light/small,/turf/open/floor/engine/o2,/area/atmos)
-"csl" = (/obj/machinery/light/small,/turf/open/floor/engine/air,/area/atmos)
-"csm" = (/obj/structure/lattice,/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Incinerator Output Pump"; on = 1},/turf/open/space,/area/maintenance/incinerator)
-"csn" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2; 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/light/small{dir = 8},/obj/structure/sign/fire{pixel_x = -32; pixel_y = 0},/turf/open/floor/engine,/area/maintenance/incinerator)
-"cso" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/maintenance/incinerator)
-"csp" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; on = 1},/obj/structure/sign/fire{pixel_x = 32; pixel_y = 0},/obj/machinery/doorButtons/access_button{idSelf = "incinerator_access_control"; idDoor = "incinerator_airlock_interior"; name = "Incinerator airlock control"; pixel_x = -8; pixel_y = 24},/obj/machinery/light/small{dir = 4},/turf/open/floor/engine,/area/maintenance/incinerator)
-"csq" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint)
-"csr" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"css" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint)
-"cst" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint)
-"csu" = (/obj/machinery/light/small,/obj/structure/table,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/spawner/lootdrop/maintenance,/obj/item/weapon/clipboard,/turf/open/floor/plating,/area/maintenance/asmaint)
-"csv" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"csw" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"csx" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"csy" = (/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)
-"csz" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port)
-"csA" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/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/black,/area/engine/engine_smes)
-"csB" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/engineering,/turf/open/floor/plasteel/vault{dir = 4},/area/engine/engine_smes)
-"csC" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/vault{dir = 8},/area/engine/engine_smes)
-"csD" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/smes/engineering,/turf/open/floor/plasteel/vault{dir = 1},/area/engine/engine_smes)
-"csE" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera{c_tag = "SMES Room"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"csF" = (/obj/machinery/door/window/southleft{base_state = "left"; dir = 2; icon_state = "left"; name = "Engineering Delivery"; req_access_txt = "10"},/turf/open/floor/plasteel/delivery,/area/engine/engineering)
-"csG" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Engineering Maintenance"; req_access_txt = "10"},/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/engine/engineering)
-"csH" = (/obj/machinery/camera{c_tag = "Engineering West"; dir = 4; network = list("SS13")},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"csI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"csJ" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/engine/engineering)
-"csK" = (/obj/machinery/computer/security/telescreen{desc = "Used for watching the singularity chamber."; dir = 1; layer = 4; name = "Singularity Engine Telescreen"; network = list("Singularity"); pixel_x = 0; pixel_y = -30},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"csL" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"csM" = (/obj/effect/landmark/start{name = "Station Engineer"},/turf/open/floor/plasteel,/area/engine/engineering)
-"csN" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/yellow/side{dir = 4},/area/engine/engineering)
-"csO" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/space,/area/maintenance/incinerator)
-"csP" = (/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/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/maintenance/incinerator)
-"csQ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/closed/wall,/area/maintenance/asmaint)
-"csR" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Waste Out"; on = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint)
-"csS" = (/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"csT" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint)
-"csU" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"csV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/starboardsolar)
-"csW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"csX" = (/obj/structure/window/reinforced,/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"csY" = (/obj/machinery/door/window{name = "SMES Chamber"; req_access_txt = "32"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"csZ" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/window/reinforced,/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"cta" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"ctb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engine_smes)
-"ctc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 8},/area/engine/engine_smes)
-"ctd" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera{c_tag = "SMES Access"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/warning{dir = 4},/area/engine/engine_smes)
-"cte" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/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{dir = 4},/turf/open/floor/plasteel/loadingarea,/area/engine/engineering)
-"ctf" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel,/area/engine/engineering)
-"ctg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cth" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cti" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/nosmoking_2{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctm" = (/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,/area/engine/engineering)
-"ctn" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cto" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen,/obj/item/weapon/storage/firstaid/fire,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctp" = (/obj/effect/landmark/start{name = "Station Engineer"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctr" = (/obj/structure/closet/radiation,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cts" = (/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"},/turf/open/floor/plasteel/bot{dir = 2},/area/engine/engineering)
-"ctt" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"ctu" = (/obj/structure/table,/obj/item/device/flashlight{pixel_y = 5},/obj/item/clothing/ears/earmuffs{pixel_x = -5; pixel_y = 6},/obj/item/weapon/airlock_painter,/turf/open/floor/plasteel,/area/engine/engineering)
-"ctv" = (/obj/machinery/camera{c_tag = "Engineering East"; dir = 8; network = list("SS13"); pixel_x = 0; pixel_y = 0},/obj/structure/closet/wardrobe/engineering_yellow,/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/engine/engineering)
-"ctw" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "inc_in"},/turf/open/floor/engine/vacuum,/area/maintenance/incinerator)
-"ctx" = (/obj/machinery/igniter{icon_state = "igniter0"; id = "Incinerator"; luminosity = 2; on = 0},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine/vacuum,/area/maintenance/incinerator)
-"cty" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 0; initialize_directions = 1; internal_pressure_bound = 4000; on = 0; pressure_checks = 2; pump_direction = 0},/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)
-"ctz" = (/obj/machinery/door/poddoor{id = "auxincineratorvent"; name = "Auxiliary Incinerator Vent"},/turf/open/floor/engine/vacuum,/area/maintenance/incinerator)
-"ctA" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/asmaint)
-"ctB" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ctC" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ctD" = (/obj/structure/table,/obj/item/weapon/weldingtool,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ctE" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"ctF" = (/obj/machinery/power/port_gen/pacman,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 9},/area/engine/engine_smes)
-"ctG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 1},/area/engine/engine_smes)
-"ctH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/warning{dir = 1},/area/engine/engine_smes)
-"ctI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/warning{dir = 1},/area/engine/engine_smes)
-"ctJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/warning{dir = 5},/area/engine/engine_smes)
-"ctK" = (/obj/machinery/door/airlock/engineering{name = "SMES Room"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/delivery{name = "floor"},/area/engine/engine_smes)
-"ctL" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/warning{dir = 8},/area/engine/engine_smes)
-"ctM" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/warning{dir = 4},/area/engine/engine_smes)
-"ctN" = (/obj/machinery/door/airlock/engineering{name = "SMES Room"; req_access_txt = "32"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/delivery{name = "floor"},/area/engine/engine_smes)
-"ctO" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/warning{dir = 8},/area/engine/engineering)
-"ctP" = (/obj/structure/cable/yellow{d1 = 4; d2 = 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,/area/engine/engineering)
-"ctQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"ctR" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctS" = (/obj/machinery/door/firedoor,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctU" = (/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,/area/engine/engineering)
-"ctV" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/engineering_hacking{pixel_x = 3; pixel_y = 3},/obj/item/weapon/book/manual/wiki/engineering_construction,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctW" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctY" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/clothing/gloves/color/black,/obj/item/weapon/extinguisher{pixel_x = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctZ" = (/turf/open/floor/plating/warnplate{dir = 9},/area/engine/engineering)
-"cua" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/warnplate{dir = 1},/area/engine/engineering)
-"cub" = (/obj/machinery/camera{c_tag = "Engineering Center"; dir = 2; pixel_x = 23},/obj/machinery/light{dir = 1},/turf/open/floor/plating/warnplate{dir = 1},/area/engine/engineering)
-"cuc" = (/turf/open/floor/plating/warnplate{dir = 5},/area/engine/engineering)
-"cud" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/item/clothing/gloves/color/yellow,/obj/item/weapon/storage/belt/utility,/turf/open/floor/plasteel,/area/engine/engineering)
-"cue" = (/obj/machinery/hologram/holopad,/turf/open/floor/plasteel,/area/engine/engineering)
-"cuf" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/engineering_guide,/obj/item/weapon/book/manual/engineering_particle_accelerator{pixel_y = 6},/turf/open/floor/plasteel,/area/engine/engineering)
-"cug" = (/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/engine/engineering)
-"cuh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering)
-"cui" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/warning{dir = 5},/area/engine/engineering)
-"cuj" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/engine/engineering)
-"cuk" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/shuttle/pod_4)
-"cul" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/shuttle/pod_4)
-"cum" = (/turf/open/space,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/shuttle/pod_4)
-"cun" = (/obj/machinery/power/compressor{comp_id = "incineratorturbine"; dir = 1; luminosity = 2},/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")},/turf/open/floor/engine/vacuum,/area/maintenance/incinerator)
-"cuo" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/space,/area/space/nearstation)
-"cup" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cuq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/warning{dir = 8},/area/engine/engine_smes)
-"cur" = (/turf/open/floor/plasteel,/area/engine/engine_smes)
-"cus" = (/turf/open/floor/plasteel/warning/corner{dir = 2},/area/engine/engine_smes)
-"cut" = (/obj/machinery/light,/turf/open/floor/plasteel/warning,/area/engine/engine_smes)
-"cuu" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/warning{dir = 6},/area/engine/engine_smes)
-"cuv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/warning{dir = 8},/area/engine/engine_smes)
-"cuw" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/warning{dir = 4},/area/engine/engine_smes)
-"cux" = (/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,/area/engine/engineering)
-"cuy" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuz" = (/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)
-"cuA" = (/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)
-"cuB" = (/obj/structure/table,/obj/item/clothing/gloves/color/yellow,/obj/item/weapon/storage/toolbox/electrical{pixel_y = 5},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuC" = (/obj/effect/landmark/start{name = "Station Engineer"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuD" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuE" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/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/bot{dir = 2},/area/engine/engineering)
-"cuG" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"; tag = ""},/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cuH" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/engine/engineering)
-"cuI" = (/obj/structure/particle_accelerator/end_cap,/turf/open/floor/plating,/area/engine/engineering)
-"cuJ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/engine/engineering)
-"cuK" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating/warnplate{dir = 4},/area/engine/engineering)
-"cuL" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuM" = (/obj/effect/landmark/start{name = "Station Engineer"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cuN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuO" = (/turf/open/floor/plasteel/warning{dir = 4},/area/engine/engineering)
-"cuP" = (/obj/machinery/door/airlock/external{name = "Escape Pod Four"; req_access = null; req_access_txt = "0"},/turf/open/floor/plating,/area/engine/engineering)
-"cuQ" = (/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)
-"cuR" = (/obj/item/device/radio/intercom{pixel_y = 25},/obj/item/weapon/storage/pod{pixel_x = 6; pixel_y = -32},/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_4)
-"cuS" = (/obj/machinery/computer/shuttle/pod{pixel_y = -32; possible_destinations = "pod_asteroid4"; shuttleId = "pod4"},/obj/structure/chair{dir = 4},/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 0; pixel_y = 32},/turf/open/floor/plasteel/shuttle,/area/shuttle/pod_4)
-"cuT" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_4)
-"cuU" = (/obj/docking_port/stationary/random{dir = 4; id = "pod_asteroid4"; name = "asteroid"},/turf/open/space,/area/space)
-"cuV" = (/obj/machinery/power/turbine{luminosity = 2},/obj/structure/cable/yellow,/turf/open/floor/engine/vacuum,/area/maintenance/incinerator)
-"cuW" = (/obj/item/weapon/wrench,/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation)
-"cuX" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cuY" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table_frame,/obj/item/weapon/wirerod,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cuZ" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cva" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/space)
-"cvb" = (/obj/machinery/door/airlock{name = "Observatory Access"},/turf/open/floor/plating,/area/maintenance/aft)
-"cvc" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 2; name = "SMES room APC"; pixel_y = -24},/turf/open/floor/plasteel/warning{dir = 10},/area/engine/engine_smes)
-"cvd" = (/obj/structure/chair/office/light{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/warning,/area/engine/engine_smes)
-"cve" = (/obj/structure/table,/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plasteel/warning{dir = 6},/area/engine/engine_smes)
-"cvf" = (/obj/structure/table,/obj/machinery/camera{c_tag = "Engineering Storage"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvg" = (/obj/structure/table,/obj/item/stack/rods{amount = 50},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvh" = (/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},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvi" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "RADIOACTIVE AREA"; pixel_x = 0; pixel_y = -32},/obj/machinery/light,/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvj" = (/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvk" = (/obj/item/clothing/glasses/meson,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvl" = (/obj/structure/chair/stool,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvm" = (/obj/machinery/button/door{id = "Singularity"; name = "Shutters Control"; pixel_x = 25; pixel_y = 0; req_access_txt = "11"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvn" = (/obj/machinery/button/door{id = "Singularity"; name = "Shutters Control"; pixel_x = -25; pixel_y = 0; req_access_txt = "11"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cvo" = (/obj/machinery/particle_accelerator/control_box,/obj/structure/cable/yellow,/turf/open/floor/plating,/area/engine/engineering)
-"cvp" = (/obj/structure/particle_accelerator/fuel_chamber,/turf/open/floor/plating,/area/engine/engineering)
-"cvq" = (/obj/effect/landmark/start{name = "Station Engineer"},/turf/open/floor/plating,/area/engine/engineering)
-"cvr" = (/obj/machinery/button/door{id = "Singularity"; name = "Shutters Control"; pixel_x = 25; pixel_y = 0; req_access_txt = "11"},/turf/open/floor/plating/warnplate{dir = 4},/area/engine/engineering)
-"cvs" = (/obj/machinery/button/door{id = "Singularity"; name = "Shutters Control"; pixel_x = -25; pixel_y = 0; req_access_txt = "11"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvt" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvu" = (/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},/turf/open/floor/plasteel/warning{dir = 2},/area/engine/engineering)
-"cvv" = (/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvw" = (/obj/structure/sign/pods{pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/warning{dir = 6},/area/engine/engineering)
-"cvx" = (/obj/machinery/camera{c_tag = "Engineering Escape Pod"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/engine/engineering)
-"cvy" = (/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)
-"cvz" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/shuttle/pod_4)
-"cvA" = (/obj/effect/landmark{name = "carpspawn"},/turf/open/space,/area/space/nearstation)
-"cvB" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/maintenance/incinerator)
-"cvC" = (/obj/structure/sign/fire{pixel_x = 0; pixel_y = 0},/turf/closed/wall/r_wall,/area/maintenance/incinerator)
-"cvD" = (/obj/machinery/door/poddoor{id = "turbinevent"; name = "Turbine Vent"},/turf/open/floor/engine/vacuum,/area/maintenance/incinerator)
-"cvE" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cvF" = (/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/plating,/area/maintenance/aft)
-"cvG" = (/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; external_pressure_bound = 101.325; on = 1; pressure_checks = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvI" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvJ" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Engineering External Access"; req_access = null; req_access_txt = "10;13"},/turf/open/floor/plating,/area/engine/engineering)
-"cvL" = (/obj/machinery/door/poddoor/shutters/preopen{id = "Singularity"; name = "radiation shutters"},/turf/open/floor/plating,/area/engine/engineering)
-"cvM" = (/obj/machinery/door/poddoor/shutters/preopen{id = "Singularity"; name = "radiation shutters"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering)
-"cvN" = (/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/weapon/crowbar,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cvO" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/engine/engineering)
-"cvP" = (/obj/structure/particle_accelerator/power_box,/turf/open/floor/plating,/area/engine/engineering)
-"cvQ" = (/obj/item/weapon/screwdriver,/turf/open/floor/plating,/area/engine/engineering)
-"cvR" = (/turf/open/floor/plating/warnplate{dir = 4},/area/engine/engineering)
-"cvS" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cvT" = (/obj/effect/decal/cleanable/dirt,/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/asmaint2)
-"cvU" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cvV" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft)
-"cvW" = (/obj/structure/chair,/turf/open/floor/plating,/area/maintenance/aft)
-"cvX" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cvY" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/stack/cable_coil,/obj/item/weapon/electronics/airlock,/obj/item/weapon/electronics/airlock,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvZ" = (/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/stack/sheet/metal{amount = 50},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwa" = (/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)
-"cwb" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/engineering)
-"cwc" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/engine/engineering)
-"cwd" = (/obj/machinery/light/small{dir = 8},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/engine/engineering)
-"cwe" = (/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/plating,/area/engine/engineering)
-"cwf" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating/warnplate{dir = 1},/area/engine/engineering)
-"cwg" = (/obj/machinery/power/rad_collector{anchored = 1},/obj/structure/cable/yellow,/turf/open/floor/plating/warnplate{dir = 1},/area/engine/engineering)
-"cwh" = (/obj/machinery/power/rad_collector{anchored = 1},/obj/item/weapon/tank/internals/plasma,/obj/structure/cable/yellow,/turf/open/floor/plating/warnplate{dir = 1},/area/engine/engineering)
-"cwi" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cwj" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cwk" = (/obj/structure/particle_accelerator/particle_emitter/left,/turf/open/floor/plating,/area/engine/engineering)
-"cwl" = (/obj/structure/particle_accelerator/particle_emitter/center,/turf/open/floor/plating,/area/engine/engineering)
-"cwm" = (/obj/structure/particle_accelerator/particle_emitter/right,/turf/open/floor/plating,/area/engine/engineering)
-"cwn" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating/warnplate{dir = 1},/area/engine/engineering)
-"cwo" = (/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/plating,/area/engine/engineering)
-"cwp" = (/obj/machinery/light/small{dir = 4},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/engine/engineering)
-"cwq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwr" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cws" = (/obj/machinery/camera{c_tag = "Engineering MiniSat Access"; dir = 4; network = list("SS13")},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwt" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwu" = (/obj/structure/transit_tube{icon_state = "Block"},/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cwv" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard)
-"cww" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cwx" = (/obj/structure/table,/obj/item/device/taperecorder{pixel_y = 0},/turf/open/floor/plating,/area/maintenance/aft)
-"cwy" = (/obj/structure/table,/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/fancy/cigarettes,/turf/open/floor/plating,/area/maintenance/aft)
-"cwz" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cwA" = (/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/engineering)
-"cwB" = (/obj/machinery/door/airlock/external{name = "Construction Site Airlock"; req_access = null; req_access_txt = "10;32"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/engine/engineering)
-"cwC" = (/obj/structure/cable/yellow{icon_state = "1-4"; d1 = 1; d2 = 4},/turf/open/floor/plating/warnplate{dir = 10},/area/engine/engineering)
-"cwD" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating/warnplate,/area/engine/engineering)
-"cwE" = (/obj/item/weapon/wirecutters,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/turf/open/floor/plating/warnplate,/area/engine/engineering)
-"cwF" = (/turf/open/floor/plating/warnplate,/area/engine/engineering)
-"cwG" = (/turf/open/floor/plating/warnplate{dir = 6},/area/engine/engineering)
-"cwH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwI" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwJ" = (/obj/machinery/door/airlock/command{name = "MiniSat Access"; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwK" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwL" = (/obj/structure/transit_tube/station{dir = 8; icon_state = "closed"; reverse_launch = 1},/obj/structure/transit_tube_pod,/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cwM" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space)
-"cwN" = (/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)
-"cwO" = (/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)
-"cwP" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cwQ" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cwR" = (/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)
-"cwS" = (/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)
-"cwT" = (/turf/open/floor/plating/airless,/area/space)
-"cwU" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/engine/engineering)
-"cwV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/engine/engineering)
-"cwW" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/engine/engineering)
-"cwX" = (/obj/structure/grille,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cwY" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cwZ" = (/obj/machinery/camera/emp_proof{c_tag = "Singularity North-West"; dir = 2; network = list("Singularity")},/obj/machinery/power/grounding_rod,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxa" = (/obj/machinery/power/grounding_rod,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxb" = (/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)
-"cxc" = (/obj/machinery/camera/emp_proof{c_tag = "Singularity North East"; dir = 2; network = list("Singularity")},/obj/machinery/power/grounding_rod,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxd" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxe" = (/obj/structure/grille,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxf" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; req_access = null; req_access_txt = "10;13"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxg" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/engine/engineering)
-"cxh" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/engine/engineering)
-"cxi" = (/obj/structure/transit_tube{icon_state = "N-S"},/turf/open/floor/plating/warnplate{dir = 8},/area/engine/engineering)
-"cxj" = (/obj/structure/cable,/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard)
-"cxk" = (/obj/structure/cable,/turf/open/floor/plating,/area/engine/engineering)
-"cxl" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxm" = (/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxn" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"; tag = ""},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxo" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxp" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"; tag = "90Curve"},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxq" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxr" = (/obj/item/weapon/wrench,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxs" = (/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 = 32},/turf/open/floor/plating,/area/engine/engineering)
-"cxt" = (/obj/structure/transit_tube{icon_state = "N-S"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cxu" = (/obj/machinery/door/airlock/external{name = "Construction Site Airlock"; req_access = null; req_access_txt = "10;32"},/turf/open/floor/plating,/area/engine/engineering)
-"cxv" = (/obj/structure/grille,/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/airless,/area/engine/engineering)
-"cxw" = (/obj/machinery/power/emitter{anchored = 1; dir = 4; state = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxx" = (/turf/open/floor/plating/airless/warnplate{dir = 8},/area/engine/engineering)
-"cxy" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxz" = (/obj/machinery/field/generator{anchored = 1; state = 2},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxA" = (/turf/open/floor/plating/airless/warnplate{dir = 4},/area/engine/engineering)
-"cxB" = (/obj/machinery/power/emitter{anchored = 1; dir = 8; state = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxC" = (/obj/structure/grille,/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/plating/airless,/area/engine/engineering)
-"cxD" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; req_access = null; req_access_txt = "10;13"},/turf/open/floor/plating,/area/engine/engineering)
-"cxE" = (/obj/structure/sign/securearea,/turf/closed/wall,/area/engine/engineering)
-"cxF" = (/obj/structure/transit_tube{icon_state = "N-SE"},/turf/open/space,/area/space)
-"cxG" = (/obj/structure/transit_tube{icon_state = "D-SW"},/turf/open/space,/area/space)
-"cxH" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cxI" = (/turf/closed/wall,/area/space)
-"cxJ" = (/obj/item/device/multitool,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cxK" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{icon_state = "1-4"; d1 = 1; d2 = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxL" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/tesla_coil,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxM" = (/obj/item/weapon/wirecutters,/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
-"cxN" = (/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/machinery/power/tesla_coil,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxO" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cxP" = (/obj/structure/transit_tube{icon_state = "D-NE"},/turf/open/space,/area/space)
-"cxQ" = (/obj/structure/transit_tube{icon_state = "E-NW"},/turf/open/space,/area/space)
-"cxR" = (/obj/structure/transit_tube,/obj/structure/lattice,/turf/open/space,/area/space)
-"cxS" = (/obj/structure/transit_tube,/turf/open/space,/area/space)
-"cxT" = (/obj/structure/transit_tube{icon_state = "E-W-Pass"},/turf/open/space,/area/space)
-"cxU" = (/obj/structure/transit_tube,/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space)
-"cxV" = (/obj/structure/window/reinforced/fulltile,/obj/structure/transit_tube,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cxW" = (/obj/structure/transit_tube,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cxX" = (/obj/structure/transit_tube/station{reverse_launch = 1},/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cxY" = (/obj/structure/transit_tube{dir = 8; icon_state = "Block"},/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cxZ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cya" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyb" = (/obj/effect/landmark/event_spawn,/turf/open/space,/area/space/nearstation)
-"cyc" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyd" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cye" = (/turf/open/floor/plating/warnplate{dir = 1},/area/turret_protected/aisat_interior)
-"cyf" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plating/warnplate{dir = 1},/area/turret_protected/aisat_interior)
-"cyg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyh" = (/turf/open/floor/plating/airless/warnplate{dir = 9},/area/space/nearstation)
-"cyi" = (/turf/open/floor/plating/airless/warnplate{dir = 1},/area/space/nearstation)
-"cyj" = (/turf/open/floor/plating/airless/warnplate{dir = 5},/area/space/nearstation)
-"cyk" = (/obj/item/weapon/crowbar,/turf/open/space,/area/space/nearstation)
-"cyl" = (/obj/machinery/door/airlock/external{name = "MiniSat External Access"; req_access = null; req_access_txt = "65;13"},/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cym" = (/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/turret_protected/aisat_interior)
-"cyn" = (/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyp" = (/obj/machinery/light{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyq" = (/obj/machinery/the_singularitygen,/turf/open/floor/plating/airless/warnplate{dir = 8},/area/space/nearstation)
-"cyr" = (/obj/item/weapon/wrench,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cys" = (/obj/machinery/the_singularitygen/tesla,/turf/open/floor/plating/airless/warnplate{dir = 4},/area/space/nearstation)
-"cyt" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyu" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space)
-"cyv" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyw" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/sign/securearea{pixel_y = -32},/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyx" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/obj/machinery/light/small,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyy" = (/obj/machinery/camera{c_tag = "MiniSat Pod Access"; dir = 1; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 2; on = 1},/obj/machinery/light/small,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyz" = (/obj/item/weapon/weldingtool,/turf/open/space,/area/space/nearstation)
-"cyA" = (/turf/open/floor/plating/airless/warnplate{dir = 10},/area/space/nearstation)
-"cyB" = (/turf/open/floor/plating/airless/warnplate{dir = 2},/area/space/nearstation)
-"cyC" = (/turf/open/floor/plating/airless/warnplate{dir = 6},/area/space/nearstation)
-"cyD" = (/turf/closed/wall,/area/turret_protected/aisat_interior)
-"cyE" = (/obj/machinery/door/airlock/hatch{name = "MiniSat Foyer"; req_one_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cyF" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/turret_protected/aisat_interior)
-"cyG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/turret_protected/aisat_interior)
-"cyH" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/turf/open/floor/plating/airless,/area/turret_protected/aisat_interior)
-"cyI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cyJ" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard)
-"cyK" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/obj/item/weapon/folder{pixel_x = 3},/obj/item/weapon/phone{pixel_x = -3; pixel_y = 3},/obj/item/weapon/pen,/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"cyL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cyM" = (/obj/structure/rack{dir = 1},/obj/machinery/light/small{dir = 1},/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/item/device/radio/off{pixel_y = 4},/obj/item/weapon/screwdriver{pixel_y = 10},/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"cyN" = (/obj/item/device/radio/off,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyO" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/obj/machinery/computer/station_alert,/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"cyP" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"cyQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"cyR" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"cyS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cyT" = (/obj/machinery/door/poddoor/shutters{id = "teledoor"; name = "MiniSat Teleport Access"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cyU" = (/obj/machinery/button/door{id = "teledoor"; name = "MiniSat Teleport Shutters Control"; pixel_x = 0; pixel_y = 25; req_access_txt = "17;65"},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/darkwarning{dir = 4},/area/turret_protected/aisat_interior)
-"cyV" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"cyW" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyX" = (/obj/structure/grille,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyY" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -31},/obj/machinery/computer/monitor,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"cyZ" = (/obj/structure/chair/office/dark{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"cza" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/obj/effect/landmark/start{name = "Cyborg"},/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"czb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"czc" = (/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czd" = (/obj/machinery/door/airlock/hatch{name = "MiniSat Teleporter"; req_access_txt = "17;65"},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cze" = (/obj/machinery/bluespace_beacon,/turf/open/floor/plasteel/darkwarning{dir = 4},/area/turret_protected/aisat_interior)
-"czf" = (/obj/machinery/teleport/station,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"czg" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/engine/engineering)
-"czh" = (/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/machinery/power/tesla_coil,/turf/open/floor/plating/airless,/area/space/nearstation)
-"czi" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 5},/turf/open/space,/area/space)
-"czj" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 10},/obj/structure/lattice,/turf/open/space,/area/space)
-"czk" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = 0; pixel_y = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"czl" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"czm" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/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/grimy,/area/turret_protected/aisat_interior)
-"czn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/grimy,/area/turret_protected/aisat_interior)
-"czo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "MiniSat Foyer APC"; pixel_x = 27; pixel_y = 0},/obj/structure/chair,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/turret_protected/aisat_interior)
-"czq" = (/obj/machinery/camera{c_tag = "MiniSat Teleporter"; dir = 1; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/darkwarning{dir = 4},/area/turret_protected/aisat_interior)
-"czr" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/turret_protected/aisat_interior)
-"czs" = (/obj/structure/cable,/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard)
-"czt" = (/obj/machinery/camera/emp_proof{c_tag = "Singularity West"; dir = 1; network = list("Singularity")},/turf/open/floor/plating/airless,/area/engine/engineering)
-"czu" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"; tag = "90Curve"},/turf/open/floor/plating/airless,/area/space/nearstation)
-"czv" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/turf/open/floor/plating/airless,/area/space/nearstation)
-"czw" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/turf/open/floor/plating/airless,/area/space/nearstation)
-"czx" = (/obj/machinery/camera/emp_proof{c_tag = "Singularity East"; dir = 1; network = list("Singularity")},/turf/open/floor/plating/airless,/area/engine/engineering)
-"czy" = (/turf/closed/wall/r_wall,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czz" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czA" = (/obj/structure/rack{dir = 1},/obj/machinery/status_display{pixel_y = -32},/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"czB" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/obj/machinery/light/small,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czD" = (/obj/machinery/turretid{control_area = null; enabled = 1; icon_state = "control_standby"; name = "Antechamber Turret Control"; pixel_x = 0; pixel_y = -24; req_access = list(65)},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/camera/motion{c_tag = "MiniSat Foyer"; dir = 1; network = list("MiniSat")},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czE" = (/obj/machinery/ai_status_display{pixel_y = -32},/obj/structure/table,/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/aisat_interior)
-"czF" = (/turf/closed/wall/r_wall,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"czG" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/engine/engineering)
-"czH" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/rack,/obj/item/weapon/wrench,/obj/item/weapon/crowbar/red,/obj/item/clothing/head/welding,/turf/open/floor/plating,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czI" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czJ" = (/turf/closed/wall/r_wall,/area/turret_protected/aisat_interior)
-"czK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Antechamber"; req_one_access_txt = "65"},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/turret_protected/aisat_interior)
-"czM" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"czN" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plating/warnplate/corner{tag = "icon-warnplatecorner"; dir = 2},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czO" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Mix to MiniSat"},/turf/open/floor/plating/warnplate{icon_plating = "warnplate"},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czP" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Air Out"; on = 0},/turf/open/floor/plating/warnplate{icon_plating = "warnplate"},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czQ" = (/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/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plating/warnplate{icon_plating = "warnplate"},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czR" = (/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/darkblue/corner{dir = 1},/area/turret_protected/aisat_interior)
-"czS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"czT" = (/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,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/darkblue/corner{dir = 4},/area/turret_protected/aisat_interior)
-"czU" = (/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/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/open/floor/plating/warnplate{icon_plating = "warnplate"},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"czV" = (/turf/open/floor/plating/warnplate{icon_plating = "warnplate"},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"czW" = (/obj/structure/table,/obj/item/stack/sheet/metal{amount = 50},/obj/item/stack/sheet/glass{amount = 50},/obj/item/clothing/head/welding,/obj/item/stack/sheet/mineral/plasma{amount = 35; layer = 3.1},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plating/warnplate/corner{dir = 1},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"czX" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "MiniSat Atmospherics"; dir = 4; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/obj/machinery/space_heater,/turf/open/floor/plating/warnplate{dir = 4},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"czZ" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAa" = (/obj/machinery/light/small{dir = 4},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 28; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/darkblue/corner{dir = 4},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/turret_protected/aisat_interior)
-"cAc" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "MiniSat Antechamber"; dir = 4; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/obj/machinery/turretid{control_area = "AI Satellite Atmospherics"; enabled = 1; icon_state = "control_standby"; name = "Atmospherics Turret Control"; pixel_x = -27; pixel_y = 0; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/darkblue/corner{dir = 1},/area/turret_protected/aisat_interior)
-"cAd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cAe" = (/obj/machinery/light/small{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 = 0; req_access = list(65)},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/darkblue/corner{dir = 4},/area/turret_protected/aisat_interior)
-"cAf" = (/obj/machinery/light/small{dir = 8},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = -28; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/darkblue/corner{dir = 1},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAg" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAi" = (/obj/machinery/light/small{dir = 4},/obj/machinery/camera{c_tag = "MiniSat Service Bay"; dir = 8; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/structure/rack,/obj/item/weapon/storage/toolbox/electrical{pixel_x = -3; pixel_y = 3},/obj/item/weapon/storage/toolbox/mechanical,/obj/item/device/multitool,/turf/open/floor/plating/warnplate{dir = 8},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAj" = (/obj/machinery/power/apc{dir = 8; name = "MiniSat Atmospherics APC"; pixel_x = -27; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating/warnplate{dir = 4},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/ai_slipper{icon_state = "motion0"; uses = 10},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAn" = (/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/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Atmospherics"; req_one_access_txt = "65"},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cAo" = (/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/black,/area/turret_protected/aisat_interior)
-"cAp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/ai_slipper{icon_state = "motion0"; uses = 10},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/mob/living/simple_animal/bot/secbot/pingsky,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cAq" = (/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/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cAr" = (/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/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Service Bay"; req_one_access_txt = "65"},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cAs" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/ai_slipper{icon_state = "motion0"; uses = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"; tag = ""},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAv" = (/obj/machinery/power/apc{dir = 4; name = "MiniSat Service Bay APC"; pixel_x = 27; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating/warnplate{dir = 8},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAw" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAx" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/mob/living/simple_animal/bot/floorbot,/turf/open/floor/plasteel/darkblue/corner,/area/turret_protected/AIsatextAS{name = "AI Satellite Atmospherics"})
-"cAy" = (/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/obj/machinery/porta_turret/ai{dir = 4},/obj/item/device/radio/intercom{broadcasting = 1; frequency = 1447; listening = 0; name = "Station Intercom (AI Private)"; pixel_y = -29},/turf/open/floor/plasteel/darkblue/corner{dir = 8},/area/turret_protected/aisat_interior)
-"cAz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/machinery/turretid{control_area = "AI Satellite Hallway"; enabled = 1; icon_state = "control_standby"; name = "Chamber Hallway Turret Control"; pixel_x = 32; pixel_y = -24; req_access = list(65)},/turf/open/floor/plasteel/black,/area/turret_protected/aisat_interior)
-"cAA" = (/obj/machinery/porta_turret/ai{dir = 4},/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/darkblue/corner,/area/turret_protected/aisat_interior)
-"cAB" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/mob/living/simple_animal/bot/cleanbot,/turf/open/floor/plasteel/darkblue/corner{dir = 8},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAD" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/turret_protected/AIsatextFP{name = "AI Satellite Service"})
-"cAE" = (/turf/closed/wall/r_wall,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAF" = (/turf/closed/wall,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAG" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Chamber Hallway"; req_one_access_txt = "65"},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAJ" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAK" = (/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},/turf/open/space,/area/space)
-"cAL" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAN" = (/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAO" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAQ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAS" = (/obj/structure/rack,/obj/item/weapon/crowbar/red,/obj/item/weapon/wrench,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAT" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAU" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAV" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External NorthWest"; dir = 8; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/turf/open/space,/area/space)
-"cAW" = (/obj/machinery/porta_turret/ai{dir = 4; installation = /obj/item/weapon/gun/energy/gun},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAY" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cAZ" = (/obj/machinery/porta_turret/ai{dir = 4; installation = /obj/item/weapon/gun/energy/gun},/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBa" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External NorthEast"; dir = 4; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/turf/open/space,/area/space)
-"cBb" = (/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBc" = (/obj/machinery/camera/motion{c_tag = "MiniSat Core Hallway"; dir = 4; network = list("MiniSat")},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBd" = (/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBf" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBh" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBi" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBj" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBk" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBl" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBm" = (/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBn" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBo" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBq" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 4; name = "MiniSat Chamber Hallway APC"; pixel_x = 27; pixel_y = 0},/turf/open/floor/bluegrid,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBr" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/device/radio/intercom{broadcasting = 1; frequency = 1447; listening = 0; name = "Station Intercom (AI Private)"; pixel_x = -28; pixel_y = -29},/turf/open/floor/plasteel/black,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBu" = (/turf/closed/wall/r_wall,/area/turret_protected/ai)
-"cBv" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/turret_protected/ai)
-"cBw" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Chamber Observation"; req_one_access_txt = "65"},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBx" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/turret_protected/ai)
-"cBy" = (/obj/machinery/ai_status_display,/turf/closed/wall/r_wall,/area/turret_protected/ai)
-"cBz" = (/obj/machinery/light/small{dir = 1},/obj/structure/table/reinforced,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen{pixel_x = 4; pixel_y = 4},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBA" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBC" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBD" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBE" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/white,/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBF" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBI" = (/obj/structure/chair/office/dark,/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBJ" = (/obj/structure/grille,/turf/open/floor/plating,/area/turret_protected/AIsatextFS{name = "AI Satellite Hallway"})
-"cBK" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/turret_protected/ai)
-"cBL" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_command{name = "AI Core"; req_access_txt = "65"},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBM" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/turret_protected/ai)
-"cBN" = (/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)
-"cBO" = (/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cBP" = (/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/ai_slipper{icon_state = "motion0"; uses = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBR" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cBS" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBT" = (/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/black,/area/turret_protected/ai)
-"cBU" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9; pixel_y = 0},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cBX" = (/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/machinery/ai_status_display{pixel_x = 32},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cBY" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/machinery/turretid{name = "AI Chamber turret control"; pixel_x = 5; pixel_y = -24},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cBZ" = (/obj/machinery/door/window{dir = 1; name = "AI Core Door"; req_access_txt = "16"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCa" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{cell_type = 5000; dir = 2; name = "AI Chamber APC"; pixel_y = -24},/obj/machinery/flasher{id = "AI"; pixel_x = -11; pixel_y = -24},/obj/machinery/camera/motion{c_tag = "MiniSat AI Chamber North"; dir = 1; network = list("MiniSat")},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCb" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCc" = (/turf/closed/wall,/area/turret_protected/ai)
-"cCd" = (/obj/effect/landmark/start{name = "AI"},/obj/item/device/radio/intercom{broadcasting = 0; freerange = 1; listening = 1; name = "Common Channel"; pixel_x = -27; pixel_y = -9},/obj/item/device/radio/intercom{anyai = 1; freerange = 1; listening = 0; name = "Custom Channel"; pixel_x = 0; pixel_y = -31},/obj/item/device/radio/intercom{anyai = 1; broadcasting = 0; freerange = 1; frequency = 1447; name = "Private Channel"; pixel_x = 27; pixel_y = -9},/obj/machinery/newscaster/security_unit{pixel_x = -28; pixel_y = -28},/obj/machinery/requests_console{department = "AI"; departmentType = 5; pixel_x = 28; pixel_y = -28},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCe" = (/obj/machinery/ai_slipper{icon_state = "motion0"; uses = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cCf" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External SouthWest"; dir = 8; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/turf/open/space,/area/space)
-"cCg" = (/obj/effect/landmark{name = "tripai"},/obj/item/device/radio/intercom{anyai = 1; freerange = 1; listening = 0; name = "Custom Channel"; pixel_x = 0; pixel_y = 28},/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; broadcasting = 0; freerange = 1; frequency = 1447; name = "Private Channel"; pixel_x = 0; pixel_y = -25},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/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/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cCi" = (/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/components/unary/vent_scrubber{dir = 1; on = 1},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cCj" = (/obj/effect/landmark{name = "tripai"},/obj/item/device/radio/intercom{anyai = 1; freerange = 1; listening = 0; name = "Custom Channel"; pixel_x = 0; pixel_y = 28},/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; broadcasting = 0; freerange = 1; frequency = 1447; name = "Private Channel"; pixel_x = 0; pixel_y = -25},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCk" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External SouthEast"; dir = 4; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/turf/open/space,/area/space)
-"cCl" = (/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)
-"cCm" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cCn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/closed/wall,/area/turret_protected/ai)
-"cCo" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCp" = (/obj/machinery/camera/motion{c_tag = "MiniSat AI Chamber South"; dir = 2; network = list("MiniSat")},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCq" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/machinery/ai_slipper{icon_state = "motion0"; uses = 10},/turf/open/floor/bluegrid,/area/turret_protected/ai)
-"cCr" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cCs" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/machinery/hologram/holopad,/turf/open/floor/plasteel/black,/area/turret_protected/ai)
-"cCt" = (/obj/machinery/camera{c_tag = "MiniSat External South"; dir = 2; network = list("MiniSat"); pixel_x = 0; pixel_y = 0; start_active = 1},/turf/open/space,/area/space)
+//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_n";
+ name = "north of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/space,
+/area/space)
+"aac" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aad" = (
+/turf/closed/wall/shuttle{
+ icon_state = "wall3"
+ },
+/area/shuttle/syndicate)
+"aae" = (
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
+/turf/open/space,
+/area/space)
+"aaf" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"aag" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"aah" = (
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/turf/open/space,
+/area/space)
+"aai" = (
+/turf/closed/wall/r_wall,
+/area/security/prison)
+"aaj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/closed/wall/r_wall,
+/area/security/prison)
+"aak" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aal" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aam" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aan" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/ambrosia,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/security/prison)
+"aao" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aap" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/carrot,
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/security/prison)
+"aaq" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 32
+ },
+/obj/machinery/hydroponics/soil,
+/obj/item/device/plant_analyzer,
+/obj/machinery/camera{
+ c_tag = "Prison Common Room";
+ network = list("SS13","Prison")
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/security/prison)
+"aar" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/glowshroom,
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/security/prison)
+"aas" = (
+/obj/structure/sink{
+ pixel_y = 20
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aat" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aau" = (
+/obj/machinery/biogenerator,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aav" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaw" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aax" = (
+/mob/living/simple_animal/mouse/brown/Tom,
+/turf/open/floor/plating,
+/area/security/prison)
+"aay" = (
+/turf/open/floor/plating,
+/area/security/prison)
+"aaz" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plating,
+/area/security/prison)
+"aaA" = (
+/obj/machinery/seed_extractor,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaB" = (
+/obj/structure/window/reinforced,
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/potato,
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/security/prison)
+"aaC" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/security/prison)
+"aaD" = (
+/obj/structure/window/reinforced,
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/grass,
+/turf/open/floor/plasteel/green/side{
+ dir = 2
+ },
+/area/security/prison)
+"aaE" = (
+/obj/structure/window/reinforced,
+/obj/machinery/hydroponics/soil,
+/obj/item/weapon/cultivator,
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/security/prison)
+"aaF" = (
+/obj/structure/window/reinforced,
+/obj/machinery/hydroponics/soil,
+/obj/item/weapon/cultivator,
+/turf/open/floor/plasteel/green/side{
+ dir = 2
+ },
+/area/security/prison)
+"aaG" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaH" = (
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"aaI" = (
+/obj/structure/bookcase,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaJ" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaK" = (
+/obj/machinery/washing_machine,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aaL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aaM" = (
+/obj/machinery/computer/libraryconsole/bookmanagement{
+ pixel_y = 0
+ },
+/obj/structure/table,
+/obj/machinery/newscaster{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaN" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aaO" = (
+/obj/structure/table,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aaP" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aaQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aaR" = (
+/obj/structure/lattice,
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/turf/open/space,
+/area/space)
+"aaS" = (
+/obj/structure/grille,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"aaT" = (
+/obj/structure/lattice,
+/obj/structure/grille,
+/turf/open/space,
+/area/space)
+"aaU" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aaV" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aaW" = (
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aaX" = (
+/obj/machinery/washing_machine,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aaY" = (
+/obj/structure/window/reinforced,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aaZ" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/security/armory)
+"aba" = (
+/obj/structure/lattice,
+/obj/structure/grille/broken,
+/turf/open/space,
+/area/space)
+"abb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/security/transfer)
+"abc" = (
+/turf/closed/wall,
+/area/security/transfer)
+"abd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/security/transfer)
+"abe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/transfer)
+"abf" = (
+/obj/machinery/vending/sustenance,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"abh" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abi" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"abj" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"abk" = (
+/obj/machinery/keycard_auth{
+ pixel_x = 24;
+ pixel_y = 10
+ },
+/obj/structure/table/wood,
+/obj/item/device/radio/off,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"abl" = (
+/obj/machinery/vending/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"abm" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/key/security,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"abn" = (
+/obj/structure/rack,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/item/weapon/gun/energy/e_gun/dragnet,
+/obj/item/weapon/gun/energy/e_gun/dragnet,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"abo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"abp" = (
+/turf/closed/wall,
+/area/security/main)
+"abq" = (
+/turf/closed/wall,
+/area/security/hos)
+"abr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/hos)
+"abs" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/tracker,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"abt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"abu" = (
+/obj/machinery/door/poddoor{
+ id = "executionspaceblast";
+ name = "blast door"
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"abv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"abw" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/flasher{
+ id = "executionflash";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"abx" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aby" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"abz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abA" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abD" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abF" = (
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"abG" = (
+/obj/machinery/door/window/westleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Unisex Showers";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"abH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/chemimp{
+ pixel_x = 6
+ },
+/obj/item/weapon/storage/box/trackimp{
+ pixel_x = -3
+ },
+/obj/item/weapon/storage/lockbox/loyalty,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"abI" = (
+/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/machinery/light{
+ dir = 1
+ },
+/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
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"abJ" = (
+/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/machinery/camera/motion{
+ c_tag = "Armory Motion Sensor";
+ dir = 2;
+ name = "motion-sensitive security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"abK" = (
+/obj/structure/chair/stool,
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abL" = (
+/obj/structure/chair/stool,
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"abN" = (
+/obj/structure/closet/secure_closet/lethalshots,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/security/armory)
+"abO" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"abP" = (
+/obj/structure/closet/secure_closet/security/sec,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"abQ" = (
+/obj/structure/rack,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/item/weapon/gun/energy/ionrifle,
+/obj/item/weapon/gun/energy/temperature/security,
+/obj/item/clothing/suit/armor/laserproof,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"abR" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"abS" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/carpet,
+/area/security/hos)
+"abT" = (
+/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/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = -31
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/seccarts{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/box/deputy,
+/turf/open/floor/carpet,
+/area/security/hos)
+"abU" = (
+/obj/machinery/computer/card/minor/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
+"abV" = (
+/obj/machinery/computer/security,
+/turf/open/floor/carpet,
+/area/security/hos)
+"abW" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/structure/table/wood,
+/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,
+/turf/open/floor/carpet,
+/area/security/hos)
+"abX" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/tracker,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxstarboard)
+"abY" = (
+/obj/structure/grille,
+/turf/open/space,
+/area/space)
+"abZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"aca" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"acb" = (
+/obj/machinery/sparker{
+ dir = 2;
+ id = "executionburn";
+ pixel_x = 25
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"acc" = (
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"acd" = (
+/turf/closed/wall,
+/area/security/prison)
+"ace" = (
+/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)
+"acf" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "permacell2";
+ name = "cell blast door"
+ },
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt2";
+ name = "Cell 2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"acg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "permacell1";
+ name = "cell blast door"
+ },
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt1";
+ name = "Cell 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"ach" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restroom";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"aci" = (
+/obj/vehicle/secway,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/security/armory)
+"acj" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/suit_storage_unit/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
+"ack" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"acl" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"acm" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "Armory APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"acn" = (
+/obj/item/weapon/storage/secure/safe/HoS{
+ pixel_x = 35
+ },
+/obj/structure/closet/secure_closet/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
+"aco" = (
+/obj/structure/closet/bombcloset,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"acp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"acq" = (
+/obj/effect/landmark{
+ name = "secequipment"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"acr" = (
+/obj/structure/chair/comfy/black,
+/turf/open/floor/carpet,
+/area/security/hos)
+"acs" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Head of Security's Office";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/security/hos)
+"act" = (
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/security/hos)
+"acu" = (
+/turf/open/floor/carpet,
+/area/security/hos)
+"acv" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/security/armory)
+"acw" = (
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"acx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"acy" = (
+/obj/structure/lattice,
+/obj/item/stack/cable_coil/random,
+/turf/open/space,
+/area/space)
+"acz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"acA" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"acB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"acC" = (
+/obj/structure/bed,
+/obj/machinery/camera{
+ c_tag = "Prison Cell 3";
+ network = list("SS13","Prison")
+ },
+/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/floorgrime,
+/area/security/prison)
+"acD" = (
+/obj/structure/chair/stool,
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"acE" = (
+/obj/structure/bed,
+/obj/machinery/camera{
+ c_tag = "Prison Cell 2";
+ network = list("SS13","Prison")
+ },
+/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/floorgrime,
+/area/security/prison)
+"acF" = (
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"acG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"acH" = (
+/obj/structure/bed,
+/obj/machinery/camera{
+ c_tag = "Prison Cell 1";
+ network = list("SS13","Prison")
+ },
+/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/floorgrime,
+/area/security/prison)
+"acI" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
+ },
+/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/plasteel/vault{
+ dir = 8
+ },
+/area/security/transfer)
+"acJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"acK" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"acL" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"acM" = (
+/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/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/ai_monitored/security/armory)
+"acN" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"acO" = (
+/obj/structure/closet/l3closet/security,
+/obj/machinery/camera{
+ c_tag = "Brig Equipment Room";
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"acP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"acQ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
+"acR" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ on = 0;
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"acS" = (
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/security/hos)
+"acT" = (
+/obj/machinery/door/window/eastleft{
+ name = "armoury desk";
+ req_access_txt = "1"
+ },
+/obj/machinery/door/window/westleft{
+ name = "armoury desk";
+ req_access_txt = "3"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"acU" = (
+/obj/machinery/door/airlock/external{
+ name = "Security External Airlock";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"acV" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "auxsolareast";
+ name = "Port Auxiliary Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"acW" = (
+/obj/structure/cable,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"acX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/security/transfer)
+"acY" = (
+/obj/structure/table,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"acZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/security/transfer)
+"ada" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/flasher{
+ id = "PCell 3";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adb" = (
+/obj/structure/table,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adc" = (
+/obj/machinery/flasher{
+ id = "PCell 1";
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"add" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/flasher{
+ id = "PCell 2";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"ade" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adf" = (
+/obj/structure/toilet{
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"adg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"adh" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/carpet,
+/area/security/hos)
+"adi" = (
+/obj/machinery/flasher/portable,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"adj" = (
+/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/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/ai_monitored/security/armory)
+"adk" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/ai_monitored/security/armory)
+"adl" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "armory";
+ name = "Armoury Shutter"
+ },
+/obj/machinery/button/door{
+ id = "armory";
+ name = "Armory Shutters";
+ pixel_x = 0;
+ pixel_y = -26;
+ req_access_txt = "3"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/ai_monitored/security/armory)
+"adm" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/hos)
+"adn" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"ado" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"adp" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"adq" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar{
+ pixel_x = -7
+ },
+/obj/item/device/instrument/eguitar{
+ pixel_x = 5
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"adr" = (
+/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/security/main)
+"ads" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "auxsolareast";
+ name = "Port Auxiliary Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxstarboard)
+"adt" = (
+/obj/structure/cable,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adu" = (
+/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"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"adv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"adw" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"adx" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"ady" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"adz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"adA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"adB" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/space,
+/area/space)
+"adC" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"adD" = (
+/obj/machinery/button/flasher{
+ id = "executionflash";
+ pixel_x = 24;
+ pixel_y = 5
+ },
+/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)
+"adE" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red{
+ pixel_x = 3
+ },
+/obj/item/device/taperecorder{
+ pixel_x = -3;
+ pixel_y = 0
+ },
+/obj/item/device/assembly/flash/handheld,
+/obj/item/weapon/reagent_containers/spray/pepper,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"adF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/security/prison)
+"adG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/prison)
+"adH" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 3";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adI" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 2";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adJ" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 1";
+ req_access_txt = "2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"adL" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"adM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"adN" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Head of Security's Office APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/security/hos)
+"adO" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"adP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/security/hos)
+"adQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"adR" = (
+/turf/closed/wall/r_wall,
+/area/security/main)
+"adS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adT" = (
+/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"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adU" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adV" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adW" = (
+/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"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adX" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"adY" = (
+/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)
+"adZ" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "auxsolareast";
+ name = "Port Auxiliary Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"aea" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"aeb" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aec" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"aed" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/button/ignition{
+ id = "executionburn";
+ pixel_x = 24;
+ pixel_y = 5
+ },
+/obj/machinery/button/door{
+ id = "executionfireblast";
+ name = "Transfer Area Lockdown";
+ pixel_x = 25;
+ pixel_y = -5;
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aee" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aef" = (
+/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/prison)
+"aeg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"aeh" = (
+/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/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aei" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aej" = (
+/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/security/prison)
+"aek" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/prison)
+"ael" = (
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aem" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aen" = (
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Prison Hallway";
+ network = list("SS13","Prison")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/prison)
+"aeo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aep" = (
+/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/security/prison)
+"aeq" = (
+/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/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aer" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Prison Wing APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"aes" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel/red/side,
+/area/ai_monitored/security/armory)
+"aet" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"aeu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel/red/side,
+/area/ai_monitored/security/armory)
+"aev" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"aew" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"aex" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/hos)
+"aey" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Head of Security";
+ req_access_txt = "58"
+ },
+/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/security/hos)
+"aez" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"aeA" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"aeB" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/security/main)
+"aeC" = (
+/obj/machinery/camera{
+ c_tag = "Security Escape Pod";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"aeD" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_3)
+"aeE" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_3)
+"aeF" = (
+/turf/closed/wall/mineral/titanium/overspace,
+/area/shuttle/pod_3)
+"aeG" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "auxsolareast";
+ name = "Port Auxiliary Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxstarboard)
+"aeH" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"aeI" = (
+/obj/structure/rack,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/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
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/transfer)
+"aeJ" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"aeK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aeL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aeM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/prison)
+"aeN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aeO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aeP" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/prison)
+"aeQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aeR" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aeS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aeT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aeU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aeV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aeW" = (
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Control Room";
+ dir = 4
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/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
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aeX" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory)
+"aeY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/window/southleft{
+ name = "Armory";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"aeZ" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory)
+"afa" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock"
+ },
+/obj/docking_port/mobile/emergency{
+ name = "Box emergency shuttle";
+ timid = 0
+ },
+/obj/docking_port/stationary{
+ dir = 4;
+ dwidth = 12;
+ height = 18;
+ id = "emergency_home";
+ name = "BoxStation emergency evac bay";
+ turf_type = /turf/open/space;
+ width = 32
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"afb" = (
+/obj/machinery/recharger,
+/obj/structure/table,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"afc" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"afd" = (
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"afe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"aff" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/main)
+"afg" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"afh" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"afi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"afj" = (
+/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 = 1
+ },
+/area/security/main)
+"afk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"afl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"afm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/main)
+"afn" = (
+/turf/open/floor/plating,
+/area/security/main)
+"afo" = (
+/obj/machinery/door/airlock/external{
+ name = "Escape Pod Three";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"afp" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ dir = 4;
+ id = "pod3";
+ name = "escape pod 3";
+ port_angle = 180;
+ preferred_direction = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_3)
+"afq" = (
+/obj/machinery/computer/shuttle/pod{
+ pixel_y = -32;
+ possible_destinations = "pod_asteroid3";
+ shuttleId = "pod3"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_3)
+"afr" = (
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 6;
+ pixel_y = -32
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_3)
+"afs" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_3)
+"aft" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"afu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"afv" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"afw" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ layer = 2.4
+ },
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/security/transfer)
+"afx" = (
+/obj/machinery/light_switch{
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"afy" = (
+/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
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"afz" = (
+/obj/structure/table,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/prison)
+"afA" = (
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"afB" = (
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 27
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"afC" = (
+/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{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"afD" = (
+/obj/structure/table,
+/obj/item/device/electropack,
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"afE" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"afF" = (
+/obj/structure/table,
+/obj/item/device/assembly/signaler,
+/obj/item/clothing/suit/straight_jacket,
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"afG" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/item/weapon/storage/box/hug,
+/obj/item/weapon/razor{
+ pixel_x = -6
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"afH" = (
+/obj/structure/closet/secure_closet/brig{
+ anchored = 1
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"afI" = (
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"afJ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 1;
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"afK" = (
+/obj/machinery/door/airlock/glass_security{
+ id_tag = null;
+ name = "Evidence Storage";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"afL" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"afM" = (
+/turf/open/floor/plasteel,
+/area/security/brig)
+"afN" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"afO" = (
+/obj/machinery/door/airlock/command{
+ name = "Command Tool Storage";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"afP" = (
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 2;
+ name = "Command Tool Storage";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"afQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"afR" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"afS" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Equipment Room";
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"afT" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"afU" = (
+/turf/open/floor/plasteel,
+/area/security/main)
+"afV" = (
+/obj/structure/table,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/timer,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"afW" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/main)
+"afX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Head of Security"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"afY" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"afZ" = (
+/obj/structure/table,
+/obj/item/device/radio/off,
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"aga" = (
+/obj/structure/sign/pods{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"agb" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"agc" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"agd" = (
+/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"age" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"agf" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 1
+ },
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"agg" = (
+/obj/structure/closet/secure_closet/injection,
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Prisoner Transfer Centre";
+ pixel_x = 0;
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"agh" = (
+/obj/structure/table,
+/obj/item/device/electropack,
+/obj/item/weapon/screwdriver,
+/obj/item/weapon/wrench,
+/obj/item/clothing/head/helmet,
+/obj/item/device/assembly/signaler,
+/obj/machinery/light/small,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"agi" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"agj" = (
+/turf/closed/wall,
+/area/security/brig)
+"agk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "2"
+ },
+/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 = 9
+ },
+/area/security/prison)
+"agl" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access = null;
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agm" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"agn" = (
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"ago" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agp" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agq" = (
+/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 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"agr" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ags" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agt" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agu" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agv" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"agw" = (
+/obj/structure/table,
+/obj/machinery/syndicatebomb/training,
+/obj/item/weapon/gun/energy/laser/practice,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/main)
+"agx" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"agy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"agz" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/main)
+"agA" = (
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"agB" = (
+/obj/structure/table,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"agC" = (
+/obj/machinery/holopad,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"agD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/security/brig)
+"agE" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/security/main)
+"agF" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/security/brig)
+"agG" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"agH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agI" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agJ" = (
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agK" = (
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"agM" = (
+/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
+ },
+/area/security/brig)
+"agN" = (
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/brig)
+"agO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"agP" = (
+/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/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"agQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agR" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"agS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agV" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agW" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"agX" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"agY" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"agZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"aha" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahb" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahd" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahe" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j2s";
+ sortType = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahi" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j2s";
+ sortType = 7
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"ahj" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Security Delivery";
+ req_access_txt = "1"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ahl" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "Security"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahm" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/obj/item/weapon/reagent_containers/blood/empty,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 5
+ },
+/area/security/brig)
+"ahn" = (
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"aho" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"ahp" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"ahq" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"ahr" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"ahs" = (
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/brig)
+"aht" = (
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (WEST)";
+ dir = 8
+ },
+/area/security/brig)
+"ahu" = (
+/obj/item/weapon/storage/box/bodybags,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/syringe{
+ name = "steel point"
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
+ },
+/area/security/brig)
+"ahv" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Brig Control APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahx" = (
+/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/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahy" = (
+/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/showroomfloor,
+/area/security/warden)
+"ahz" = (
+/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/showroomfloor,
+/area/security/warden)
+"ahA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"ahB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahD" = (
+/obj/machinery/door/window/westleft{
+ base_state = "left";
+ dir = 4;
+ icon_state = "left";
+ name = "Brig Infirmary";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 4
+ },
+/area/security/brig)
+"ahE" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Control";
+ req_access_txt = "3"
+ },
+/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{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahH" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-y";
+ 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,
+/area/security/main)
+"ahI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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/security/main)
+"ahJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahK" = (
+/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"
+ },
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahM" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"ahN" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Security Office APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"ahO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/main)
+"ahP" = (
+/turf/open/floor/plasteel/white,
+/area/security/brig)
+"ahQ" = (
+/obj/structure/closet/secure_closet/warden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahR" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Warden"
+ },
+/obj/machinery/button/door{
+ id = "Prison Gate";
+ name = "Prison Wing Lockdown";
+ pixel_x = -27;
+ pixel_y = 8;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "Secure Gate";
+ name = "Cell Shutters";
+ pixel_x = -27;
+ pixel_y = -2;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahS" = (
+/obj/structure/table,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahT" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ahU" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/brig)
+"ahV" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"ahW" = (
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/camera{
+ c_tag = "Brig Infirmary";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"ahX" = (
+/obj/structure/table,
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ahY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"ahZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/main)
+"aia" = (
+/obj/structure/noticeboard{
+ dir = 1;
+ pixel_y = -27
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aib" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aic" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aid" = (
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
+ },
+/area/security/brig)
+"aie" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aif" = (
+/obj/structure/disposalpipe/segment,
+/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/fsmaint)
+"aig" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aih" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"aii" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aij" = (
+/obj/machinery/light_switch{
+ pixel_y = -23
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aik" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"ail" = (
+/obj/machinery/camera{
+ c_tag = "Brig Interrogation";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aim" = (
+/obj/machinery/light_switch{
+ pixel_y = -23
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"ain" = (
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/security/brig)
+"aio" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aip" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aiq" = (
+/obj/machinery/camera{
+ c_tag = "Security Office";
+ dir = 1;
+ network = list("SS13")
+ },
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"air" = (
+/obj/structure/chair,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"ais" = (
+/obj/structure/filingcabinet,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"ait" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/machinery/computer/security,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aiu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/red/side,
+/area/security/main)
+"aiv" = (
+/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{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aiw" = (
+/obj/machinery/door/window/westleft{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Brig Infirmary";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 4
+ },
+/area/security/brig)
+"aix" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/main)
+"aiy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"aiz" = (
+/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/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"aiA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aiB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aiC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aiD" = (
+/obj/structure/bodycontainer/morgue,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aiE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aiF" = (
+/obj/structure/bed,
+/obj/item/clothing/suit/straight_jacket,
+/turf/open/floor/plasteel/whitered/side,
+/area/security/brig)
+"aiG" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"aiH" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"aiI" = (
+/obj/structure/grille,
+/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/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aiJ" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Armory Desk";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/window/southleft{
+ name = "Reception Desk";
+ req_access_txt = "63"
+ },
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aiK" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aiL" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aiM" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Control";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aiN" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aiO" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/bed,
+/obj/item/clothing/suit/straight_jacket,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 6
+ },
+/area/security/brig)
+"aiP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/main)
+"aiQ" = (
+/obj/machinery/camera{
+ c_tag = "Brig East"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"aiR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"aiS" = (
+/obj/item/stack/rods,
+/turf/open/space,
+/area/space)
+"aiT" = (
+/turf/closed/wall,
+/area/security/processing)
+"aiU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/processing)
+"aiV" = (
+/turf/closed/wall/r_wall,
+/area/security/processing)
+"aiW" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access = null;
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aiX" = (
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"aiY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"aiZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"aja" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajc" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajd" = (
+/obj/structure/sign/goldenplaque{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"aje" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajh" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/structure/closet/secure_closet/courtroom,
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/item/weapon/gavelhammer,
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"aji" = (
+/obj/structure/chair{
+ name = "Judge"
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/crew_quarters/courtroom)
+"ajj" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/obj/machinery/camera{
+ c_tag = "Courtroom North"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"ajk" = (
+/obj/structure/chair{
+ name = "Judge"
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"ajl" = (
+/obj/structure/chair{
+ name = "Judge"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"ajm" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"ajn" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"ajo" = (
+/turf/closed/wall,
+/area/crew_quarters/courtroom)
+"ajp" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"ajq" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"ajr" = (
+/obj/machinery/computer/gulag_teleporter_computer,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"ajs" = (
+/obj/machinery/gulag_teleporter,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"ajt" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/box/prisoner,
+/obj/machinery/camera{
+ c_tag = "Labor Shuttle Dock North"
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"aju" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/machinery/computer/security{
+ name = "Labor Camp Monitoring";
+ network = list("Labor")
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"ajv" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"ajw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"ajx" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajy" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Labor Shuttle Dock APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajz" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajA" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"ajB" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajC" = (
+/obj/item/weapon/storage/toolbox/drone,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"ajD" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"ajF" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/security/brig)
+"ajG" = (
+/obj/machinery/light,
+/obj/machinery/door_timer{
+ id = "Cell 1";
+ name = "Cell 1";
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"ajH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/courtroom)
+"ajI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajK" = (
+/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/security/brig)
+"ajL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"ajM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"ajN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Brig";
+ req_access = null;
+ req_access_txt = "63; 42"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajO" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ dir = 8;
+ listening = 1;
+ name = "Station Intercom (Court)";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"ajP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/crew_quarters/courtroom)
+"ajQ" = (
+/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)
+"ajR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gavelblock,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"ajS" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"ajT" = (
+/obj/structure/chair{
+ dir = 8;
+ name = "Defense"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"ajU" = (
+/obj/machinery/door/window/southleft{
+ name = "Court Cell";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"ajV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"ajW" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"ajX" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"ajY" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Unfiltered to Port";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ajZ" = (
+/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 = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/mining_construction)
+"aka" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"akb" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"akc" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"akd" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"ake" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"akf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Labor Shuttle";
+ req_access = null;
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"akg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig West";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/security/brig)
+"akh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aki" = (
+/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/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"akj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/security/brig)
+"akl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"akm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"akn" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/courtroom)
+"ako" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door_timer{
+ id = "Cell 2";
+ name = "Cell 2";
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akq" = (
+/obj/machinery/camera{
+ c_tag = "Brig Central";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door_timer{
+ id = "Cell 3";
+ name = "Cell 3";
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"aks" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"akt" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door_timer{
+ id = "Cell 4";
+ name = "Cell 4";
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aku" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"akv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"akw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"akx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"aky" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"akz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"akA" = (
+/obj/structure/chair{
+ dir = 8;
+ name = "Defense"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/crew_quarters/courtroom)
+"akB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"akC" = (
+/obj/machinery/computer/shuttle/labor,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -31;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"akD" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/labor)
+"akE" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"akF" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"akG" = (
+/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
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/processing)
+"akH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"akI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"akJ" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"akK" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/security/processing)
+"akL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"akM" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akN" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akO" = (
+/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"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akP" = (
+/obj/structure/grille,
+/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,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/closed/wall,
+/area/security/brig)
+"akR" = (
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 2";
+ name = "Cell 2";
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akS" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akT" = (
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 3";
+ name = "Cell 3";
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"akU" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/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/black,
+/area/security/brig)
+"akV" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akW" = (
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"akX" = (
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"akY" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akZ" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"ala" = (
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 4";
+ name = "Cell 4";
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"alb" = (
+/obj/structure/chair{
+ dir = 4;
+ name = "Prosecution"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/crew_quarters/courtroom)
+"alc" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"ald" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"ale" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/courtroom)
+"alf" = (
+/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)
+"alg" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"alh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"ali" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"alj" = (
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"alk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"all" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 2;
+ pixel_x = 30;
+ pixel_y = 30
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"alm" = (
+/obj/machinery/button/flasher{
+ id = "gulagshuttleflasher";
+ name = "Flash Control";
+ pixel_x = 0;
+ pixel_y = -26;
+ req_access_txt = "1"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"aln" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "2";
+ shuttledocked = 1
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"alo" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"alp" = (
+/turf/open/floor/plating,
+/area/security/processing)
+"alq" = (
+/turf/open/floor/plasteel,
+/area/security/processing)
+"alr" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"als" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"alt" = (
+/obj/structure/reagent_dispensers/peppertank,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/security/armory)
+"alu" = (
+/obj/machinery/nuclearbomb/selfdestruct,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/nuke_storage)
+"alv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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/floorgrime,
+/area/security/brig)
+"alw" = (
+/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/plasteel/floorgrime,
+/area/security/brig)
+"alx" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"aly" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/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/floorgrime,
+/area/security/brig)
+"alz" = (
+/obj/machinery/button/door{
+ id = "briggate";
+ name = "Desk Shutters";
+ pixel_x = -26;
+ pixel_y = 6;
+ req_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/button/flasher{
+ id = "brigentry";
+ pixel_x = -28;
+ pixel_y = -8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"alA" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "briggate";
+ name = "security shutters"
+ },
+/obj/machinery/door/window/eastleft{
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"alB" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"alC" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"alD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"alE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/obj/machinery/flasher{
+ id = "Cell 4";
+ pixel_x = 28
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"alF" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"alG" = (
+/obj/structure/chair{
+ dir = 4;
+ name = "Prosecution"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/crew_quarters/courtroom)
+"alH" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"alI" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/crew_quarters/courtroom)
+"alJ" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"alK" = (
+/obj/structure/disposalpipe/segment,
+/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,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"alL" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Courtroom APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"alM" = (
+/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,
+/area/maintenance/fsmaint)
+"alN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"alO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"alP" = (
+/turf/closed/wall,
+/area/maintenance/fsmaint2)
+"alQ" = (
+/obj/machinery/power/solar_control{
+ id = "auxsolareast";
+ name = "Fore Port Solar Control";
+ track = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"alR" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarport)
+"alS" = (
+/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)
+"alT" = (
+/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/plating,
+/area/maintenance/auxsolarport)
+"alU" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"alV" = (
+/obj/effect/decal/cleanable/vomit,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"alW" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"alX" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"alY" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/labor)
+"alZ" = (
+/obj/machinery/mineral/stacking_machine/laborstacker{
+ input_dir = 2;
+ output_dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/labor)
+"ama" = (
+/mob/living/simple_animal/sloth/paperwork,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"amb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"amc" = (
+/obj/machinery/computer/shuttle/labor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"amd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"ame" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"amf" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/flasher{
+ id = "Cell 1";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"amg" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 1";
+ name = "Cell 1 Locker"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"amh" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 2";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"ami" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 2";
+ name = "Cell 2 Locker"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"amj" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 3";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"amk" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 3";
+ name = "Cell 3 Locker"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"aml" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/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/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/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"amm" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "briggate";
+ name = "security shutters"
+ },
+/obj/machinery/door/window/eastright{
+ name = "Brig Desk";
+ req_access_txt = "2"
+ },
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/radio/off,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"amn" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"amo" = (
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"amp" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 4";
+ name = "Cell 4 Locker"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"amq" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/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/floorgrime,
+/area/security/brig)
+"amr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"ams" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"amt" = (
+/obj/machinery/door/airlock/glass{
+ name = "Courtroom";
+ req_access_txt = "42"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"amu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"amv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"amw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"amx" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"amy" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"amz" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/terminal,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"amA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"amB" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"amC" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"amD" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"amE" = (
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/item/weapon/bedsheet,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"amF" = (
+/obj/machinery/computer/slot_machine{
+ balance = 15;
+ money = 500
+ },
+/obj/item/weapon/coin/iron,
+/obj/item/weapon/coin/diamond,
+/obj/item/weapon/coin/diamond,
+/obj/item/weapon/coin/diamond,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"amG" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/item/toy/sword,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"amH" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/noticeboard{
+ dir = 8;
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/item/trash/plate,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"amI" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"amJ" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 1;
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"amK" = (
+/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/security/processing)
+"amL" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/processing)
+"amM" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Prisoner Processing";
+ req_access_txt = "2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"amN" = (
+/obj/structure/table,
+/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
+ },
+/obj/item/clothing/ears/earmuffs{
+ pixel_x = -3;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amO" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 9
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"amP" = (
+/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)
+"amQ" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"amR" = (
+/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/security/brig)
+"amS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"amT" = (
+/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"
+ },
+/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/black,
+/area/security/brig)
+"amU" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "briggate";
+ name = "security blast door"
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"amV" = (
+/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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"amW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 1;
+ id_tag = "outerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"amX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 1;
+ id_tag = "outerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"amY" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"amZ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"ana" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"anb" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"anc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"and" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ane" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"anf" = (
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"ang" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Fore Port Solar APC";
+ pixel_x = -25;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Fore Port Solar Control";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"anh" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"ani" = (
+/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,
+/area/maintenance/auxsolarport)
+"anj" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ank" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anl" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anm" = (
+/obj/item/trash/sosjerky,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ann" = (
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/circuitboard/machine/seed_extractor,
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ano" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anp" = (
+/obj/item/weapon/cigbutt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anq" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"anr" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/flasher{
+ id = "gulagshuttleflasher";
+ pixel_x = 25
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"ans" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/processing)
+"ant" = (
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"anu" = (
+/obj/machinery/button/door{
+ desc = "A remote control switch for the exit.";
+ id = "laborexit";
+ name = "exit button";
+ normaldoorcontrol = 1;
+ pixel_x = 26;
+ pixel_y = -6;
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/processing)
+"anv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/red/side{
+ dir = 5
+ },
+/area/security/processing)
+"anw" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"anx" = (
+/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/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"any" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"anz" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"anA" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"anB" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"anC" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"anD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"anE" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"anF" = (
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"anG" = (
+/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/fsmaint)
+"anH" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarport)
+"anI" = (
+/obj/machinery/door/airlock/engineering{
+ icon_state = "door_closed";
+ locked = 0;
+ name = "Fore Port Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"anJ" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anK" = (
+/obj/effect/decal/cleanable/egg_smudge,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anL" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"anM" = (
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"anN" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Labor Camp Shuttle Airlock";
+ shuttledocked = 1
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"anO" = (
+/obj/machinery/door/airlock/titanium{
+ 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
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"anP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ id_tag = "laborexit";
+ name = "Labor Shuttle";
+ req_access = null;
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"anQ" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"anR" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"anS" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"anT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"anU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Courtroom"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"anV" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"anW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"anX" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Courtroom South";
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"anY" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"anZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aoa" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aob" = (
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 0
+ },
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"aoc" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"aod" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"aoe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"aof" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarstarboard)
+"aog" = (
+/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/plating,
+/area/maintenance/auxsolarstarboard)
+"aoh" = (
+/obj/machinery/power/solar_control{
+ id = "auxsolareast";
+ name = "Fore Starboard Solar Control";
+ track = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aoi" = (
+/obj/structure/rack,
+/obj/item/clothing/mask/gas,
+/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/device/multitool,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aoj" = (
+/obj/machinery/camera{
+ c_tag = "Fore Port Solar Access"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aok" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aol" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aom" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aon" = (
+/obj/structure/chair,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoo" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/machine/monkey_recycler,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aop" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/labor)
+"aoq" = (
+/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
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/processing)
+"aor" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/processing)
+"aos" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"aot" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/processing)
+"aou" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Labor Shuttle Dock South";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/processing)
+"aov" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aow" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aox" = (
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway West";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aoy" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=EVA";
+ location = "Security"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aoz" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoA" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoB" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoC" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoD" = (
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway East";
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoE" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoF" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/fore)
+"aoG" = (
+/obj/structure/table,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"aoH" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/courtroom)
+"aoI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Fitness Room APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aoJ" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aoK" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aoL" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air Out";
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aoM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aoN" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aoO" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/terminal,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aoP" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aoQ" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aoR" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoS" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoT" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoU" = (
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoV" = (
+/turf/open/space,
+/area/space/nearstation)
+"aoW" = (
+/obj/structure/table,
+/obj/item/weapon/stamp,
+/obj/item/weapon/poster/legit,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoX" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aoY" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/labor)
+"aoZ" = (
+/obj/machinery/atmospherics/components/binary/valve/digital{
+ name = "Waste Release"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"apa" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"apb" = (
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/area/security/processing)
+"apc" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Security Maintenance";
+ req_access_txt = "2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"apd" = (
+/turf/closed/wall,
+/area/security/detectives_office)
+"ape" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Vacant Office B";
+ req_access_txt = "32"
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"apf" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/security/detectives_office)
+"apg" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aph" = (
+/turf/closed/wall,
+/area/lawoffice)
+"api" = (
+/obj/machinery/door/airlock{
+ name = "Law Office";
+ req_access_txt = "38"
+ },
+/turf/open/floor/plasteel,
+/area/lawoffice)
+"apj" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"apk" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"apl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"apm" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"apn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"apo" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"app" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apq" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apr" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Dormitory Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aps" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apv" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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/fsmaint)
+"apw" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air In";
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apx" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apy" = (
+/obj/item/weapon/wrench,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"apz" = (
+/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/plating,
+/area/maintenance/auxsolarstarboard)
+"apA" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Fore Starboard Solar APC";
+ pixel_x = -25;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"apB" = (
+/obj/machinery/camera{
+ c_tag = "Fore Starboard Solars";
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"apC" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fsmaint2)
+"apD" = (
+/obj/structure/closet/wardrobe/mixed,
+/obj/item/clothing/shoes/jackboots,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"apE" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"apF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plating,
+/area/atmos)
+"apG" = (
+/obj/machinery/portable_atmospherics/canister/water_vapor,
+/turf/open/floor/plasteel,
+/area/janitor)
+"apH" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_1)
+"apI" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "waste_out"
+ },
+/turf/open/floor/plating/airless,
+/area/atmos)
+"apJ" = (
+/turf/closed/wall,
+/area/mining_construction)
+"apK" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_2)
+"apL" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/fpmaint2)
+"apM" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/fpmaint2)
+"apN" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"apO" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"apP" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile{
+ obj_integrity = 35
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"apQ" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
+"apR" = (
+/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/security/processing)
+"apS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"apT" = (
+/obj/structure/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"apU" = (
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"apV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"apW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"apX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/fitness)
+"apY" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"apZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"aqa" = (
+/obj/structure/table,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"aqb" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/weapon/storage/briefcase,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/wood,
+/area/lawoffice)
+"aqc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"aqd" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aqe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqh" = (
+/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/plating,
+/area/maintenance/fsmaint)
+"aqi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-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/fsmaint)
+"aqk" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Dormitory APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"aql" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/fsmaint)
+"aqn" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/button/door{
+ id = "Dorm4";
+ name = "Dorm Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"aqo" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"aqp" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqq" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqr" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aqs" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aqt" = (
+/obj/structure/grille,
+/obj/effect/landmark{
+ name = "Syndicate Breach Area"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aqu" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aqv" = (
+/obj/machinery/door/airlock/external{
+ name = "External Access";
+ req_access = null;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering{
+ icon_state = "door_closed";
+ locked = 0;
+ name = "Fore Starboard Solar Access";
+ req_access_txt = "10"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aqx" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarstarboard)
+"aqy" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqz" = (
+/obj/structure/table,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqA" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqB" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqC" = (
+/obj/machinery/computer/slot_machine{
+ balance = 15;
+ money = 500
+ },
+/obj/item/weapon/coin/iron,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqD" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/item/weapon/coin/gold,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqE" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aqF" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
+"aqG" = (
+/obj/docking_port/stationary/random{
+ dir = 4;
+ id = "pod_asteroid3";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"aqH" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_2)
+"aqI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aqJ" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "External Access";
+ req_access = null;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aqK" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/fpmaint2)
+"aqL" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aqM" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aqN" = (
+/obj/structure/closet/secure_closet/miner{
+ locked = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aqO" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aqP" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Arrivals North Maintenance APC";
+ pixel_x = -1;
+ pixel_y = 26
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aqQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aqR" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aqS" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/potato{
+ name = "\improper Beepsky's emergency battery"
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"aqT" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Labor Shuttle Dock APC";
+ pixel_x = -24
+ },
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"aqU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aqV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"aqW" = (
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aqX" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/structure/chair,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"aqY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"aqZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ara" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "Law office";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/closet/lawcloset,
+/turf/open/floor/wood,
+/area/lawoffice)
+"arb" = (
+/obj/structure/table/wood,
+/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/wood,
+/area/lawoffice)
+"arc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"ard" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "lawyer_blast";
+ name = "privacy door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/lawoffice)
+"are" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"arf" = (
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"arg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"arh" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ari" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"arj" = (
+/turf/closed/wall,
+/area/crew_quarters/fitness)
+"ark" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/structure/closet/secure_closet/personal/cabinet,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"arl" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/crew_quarters/fitness)
+"arm" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"arn" = (
+/obj/structure/closet/athletic_mixed,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness)
+"aro" = (
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/holodeck/rec_center)
+"arp" = (
+/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
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arq" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 8;
+ name = "8maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arr" = (
+/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/maintenance/fsmaint2)
+"ars" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Bar Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"art" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Fore Starboard Solar Access"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aru" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arv" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arw" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arx" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"ary" = (
+/obj/structure/closet,
+/obj/item/weapon/coin/iron,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arz" = (
+/obj/item/weapon/coin/gold,
+/obj/item/weapon/coin/iron,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arA" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"arB" = (
+/turf/closed/wall/r_wall,
+/area/hallway/secondary/entry)
+"arC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"arD" = (
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"arE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"arF" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"arG" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"arH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"arI" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"arJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"arK" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2)
+"arL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"arM" = (
+/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/maintenance/fpmaint2)
+"arN" = (
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"arO" = (
+/obj/machinery/monkey_recycler,
+/obj/item/weapon/reagent_containers/food/snacks/monkeycube,
+/obj/item/weapon/reagent_containers/food/snacks/monkeycube,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"arP" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint)
+"arQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"arR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"arS" = (
+/obj/structure/table/wood,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"arT" = (
+/turf/open/floor/plasteel,
+/area/security/vacantoffice2)
+"arU" = (
+/obj/structure/rack,
+/turf/open/floor/plasteel,
+/area/security/vacantoffice2)
+"arV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/filingcabinet/employment,
+/turf/open/floor/wood,
+/area/lawoffice)
+"arW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/lawoffice)
+"arX" = (
+/obj/structure/table/wood,
+/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"arY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"arZ" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Lawyer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"asa" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"asb" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness)
+"asc" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"asd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"ase" = (
+/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/maintenance/fpmaint2)
+"asf" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"asg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/crew_quarters/sleep)
+"ash" = (
+/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/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"asi" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"asj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"ask" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"asl" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"asm" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"asn" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"aso" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Law Office Maintenance";
+ req_access_txt = "38"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lawoffice)
+"asp" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"asq" = (
+/obj/machinery/camera{
+ c_tag = "Fitness Room"
+ },
+/obj/structure/closet/masks,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness)
+"asr" = (
+/obj/structure/closet/boxinggloves,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/clothing/shoes/jackboots,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness)
+"ass" = (
+/obj/structure/closet/lasertag/red,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/fitness)
+"ast" = (
+/obj/structure/closet/lasertag/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness)
+"asu" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/red,
+/obj/machinery/button/door{
+ id = "Dorm5";
+ name = "Cabin Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = -25;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"asv" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"asw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"asx" = (
+/obj/structure/door_assembly/door_assembly_mai,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"asy" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Firefighting equipment";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"asz" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/donut,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"asA" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"asB" = (
+/turf/closed/wall,
+/area/maintenance/electrical)
+"asC" = (
+/turf/open/floor/plasteel/airless,
+/area/space/nearstation)
+"asD" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"asE" = (
+/turf/closed/wall,
+/area/hallway/secondary/entry)
+"asF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/mining_construction)
+"asG" = (
+/obj/machinery/light,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"asH" = (
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/mining_construction)
+"asI" = (
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/mining_construction)
+"asJ" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/mining_construction)
+"asK" = (
+/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/fpmaint2)
+"asL" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/red,
+/obj/machinery/button/door{
+ id = "Dorm6";
+ name = "Cabin Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = -25;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"asM" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/fitness)
+"asN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"asO" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"asP" = (
+/obj/structure/chair/stool,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"asQ" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"asR" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/closet/secure_closet/chemical,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"asS" = (
+/obj/structure/closet/secure_closet/medical1,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"asT" = (
+/obj/structure/closet/secure_closet/chemical,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"asU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/vacantoffice2)
+"asV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"asW" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"asX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"asY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"asZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness)
+"ata" = (
+/turf/open/floor/wood,
+/area/lawoffice)
+"atb" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"atc" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Lawyer"
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"atd" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"ate" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"atf" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"atg" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm4";
+ name = "Dorm 4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"ath" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ati" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"atj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"atk" = (
+/obj/machinery/camera{
+ c_tag = "Auxillary Mining Base";
+ dir = 8;
+ network = list("SS13","AuxBase")
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"atl" = (
+/obj/docking_port/mobile/auxillary_base{
+ dheight = 4;
+ dir = 4;
+ 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)
+"atm" = (
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"atn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"ato" = (
+/obj/machinery/light_switch{
+ pixel_y = -23
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/carpet,
+/area/security/hos)
+"atp" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Construction Zone";
+ req_access = null;
+ req_access_txt = "0";
+ req_one_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/mining_construction)
+"atq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"atr" = (
+/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/maintenance/fpmaint2)
+"ats" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"att" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"atu" = (
+/obj/machinery/camera{
+ c_tag = "Vacant Office B";
+ dir = 1
+ },
+/obj/structure/table/wood,
+/turf/open/floor/plasteel,
+/area/security/vacantoffice2)
+"atv" = (
+/obj/structure/table,
+/obj/item/weapon/shard,
+/obj/item/weapon/shard{
+ icon_state = "medium"
+ },
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"atw" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"atx" = (
+/obj/machinery/button/door{
+ id = "maint3";
+ name = "Blast Door Control C";
+ pixel_x = 0;
+ pixel_y = 24;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aty" = (
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
+"atz" = (
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"atA" = (
+/obj/structure/table,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"atB" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"atC" = (
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/structure/rack,
+/obj/item/stack/cable_coil{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil{
+ amount = 5
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 10;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"atD" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"atE" = (
+/obj/machinery/power/port_gen/pacman,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"atF" = (
+/turf/open/floor/mech_bay_recharge_floor,
+/area/maintenance/electrical)
+"atG" = (
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"atH" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/bluegrid,
+/area/maintenance/electrical)
+"atI" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"atJ" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"atK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"atL" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"atM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"atN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"atO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"atP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"atQ" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm5";
+ name = "Cabin 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"atR" = (
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
+"atS" = (
+/turf/closed/wall,
+/area/space/nearstation)
+"atT" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"atU" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"atV" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/fitness)
+"atW" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"atX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"atY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/security/vacantoffice2)
+"atZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Door"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"aua" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness)
+"aub" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"auc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/mining_construction)
+"aud" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aue" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"auf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/lawoffice)
+"aug" = (
+/obj/structure/table/wood,
+/obj/machinery/camera{
+ c_tag = "Law Office";
+ dir = 1;
+ network = list("SS13")
+ },
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/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_x = 0;
+ pixel_y = -27
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"auh" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/obj/item/weapon/cartridge/lawyer,
+/turf/open/floor/wood,
+/area/lawoffice)
+"aui" = (
+/obj/machinery/photocopier,
+/obj/machinery/button/door{
+ id = "lawyer_blast";
+ name = "Privacy Shutters";
+ pixel_x = 25;
+ pixel_y = 8
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"auj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"auk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aul" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"aum" = (
+/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/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aun" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"auo" = (
+/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/plating,
+/area/maintenance/fpmaint)
+"aup" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm6";
+ name = "Cabin 2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"auq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/vacantoffice2)
+"aur" = (
+/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)
+"aus" = (
+/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,
+/area/crew_quarters/fitness)
+"aut" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"auu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"auv" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"auw" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/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/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"aux" = (
+/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/sleep)
+"auy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"auz" = (
+/obj/machinery/camera{
+ c_tag = "Holodeck"
+ },
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"auA" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"auB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"auC" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"auD" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"auE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"auF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"auG" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"auH" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"auI" = (
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"auJ" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"auK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"auL" = (
+/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/floorgrime,
+/area/maintenance/electrical)
+"auM" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"auN" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"auO" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"auP" = (
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"auQ" = (
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"auR" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"auS" = (
+/obj/machinery/requests_console{
+ department = "Crew Quarters";
+ pixel_y = 30
+ },
+/obj/machinery/camera{
+ c_tag = "Dormitory North"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"auT" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"auU" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"auV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"auW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"auX" = (
+/obj/structure/mirror{
+ icon_state = "mirror_broke";
+ pixel_y = 28;
+ broken = 1
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"auY" = (
+/obj/structure/mirror{
+ icon_state = "mirror_broke";
+ pixel_y = 28;
+ broken = 1
+ },
+/obj/item/weapon/shard{
+ icon_state = "medium"
+ },
+/obj/item/weapon/circuitboard/computer/operating,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"auZ" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ava" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/chair,
+/obj/item/weapon/reagent_containers/blood/random,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avb" = (
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged3"
+ },
+/area/space/nearstation)
+"avc" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avd" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ave" = (
+/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/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"avf" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Chemical Storage";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"avg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"avh" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Vacant Office B APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice2)
+"avi" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Law Office APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/lawoffice)
+"avj" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"avk" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"avl" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"avm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"avn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"avo" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 0
+ },
+/turf/closed/wall,
+/area/maintenance/electrical)
+"avp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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)
+"avq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avr" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Detective's Office";
+ dir = 2
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"avs" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"avt" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"avu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"avv" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"avw" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/fitness)
+"avx" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"avy" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"avz" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness)
+"avA" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"avB" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory)
+"avC" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"avD" = (
+/obj/machinery/computer/holodeck,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"avE" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maint3"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"avF" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maint3"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"avG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"avH" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/electrical)
+"avI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"avJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"avK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/electrical)
+"avL" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Electrical Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"avM" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"avN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"avO" = (
+/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,
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"avP" = (
+/obj/structure/sign/pods,
+/turf/closed/wall,
+/area/hallway/secondary/entry)
+"avQ" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Auxillary Base Construction";
+ dir = 8
+ },
+/obj/structure/mining_shuttle_beacon{
+ dir = 2
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"avR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"avS" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avT" = (
+/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)
+"avU" = (
+/obj/item/weapon/paper/crumpled,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged2"
+ },
+/area/space/nearstation)
+"avV" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avW" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avX" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"avY" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"avZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint)
+"awa" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint)
+"awb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awc" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awd" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "EVA Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awe" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awh" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awj" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"awk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awm" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"awn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"awo" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm3";
+ name = "Dorm 3"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awp" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awq" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awr" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aws" = (
+/obj/structure/table/wood,
+/obj/item/weapon/coin/silver,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awu" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"awv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aww" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
+"awx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awy" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"awz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Fitness"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"awA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"awB" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness)
+"awC" = (
+/obj/structure/table,
+/obj/item/weapon/paper{
+ desc = "";
+ info = "Brusies sustained in the holodeck can be healed simply by sleeping.";
+ name = "Holodeck Disclaimer"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"awD" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awE" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awF" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awG" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awH" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awI" = (
+/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/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awJ" = (
+/obj/structure/janitorialcart,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awK" = (
+/obj/structure/table/glass,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awL" = (
+/obj/structure/table/glass,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"awM" = (
+/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/maintenance/fsmaint2)
+"awN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"awO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"awP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"awQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Electrical Maintenance";
+ req_access_txt = "11"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"awR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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/electrical)
+"awS" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"awT" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"awU" = (
+/obj/structure/table,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/electrical)
+"awV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"awW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"awX" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"awY" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"awZ" = (
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"axa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"axb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 5
+ },
+/area/hallway/secondary/entry)
+"axc" = (
+/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/machinery/computer/security/telescreen{
+ desc = "Used for the Auxillary Mining Base.";
+ dir = 8;
+ name = "Auxillary Base Monitor";
+ network = list("AuxBase");
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"axd" = (
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axe" = (
+/obj/machinery/sleeper{
+ dir = 4;
+ icon_state = "sleeper-open"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axf" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axg" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/bag/trash,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axh" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"axi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axj" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Firefighting equipment";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axm" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axn" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"axo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axr" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = -32
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axs" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axw" = (
+/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/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"axy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"axz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"axA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ai_monitored/storage/eva)
+"axB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"axC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"axD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint)
+"axE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/fore)
+"axF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"axG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"axH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"axI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"axJ" = (
+/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/fpmaint2)
+"axK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"axL" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axM" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axO" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axP" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck{
+ pixel_x = 2
+ },
+/obj/item/clothing/mask/balaclava{
+ pixel_x = -8;
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"axR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Fitness"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"axS" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"axT" = (
+/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/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"axU" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"axV" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axW" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ icon_state = "left";
+ name = "Fitness Ring"
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness)
+"axX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"axY" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness)
+"axZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"aya" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"ayb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"ayc" = (
+/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/plating,
+/area/maintenance/fsmaint2)
+"ayd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aye" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"ayf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"ayg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"ayh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/fpmaint2)
+"ayi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayj" = (
+/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/plating,
+/area/maintenance/electrical)
+"ayk" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"ayl" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aym" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"ayn" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"ayo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"ayp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"ayq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"ayr" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"ays" = (
+/obj/structure/closet/wardrobe/white,
+/obj/item/clothing/shoes/jackboots,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayt" = (
+/obj/structure/table/glass,
+/obj/item/weapon/hemostat,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayu" = (
+/obj/structure/table/glass,
+/obj/item/weapon/restraints/handcuffs/cable/zipties,
+/obj/item/weapon/reagent_containers/blood/random,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayv" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/item/device/radio/off,
+/obj/item/device/assembly/timer,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayw" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayx" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"ayz" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2)
+"ayA" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayB" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayC" = (
+/obj/structure/grille,
+/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,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayD" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayE" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint)
+"ayF" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayG" = (
+/turf/closed/wall/r_wall,
+/area/gateway)
+"ayH" = (
+/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,
+/area/maintenance/fpmaint)
+"ayI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"ayK" = (
+/obj/structure/closet/crate/rcd,
+/obj/machinery/camera/motion{
+ c_tag = "EVA Motion Sensor";
+ name = "motion-sensitive security camera"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"ayL" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"ayM" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/item/clothing/head/welding,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayN" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/hand_labeler,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"ayO" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"ayP" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "EVA Storage APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayQ" = (
+/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,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"ayR" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/obj/item/device/multitool,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayS" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva)
+"ayT" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayV" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/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/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ayW" = (
+/turf/closed/wall,
+/area/ai_monitored/storage/eva)
+"ayX" = (
+/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,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"ayY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"ayZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/fore)
+"aza" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"azb" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 2
+ },
+/area/crew_quarters/sleep)
+"azc" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"azd" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/sleep)
+"aze" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"azf" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"azg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"azh" = (
+/obj/machinery/camera{
+ c_tag = "Fitness Room South";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness)
+"azi" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"azj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/crew_quarters/fitness)
+"azk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"azl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness)
+"azm" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"azn" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"azo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"azp" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"azq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"azr" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"azs" = (
+/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/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azt" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"azu" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"azv" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"azw" = (
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"azx" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"azy" = (
+/obj/machinery/door/airlock/external{
+ name = "Port Docking Bay 1"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"azz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"azA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"azB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"azC" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"azD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"azE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azF" = (
+/turf/closed/wall,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"azG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"azH" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/space)
+"azI" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space,
+/area/space)
+"azJ" = (
+/obj/machinery/gateway{
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/gateway)
+"azK" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"azL" = (
+/obj/machinery/gateway{
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/gateway)
+"azM" = (
+/obj/machinery/gateway{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"azN" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"azO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"azP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "EVA Maintenance";
+ req_access_txt = "18"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "EVA Storage";
+ req_access_txt = "18"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azT" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 2
+ },
+/area/crew_quarters/sleep)
+"azU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"azW" = (
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azX" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Showers";
+ req_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"azY" = (
+/obj/structure/table,
+/obj/item/device/radio/off,
+/obj/item/device/radio/off,
+/obj/item/device/assembly/prox_sensor,
+/obj/item/device/assembly/prox_sensor,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"azZ" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aAa" = (
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/fore)
+"aAb" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm2";
+ name = "Dorm 2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aAc" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAd" = (
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"aAe" = (
+/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/maintenance/fpmaint2)
+"aAf" = (
+/obj/structure/closet/wardrobe/pjs,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"aAg" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"aAh" = (
+/turf/closed/wall,
+/area/crew_quarters/toilet)
+"aAi" = (
+/obj/structure/closet/wardrobe/pjs,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/sleep)
+"aAj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Security Checkpoint APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"aAk" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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,
+/area/crew_quarters/fitness)
+"aAl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/crew_quarters/fitness)
+"aAm" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness)
+"aAn" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness)
+"aAo" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/fitness)
+"aAp" = (
+/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/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness)
+"aAq" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAr" = (
+/obj/structure/closet,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAs" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAt" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maint2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAu" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maint2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAv" = (
+/obj/structure/closet,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aAw" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Garden APC";
+ pixel_x = 27;
+ pixel_y = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAy" = (
+/obj/machinery/power/smes{
+ charge = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"aAz" = (
+/obj/machinery/computer/monitor{
+ name = "backup power monitoring console"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"aAA" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/closed/wall,
+/area/maintenance/electrical)
+"aAB" = (
+/obj/machinery/power/smes{
+ charge = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"aAC" = (
+/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/r_wall,
+/area/hallway/secondary/entry)
+"aAD" = (
+/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
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aAE" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aAF" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aAG" = (
+/obj/machinery/vending/coffee,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aAH" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Bay 1 North";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aAI" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aAJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aAK" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sink{
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAL" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Primary Tool Storage APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/storage/primary)
+"aAM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aAN" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aAO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aAP" = (
+/obj/machinery/hydroponics/soil,
+/turf/open/floor/grass,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAQ" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAR" = (
+/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,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aAS" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAT" = (
+/obj/machinery/seed_extractor,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAU" = (
+/obj/structure/sink{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aAV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aAW" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aAX" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"aAY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aAZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aBa" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"aBb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"aBc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"aBd" = (
+/obj/machinery/gateway{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"aBe" = (
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aBf" = (
+/obj/machinery/gateway{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"aBg" = (
+/obj/machinery/gateway/centerstation,
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aBh" = (
+/obj/machinery/camera{
+ c_tag = "EVA Maintenance";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aBi" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Gateway APC";
+ pixel_x = -24;
+ pixel_y = -1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/gateway)
+"aBj" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"aBl" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Security Maintenance";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"aBm" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aBn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBo" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBp" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/clothing/shoes/magboots,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBq" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/clothing/shoes/magboots,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBs" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva)
+"aBt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva)
+"aBu" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/fore)
+"aBv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aBw" = (
+/obj/item/seeds/apple,
+/obj/item/seeds/banana,
+/obj/item/seeds/cocoapod,
+/obj/item/seeds/grape,
+/obj/item/seeds/orange,
+/obj/item/seeds/sugarcane,
+/obj/item/seeds/wheat,
+/obj/item/seeds/watermelon,
+/obj/structure/table/glass,
+/obj/item/seeds/tower,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aBx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/crew_quarters/toilet)
+"aBy" = (
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aBz" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aBA" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aBB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/fsmaint2)
+"aBC" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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)
+"aBD" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aBE" = (
+/obj/item/clothing/under/rank/mailman,
+/obj/item/clothing/head/mailman,
+/obj/structure/closet,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aBF" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aBG" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aBH" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aBI" = (
+/turf/closed/wall,
+/area/security/checkpoint2)
+"aBJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/checkpoint2)
+"aBK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/security/checkpoint2)
+"aBL" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Garden Maintenance";
+ 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/fpmaint2)
+"aBM" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aBN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/storage/primary)
+"aBO" = (
+/obj/machinery/requests_console{
+ department = "EVA";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBP" = (
+/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/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aBQ" = (
+/turf/closed/wall,
+/area/storage/primary)
+"aBR" = (
+/turf/closed/wall/r_wall,
+/area/storage/primary)
+"aBS" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aBT" = (
+/obj/machinery/computer/bank_machine,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/nuke_storage)
+"aBU" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Vault APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aBV" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aBW" = (
+/obj/structure/filingcabinet,
+/obj/item/weapon/folder/documents,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/nuke_storage)
+"aBX" = (
+/obj/machinery/gateway{
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/gateway)
+"aBY" = (
+/obj/machinery/gateway{
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/gateway)
+"aBZ" = (
+/obj/machinery/gateway,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"aCa" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aCb" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/item/weapon/pen{
+ desc = "Writes upside down!";
+ name = "astronaut pen"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aCc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aCd" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/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/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"aCe" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/item/weapon/bikehorn/rubberducky,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aCf" = (
+/obj/machinery/camera{
+ c_tag = "Theatre Storage"
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/theatre)
+"aCg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aCh" = (
+/obj/machinery/vending/autodrobe,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/theatre)
+"aCi" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva)
+"aCj" = (
+/obj/machinery/camera{
+ c_tag = "EVA East";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aCk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCm" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aCn" = (
+/obj/structure/urinal{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aCo" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCp" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals North";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aCq" = (
+/obj/structure/table/wood,
+/obj/machinery/requests_console{
+ department = "Theatre";
+ departmentType = 0;
+ name = "theatre RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/food/snacks/baguette,
+/obj/item/toy/dummy,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/theatre)
+"aCr" = (
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aCs" = (
+/obj/structure/closet/wardrobe/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"aCt" = (
+/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)
+"aCu" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aCv" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aCw" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness)
+"aCx" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCy" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCz" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCA" = (
+/obj/structure/grille/broken,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/window{
+ icon_state = "window";
+ dir = 4
+ },
+/obj/structure/window,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
+"aCB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint2)
+"aCC" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maint1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCD" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maint1"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fsmaint2)
+"aCF" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCH" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCK" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCL" = (
+/obj/structure/closet/secure_closet/security,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint2)
+"aCM" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCN" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aCO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aCP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aCQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aCR" = (
+/turf/closed/wall,
+/area/chapel/main)
+"aCS" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"aCT" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"aCU" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"aCV" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"aCW" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aCX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aCY" = (
+/obj/machinery/computer/security,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"aCZ" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint2)
+"aDa" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aDb" = (
+/obj/structure/table,
+/obj/item/weapon/wirecutters,
+/obj/item/device/flashlight{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDc" = (
+/obj/machinery/computer/card,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"aDd" = (
+/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,
+/area/storage/primary)
+"aDe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDf" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"aDg" = (
+/obj/machinery/biogenerator,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aDh" = (
+/obj/machinery/vending/assist,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDi" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aDj" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aDk" = (
+/obj/structure/table,
+/obj/item/device/assembly/igniter{
+ pixel_x = -8;
+ pixel_y = -4
+ },
+/obj/item/device/assembly/igniter,
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/obj/machinery/camera{
+ c_tag = "Primary Tool Storage"
+ },
+/obj/machinery/requests_console{
+ department = "Tool Storage";
+ departmentType = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDl" = (
+/obj/structure/table,
+/obj/item/device/t_scanner,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDm" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDn" = (
+/obj/structure/table,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/obj/item/device/multitool,
+/obj/item/device/multitool{
+ pixel_x = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDo" = (
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDp" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDq" = (
+/obj/machinery/vending/tool,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aDs" = (
+/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)
+"aDt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aDu" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aDv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/ai_monitored/nuke_storage)
+"aDw" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aDx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window{
+ name = "Gateway Chamber";
+ req_access_txt = "62"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aDy" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"aDz" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aDA" = (
+/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,
+/area/ai_monitored/storage/eva)
+"aDB" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aDC" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aDD" = (
+/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,
+/area/ai_monitored/storage/eva)
+"aDE" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "EVA Storage";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aDF" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aDG" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aDH" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/stamp/rd{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"aDI" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"aDJ" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp{
+ pixel_x = 4;
+ pixel_y = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aDK" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm1";
+ name = "Dorm 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aDL" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDN" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDR" = (
+/obj/structure/table/wood,
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/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/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/theatre)
+"aDS" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Showers";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDT" = (
+/obj/machinery/light/small,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aDV" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aDW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aDX" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aDY" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Mime"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/theatre)
+"aDZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/fsmaint2)
+"aEa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEb" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Theatre Maintenance";
+ req_access_txt = "46"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/theatre)
+"aEc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/theatre)
+"aEd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEe" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/fsmaint2)
+"aEf" = (
+/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/fsmaint2)
+"aEg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Chapel APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"aEh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aEi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Chapel Maintenance";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aEk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aEl" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEm" = (
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Mass Driver";
+ req_access_txt = "22"
+ },
+/obj/machinery/mass_driver{
+ dir = 4;
+ id = "chapelgun";
+ name = "Holy Driver"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"aEn" = (
+/obj/machinery/door/poddoor{
+ id = "chapelgun";
+ name = "Chapel Launcher Door"
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"aEo" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aEq" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEr" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEs" = (
+/obj/structure/closet/wardrobe/black,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEt" = (
+/obj/structure/closet/wardrobe/green,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEu" = (
+/obj/structure/closet/wardrobe/grey,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEv" = (
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEw" = (
+/obj/machinery/requests_console{
+ department = "Arrival shuttle";
+ pixel_y = 30
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aEx" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_r";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"aEy" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"aEz" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Entry Hall APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aEA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j1s";
+ sortType = 18
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aED" = (
+/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/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aEE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"aEF" = (
+/obj/structure/table/glass,
+/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/watermelon,
+/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
+/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/orange,
+/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,
+/obj/item/weapon/reagent_containers/food/snacks/grown/cocoapod,
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aEG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"aEH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"aEI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"aEJ" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint2)
+"aEK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"aEL" = (
+/obj/machinery/door/airlock{
+ name = "Garden";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aEM" = (
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aEN" = (
+/obj/structure/closet/crate{
+ name = "Gold Crate"
+ },
+/obj/item/stack/sheet/mineral/gold{
+ pixel_x = -1;
+ pixel_y = 5
+ },
+/obj/item/stack/sheet/mineral/gold{
+ pixel_y = 2
+ },
+/obj/item/stack/sheet/mineral/gold{
+ pixel_x = 1;
+ pixel_y = -2
+ },
+/obj/item/weapon/storage/belt/champion,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/ai_monitored/nuke_storage)
+"aEO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/nuke_storage)
+"aEP" = (
+/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 = 4
+ },
+/area/ai_monitored/nuke_storage)
+"aEQ" = (
+/obj/structure/table,
+/obj/item/weapon/paper/pamphlet,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aER" = (
+/obj/machinery/camera{
+ c_tag = "Gateway";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/structure/table,
+/obj/structure/sign/biohazard{
+ pixel_x = -32
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aES" = (
+/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,
+/area/gateway)
+"aET" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aEU" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/sign/biohazard{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aEV" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aEW" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva)
+"aEX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "EVA Storage";
+ req_access_txt = "18"
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aEY" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva)
+"aEZ" = (
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"aFa" = (
+/obj/machinery/suit_storage_unit/cmo,
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"aFb" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"aFc" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"aFd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aFe" = (
+/obj/machinery/camera{
+ c_tag = "Dormitory South";
+ c_tag_order = 999;
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"aFf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aFg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/toilet)
+"aFh" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restrooms";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aFi" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Dormitory Bathrooms APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aFj" = (
+/turf/open/floor/plasteel/redblue/redside,
+/area/crew_quarters/theatre)
+"aFk" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plasteel/redblue/redside,
+/area/crew_quarters/theatre)
+"aFl" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/dresser,
+/turf/open/floor/plasteel/redblue/redside,
+/area/crew_quarters/theatre)
+"aFm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFo" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFp" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFq" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"aFr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFs" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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/plating,
+/area/maintenance/fsmaint2)
+"aFt" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFu" = (
+/turf/closed/wall,
+/area/library)
+"aFv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFw" = (
+/turf/closed/wall,
+/area/chapel/office)
+"aFx" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aFy" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Chapel Office APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/chapel/office)
+"aFz" = (
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aFA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/computer/pod/old{
+ density = 0;
+ icon = 'icons/obj/airlock_machines.dmi';
+ icon_state = "airlock_control_standby";
+ id = "chapelgun";
+ name = "Mass Driver Controller";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aFB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aFC" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aFD" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aFE" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "JoinLate"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aFF" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"aFG" = (
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aFH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"aFI" = (
+/obj/machinery/camera{
+ c_tag = "Security Checkpoint";
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/light_switch{
+ pixel_x = 6;
+ pixel_y = -25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2)
+"aFJ" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aFK" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"aFL" = (
+/obj/item/device/radio/off,
+/obj/item/weapon/crowbar,
+/obj/item/device/assembly/flash/handheld,
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2)
+"aFM" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"aFN" = (
+/obj/structure/table/glass,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/hatchet,
+/obj/item/weapon/crowbar,
+/obj/item/device/plant_analyzer,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aFO" = (
+/obj/machinery/camera{
+ c_tag = "Garden";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aFP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aFQ" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aFR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aFS" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aFT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aFU" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aFV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aFW" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aFX" = (
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = -30
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aFY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aFZ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aGa" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/ai_monitored/nuke_storage)
+"aGb" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/ai_monitored/nuke_storage)
+"aGc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Vault";
+ dir = 1;
+ network = list("MiniSat")
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/ai_monitored/nuke_storage)
+"aGd" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/nuke_storage)
+"aGe" = (
+/obj/structure/safe,
+/obj/item/clothing/head/bearpelt,
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/weapon/gun/ballistic/revolver/russian,
+/obj/item/ammo_box/a357,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/ai_monitored/nuke_storage)
+"aGf" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aGg" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aGh" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aGi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"aGj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"aGk" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aGl" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aGm" = (
+/obj/structure/toilet{
+ pixel_y = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aGn" = (
+/obj/structure/toilet{
+ pixel_y = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aGo" = (
+/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/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aGp" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aGq" = (
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/structure/table,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aGr" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Clown"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aGs" = (
+/obj/machinery/suit_storage_unit/rd,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"aGt" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aGu" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/fore)
+"aGv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aGw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/freezer/cream_pie,
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aGx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/toilet)
+"aGy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGz" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 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/fsmaint2)
+"aGA" = (
+/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/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 19
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 20
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGC" = (
+/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 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGD" = (
+/obj/structure/table/wood,
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/item/device/flashlight/lamp/bananalamp{
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aGE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGF" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j2s";
+ sortType = 17
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGG" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Library Maintenance";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/library)
+"aGH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGI" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/maintenance/fsmaint2)
+"aGK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGM" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Crematorium Maintenance";
+ req_access_txt = "27"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/chapel/office)
+"aGN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/chapel/office)
+"aGP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/maintenance/fsmaint2)
+"aGS" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGU" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Chapel";
+ departmentType = 2;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aGV" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aGX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"aGY" = (
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aGZ" = (
+/obj/machinery/door/airlock/security{
+ name = "Security Checkpoint";
+ req_access = null;
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"aHa" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Security Checkpoint";
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aHb" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/stack/packageWrap,
+/turf/open/floor/wood,
+/area/library)
+"aHc" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/wood,
+/area/library)
+"aHd" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/wood,
+/area/library)
+"aHe" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aHf" = (
+/obj/structure/closet/wardrobe/chaplain_black,
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aHg" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Office";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aHh" = (
+/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/plasteel,
+/area/gateway)
+"aHi" = (
+/obj/structure/closet/coffin,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aHj" = (
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aHk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aHl" = (
+/obj/structure/closet/coffin,
+/obj/machinery/door/window/eastleft{
+ name = "Coffin Storage";
+ req_access_txt = "22"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aHm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aHn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aHo" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
+/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aHp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aHq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/main)
+"aHr" = (
+/obj/effect/landmark{
+ name = "Marauder Entry"
+ },
+/turf/open/space,
+/area/space)
+"aHs" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aHt" = (
+/obj/effect/landmark{
+ name = "Observer-Start"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aHu" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aHv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aHw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"aHx" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile{
+ obj_integrity = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aHy" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"aHz" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aHA" = (
+/obj/item/weapon/reagent_containers/spray/plantbgone,
+/obj/item/weapon/reagent_containers/spray/pestspray{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/rh{
+ pixel_x = 2;
+ pixel_y = 1
+ },
+/obj/structure/table/glass,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aHB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"aHC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"aHD" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aHE" = (
+/obj/structure/table,
+/obj/item/weapon/weldingtool,
+/obj/item/weapon/crowbar,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aHF" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"aHG" = (
+/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"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/nuke_storage)
+"aHH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Dormitory"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aHI" = (
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aHJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aHK" = (
+/obj/structure/closet/secure_closet/freezer/cream_pie,
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aHL" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/closet/l3closet/scientist,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aHM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aHN" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/weapon/crowbar,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aHO" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aHP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aHS" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Bar Storage Maintenance";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aHT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Dormitory"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"aHU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aHV" = (
+/obj/machinery/door/airlock{
+ name = "Unit 1"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aHW" = (
+/obj/machinery/door/airlock{
+ name = "Unit 2"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aHX" = (
+/obj/machinery/door/airlock{
+ name = "Unit B"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aHY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aHZ" = (
+/obj/structure/table/wood,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/item/weapon/storage/crayons{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/pie/cream{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aIa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIb" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Theatre APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/theatre)
+"aIc" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Bar APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aId" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aIf" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIg" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ freq = 1400;
+ location = "Bar"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/crew_quarters/bar)
+"aIh" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/kitchen)
+"aIi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aIj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 21
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIl" = (
+/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/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIn" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Hydroponics APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/hydroponics)
+"aIo" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIp" = (
+/turf/closed/wall,
+/area/hydroponics)
+"aIq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/hydroponics)
+"aIr" = (
+/obj/structure/filingcabinet,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/library)
+"aIs" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/camera{
+ c_tag = "Library North";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"aIt" = (
+/turf/open/floor/wood,
+/area/library)
+"aIu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/wood,
+/area/library)
+"aIv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"aIw" = (
+/obj/structure/chair/office/dark,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"aIx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/wood,
+/area/library)
+"aIy" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aIz" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aIA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aIB" = (
+/obj/structure/bodycontainer/crematorium,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aIC" = (
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/structure/chair,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aID" = (
+/obj/structure/closet/coffin,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aIE" = (
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main)
+"aIF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/warden)
+"aIG" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aIH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/item/weapon/pipe_dispenser,
+/obj/machinery/button/door{
+ id = "aux_base_shutters";
+ name = "Public Shutters Control";
+ pixel_x = 24;
+ pixel_y = 0;
+ req_access_txt = "0";
+ req_one_access_txt = "32;47;48"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/mining_construction)
+"aII" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aIJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIM" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIN" = (
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/device/analyzer,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aIO" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Lounge";
+ dir = 2
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIP" = (
+/obj/structure/sign/map/left{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIQ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIR" = (
+/obj/structure/sign/map/right{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aIS" = (
+/obj/structure/table/glass,
+/obj/item/weapon/hatchet,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/item/device/plant_analyzer,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aIT" = (
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/obj/structure/table/glass,
+/obj/item/device/plant_analyzer,
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/obj/machinery/light_switch{
+ pixel_x = -6;
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aIU" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ freq = 1400;
+ location = "Tool Storage"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aIV" = (
+/obj/machinery/button/door{
+ id = "stationawaygate";
+ name = "Gateway Access Shutter Control";
+ pixel_x = -1;
+ pixel_y = -24;
+ req_access_txt = "31"
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aIW" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/item/clothing/gloves/color/fyellow,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aIX" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aIY" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aIZ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aJa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aJb" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aJc" = (
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aJd" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/port)
+"aJe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/primary/port)
+"aJf" = (
+/obj/machinery/camera{
+ c_tag = "EVA South";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aJg" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aJh" = (
+/turf/open/floor/plasteel,
+/area/gateway)
+"aJi" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/exile,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aJj" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aJk" = (
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aJl" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"aJm" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aJn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"aJo" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway North";
+ dir = 2
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aJp" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/hallway/primary/central)
+"aJq" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aJr" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aJs" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aJt" = (
+/obj/structure/sign/directions/security{
+ dir = 1;
+ icon_state = "direction_sec";
+ pixel_x = 32;
+ pixel_y = 40
+ },
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ icon_state = "direction_med";
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ icon_state = "direction_evac";
+ pixel_x = 32;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aJu" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 5
+ },
+/area/hallway/primary/central)
+"aJv" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/black,
+/area/hallway/primary/central)
+"aJw" = (
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aJx" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aJy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aJz" = (
+/obj/machinery/camera{
+ c_tag = "Dormitory Toilets";
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet)
+"aJA" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Kitchen Maintenance";
+ req_access_txt = "28"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/kitchen)
+"aJB" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Hydroponics Maintenance";
+ req_access_txt = "35"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aJC" = (
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aJD" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Bar Maintenance";
+ req_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aJE" = (
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
+/obj/structure/table/wood,
+/obj/item/stack/spacecash/c10,
+/obj/item/stack/spacecash/c100,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aJF" = (
+/obj/machinery/newscaster{
+ pixel_x = 30
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/library)
+"aJG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/button/crematorium{
+ pixel_x = 25
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aJH" = (
+/obj/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Bar Delivery";
+ req_access_txt = "25"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"aJI" = (
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aJJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aJK" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ freq = 1400;
+ location = "Kitchen"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/crew_quarters/kitchen)
+"aJL" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ freq = 1400;
+ location = "Hydroponics"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/hydroponics)
+"aJM" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp{
+ pixel_y = 10
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aJN" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/hydroponics_pod_people,
+/obj/item/weapon/paper/hydroponics,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aJO" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aJP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/library)
+"aJQ" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"aJR" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library)
+"aJS" = (
+/obj/structure/table/wood,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/library)
+"aJT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/nullrod,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aJU" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aJV" = (
+/obj/structure/closet/coffin,
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Coffin Storage";
+ req_access_txt = "22"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aJW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aJX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry)
+"aJY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry)
+"aJZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Primary Tool Storage"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aKa" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Primary Tool Storage"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aKb" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/hallway/primary/port)
+"aKc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ icon_state = "door_closed";
+ lockdownbyai = 0;
+ locked = 0;
+ name = "Gateway Access";
+ req_access_txt = "62"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aKd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "stationawaygate";
+ name = "Gateway Access Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"aKe" = (
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aKf" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Auxillary Base Construction APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/mining_construction)
+"aKg" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aKh" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"aKi" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_l";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"aKj" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 2
+ },
+/area/hallway/secondary/entry)
+"aKk" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry)
+"aKl" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry)
+"aKm" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Garden"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aKn" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction{
+ name = "\improper Garden"
+ })
+"aKo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aKp" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/storage/primary)
+"aKq" = (
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Theatre Stage";
+ dir = 2
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aKr" = (
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aKs" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/storage/primary)
+"aKt" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/port)
+"aKu" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/port)
+"aKv" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/port)
+"aKw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/primary/port)
+"aKx" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/port)
+"aKy" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"aKz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aKA" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "stationawaygate";
+ name = "Gateway Access Shutters"
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"aKB" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/gateway)
+"aKC" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aKD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKE" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aKF" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aKG" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/black,
+/area/hallway/primary/central)
+"aKH" = (
+/obj/structure/sink{
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKI" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKJ" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aKK" = (
+/obj/structure/closet/wardrobe/botanist,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKL" = (
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Hydroponics Storage"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/plantgenes,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aKN" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aKO" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aKP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aKQ" = (
+/obj/machinery/reagentgrinder,
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aKR" = (
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aKS" = (
+/obj/machinery/camera{
+ c_tag = "Bar Storage"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aKT" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aKU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKV" = (
+/obj/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Kitchen Delivery";
+ req_access_txt = "28"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aKW" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aKX" = (
+/obj/machinery/door/window/eastright{
+ name = "Hydroponics Delivery";
+ req_access_txt = "35"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aKY" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"aKZ" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Crematorium";
+ 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/chapel/office)
+"aLa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aLb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock{
+ name = "Crematorium";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aLc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aLd" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 0;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 13;
+ pixel_y = 5
+ },
+/obj/item/weapon/watertank,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aLe" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aLf" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/wood,
+/area/library)
+"aLg" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/library)
+"aLh" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/wood,
+/area/library)
+"aLi" = (
+/obj/structure/chair/comfy/beige,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aLj" = (
+/obj/structure/chair/comfy/beige,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aLk" = (
+/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/plasteel,
+/area/hallway/primary/port)
+"aLl" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLm" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLn" = (
+/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/plasteel,
+/area/hallway/primary/port)
+"aLo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/office)
+"aLp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/hallway/primary/port)
+"aLq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aLs" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
+ },
+/obj/docking_port/mobile{
+ dwidth = 5;
+ height = 7;
+ id = "arrival";
+ name = "arrival shuttle";
+ port_angle = -90;
+ preferred_direction = 8;
+ width = 15
+ },
+/obj/docking_port/stationary{
+ dwidth = 5;
+ height = 7;
+ id = "arrival_home";
+ name = "port bay 1";
+ width = 15
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"aLt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2)
+"aLu" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 1;
+ name = "Auxillary Base Construction";
+ req_access_txt = "0";
+ req_one_access_txt = "32;47;48"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aLv" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aLw" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aLx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aLy" = (
+/obj/structure/chair/comfy/beige,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aLz" = (
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aLA" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aLB" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/hallway/secondary/entry)
+"aLC" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/black,
+/area/hallway/secondary/entry)
+"aLD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aLE" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLF" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLG" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/apc{
+ name = "Port Hall APC";
+ dir = 1;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLH" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLI" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aLJ" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLK" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLL" = (
+/obj/machinery/camera{
+ c_tag = "Port Hallway 2";
+ dir = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLM" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLN" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aLP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLQ" = (
+/obj/machinery/camera{
+ c_tag = "Central Hallway North-East";
+ dir = 2
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aLR" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aLS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aLT" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aLU" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aLV" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aLW" = (
+/obj/machinery/camera{
+ c_tag = "Central Hallway North-West";
+ dir = 2
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aLX" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aLY" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aLZ" = (
+/turf/open/floor/plasteel{
+ icon_state = "L3"
+ },
+/area/hallway/primary/central)
+"aMa" = (
+/turf/open/floor/plasteel{
+ icon_state = "L1"
+ },
+/area/hallway/primary/central)
+"aMb" = (
+/turf/open/floor/plasteel{
+ icon_state = "L7"
+ },
+/area/hallway/primary/central)
+"aMc" = (
+/turf/open/floor/plasteel{
+ icon_state = "L5"
+ },
+/area/hallway/primary/central)
+"aMd" = (
+/turf/open/floor/plasteel{
+ icon_state = "L11"
+ },
+/area/hallway/primary/central)
+"aMe" = (
+/turf/open/floor/plasteel{
+ icon_state = "L9"
+ },
+/area/hallway/primary/central)
+"aMf" = (
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L13";
+ name = "floor"
+ },
+/area/hallway/primary/central)
+"aMg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aMh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aMi" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aMj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aMk" = (
+/obj/machinery/chem_master/condimaster{
+ name = "CondiMaster Neo"
+ },
+/obj/machinery/camera{
+ c_tag = "Kitchen Cold Room"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aMl" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aMm" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aMn" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aMo" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aMp" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aMq" = (
+/obj/structure/piano{
+ tag = "icon-piano";
+ icon_state = "piano"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aMr" = (
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aMs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = -31
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aMv" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aMw" = (
+/obj/machinery/computer/slot_machine,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aMx" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aMy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMB" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aMC" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aMD" = (
+/obj/machinery/icecream_vat,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aME" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMF" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aMG" = (
+/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)
+"aMH" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library)
+"aMI" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMJ" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/library)
+"aMK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aML" = (
+/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)
+"aMM" = (
+/obj/machinery/camera{
+ c_tag = "Chapel North";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aMN" = (
+/obj/machinery/chem_master/condimaster,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aMO" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/chips,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry)
+"aMP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry)
+"aMQ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aMR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aMS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aMT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aMU" = (
+/obj/structure/disposalpipe/segment,
+/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/hallway/primary/port)
+"aMV" = (
+/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/hallway/primary/port)
+"aMW" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aMX" = (
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"aMY" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aMZ" = (
+/turf/closed/wall,
+/area/hallway/secondary/exit)
+"aNa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aNb" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aNc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aNd" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aNe" = (
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry)
+"aNf" = (
+/obj/structure/chair/comfy/beige{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aNg" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/black,
+/area/hallway/secondary/entry)
+"aNh" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aNi" = (
+/turf/open/floor/goonplaque,
+/area/hallway/secondary/entry)
+"aNj" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CHW";
+ location = "Lockers"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNk" = (
+/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/plasteel,
+/area/hallway/primary/port)
+"aNl" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNn" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aNr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aNs" = (
+/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)
+"aNt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aNu" = (
+/obj/structure/closet/secure_closet/bar{
+ req_access_txt = "25"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNv" = (
+/turf/open/floor/plasteel{
+ icon_state = "L4"
+ },
+/area/hallway/primary/central)
+"aNw" = (
+/turf/open/floor/plasteel{
+ icon_state = "L2"
+ },
+/area/hallway/primary/central)
+"aNx" = (
+/turf/open/floor/plasteel{
+ icon_state = "L8"
+ },
+/area/hallway/primary/central)
+"aNy" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Lockers";
+ location = "EVA"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L6"
+ },
+/area/hallway/primary/central)
+"aNz" = (
+/turf/open/floor/plasteel{
+ icon_state = "L12"
+ },
+/area/hallway/primary/central)
+"aNA" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Security";
+ location = "EVA2"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L10"
+ },
+/area/hallway/primary/central)
+"aNB" = (
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L14"
+ },
+/area/hallway/primary/central)
+"aNC" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=EVA2";
+ location = "Dorm"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aND" = (
+/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/device/flashlight/lamp,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNE" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aNG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aNH" = (
+/obj/machinery/door/window{
+ dir = 4;
+ name = "Theatre Stage";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aNI" = (
+/obj/machinery/computer/slot_machine,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aNJ" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aNK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/mob/living/simple_animal/hostile/retaliate/goat{
+ name = "Pete"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aNL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/hydroponics)
+"aNM" = (
+/obj/structure/kitchenspike,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aNN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Hydroponics";
+ req_access_txt = "35"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aNO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/closet/chefcloset,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aNP" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/library)
+"aNQ" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aNR" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry)
+"aNS" = (
+/obj/machinery/bookbinder{
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/library)
+"aNT" = (
+/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{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Port Hallway";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aNV" = (
+/obj/machinery/photocopier,
+/turf/open/floor/wood,
+/area/library)
+"aNW" = (
+/obj/machinery/door/airlock/glass{
+ name = "Chapel Office";
+ req_access_txt = "22"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"aNX" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1480;
+ name = "Confessional Intercom";
+ pixel_x = 25
+ },
+/obj/structure/chair,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aNY" = (
+/obj/machinery/door/morgue{
+ name = "Confession Booth (Chaplain)";
+ req_access_txt = "22"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aNZ" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/hallway/secondary/exit)
+"aOa" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/chair,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit)
+"aOb" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit)
+"aOc" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aOd" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aOe" = (
+/obj/item/device/radio/beacon,
+/obj/machinery/camera{
+ c_tag = "Arrivals Bay 1 South"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aOf" = (
+/obj/machinery/vending/snack,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aOg" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aOh" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aOi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOj" = (
+/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/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aOk" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/black,
+/area/hallway/secondary/entry)
+"aOl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOn" = (
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOo" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOp" = (
+/obj/machinery/camera{
+ c_tag = "Port Hallway 3";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOq" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOr" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOt" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOv" = (
+/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/plasteel,
+/area/hallway/primary/port)
+"aOw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOy" = (
+/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"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOz" = (
+/obj/structure/sign/directions/security{
+ dir = 4;
+ icon_state = "direction_sec";
+ pixel_x = 32;
+ pixel_y = -24
+ },
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ icon_state = "direction_evac";
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_x = 32;
+ pixel_y = -40
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aOC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aOD" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=QM";
+ location = "CHW"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aOE" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aOF" = (
+/obj/machinery/light,
+/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,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aOG" = (
+/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/light,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aOH" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aOI" = (
+/obj/structure/kitchenspike,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aOJ" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aOK" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aOL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aOM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aON" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aOO" = (
+/obj/machinery/door/airlock{
+ name = "Bar Storage";
+ req_access_txt = "25"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ icon_state = "wood"
+ },
+/area/crew_quarters/bar)
+"aOP" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/item/toy/beach_ball/holoball,
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aOQ" = (
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aOR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aOS" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/library)
+"aOT" = (
+/obj/machinery/gibber,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aOU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aOV" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aOW" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/camera{
+ c_tag = "Hydroponics North";
+ dir = 2
+ },
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aOX" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aOY" = (
+/obj/structure/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aOZ" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aPa" = (
+/obj/structure/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aPb" = (
+/obj/structure/bookcase/random/religion,
+/turf/open/floor/wood,
+/area/library)
+"aPc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aPd" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/wood,
+/area/library)
+"aPe" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aPf" = (
+/obj/machinery/computer/libraryconsole,
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/library)
+"aPg" = (
+/obj/structure/bookcase{
+ name = "Forbidden Knowledge"
+ },
+/turf/open/floor/engine/cult,
+/area/library)
+"aPh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen/invisible,
+/turf/open/floor/engine/cult,
+/area/library)
+"aPi" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/obj/item/device/camera,
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/turf/open/floor/engine/cult,
+/area/library)
+"aPj" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aPk" = (
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aPl" = (
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
+"aPm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aPn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
+"aPo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aPp" = (
+/obj/machinery/camera{
+ c_tag = "Escape Arm Holding Area";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"aPq" = (
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aPr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aPs" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aPt" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aPu" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aPv" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aPw" = (
+/obj/machinery/disposal/bin,
+/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 = -28;
+ pixel_y = -4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "barShutters";
+ name = "bar shutters";
+ pixel_x = 4;
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aPx" = (
+/obj/structure/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry)
+"aPy" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/black,
+/area/hallway/secondary/entry)
+"aPz" = (
+/turf/closed/wall,
+/area/maintenance/port)
+"aPA" = (
+/turf/closed/wall,
+/area/crew_quarters/locker)
+"aPB" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aPC" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aPD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aPE" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/locker)
+"aPF" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/storage/art)
+"aPG" = (
+/turf/closed/wall,
+/area/storage/art)
+"aPH" = (
+/obj/machinery/door/airlock/glass{
+ name = "Art Storage"
+ },
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aPI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aPJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/storage/art)
+"aPK" = (
+/turf/closed/wall,
+/area/storage/emergency2)
+"aPL" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aPM" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aPN" = (
+/obj/structure/table,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aPO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"aPP" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aPQ" = (
+/turf/closed/wall,
+/area/storage/tools)
+"aPR" = (
+/turf/closed/wall/r_wall,
+/area/bridge)
+"aPS" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ layer = 2.9;
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aPT" = (
+/obj/structure/grille,
+/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/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"aPU" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ layer = 2.9;
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aPV" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ layer = 2.9;
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aPW" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ layer = 2.9;
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aPX" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ layer = 2.9;
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aPY" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aPZ" = (
+/obj/structure/table,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -31
+ },
+/obj/item/clothing/head/hardhat/cakehat,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aQa" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aQb" = (
+/obj/structure/window/reinforced,
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aQc" = (
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aQd" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aQe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aQf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/hydroponics)
+"aQg" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "barShutters";
+ name = "privacy shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aQh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/hydroponics)
+"aQi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aQj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aQk" = (
+/obj/machinery/door/airlock{
+ name = "Kitchen cold room";
+ req_access_txt = "28"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aQl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aQm" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/hydroponics)
+"aQn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aQo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aQp" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library)
+"aQq" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"aQr" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/cult,
+/area/library)
+"aQs" = (
+/obj/structure/destructible/cult/tome,
+/obj/item/clothing/under/suit_jacket/red,
+/obj/item/weapon/book/codex_gigas,
+/turf/open/floor/engine/cult,
+/area/library)
+"aQt" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/engine/cult,
+/area/library)
+"aQu" = (
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main)
+"aQv" = (
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main)
+"aQw" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aQx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main)
+"aQy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main)
+"aQz" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1480;
+ name = "Confessional Intercom";
+ pixel_x = 25
+ },
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aQA" = (
+/obj/machinery/door/morgue{
+ name = "Confession Booth"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aQB" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"aQC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aQD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aQE" = (
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aQF" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Security Escape Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aQG" = (
+/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/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aQH" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aQI" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry)
+"aQJ" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aQK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aQL" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aQM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aQN" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQO" = (
+/obj/structure/closet/wardrobe/white,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQP" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQQ" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQR" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQS" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQT" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQU" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQV" = (
+/obj/machinery/vending/clothing,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQW" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQX" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aQY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/table,
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/random,
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aQZ" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aRa" = (
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aRb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aRc" = (
+/obj/machinery/door/airlock{
+ name = "Port Emergency Storage";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aRd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"aRe" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/storage/tools)
+"aRf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Auxiliary Tool Storage";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aRg" = (
+/obj/machinery/vending/boozeomat,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aRh" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aRi" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/bridge)
+"aRj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/weapon/storage/box/PDAs{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/box/ids,
+/turf/open/floor/plasteel,
+/area/bridge)
+"aRk" = (
+/obj/machinery/computer/monitor{
+ name = "bridge power monitoring console"
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/bridge)
+"aRl" = (
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/yellow/side,
+/area/bridge)
+"aRm" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aRn" = (
+/obj/machinery/computer/shuttle/labor,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/bridge)
+"aRo" = (
+/obj/machinery/modular_computer/console/preset/command,
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/bridge)
+"aRp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/bridge)
+"aRq" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/bridge)
+"aRr" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/green/side{
+ dir = 2
+ },
+/area/bridge)
+"aRs" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency,
+/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)
+"aRt" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aRu" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aRv" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aRw" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aRx" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aRy" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRz" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aRA" = (
+/obj/machinery/vending/dinnerware,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRB" = (
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Kitchen";
+ dir = 2
+ },
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRC" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/obj/machinery/food_cart,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"aRF" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRG" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRH" = (
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aRI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hydroponics)
+"aRJ" = (
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aRK" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Library APC";
+ pixel_x = 24
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/library)
+"aRL" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aRM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aRN" = (
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/wood,
+/area/library)
+"aRO" = (
+/obj/structure/bookcase/random/nonfiction,
+/turf/open/floor/wood,
+/area/library)
+"aRP" = (
+/obj/machinery/camera{
+ c_tag = "Library South";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/wood,
+/area/library)
+"aRQ" = (
+/obj/machinery/door/morgue{
+ name = "Private Study";
+ req_access_txt = "37"
+ },
+/turf/open/floor/engine/cult,
+/area/library)
+"aRR" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aRS" = (
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aRT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/rack,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aRU" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aRV" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Auxiliary Tool Storage APC";
+ pixel_y = 24
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aRW" = (
+/obj/structure/grille,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
+ name = "KEEP CLEAR: DOCKING AREA";
+ pixel_y = 0
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aRX" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/arrival{
+ dir = 2
+ },
+/area/hallway/secondary/entry)
+"aRY" = (
+/turf/open/floor/plasteel/arrival{
+ dir = 2
+ },
+/area/hallway/secondary/entry)
+"aRZ" = (
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry)
+"aSa" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/camera{
+ c_tag = "Auxiliary Tool Storage";
+ dir = 2
+ },
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aSb" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aSc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aSd" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aSe" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aSf" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aSg" = (
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aSh" = (
+/obj/structure/closet/wardrobe/mixed,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aSi" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aSj" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aSk" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/paper_bin/construction,
+/obj/item/stack/cable_coil,
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aSl" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aSm" = (
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aSn" = (
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aSo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSp" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSq" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSr" = (
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aSs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tools)
+"aSt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aSu" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/bridge)
+"aSv" = (
+/obj/structure/table/reinforced,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel,
+/area/bridge)
+"aSw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/bridge)
+"aSx" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Engineering Station"
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aSy" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Command Station"
+ },
+/obj/machinery/button/door{
+ id = "bridge blast";
+ name = "Bridge Blast Door Control";
+ pixel_x = 28;
+ pixel_y = -2;
+ req_access_txt = "19"
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 29;
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aSz" = (
+/obj/structure/table/reinforced,
+/obj/item/device/aicard,
+/obj/item/device/multitool,
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/bridge)
+"aSA" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/bridge)
+"aSB" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 4
+ },
+/area/bridge)
+"aSC" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/bridge)
+"aSD" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Crew Station"
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aSE" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel,
+/area/bridge)
+"aSF" = (
+/mob/living/carbon/monkey/punpun,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSG" = (
+/obj/structure/table/wood/poker,
+/obj/item/toy/cards/deck,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSH" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSI" = (
+/obj/machinery/door/airlock/glass{
+ name = "Kitchen";
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/kitchen)
+"aSJ" = (
+/obj/effect/landmark/start{
+ name = "Cook"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aSK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aSL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aSM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aSN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aSO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aSP" = (
+/obj/machinery/smartfridge,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aSQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"aSR" = (
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aSS" = (
+/obj/machinery/seed_extractor,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aST" = (
+/obj/machinery/biogenerator,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aSU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hydroponics)
+"aSV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aSW" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aSX" = (
+/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/maintenance/port)
+"aSY" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/head/that{
+ throwforce = 1;
+ throwing = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aSZ" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aTa" = (
+/obj/machinery/requests_console{
+ department = "Bar";
+ departmentType = 2;
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bar";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aTb" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/library)
+"aTc" = (
+/obj/machinery/door/window/northright{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Library Desk Door";
+ req_access_txt = "37"
+ },
+/turf/open/floor/wood,
+/area/library)
+"aTd" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement{
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/wood,
+/area/library)
+"aTe" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aTf" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main)
+"aTg" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main)
+"aTh" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main)
+"aTi" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main)
+"aTj" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aTk" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/secondary/exit)
+"aTl" = (
+/obj/machinery/vending/cola,
+/obj/machinery/status_display{
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 9
+ },
+/area/hallway/secondary/exit)
+"aTm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aTn" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Escape Airlock"
+ },
+/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/hallway/secondary/exit)
+"aTo" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Escape Airlock"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"aTp" = (
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aTq" = (
+/turf/closed/wall,
+/area/security/vacantoffice{
+ name = "Vacant Office A"
+ })
+"aTr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aTs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/security/vacantoffice)
+"aTt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/vacantoffice)
+"aTu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aTv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aTw" = (
+/obj/structure/closet/wardrobe/green,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTx" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTz" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTA" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTB" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTC" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTD" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Locker Room East";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aTE" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aTF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/table,
+/obj/item/device/camera_film,
+/obj/item/device/camera,
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aTG" = (
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aTH" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aTI" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aTJ" = (
+/obj/machinery/light/small,
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aTK" = (
+/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)
+"aTL" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aTM" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/mint,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aTN" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/rollingpin,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aTO" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/chef_recipes,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aTP" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/device/multitool,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aTQ" = (
+/turf/closed/wall,
+/area/bridge)
+"aTR" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/bridge)
+"aTS" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/bridge)
+"aTT" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/red/side,
+/area/bridge)
+"aTU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aTV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel,
+/area/bridge)
+"aTW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aTX" = (
+/turf/open/floor/plasteel,
+/area/bridge)
+"aTY" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/bridge)
+"aTZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/bridge)
+"aUa" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aUb" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/brown{
+ dir = 10
+ },
+/area/bridge)
+"aUc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel,
+/area/bridge)
+"aUd" = (
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 6
+ },
+/area/bridge)
+"aUe" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel/brown{
+ dir = 2
+ },
+/area/bridge)
+"aUf" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/camera{
+ c_tag = "Bar West";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aUg" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aUh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastleft{
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/crew_quarters/kitchen)
+"aUi" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hydroponics)
+"aUj" = (
+/obj/machinery/vending/hydronutrients,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aUk" = (
+/obj/machinery/vending/hydroseeds{
+ slogan_delay = 700
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aUl" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUp" = (
+/obj/structure/table,
+/obj/item/clothing/head/soft/grey{
+ pixel_x = -2;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUq" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUr" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUs" = (
+/obj/structure/table,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aUx" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aUy" = (
+/obj/machinery/camera{
+ c_tag = "Vacant Office";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUz" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aUA" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUB" = (
+/obj/structure/bookcase/random/adult,
+/turf/open/floor/wood,
+/area/library)
+"aUC" = (
+/obj/structure/chair/comfy/black,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/wood,
+/area/library)
+"aUD" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/turf/open/floor/wood,
+/area/library)
+"aUE" = (
+/obj/machinery/libraryscanner,
+/turf/open/floor/wood,
+/area/library)
+"aUF" = (
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/obj/structure/chair/office/dark,
+/turf/open/floor/wood,
+/area/library)
+"aUG" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aUH" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aUI" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
+"aUJ" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aUK" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
+"aUL" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"aUM" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Bay 2";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aUN" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUO" = (
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUP" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUQ" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen/red,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUS" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aUT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aUU" = (
+/obj/structure/closet/wardrobe/grey,
+/obj/machinery/requests_console{
+ department = "Locker Room";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUV" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUW" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aUX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUY" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aUZ" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aVa" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aVb" = (
+/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,
+/turf/open/floor/plasteel/blue/side{
+ dir = 5
+ },
+/area/hallway/primary/central)
+"aVc" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/bridge)
+"aVd" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"aVe" = (
+/obj/machinery/camera{
+ c_tag = "Bridge West";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/bridge)
+"aVf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/bridge)
+"aVg" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Security Station"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVh" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Fore Primary Hallway APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aVi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVk" = (
+/obj/machinery/holopad,
+/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/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVl" = (
+/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/bridge)
+"aVm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVn" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVo" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVp" = (
+/obj/item/device/radio/beacon,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1
+ },
+/area/bridge)
+"aVr" = (
+/obj/machinery/camera{
+ c_tag = "Bridge East";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/area/bridge)
+"aVs" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Logistics Station"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aVt" = (
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/bridge)
+"aVu" = (
+/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,
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/hallway/primary/central)
+"aVv" = (
+/obj/machinery/camera{
+ c_tag = "Bridge East Entrance";
+ dir = 2
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aVw" = (
+/obj/structure/table/wood/poker,
+/obj/item/clothing/mask/cigarette/cigar,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aVx" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aVy" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aVz" = (
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVA" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/reagent_containers/food/snacks/pie/cream,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVB" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme{
+ layer = 5
+ },
+/obj/item/stack/packageWrap,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVC" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aVD" = (
+/obj/structure/table,
+/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)
+"aVE" = (
+/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)
+"aVF" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVG" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVH" = (
+/obj/machinery/processor,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aVI" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
+"aVJ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aVK" = (
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aVL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 16
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"aVM" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/hydroponics)
+"aVN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"aVO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"aVP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper,
+/turf/open/floor/wood,
+/area/library)
+"aVQ" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library)
+"aVR" = (
+/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)
+"aVS" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film,
+/obj/item/device/camera_film,
+/turf/open/floor/wood,
+/area/library)
+"aVT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/turf/open/floor/wood,
+/area/library)
+"aVU" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/chapel{
+ dir = 8
+ },
+/area/chapel/main)
+"aVV" = (
+/obj/machinery/camera{
+ c_tag = "Chapel South";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"aVW" = (
+/obj/item/device/radio/intercom{
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"aVX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aVY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"aVZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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)
+"aWa" = (
+/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/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aWb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"aWc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/library)
+"aWe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Chapel"
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aWf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aWg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aWh" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aWi" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aWj" = (
+/obj/structure/grille,
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/window,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWk" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWl" = (
+/obj/structure/grille,
+/obj/structure/window{
+ icon_state = "window";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWm" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aWn" = (
+/obj/structure/closet/wardrobe/black,
+/obj/item/clothing/shoes/jackboots,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aWo" = (
+/obj/machinery/camera{
+ c_tag = "Locker Room West";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aWp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aWq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aWr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"aWs" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"aWt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aWu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWw" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Art Storage";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/storage/art)
+"aWx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet)
+"aWz" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Port Emergency Storage 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_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"aWA" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWB" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aWC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/port)
+"aWD" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aWE" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/newscaster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aWF" = (
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"aWG" = (
+/obj/machinery/computer/secure_data,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aWH" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/blue/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aWI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/bridge)
+"aWJ" = (
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 4;
+ name = "Bridge";
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aWK" = (
+/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,
+/area/bridge)
+"aWL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 8;
+ name = "Bridge";
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aWM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aWN" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aWO" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/light_switch{
+ pixel_x = -6;
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge)
+"aWQ" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWR" = (
+/obj/structure/fireaxecabinet{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWT" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Bridge";
+ departmentType = 5;
+ name = "Bridge RC";
+ pixel_y = -30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWV" = (
+/obj/machinery/turretid{
+ control_area = "AI Upload Chamber";
+ name = "AI Upload turret control";
+ pixel_y = -25
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge Center";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWW" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Bridge APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWX" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aWY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/bridge)
+"aWZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/bridge)
+"aXa" = (
+/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/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aXb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/bridge)
+"aXc" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 4;
+ name = "Bridge";
+ req_access_txt = "19"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aXd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aXe" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 8;
+ name = "Bridge";
+ req_access_txt = "19"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"aXf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aXg" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aXh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aXi" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -31
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aXj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aXk" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 32
+ },
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/weapon/reagent_containers/glass/rag,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aXl" = (
+/obj/machinery/door/window/southright{
+ name = "Bar Door";
+ req_access_txt = "0";
+ req_one_access_txt = "25;28"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aXm" = (
+/obj/effect/landmark/start{
+ name = "Cook"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aXn" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/obj/machinery/requests_console{
+ department = "Kitchen";
+ departmentType = 2;
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aXo" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/hydroponics)
+"aXp" = (
+/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)
+"aXq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"aXr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXs" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXt" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"aXv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXx" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Chapel"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aXz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aXA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aXB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aXC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aXD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"aXE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/port)
+"aXF" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness)
+"aXG" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aXH" = (
+/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)
+"aXI" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ id_tag = null;
+ name = "Port Docking Bay 2";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"aXJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/port)
+"aXK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/detectives_office)
+"aXL" = (
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"aXM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Bay Warehouse Maintenance";
+ req_access_txt = "31"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aXN" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aXO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aXP" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aXQ" = (
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet)
+"aXR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/starboard)
+"aXS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/hydroponics)
+"aXT" = (
+/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)
+"aXU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/library)
+"aXV" = (
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/library)
+"aXW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aXX" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Vacant Office A";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aXY" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aXZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"aYa" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Locker Room Maintenance APC";
+ pixel_x = -27;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aYb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aYc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/port)
+"aYd" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aYe" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"aYf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aYg" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"aYh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/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/plating,
+/area/maintenance/port)
+"aYi" = (
+/obj/structure/closet/secure_closet/detective,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aYj" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/button/door{
+ id = "kanyewest";
+ name = "Privacy Shutters";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aYk" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/hallway/primary/central)
+"aYl" = (
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"aYm" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/hallway/primary/central)
+"aYn" = (
+/obj/machinery/camera{
+ c_tag = "Bridge West Entrance";
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/hallway/primary/central)
+"aYo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/bridge)
+"aYp" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"aYq" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aYr" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aYs" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aYt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYu" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/bridge)
+"aYv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ icon_state = "door_closed";
+ locked = 0;
+ name = "AI Upload Access";
+ req_access_txt = "16"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYy" = (
+/obj/machinery/ai_status_display,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"aYC" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/bridge)
+"aYD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/bridge)
+"aYE" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/hallway/primary/central)
+"aYF" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Central Hall APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/hallway/primary/central)
+"aYG" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aYH" = (
+/obj/structure/table,
+/obj/item/weapon/razor,
+/obj/structure/window{
+ icon_state = "window";
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/locker)
+"aYI" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aYJ" = (
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Kitchen";
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/kitchen)
+"aYL" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/button/door{
+ id = "kitchen";
+ name = "Kitchen Shutters Control";
+ pixel_x = -1;
+ pixel_y = -24;
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYN" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aYO" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYP" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYQ" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/hydroponics)
+"aYR" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYS" = (
+/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
+ },
+/obj/structure/window{
+ icon_state = "window";
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/locker)
+"aYT" = (
+/obj/machinery/camera{
+ c_tag = "Hydroponics South";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aYV" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"aYW" = (
+/turf/open/floor/carpet,
+/area/library)
+"aYX" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aYY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"aYZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/evidence,
+/obj/item/weapon/hand_labeler{
+ pixel_x = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aZa" = (
+/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)
+"aZb" = (
+/obj/machinery/camera{
+ c_tag = "Bar South";
+ dir = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"aZc" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"aZd" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/library)
+"aZe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Chapel"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aZf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aZg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aZh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/chapel/main)
+"aZi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aZj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"aZk" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aZl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aZm" = (
+/obj/machinery/camera{
+ c_tag = "Escape Arm Airlocks";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"aZn" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aZo" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"aZp" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/stock_parts/cell{
+ maxcharge = 2000
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aZq" = (
+/obj/machinery/button/door{
+ id = "heads_meeting";
+ name = "Security Shutters";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"aZr" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aZs" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aZt" = (
+/obj/structure/toilet{
+ pixel_y = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"aZu" = (
+/obj/machinery/photocopier,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"aZv" = (
+/obj/machinery/door/airlock{
+ name = "Unit 1"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"aZw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"aZx" = (
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/locker)
+"aZy" = (
+/obj/machinery/camera{
+ c_tag = "Conference Room";
+ dir = 2
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"aZz" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"aZA" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aZB" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"aZC" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"aZD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"aZE" = (
+/turf/closed/wall,
+/area/quartermaster/storage)
+"aZF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/port)
+"aZG" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"aZH" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aZI" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/stack/sheet/cardboard,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aZJ" = (
+/obj/structure/table/wood,
+/obj/item/device/camera/detective,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aZK" = (
+/turf/closed/wall,
+/area/quartermaster/office)
+"aZL" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aZM" = (
+/turf/closed/wall/r_wall,
+/area/bridge/meeting_room)
+"aZN" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"aZO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/bridge/meeting_room)
+"aZP" = (
+/turf/closed/wall,
+/area/bridge/meeting_room)
+"aZQ" = (
+/obj/machinery/door/airlock/command{
+ name = "Conference Room";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"aZR" = (
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aZS" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aZT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aZU" = (
+/obj/machinery/porta_turret/ai{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aZV" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"aZW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"aZX" = (
+/obj/machinery/door/airlock/command{
+ name = "Captain's Office";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/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/wood,
+/area/crew_quarters/captain)
+"aZY" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aZZ" = (
+/obj/machinery/vending/cigarette{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"baa" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bab" = (
+/obj/machinery/light,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bac" = (
+/obj/machinery/newscaster{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bad" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bae" = (
+/obj/structure/noticeboard{
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"baf" = (
+/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/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bag" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bah" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bai" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"baj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchen";
+ name = "kitchen shutters"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"bak" = (
+/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)
+"bal" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bam" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hydroponics)
+"ban" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/northleft{
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bao" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bap" = (
+/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,
+/area/hydroponics)
+"baq" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/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/carpet,
+/area/crew_quarters/captain)
+"bar" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bas" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/wood,
+/area/library)
+"bat" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/library)
+"bau" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/wood,
+/area/library)
+"bav" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/wood,
+/area/library)
+"baw" = (
+/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/crew_quarters/locker/locker_toilet)
+"bax" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"bay" = (
+/obj/structure/chair/comfy/black,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"baz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"baA" = (
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/chapel/main)
+"baB" = (
+/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)
+"baC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"baD" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Escape Hallway APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"baE" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"baF" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baG" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baH" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"baI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"baJ" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"baK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"baL" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"baM" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Locker Restrooms APC";
+ pixel_x = 27;
+ pixel_y = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet)
+"baN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"baO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"baP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"baQ" = (
+/obj/structure/chair/comfy/brown{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"baR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"baS" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"baT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"baU" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"baV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access_txt = "4"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"baW" = (
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = -23
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"baX" = (
+/obj/structure/chair/comfy/brown,
+/obj/effect/landmark/start{
+ name = "Detective"
+ },
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"baY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"baZ" = (
+/obj/machinery/status_display{
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bba" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bbb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"bbc" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbg" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbh" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bbi" = (
+/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/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bbj" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/reset,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bbk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bbl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"bbm" = (
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bbn" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bbo" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bbp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bbq" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bbr" = (
+/obj/machinery/camera{
+ c_tag = "Locker Room South";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"bbs" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"bbt" = (
+/obj/structure/closet/crate,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bbu" = (
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 1;
+ name = "Captain's Office APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bbv" = (
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/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/carpet,
+/area/crew_quarters/captain)
+"bbw" = (
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bbx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Diner"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"bby" = (
+/obj/structure/sign/barsign,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"bbz" = (
+/turf/open/floor/plasteel/white/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bbA" = (
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 2";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bbB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Hydroponics";
+ req_access_txt = "35"
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bbC" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bbD" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/library)
+"bbE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/library)
+"bbF" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/chapel/main)
+"bbG" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"bbH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bbI" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Vacant Office A APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/security/vacantoffice{
+ name = "Vacant Office A"
+ })
+"bbJ" = (
+/obj/structure/disposalpipe/segment,
+/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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bbL" = (
+/obj/machinery/door/airlock{
+ name = "Unit 2"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bbM" = (
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bbN" = (
+/obj/machinery/washing_machine,
+/obj/machinery/light,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/locker)
+"bbO" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/locker)
+"bbP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bbQ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_x = 3
+ },
+/obj/item/weapon/lighter,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bbR" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bbS" = (
+/obj/structure/closet/crate,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bbT" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bbU" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Detective Maintenance";
+ req_access_txt = "4"
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"bbV" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbW" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "heads_meeting";
+ layer = 2.9;
+ name = "privacy shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge/meeting_room)
+"bbX" = (
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bbY" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bbZ" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bca" = (
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bcb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcc" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bcd" = (
+/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/wood,
+/area/bridge/meeting_room)
+"bce" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/quarantine,
+/obj/machinery/camera/motion{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bcf" = (
+/obj/machinery/holopad,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bcg" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/freeform,
+/obj/structure/sign/kiddieplaque{
+ pixel_x = 32
+ },
+/obj/machinery/camera/motion{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bch" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bci" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bck" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcl" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/maintenance/disposal)
+"bcm" = (
+/obj/structure/chair/comfy/brown{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bcn" = (
+/obj/structure/displaycase/captain,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bco" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Dorm";
+ location = "HOP2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcp" = (
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ icon_state = "direction_evac";
+ pixel_x = 32;
+ pixel_y = 28
+ },
+/obj/structure/sign/directions/security{
+ dir = 1;
+ icon_state = "direction_sec";
+ pixel_x = 32;
+ pixel_y = 36
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcq" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcr" = (
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcs" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bct" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bcu" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bcv" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/locker)
+"bcx" = (
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 5";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bcy" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/corner{
+ dir = 4
+ },
+/area/hallway/secondary/exit)
+"bcz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bcA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bcB" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bcC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bcD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"bcE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bcF" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bcG" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bcH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/cigarettes,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bcI" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bcJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/closet/crate/freezer,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bcK" = (
+/obj/structure/rack{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bcL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bcM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bcN" = (
+/obj/item/weapon/folder/blue,
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bcO" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bcP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bcQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bcR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bcS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bcT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"bcU" = (
+/obj/item/stack/tile/plasteel,
+/turf/open/space,
+/area/space/nearstation)
+"bcV" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/filingcabinet,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bcW" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "heads_meeting";
+ layer = 2.9;
+ name = "privacy shutters"
+ },
+/turf/open/floor/plating,
+/area/bridge/meeting_room)
+"bcY" = (
+/obj/item/weapon/hand_labeler,
+/obj/item/device/assembly/timer,
+/obj/structure/table,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bcZ" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Command)";
+ pixel_x = 0
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bda" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bdb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/hallway/primary/starboard)
+"bdc" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white/corner{
+ dir = 2
+ },
+/area/hallway/primary/starboard)
+"bdd" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bde" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bdf" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bdg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"bdh" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"bdi" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bdj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bdk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bdl" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdm" = (
+/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,
+/area/hallway/primary/starboard)
+"bdn" = (
+/obj/machinery/camera{
+ c_tag = "Central Hallway East";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bdo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bds" = (
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 4";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdv" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=HOP2";
+ location = "Stbd"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdw" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bdx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bdy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bdz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bdA" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Cargo Escape Airlock"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"bdB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ sortType = 1
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bdF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bdG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bdJ" = (
+/obj/machinery/door/airlock{
+ name = "Unit 3"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bdK" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bdL" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/item/clothing/suit/ianshirt,
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdM" = (
+/obj/item/latexballon,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdN" = (
+/obj/machinery/door/airlock/medical{
+ name = "Morgue";
+ req_access_txt = "6"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bdO" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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,
+/area/maintenance/asmaint)
+"bdP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/assembly/chargebay)
+"bdQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/disposal)
+"bdR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdS" = (
+/obj/structure/closet/crate/internals,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bdT" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Disposal APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bdU" = (
+/obj/structure/closet/crate/medical,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bdV" = (
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bdW" = (
+/obj/item/clothing/gloves/color/rainbow,
+/obj/item/clothing/head/soft/rainbow,
+/obj/item/clothing/shoes/sneakers/rainbow,
+/obj/item/clothing/under/color/rainbow,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdX" = (
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/structure/table,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bdY" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room)
+"bdZ" = (
+/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/plating,
+/area/maintenance/port)
+"bea" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"beb" = (
+/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"
+ },
+/obj/structure/window/reinforced,
+/obj/item/weapon/aiModule/core/full/corp,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/aiModule/core/full/custom,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bec" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bed" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Upload APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"bee" = (
+/obj/machinery/computer/upload/ai,
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = -21
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"bef" = (
+/obj/machinery/computer/upload/borg,
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_y = -29
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"beg" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/oxygen,
+/obj/item/weapon/aiModule/zeroth/oneHuman,
+/obj/machinery/door/window{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "High-Risk Modules";
+ req_access_txt = "20"
+ },
+/obj/item/weapon/aiModule/reset/purge,
+/obj/structure/window/reinforced,
+/obj/item/weapon/aiModule/core/full/antimov,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/aiModule/supplied/protectStation,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"beh" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"bei" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bej" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bek" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bel" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bem" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ben" = (
+/obj/structure/table/wood,
+/obj/machinery/camera{
+ c_tag = "Captain's Office";
+ dir = 8
+ },
+/obj/item/weapon/storage/lockbox/medal{
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"beo" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Stbd";
+ location = "HOP"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bep" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"beq" = (
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ icon_state = "direction_med";
+ pixel_x = 32;
+ pixel_y = -24
+ },
+/obj/structure/sign/directions/science{
+ dir = 4;
+ icon_state = "direction_sci";
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_x = 32;
+ pixel_y = -40
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ber" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bes" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/starboard)
+"bet" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/hallway/primary/starboard)
+"beu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 0
+ },
+/area/hallway/primary/starboard)
+"bev" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/starboard)
+"bew" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/port)
+"bex" = (
+/obj/machinery/button/door{
+ id = "qm_warehouse";
+ name = "Warehouse Door Control";
+ pixel_x = -1;
+ pixel_y = -24;
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bey" = (
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
+ },
+/area/hallway/primary/starboard)
+"bez" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"beA" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"beB" = (
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 3";
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"beC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"beD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"beE" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"beF" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"beG" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/secondary/exit)
+"beH" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/escape{
+ dir = 2
+ },
+/area/hallway/secondary/exit)
+"beI" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 2
+ },
+/area/hallway/secondary/exit)
+"beJ" = (
+/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/plasteel/white/corner{
+ dir = 8
+ },
+/area/hallway/secondary/exit)
+"beK" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Port Docking Bay 4";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"beL" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Port Docking Bay 3";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"beM" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"beN" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"beO" = (
+/turf/closed/wall,
+/area/maintenance/disposal)
+"beP" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"beQ" = (
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"beR" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/machinery/recycler,
+/obj/structure/sign/securearea{
+ name = "\improper STAY CLEAR HEAVY MACHINERY";
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"beS" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"beT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/disposal)
+"beU" = (
+/obj/machinery/conveyor{
+ dir = 6;
+ id = "garbage";
+ verted = -1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"beV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/office)
+"beW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/filingcabinet/filingcabinet,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"beX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"beY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"beZ" = (
+/obj/machinery/mineral/stacking_unit_console{
+ dir = 2;
+ machinedir = 8
+ },
+/turf/closed/wall,
+/area/maintenance/disposal)
+"bfa" = (
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bfb" = (
+/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/landmark/event_spawn,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"bfc" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Locker Room APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/locker)
+"bfd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bfe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bff" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bfg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/stack/sheet/cardboard,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bfh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bfi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bfj" = (
+/obj/structure/disposalpipe/trunk,
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bfk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Cargo Bay APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bfl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bfm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bfn" = (
+/obj/machinery/disposal/deliveryChute{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bfo" = (
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bfp" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Bridge";
+ departmentType = 5;
+ name = "Bridge RC";
+ pixel_y = -30
+ },
+/obj/machinery/light,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bfq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bfr" = (
+/obj/structure/noticeboard{
+ dir = 8;
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bfs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bft" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bfu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bfv" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bfw" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bfx" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bfy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bfz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bfA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/hand_tele,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bfB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/stamp/captain,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bfC" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bfD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bfE" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pinpointer,
+/obj/item/weapon/disk/nuclear,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 35;
+ pixel_y = 5
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bfF" = (
+/turf/closed/wall,
+/area/medical/chemistry)
+"bfG" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bfH" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/medbay)
+"bfI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bfJ" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bfK" = (
+/turf/closed/wall,
+/area/security/checkpoint/medical)
+"bfL" = (
+/turf/closed/wall,
+/area/medical/morgue)
+"bfM" = (
+/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/port)
+"bfN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bfO" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bfP" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Starboard Primary Hallway APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bfQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bfR" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bfS" = (
+/turf/closed/wall,
+/area/storage/emergency)
+"bfT" = (
+/turf/closed/wall,
+/area/assembly/chargebay)
+"bfU" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bfV" = (
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"bfW" = (
+/turf/open/floor/plasteel/purple/side{
+ dir = 10
+ },
+/area/hallway/primary/starboard)
+"bfX" = (
+/turf/open/floor/plasteel/purple/side{
+ dir = 2
+ },
+/area/hallway/primary/starboard)
+"bfY" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 2
+ },
+/area/hallway/primary/starboard)
+"bfZ" = (
+/obj/structure/sign/securearea{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 2
+ },
+/area/hallway/primary/starboard)
+"bga" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/purple/side{
+ dir = 2
+ },
+/area/hallway/primary/starboard)
+"bgb" = (
+/turf/open/floor/plasteel/purple/side{
+ dir = 6
+ },
+/area/hallway/primary/starboard)
+"bgc" = (
+/turf/closed/wall/r_wall,
+/area/toxins/lab)
+"bgd" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/escape{
+ dir = 2
+ },
+/area/hallway/secondary/exit)
+"bge" = (
+/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/plasteel/escape{
+ dir = 10
+ },
+/area/hallway/secondary/exit)
+"bgf" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bgg" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"bgh" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"bgi" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Bay 3 & 4";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"bgj" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bgk" = (
+/obj/machinery/conveyor{
+ dir = 5;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bgl" = (
+/obj/machinery/conveyor{
+ dir = 10;
+ id = "garbage";
+ verted = -1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bgm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bgn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bgo" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Mech Bay APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bgp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bgr" = (
+/obj/machinery/door/airlock{
+ name = "Unit 4"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bgs" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bgt" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bgu" = (
+/obj/machinery/button/door{
+ id = "qm_warehouse";
+ name = "Warehouse Door Control";
+ pixel_x = -1;
+ pixel_y = 24;
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bgv" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/quartermaster/office)
+"bgw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bgx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/port)
+"bgy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/port)
+"bgz" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bgA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"bgB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"bgC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/quartermaster/office)
+"bgD" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "packageSort2"
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Delivery Office";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"bgE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bgF" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bgG" = (
+/obj/machinery/camera{
+ c_tag = "Central Hallway West";
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bgH" = (
+/obj/machinery/door/window/eastright{
+ dir = 1;
+ name = "Bridge Delivery";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room)
+"bgI" = (
+/obj/machinery/computer/slot_machine,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bgJ" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bgK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bgL" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bgM" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bgN" = (
+/turf/open/floor/plasteel/black,
+/area/engine/gravity_generator)
+"bgO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bgP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bgQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 2
+ },
+/area/medical/medbay)
+"bgR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bgS" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Captain's Desk";
+ departmentType = 5;
+ name = "Captain RC";
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/structure/filingcabinet,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bgT" = (
+/obj/machinery/computer/communications,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bgU" = (
+/obj/structure/chair/comfy/brown{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bgV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/coin/plasma,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bgW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bgX" = (
+/obj/structure/table/wood,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/item/device/camera,
+/obj/item/weapon/storage/photo_album{
+ pixel_y = -10
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bgY" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bgZ" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Chemistry APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/mob/living/simple_animal/bot/cleanbot{
+ name = "C.L.E.A.N."
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bha" = (
+/obj/structure/closet/secure_closet/chemical,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bhb" = (
+/obj/machinery/chem_dispenser,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 1
+ },
+/area/medical/chemistry)
+"bhc" = (
+/obj/machinery/camera{
+ c_tag = "Chemistry";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/chem_heater,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bhd" = (
+/obj/machinery/chem_master,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 5
+ },
+/area/medical/chemistry)
+"bhe" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bhf" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bhg" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 2
+ },
+/area/medical/medbay)
+"bhh" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bhi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"bhj" = (
+/obj/machinery/camera{
+ c_tag = "Security Post - Medbay";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
+"bhk" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/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/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/medical)
+"bhl" = (
+/obj/structure/filingcabinet,
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/medical)
+"bhm" = (
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhn" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bho" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhp" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Morgue APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhq" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhr" = (
+/obj/machinery/door/airlock{
+ name = "Starboard Emergency Storage";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
+"bhs" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"bht" = (
+/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,
+/area/assembly/chargebay)
+"bhu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "Skynet_launch";
+ name = "mech bay"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bhv" = (
+/obj/machinery/computer/rdconsole/robotics,
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bhw" = (
+/obj/machinery/r_n_d/circuit_imprinter,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bhx" = (
+/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,
+/obj/machinery/requests_console{
+ department = "Robotics";
+ departmentType = 2;
+ name = "Robotics RC";
+ pixel_y = 30
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bhy" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics";
+ name = "robotics lab shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bhz" = (
+/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/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"
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bhA" = (
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhB" = (
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 2;
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhC" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rnd";
+ name = "research lab shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/lab)
+"bhD" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/southright{
+ name = "Research and Development Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rnd";
+ name = "research lab shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/lab)
+"bhE" = (
+/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,
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bhF" = (
+/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{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bhG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"bhH" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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/asmaint2)
+"bhI" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bhJ" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 2
+ },
+/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/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bhK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bhL" = (
+/obj/machinery/mineral/stacking_machine{
+ input_dir = 1;
+ stack_amt = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bhM" = (
+/obj/structure/cable{
+ d1 = 2;
+ 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 = 6
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bhN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bhO" = (
+/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{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bhP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bhQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet)
+"bhR" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window{
+ icon_state = "window";
+ dir = 1
+ },
+/obj/structure/window,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bhS" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bhT" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bhU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bhW" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "qm_warehouse";
+ name = "warehouse shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/quartermaster/storage)
+"bhX" = (
+/obj/structure/disposalpipe/wrapsortjunction{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"bhY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/quartermaster/storage)
+"bhZ" = (
+/obj/machinery/door/window/eastleft{
+ dir = 4;
+ icon_state = "right";
+ name = "Mail";
+ req_access_txt = "50"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bia" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bib" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bic" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bid" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bie" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=1";
+ dir = 1;
+ freq = 1400;
+ location = "Bridge"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room)
+"bif" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"big" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"bih" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"bii" = (
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"bij" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bik" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Command)";
+ pixel_x = -28
+ },
+/obj/machinery/suit_storage_unit/captain,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bil" = (
+/obj/machinery/computer/card,
+/obj/item/weapon/card/id/captains_spare,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bim" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/item/weapon/melee/chainofcommand,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bin" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bio" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9
+ },
+/obj/machinery/requests_console{
+ department = "Chemistry";
+ departmentType = 2;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bip" = (
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"biq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bir" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastright{
+ dir = 8;
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bis" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 4
+ },
+/area/medical/chemistry)
+"bit" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/quartermaster/office)
+"biw" = (
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"bix" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start/depsec/medical,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/medical)
+"biy" = (
+/obj/machinery/computer/secure_data,
+/obj/item/device/radio/intercom{
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"biz" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"biA" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"biB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"biC" = (
+/turf/open/floor/plating,
+/area/storage/emergency)
+"biD" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/storage/emergency)
+"biE" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating,
+/area/storage/emergency)
+"biF" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ sortType = 2
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"biG" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"biH" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "Skynet_launch";
+ name = "Mech Bay Door Control";
+ pixel_x = 6;
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"biI" = (
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"biJ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"biK" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Robotics Lab APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"biL" = (
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"biM" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"biN" = (
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/assembly/robotics)
+"biO" = (
+/obj/machinery/camera{
+ c_tag = "Robotics Lab";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "robotics";
+ name = "Shutters Control Button";
+ pixel_x = 6;
+ pixel_y = 24;
+ req_access_txt = "29"
+ },
+/turf/open/floor/plasteel/whitered/corner{
+ dir = 4
+ },
+/area/assembly/robotics)
+"biP" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/assembly/robotics)
+"biQ" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/assembly/robotics)
+"biR" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biS" = (
+/obj/machinery/camera{
+ c_tag = "Research Division Access";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"biU" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/lab)
+"biV" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/lab)
+"biW" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"biX" = (
+/obj/machinery/camera{
+ c_tag = "Research and Development";
+ dir = 2;
+ network = list("SS13","RD");
+ pixel_x = 22
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "rnd";
+ name = "Shutters Control Button";
+ pixel_x = -6;
+ pixel_y = 24;
+ req_access_txt = "47"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/lab)
+"biY" = (
+/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,
+/area/maintenance/asmaint2)
+"biZ" = (
+/obj/machinery/computer/shuttle/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"bja" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bjb" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "garbage"
+ },
+/obj/structure/sign/vacuum{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bjc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bjd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bje" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bjf" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Disposal Access";
+ req_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bjg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bjh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/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/port)
+"bji" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bjj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bjk" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bjl" = (
+/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/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bjm" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bjn" = (
+/obj/structure/table,
+/obj/item/clothing/head/soft,
+/obj/item/clothing/head/soft,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bjo" = (
+/obj/machinery/camera{
+ c_tag = "Cargo Bay North"
+ },
+/obj/structure/closet/wardrobe/cargotech,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bjp" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bjq" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = 30
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bjr" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bjs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Office";
+ req_access_txt = "50"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bjt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bju" = (
+/obj/machinery/photocopier,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bjv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bjw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bjx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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)
+"bjy" = (
+/obj/machinery/camera{
+ c_tag = "Gravity Generator Room";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/gravity_generator)
+"bjz" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/maintcentral)
+"bjA" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bjB" = (
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bjC" = (
+/obj/structure/closet/wardrobe/black,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bjD" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Bridge Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bjE" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room)
+"bjF" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bjG" = (
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Captain's Desk Door";
+ req_access_txt = "20"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bjH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bjI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bjJ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bjK" = (
+/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/plasteel/white,
+/area/medical/chemistry)
+"bjL" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bjM" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"bjN" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"bjO" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bjP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bjQ" = (
+/obj/machinery/smartfridge/chemistry,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bjR" = (
+/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{
+ dir = 4
+ },
+/area/medical/chemistry)
+"bjS" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bjT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 2
+ },
+/area/medical/medbay)
+"bjU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 2
+ },
+/area/medical/medbay)
+"bjV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 2
+ },
+/area/medical/medbay)
+"bjW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bjX" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/medical)
+"bjY" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"bjZ" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bka" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bkb" = (
+/obj/machinery/camera{
+ c_tag = "Medbay Morgue";
+ 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/black,
+/area/medical/morgue)
+"bkc" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/storage/emergency)
+"bkd" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/storage/emergency)
+"bke" = (
+/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)
+"bkf" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/storage/emergency)
+"bkg" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"bkh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"bki" = (
+/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,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bkj" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bkk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bkl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Robotics Lab";
+ req_access_txt = "29"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bkm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bkn" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ pixel_y = 27
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bko" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/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/head/welding{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/item/clothing/glasses/welding,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bkp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bkq" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bkr" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bks" = (
+/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)
+"bkt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bku" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bkv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bkw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bkx" = (
+/obj/machinery/status_display{
+ density = 0;
+ pixel_y = 2;
+ supply_display = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/quartermaster/office)
+"bky" = (
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"bkz" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "garbage";
+ layer = 2.5
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Disposal Exit";
+ layer = 3;
+ name = "disposal exit vent"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bkA" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bkB" = (
+/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";
+ pixel_x = -26;
+ pixel_y = -6
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bkC" = (
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/light_switch{
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bkD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bkE" = (
+/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/r_wall,
+/area/maintenance/port)
+"bkF" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/port)
+"bkG" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Bay Maintenance";
+ req_access_txt = "31"
+ },
+/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/quartermaster/storage)
+"bkH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bkI" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/gravity_generator)
+"bkJ" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bkK" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bkL" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/chem_heater,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bkM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bkN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bkO" = (
+/obj/machinery/light_switch{
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/obj/item/device/radio/off,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/medical)
+"bkP" = (
+/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/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bkT" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bkU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"bkW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bkX" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Conference Room APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/bridge/meeting_room)
+"bkY" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bkZ" = (
+/obj/machinery/gravity_generator/main/station,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"bla" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/black,
+/area/medical/morgue)
+"blb" = (
+/obj/machinery/door/airlock/command{
+ name = "Captain's Quarters";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"blc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"bld" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Captain's Office Maintenance";
+ req_access_txt = "20"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain)
+"ble" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"blf" = (
+/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/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"blg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Morgue Maintenance";
+ req_access_txt = "6"
+ },
+/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/medical/morgue)
+"blh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bli" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"blj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"blk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/medbay)
+"bll" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"blm" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/drinks/britcup{
+ desc = "Kingston's personal cup."
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bln" = (
+/obj/structure/table/reinforced,
+/obj/machinery/camera{
+ c_tag = "Medbay Foyer";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"blo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Starboard Emergency Storage APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
+"blp" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay Security APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/medical)
+"blq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ sortType = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"blr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bls" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"blt" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"blu" = (
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"blv" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"blw" = (
+/turf/open/floor/mech_bay_recharge_floor,
+/area/assembly/chargebay)
+"blx" = (
+/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/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bly" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/item/stack/cable_coil,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blz" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"blB" = (
+/obj/machinery/mecha_part_fabricator,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"blE" = (
+/obj/machinery/ai_status_display{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/structure/table,
+/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,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"blF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blG" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blH" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"blI" = (
+/obj/machinery/r_n_d/destructive_analyzer,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"blJ" = (
+/obj/machinery/r_n_d/protolathe,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"blK" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"blL" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"blM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"blN" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"blO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"blP" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"blQ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"blR" = (
+/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/cigbutt,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"blS" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/mass_driver{
+ id = "trash"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"blT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"blU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"blV" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"blW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"blX" = (
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 1;
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"blY" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"blZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bma" = (
+/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/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bmb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bmc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bmd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bme" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bmf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/office)
+"bmg" = (
+/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)
+"bmh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bmi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bmj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bmk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Delivery Office";
+ req_access_txt = "50"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bml" = (
+/obj/machinery/mineral/ore_redemption{
+ input_dir = 8;
+ output_dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/office)
+"bmm" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bmn" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bmo" = (
+/turf/closed/wall,
+/area/crew_quarters/heads)
+"bmp" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral)
+"bmq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/heads)
+"bmr" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"bms" = (
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/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/wood,
+/area/crew_quarters/heads)
+"bmt" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/office)
+"bmu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bmv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/gravity_generator)
+"bmw" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/gravity_generator)
+"bmx" = (
+/turf/closed/wall,
+/area/crew_quarters/captain)
+"bmy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bmz" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/dresser,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bmA" = (
+/obj/machinery/door/airlock{
+ name = "Private Restroom";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"bmB" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bmC" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"bmD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain)
+"bmE" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bmF" = (
+/obj/structure/table/glass,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/random,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bmG" = (
+/obj/machinery/chem_dispenser,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 2
+ },
+/area/medical/chemistry)
+"bmH" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Bay";
+ req_access_txt = "31"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bmI" = (
+/obj/machinery/chem_master,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 6
+ },
+/area/medical/chemistry)
+"bmJ" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ freerange = 0;
+ frequency = 1485;
+ listening = 0;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/machinery/light,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bmK" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bmL" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/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/white,
+/area/medical/medbay)
+"bmM" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bmN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/medical)
+"bmO" = (
+/obj/structure/closet,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/medical)
+"bmP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bmQ" = (
+/obj/item/weapon/stamp{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp/denied{
+ pixel_x = 4;
+ pixel_y = -2
+ },
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bmR" = (
+/obj/structure/table,
+/obj/item/weapon/paper/morguereminder{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bmS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bmT" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bmU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"bmV" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/medical{
+ name = "Morgue";
+ req_access_txt = "6;5"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bmW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/medical/morgue)
+"bmX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"bmY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/morgue)
+"bmZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"bna" = (
+/obj/structure/disposalpipe/segment,
+/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/maintenance/asmaint)
+"bnb" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Mech Bay";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bnc" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/assembly/chargebay)
+"bnd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bne" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bnf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bng" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bnh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bni" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bnj" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bnk" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bnl" = (
+/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/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/weapon/stock_parts/scanning_module{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/scanning_module,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Research Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bnm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bnn" = (
+/obj/machinery/computer/rdconsole/core,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"bno" = (
+/obj/machinery/r_n_d/circuit_imprinter,
+/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"bnp" = (
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"bnq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/toxins/lab)
+"bnr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/toxins/lab)
+"bns" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"bnt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bnu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"bnv" = (
+/obj/machinery/door/poddoor{
+ id = "trash";
+ name = "disposal bay door"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"bnw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bnx" = (
+/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 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bny" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bnz" = (
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bnA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 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,
+/area/quartermaster/office)
+"bnB" = (
+/obj/structure/closet/wardrobe/chemistry_white,
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnC" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/chemistry,
+/obj/item/weapon/book/manual/wiki/chemistry{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnE" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bnF" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bnG" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/pen/red,
+/obj/structure/table,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bnH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bnI" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bnJ" = (
+/obj/machinery/firealarm{
+ pixel_y = 27
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bnK" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"bnL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"bnM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bnN" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/hallway/primary/central)
+"bnO" = (
+/obj/structure/table,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/weapon/hand_labeler,
+/obj/item/stack/packageWrap,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bnP" = (
+/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"
+ },
+/obj/machinery/button/door{
+ id = "hopqueue";
+ name = "Queue Shutters Control";
+ pixel_x = -4;
+ pixel_y = 25;
+ req_access_txt = "28"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -4;
+ pixel_y = 36
+ },
+/obj/machinery/pdapainter,
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/crew_quarters/heads)
+"bnQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/bed/dogbed{
+ anchored = 1;
+ desc = "Ian's bed! Looks comfy.";
+ name = "Ian's bed"
+ },
+/mob/living/simple_animal/pet/dog/corgi/Ian{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bnR" = (
+/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/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bnS" = (
+/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/crew_quarters/heads)
+"bnT" = (
+/obj/structure/grille,
+/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{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"bnU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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)
+"bnV" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"bnW" = (
+/obj/structure/grille,
+/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/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"bnX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bnY" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/captain,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bnZ" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"boa" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"bob" = (
+/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
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"boc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bod" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/device/radio/headset/headset_med,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"boe" = (
+/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,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bof" = (
+/turf/closed/wall,
+/area/medical/medbay)
+"bog" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay)
+"boh" = (
+/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,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"boi" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"boj" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = 30;
+ pixel_y = 0;
+ pixel_z = 0
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bok" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/security/checkpoint/medical)
+"bol" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bom" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bon" = (
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"boo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bop" = (
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"boq" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/medbay)
+"bor" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"bos" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bot" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bou" = (
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bov" = (
+/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/stock_parts/cell/high/plus,
+/obj/item/weapon/stock_parts/cell/high/plus{
+ pixel_x = 5;
+ pixel_y = -5
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bow" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/preopen{
+ id = "Biohazard";
+ name = "biohazard containment door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"box" = (
+/turf/closed/wall,
+/area/assembly/robotics)
+"boy" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/preopen{
+ id = "Biohazard";
+ name = "biohazard containment door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"boz" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/preopen{
+ id = "Biohazard";
+ name = "biohazard containment door"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"boA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"boB" = (
+/turf/closed/wall,
+/area/toxins/lab)
+"boC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/assembly/chargebay)
+"boD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"boE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"boF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"boG" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"boH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/asmaint2)
+"boI" = (
+/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/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"boJ" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "QMLoad2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"boK" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"boL" = (
+/obj/structure/disposalpipe/segment,
+/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 = 9
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"boM" = (
+/turf/open/floor/plasteel/white/corner{
+ dir = 2
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"boN" = (
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1
+ },
+/area/quartermaster/office)
+"boO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"boP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"boQ" = (
+/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/white,
+/area/toxins/lab)
+"boR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"boS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westleft{
+ name = "Cargo Desk";
+ req_access_txt = "50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"boT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"boU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"boV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"boW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopqueue";
+ name = "HoP Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"boZ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/northleft{
+ dir = 8;
+ icon_state = "left";
+ name = "Reception Window";
+ req_access_txt = "0"
+ },
+/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/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/flasher{
+ id = "hopflash";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hop";
+ layer = 2.9;
+ name = "Privacy Shutters"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bpa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bpb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bpc" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"bpd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bpe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bpf" = (
+/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/plasteel,
+/area/crew_quarters/heads)
+"bpg" = (
+/obj/structure/chair/office/light,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bph" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bpi" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bpj" = (
+/obj/structure/chair/comfy/brown{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Captain's Quarters";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bpk" = (
+/obj/structure/closet/secure_closet/captains,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bpl" = (
+/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/carpet,
+/area/crew_quarters/captain)
+"bpm" = (
+/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)
+"bpn" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bpo" = (
+/obj/structure/disposalpipe/segment,
+/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/white,
+/area/toxins/lab)
+"bpp" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Research Division Delivery";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"bpq" = (
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = -23
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bpr" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "Research Division"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"bps" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/storage)
+"bpt" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/obj/item/stack/packageWrap,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bpu" = (
+/obj/structure/bed/roller,
+/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/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpv" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Medbay Reception";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpw" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/medbay)
+"bpx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bpA" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bpB" = (
+/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/plasteel,
+/area/quartermaster/office)
+"bpC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bpD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Chemistry Lab";
+ req_access_txt = "5; 33"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bpE" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/genetics)
+"bpF" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/southleft{
+ dir = 1;
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bpG" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Genetics APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bpH" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/device/radio/headset/headset_medsci,
+/obj/machinery/requests_console{
+ department = "Genetics";
+ departmentType = 0;
+ name = "Genetics Requests Console";
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/obj/item/weapon/storage/pill_bottle/mutadone,
+/obj/item/weapon/storage/pill_bottle/mannitol,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bpI" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 5
+ },
+/area/medical/genetics)
+"bpJ" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bpK" = (
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"bpL" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"bpM" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bpN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bpQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 14
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bpR" = (
+/obj/structure/table,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bpS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bpT" = (
+/obj/structure/table,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bpU" = (
+/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,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bpV" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Mech Bay Maintenance";
+ req_access_txt = "29"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bpW" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics2";
+ name = "robotics lab shutters"
+ },
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics2";
+ name = "robotics lab shutters"
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bpX" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bpY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel,
+/area/assembly/chargebay)
+"bpZ" = (
+/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,
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bqa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bqb" = (
+/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/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bqc" = (
+/obj/structure/table,
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 2
+ },
+/area/assembly/robotics)
+"bqd" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/razor,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
+ },
+/area/assembly/robotics)
+"bqe" = (
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"bqf" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rnd2";
+ name = "research lab shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bqg" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bqh" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bqi" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2"
+ },
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor2";
+ name = "supply dock loading door"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bqj" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bqk" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rnd2";
+ name = "research lab shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/lab)
+"bql" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bqm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bqn" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bqo" = (
+/obj/machinery/autolathe,
+/obj/machinery/light_switch{
+ pixel_x = -27
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bqp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"bqq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bqr" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bqs" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bqt" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bqu" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bqv" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bqw" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bqx" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hop";
+ layer = 2.9;
+ name = "Privacy Shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"bqy" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bqz" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bqA" = (
+/obj/machinery/computer/card,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/crew_quarters/heads)
+"bqB" = (
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"bqC" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/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/crew_quarters/heads)
+"bqD" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Gravity Generator APC";
+ pixel_x = -25;
+ pixel_y = 1
+ },
+/obj/structure/table,
+/obj/item/weapon/paper/gravity_gen{
+ layer = 3
+ },
+/obj/item/weapon/pen/blue,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -35
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bqE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bqF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bqG" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bqH" = (
+/turf/closed/wall/r_wall,
+/area/teleporter)
+"bqI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/teleporter)
+"bqJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/teleporter)
+"bqK" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Teleporter Maintenance";
+ req_access_txt = "17"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/teleporter)
+"bqL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bqM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bqN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bqO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/whiteyellow/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bqP" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqR" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ dir = 4
+ },
+/area/medical/medbay)
+"bqS" = (
+/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/plasteel/whiteyellow/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bqT" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 1
+ },
+/area/medical/medbay)
+"bqU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay West";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqV" = (
+/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/plasteel/whiteyellow/corner{
+ dir = 1
+ },
+/area/medical/medbay)
+"bqW" = (
+/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)
+"bqX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqY" = (
+/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/white,
+/area/medical/medbay)
+"bqZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bra" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/rxglasses,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"brb" = (
+/obj/machinery/computer/scan_consolenew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
+ },
+/area/medical/genetics)
+"brc" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"brd" = (
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"bre" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"brf" = (
+/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/plasteel/white,
+/area/medical/medbay)
+"brg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 2
+ },
+/area/medical/medbay)
+"bri" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 2
+ },
+/area/medical/medbay)
+"brj" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
+ },
+/area/medical/medbay)
+"brk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"brl" = (
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"brm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"brn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ })
+"bro" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 10
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"brp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brq" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "robotics2";
+ name = "Shutters Control Button";
+ pixel_x = 24;
+ pixel_y = -24;
+ req_access_txt = "29"
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"brr" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/explab)
+"brs" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Robotics Desk";
+ req_access_txt = "29"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics2";
+ name = "robotics lab shutters"
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"brt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bru" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"brv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/toxins/explab)
+"brw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"brx" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rnd2";
+ name = "research lab shutters"
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/toxins/lab)
+"bry" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Experimentation Lab Maintenance";
+ req_access_txt = "7"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/explab)
+"brz" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/machinery/camera{
+ c_tag = "Experimentor Lab";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/obj/item/weapon/hand_labeler,
+/obj/item/stack/packageWrap,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/toxins/explab)
+"brA" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 2
+ },
+/area/toxins/explab)
+"brB" = (
+/obj/structure/closet/l3closet/scientist,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/toxins/explab)
+"brC" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/item/device/radio/off,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/toxins/explab)
+"brD" = (
+/obj/structure/closet/emcloset{
+ pixel_x = -2
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
+ },
+/area/toxins/explab)
+"brE" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"brF" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"brG" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"brH" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"brI" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"brJ" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"brK" = (
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"brL" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"brM" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "QM #1"
+ },
+/obj/effect/turf_decal/bot,
+/mob/living/simple_animal/bot/mulebot{
+ beacon_freq = 1400;
+ home_destination = "QM #1";
+ suffix = "#1"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"brN" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"brO" = (
+/obj/structure/table,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/item/device/multitool,
+/obj/machinery/camera{
+ c_tag = "Cargo Office";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"brP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"brQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"brR" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"brS" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"brT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"brU" = (
+/obj/structure/grille,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = -32
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hop";
+ layer = 2.9;
+ name = "Privacy Shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"brV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"brW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"brX" = (
+/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/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brZ" = (
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bsa" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bsb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bsc" = (
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bsd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bse" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bsf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bsg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bsh" = (
+/turf/closed/wall,
+/area/teleporter)
+"bsi" = (
+/obj/structure/table,
+/obj/item/weapon/hand_tele,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bsj" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 1
+ },
+/obj/structure/table,
+/obj/item/device/radio/beacon,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bsk" = (
+/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,
+/area/teleporter)
+"bsl" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/obj/structure/closet/crate,
+/obj/item/weapon/crowbar,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bsm" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bsn" = (
+/obj/machinery/camera{
+ c_tag = "Teleporter"
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bso" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bsp" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bsq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bsr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bss" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bst" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay East";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bsu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "GeneticsDoor";
+ name = "Genetics";
+ req_access_txt = "5; 68"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsw" = (
+/obj/machinery/door/airlock/research{
+ name = "Robotics Lab";
+ req_access_txt = "29";
+ req_one_access_txt = "0"
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bsx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bsy" = (
+/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/plasteel/white,
+/area/medical/medbay)
+"bsz" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsA" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsB" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"bsC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Experimentation Lab";
+ req_access_txt = "7"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bsF" = (
+/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/white,
+/area/toxins/explab)
+"bsG" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bsH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"bsI" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Experimentation Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bsJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"bsK" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/disks{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsL" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/asmaint2)
+"bsN" = (
+/obj/machinery/door/window/westleft{
+ name = "Monkey Pen";
+ req_access_txt = "9"
+ },
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"bsO" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar/large,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bsP" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bsQ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bsR" = (
+/obj/machinery/recharge_station,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bsS" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/assembly/robotics)
+"bsT" = (
+/obj/machinery/computer/operating{
+ name = "Robotics Operating Computer"
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bsU" = (
+/obj/structure/table/optable{
+ name = "Robotics Operating Table"
+ },
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"bsV" = (
+/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/quartermaster/office)
+"bsW" = (
+/obj/structure/closet/wardrobe/robotics_black,
+/obj/item/device/radio/headset/headset_sci{
+ pixel_x = -3
+ },
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bsX" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsY" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bsZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bta" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Research Division North";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bte" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 6
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"btf" = (
+/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/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"btg" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bth" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bti" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"btk" = (
+/obj/structure/closet/wardrobe/white,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btl" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btm" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 12
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bto" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btp" = (
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"btq" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"btr" = (
+/obj/machinery/camera{
+ c_tag = "Cargo Recieving Dock";
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = -8
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bts" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "QM #2"
+ },
+/obj/effect/turf_decal/bot,
+/mob/living/simple_animal/bot/mulebot{
+ home_destination = "QM #2";
+ suffix = "#2"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"btt" = (
+/obj/structure/table,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/item/weapon/folder/yellow,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"btu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"btv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"btw" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"btx" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/preopen{
+ id = "Biohazard";
+ name = "biohazard containment door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bty" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"btz" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"btA" = (
+/obj/machinery/camera{
+ c_tag = "Research Division West";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btB" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/crew_quarters/heads)
+"btC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"btD" = (
+/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)
+"btE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"btF" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Gravity Generator";
+ req_access_txt = "11"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/gravity_generator)
+"btG" = (
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"btH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btI" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Teleporter APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/bluespace_beacon,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btK" = (
+/obj/machinery/holopad,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Teleport Access";
+ req_access_txt = "17"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"btN" = (
+/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/plasteel,
+/area/teleporter)
+"btO" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"btP" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 10
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"btR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"btS" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"btU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"btW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"btX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"btY" = (
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/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/explab)
+"btZ" = (
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bua" = (
+/turf/closed/wall,
+/area/medical/genetics)
+"bub" = (
+/obj/machinery/light,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -35
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
+ },
+/area/quartermaster/storage)
+"buc" = (
+/obj/machinery/light,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Cargo Office APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 2
+ },
+/area/quartermaster/office)
+"bud" = (
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/quartermaster/office)
+"bue" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Personnel's Desk";
+ departmentType = 5;
+ name = "Head of Personnel RC";
+ pixel_y = -30
+ },
+/obj/machinery/camera{
+ c_tag = "Head of Personnel's Office";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"buf" = (
+/obj/machinery/computer/scan_consolenew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 5
+ },
+/area/medical/genetics)
+"bug" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buh" = (
+/turf/closed/wall/r_wall,
+/area/assembly/chargebay)
+"bui" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"buj" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics2";
+ name = "robotics lab shutters"
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"buk" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/sleeper)
+"bul" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bum" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bun" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bup" = (
+/obj/machinery/light,
+/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/medical/research{
+ name = "Research Division"
+ })
+"buq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"bur" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/white,
+/area/medical/genetics)
+"bus" = (
+/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/medical/research{
+ name = "Research Division"
+ })
+"but" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buu" = (
+/obj/structure/disposalpipe/segment,
+/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/explab)
+"buv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"buw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bux" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"buy" = (
+/obj/structure/disposalpipe/sortjunction{
+ sortType = 23
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buz" = (
+/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/plating,
+/area/maintenance/asmaint2)
+"buA" = (
+/obj/structure/frame/computer,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"buB" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "QMLoad"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"buC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"buD" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "QM #3"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"buE" = (
+/obj/structure/table,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"buF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"buG" = (
+/obj/machinery/door/airlock/research{
+ name = "Genetics Research";
+ req_access_txt = "9"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/white,
+/area/medical/genetics)
+"buH" = (
+/obj/machinery/door/airlock/research{
+ name = "Genetics Research Access";
+ req_access_txt = "47"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"buI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"buJ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"buK" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"buL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buM" = (
+/obj/machinery/keycard_auth{
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"buN" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"buO" = (
+/obj/structure/table,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/stamp/hop,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"buP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"buQ" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"buR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"buS" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Gravity Generator Foyer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"buT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"buU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/preopen{
+ id = "Biohazard";
+ name = "biohazard containment door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"buV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
+"buW" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"buX" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"buY" = (
+/obj/machinery/shieldwallgen,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"buZ" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"bva" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bvb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/sleeper)
+"bve" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvh" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"bvi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/sleeper)
+"bvj" = (
+/turf/closed/wall,
+/area/medical/sleeper)
+"bvk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bvl" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "";
+ name = "Surgery Observation";
+ req_access_txt = "0"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bvm" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bvn" = (
+/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
+ },
+/obj/structure/table,
+/obj/item/weapon/book/manual/medical_cloning{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvq" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvr" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvs" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
+ },
+/area/medical/genetics)
+"bvt" = (
+/obj/machinery/door/airlock/glass_research{
+ name = "Genetics Research";
+ req_access_txt = "5; 9; 68"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvu" = (
+/obj/structure/window/reinforced,
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"bvv" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"bvw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvx" = (
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvy" = (
+/obj/machinery/camera{
+ c_tag = "Genetics Research";
+ dir = 1;
+ network = list("SS13","RD");
+ pixel_x = 0
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"bvz" = (
+/obj/structure/disposalpipe/segment,
+/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/white,
+/area/medical/genetics)
+"bvA" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"bvB" = (
+/obj/machinery/camera{
+ c_tag = "Genetics Access";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint/science)
+"bvD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 6
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvF" = (
+/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/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/item/weapon/coin/silver,
+/turf/open/floor/plasteel/brown{
+ dir = 9
+ },
+/area/quartermaster/qm)
+"bvG" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bvH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvI" = (
+/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/plasteel,
+/area/quartermaster/miningdock)
+"bvJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"bvK" = (
+/turf/closed/wall,
+/area/crew_quarters/hor)
+"bvL" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/supply)
+"bvM" = (
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bvN" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bvO" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bvP" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bvQ" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bvR" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bvS" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad"
+ },
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor";
+ name = "supply dock loading door"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bvT" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bvU" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad"
+ },
+/obj/machinery/light,
+/obj/machinery/status_display{
+ density = 0;
+ pixel_y = -30;
+ supply_display = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bvV" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"bvW" = (
+/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)
+"bvX" = (
+/obj/machinery/camera{
+ c_tag = "Cargo Bay South";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bvY" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "QM #4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"bvZ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 6;
+ pixel_y = -5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bwa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bwb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bwc" = (
+/obj/structure/disposalpipe/segment,
+/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,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bwd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
+"bwe" = (
+/turf/closed/wall,
+/area/security/checkpoint/supply)
+"bwf" = (
+/obj/machinery/camera{
+ c_tag = "Cargo Bay Entrance";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bwg" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopqueue";
+ name = "HoP Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bwh" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/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/hallway/primary/central)
+"bwi" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/obj/structure/closet/secure_closet/hop,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/crew_quarters/heads)
+"bwj" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bwk" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bwl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bwm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bwn" = (
+/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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bwo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bwp" = (
+/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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bwq" = (
+/obj/machinery/teleport/station,
+/turf/open/floor/plating,
+/area/teleporter)
+"bwr" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plating,
+/area/teleporter)
+"bws" = (
+/obj/structure/rack,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plating,
+/area/teleporter)
+"bwt" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plating,
+/area/teleporter)
+"bwu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bwv" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "Medbay"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay)
+"bww" = (
+/obj/structure/chair,
+/obj/machinery/camera{
+ c_tag = "Surgery Observation"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bwx" = (
+/obj/machinery/door/window/eastleft{
+ name = "Medical Delivery";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay)
+"bwy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwz" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwA" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwB" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bwC" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bwD" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bwE" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bwF" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 7;
+ pixel_y = 1
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 7;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bwG" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/medical/sleeper)
+"bwH" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bwI" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bwJ" = (
+/obj/structure/table/glass,
+/obj/machinery/camera{
+ c_tag = "Medbay Cryogenics";
+ dir = 2;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bwK" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwL" = (
+/obj/machinery/camera{
+ c_tag = "Genetics Cloning";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/structure/table,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/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/genetics)
+"bwM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/science)
+"bwN" = (
+/obj/machinery/light_switch{
+ pixel_x = 8;
+ pixel_y = 28
+ },
+/obj/machinery/button/door{
+ id = "Biohazard";
+ name = "Biohazard Shutter Control";
+ pixel_x = -5;
+ pixel_y = 28;
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/science)
+"bwO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bwP" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"bwQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"bwR" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bwS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bwT" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Quartermaster";
+ req_access_txt = "41"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bwU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/quartermaster/qm)
+"bwV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bwW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bwX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ sortType = 3
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bwY" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"bwZ" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bxa" = (
+/obj/structure/chair,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bxb" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bxc" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bxd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxg" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bxh" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"bxi" = (
+/obj/machinery/computer/aifixer,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Research Director's Desk";
+ departmentType = 5;
+ name = "Research Director RC";
+ pixel_x = -2;
+ pixel_y = 30
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bxj" = (
+/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 = 2
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bxk" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bxl" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/aicore{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bxm" = (
+/obj/effect/landmark/xmastree/rdrod,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bxn" = (
+/turf/closed/wall,
+/area/toxins/explab)
+"bxo" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bxp" = (
+/obj/machinery/computer/rdconsole/experiment,
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/toxins/explab)
+"bxq" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/book/manual/experimentor,
+/turf/open/floor/plasteel/white/corner{
+ dir = 4
+ },
+/area/toxins/explab)
+"bxr" = (
+/obj/structure/closet/radiation,
+/turf/open/floor/plasteel/white/corner{
+ dir = 1
+ },
+/area/toxins/explab)
+"bxs" = (
+/obj/machinery/button/door{
+ id = "telelab";
+ name = "Test Chamber Blast Doors";
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"bxt" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bxu" = (
+/turf/closed/wall,
+/area/quartermaster/qm)
+"bxv" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start/depsec/science,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science)
+"bxw" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Quartermaster";
+ req_access_txt = "41"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bxx" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"bxy" = (
+/turf/closed/wall,
+/area/quartermaster/miningdock)
+"bxz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/quartermaster/miningdock)
+"bxA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bxB" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/supply)
+"bxC" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/supply)
+"bxD" = (
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/supply)
+"bxE" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/supply)
+"bxF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxG" = (
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bxH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bxI" = (
+/obj/machinery/ai_status_display,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bxJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bxK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bxL" = (
+/obj/machinery/camera{
+ c_tag = "Central Hallway South-East";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bxM" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"bxN" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bxO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bxP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bxQ" = (
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bxR" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bxS" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bxT" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bxU" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10;
+ pixel_x = 0;
+ initialize_directions = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bxV" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bxW" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Research Director";
+ req_access_txt = "30"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bxX" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bxY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bxZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bya" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"byb" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"byc" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel/brown{
+ dir = 2
+ },
+/area/quartermaster/qm)
+"byd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 2
+ },
+/area/quartermaster/qm)
+"bye" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"byf" = (
+/turf/closed/wall/r_wall,
+/area/toxins/server)
+"byg" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/stamp/qm{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 2
+ },
+/area/quartermaster/qm)
+"byh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Server Room";
+ req_access = null;
+ req_access_txt = "30"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"byi" = (
+/turf/closed/wall,
+/area/security/checkpoint/science)
+"byj" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/security/checkpoint/science)
+"byk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science)
+"byl" = (
+/obj/structure/table,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 2
+ },
+/area/quartermaster/qm)
+"bym" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"byn" = (
+/obj/structure/filingcabinet,
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 6
+ },
+/area/quartermaster/qm)
+"byo" = (
+/obj/structure/table,
+/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/cafeteria,
+/area/crew_quarters/hor)
+"byp" = (
+/obj/machinery/computer/robotics,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"byq" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Research Director"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"byr" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bys" = (
+/obj/structure/rack,
+/obj/item/device/aicard,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"byt" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/hor)
+"byu" = (
+/obj/structure/displaycase/labcage,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"byv" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "telelab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"byw" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "telelab";
+ name = "test chamber blast door"
+ },
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"byx" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"byy" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"byz" = (
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/qm)
+"byA" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Quartermaster APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/qm)
+"byB" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/qm)
+"byC" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/qm)
+"byD" = (
+/obj/structure/closet/secure_closet/quartermaster,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 5
+ },
+/area/quartermaster/qm)
+"byE" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"byF" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Mining Dock APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"byG" = (
+/obj/structure/disposalpipe/segment,
+/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/quartermaster/miningdock)
+"byH" = (
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/obj/structure/closet,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/supply)
+"byI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/supply)
+"byJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
+"byK" = (
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"byL" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start/depsec/supply,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"byM" = (
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 27
+ },
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/supply)
+"byN" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"byO" = (
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = -30
+ },
+/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/supply)
+"byP" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"byQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"byR" = (
+/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/blue/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"byS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"byT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/supply)
+"byU" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"byV" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"byW" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"byX" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"byY" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"byZ" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"bza" = (
+/obj/structure/chair,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bzb" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"bzc" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Recovery Room";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bzd" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/pen,
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = 0;
+ pixel_y = 30;
+ pixel_z = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bze" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bzf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bzg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bzh" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bzi" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bzj" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bzk" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bzl" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 10
+ },
+/area/medical/genetics)
+"bzm" = (
+/obj/machinery/clonepod,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
+ },
+/area/medical/genetics)
+"bzn" = (
+/obj/machinery/computer/cloning,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 2
+ },
+/area/medical/genetics)
+"bzo" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bzp" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bzq" = (
+/obj/structure/closet/secure_closet/medical1,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bzr" = (
+/obj/structure/closet/wardrobe/genetics_white,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bzs" = (
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"bzt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 140;
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bzu" = (
+/obj/machinery/r_n_d/server/robotics,
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bzv" = (
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 10
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bzw" = (
+/obj/structure/grille,
+/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/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/server)
+"bzx" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ target_temperature = 80;
+ dir = 2;
+ on = 1
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bzy" = (
+/obj/machinery/camera{
+ c_tag = "Server Room";
+ dir = 2;
+ network = list("SS13","RD");
+ pixel_x = 22
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Server Room APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bzz" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/structure/closet,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/science)
+"bzA" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bzB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bzC" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/science)
+"bzD" = (
+/obj/structure/table,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the RD's goons from the safety of your own office.";
+ name = "Research Monitor";
+ network = list("RD");
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/science)
+"bzE" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bzF" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bzG" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/central)
+"bzH" = (
+/obj/structure/table,
+/obj/item/weapon/hemostat,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/medical/sleeper)
+"bzI" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/weapon/surgicaldrill,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bzJ" = (
+/obj/machinery/computer/mecha,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bzK" = (
+/obj/structure/table,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/obj/item/weapon/circular_saw,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bzL" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bzM" = (
+/obj/structure/rack,
+/obj/item/device/taperecorder{
+ pixel_x = -3
+ },
+/obj/item/device/paicard{
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bzN" = (
+/obj/machinery/modular_computer/console/preset/research,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bzO" = (
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bzP" = (
+/obj/machinery/computer/cargo,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/qm)
+"bzQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bzR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bzS" = (
+/obj/structure/table,
+/obj/item/weapon/cautery{
+ pixel_x = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bzT" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Quartermaster"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bzU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 2
+ },
+/area/medical/sleeper)
+"bzV" = (
+/obj/structure/closet/wardrobe/white/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bzW" = (
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bzX" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay)
+"bzY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bzZ" = (
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bAa" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bAb" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bAc" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bAd" = (
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/device/radio/off,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/supply)
+"bAe" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=AIW";
+ location = "QM"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAf" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAg" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=AftH";
+ location = "AIW"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAh" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CHE";
+ location = "AIE"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAi" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAj" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=HOP";
+ location = "CHE"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAk" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bAl" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/black,
+/area/medical/sleeper)
+"bAm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bAn" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Mining Maintenance";
+ req_access_txt = "48"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/quartermaster/miningdock)
+"bAo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Cargo Security APC";
+ pixel_x = 1;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
+"bAp" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bAq" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Treatment Center";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bAr" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bAs" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1;
+ name = "Connector Port (Air Supply)"
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bAt" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench/medical,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bAu" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bAv" = (
+/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/sleeper)
+"bAw" = (
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bAx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/maintenance/aft)
+"bAy" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/black{
+ name = "Server Walkway";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bAz" = (
+/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)
+"bAA" = (
+/obj/machinery/atmospherics/pipe/manifold{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bAB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "Server Room";
+ req_access_txt = "30"
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bAC" = (
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 9
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bAD" = (
+/obj/structure/chair/office/light,
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bAE" = (
+/obj/machinery/camera{
+ c_tag = "Security Post - Science";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/science)
+"bAF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science)
+"bAG" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science)
+"bAH" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/science)
+"bAI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bAJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/aft)
+"bAK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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 = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bAL" = (
+/obj/structure/table,
+/obj/item/device/plant_analyzer,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bAM" = (
+/obj/structure/table,
+/obj/item/device/analyzer,
+/obj/item/device/healthanalyzer,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bAN" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bAO" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bAP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bAQ" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bAR" = (
+/obj/machinery/r_n_d/experimentor,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bAS" = (
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
+/obj/machinery/camera{
+ c_tag = "Quartermaster's Office";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -35
+ },
+/obj/machinery/status_display{
+ density = 0;
+ pixel_x = -32;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 10
+ },
+/area/quartermaster/qm)
+"bAT" = (
+/obj/structure/closet/jcloset,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bAU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"bAV" = (
+/obj/machinery/door/window/westleft{
+ name = "Janitoral Delivery";
+ req_access_txt = "26"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bAW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bAX" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/item/clothing/suit/apron/surgical,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/sleeper)
+"bAY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bAZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bBa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bBb" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bBc" = (
+/obj/structure/table,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/razor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/sleeper)
+"bBd" = (
+/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/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/sleeper)
+"bBe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/sleeper)
+"bBf" = (
+/obj/structure/filingcabinet,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/newscaster{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security Post - Cargo";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/supply)
+"bBg" = (
+/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/plasteel,
+/area/hallway/primary/central)
+"bBh" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bBi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBj" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBk" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway South-West";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay)
+"bBn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bBo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBq" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_x = -32;
+ pixel_y = -40
+ },
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ icon_state = "direction_med";
+ pixel_x = -32;
+ pixel_y = -24
+ },
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ icon_state = "direction_evac";
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway South";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBv" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 22
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bBx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBy" = (
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bBC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bBD" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bBE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bBF" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bBG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bBH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/miningdock)
+"bBI" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/closet/wardrobe/miner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bBJ" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bBK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bBL" = (
+/obj/machinery/vending/medical{
+ pixel_x = -2
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bBM" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 10
+ },
+/obj/item/device/multitool,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"bBN" = (
+/turf/closed/wall,
+/area/medical/cmo)
+"bBO" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bBP" = (
+/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 = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bBQ" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bBR" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bBS" = (
+/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)
+"bBT" = (
+/obj/machinery/r_n_d/server/core,
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bBU" = (
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 9
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bBV" = (
+/obj/structure/grille,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'SERVER ROOM'.";
+ name = "SERVER ROOM";
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/server)
+"bBW" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bBX" = (
+/obj/machinery/computer/rdservercontrol,
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bBY" = (
+/obj/item/device/radio/intercom{
+ pixel_x = -25
+ },
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/science)
+"bBZ" = (
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/obj/item/device/radio/off,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/science)
+"bCa" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Science Security APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/science)
+"bCb" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/science)
+"bCc" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/science)
+"bCd" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 15
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bCe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bCf" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "RD Office APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/obj/machinery/light_switch{
+ pixel_y = -23
+ },
+/obj/item/weapon/twohanded/required/kirbyplants/dead,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bCg" = (
+/obj/structure/table,
+/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/machinery/camera{
+ c_tag = "Research Director's Office";
+ dir = 1;
+ network = list("SS13","RD")
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bCh" = (
+/obj/machinery/keycard_auth{
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/obj/machinery/computer/card/minor/rd,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bCi" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bCj" = (
+/obj/structure/closet/secure_closet/RD,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bCk" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/hor)
+"bCl" = (
+/obj/machinery/camera{
+ c_tag = "Experimentor Lab Chamber";
+ dir = 1;
+ network = list("SS13","RD")
+ },
+/obj/machinery/light,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bCm" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bCn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/plating,
+/area/maintenance/aft)
+"bCo" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bCp" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bCq" = (
+/turf/closed/wall,
+/area/maintenance/aft)
+"bCr" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bCs" = (
+/turf/closed/wall,
+/area/storage/tech)
+"bCt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"bCu" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bCv" = (
+/turf/closed/wall,
+/area/janitor)
+"bCw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"bCx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/gateway)
+"bCy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/janitor)
+"bCz" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bCA" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/black,
+/area/hallway/primary/central)
+"bCB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Surgery Maintenance";
+ req_access_txt = "45"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"bCC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bCD" = (
+/obj/structure/table,
+/obj/item/weapon/retractor,
+/turf/open/floor/plasteel/white/side{
+ dir = 2
+ },
+/area/medical/sleeper)
+"bCE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCG" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/gun/syringe,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCH" = (
+/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/white,
+/area/medical/sleeper)
+"bCI" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/wood,
+/area/library)
+"bCJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCL" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/machinery/camera{
+ c_tag = "Medbay Storage";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCM" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCN" = (
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCO" = (
+/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/sleeper)
+"bCP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/sleeper)
+"bCQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"bCR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bCS" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/sleeper)
+"bCT" = (
+/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/neck/stethoscope,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bCU" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay South";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bCV" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bCW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bCX" = (
+/obj/effect/decal/cleanable/oil,
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bCY" = (
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bCZ" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Chief Medical Officer"
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bDa" = (
+/obj/machinery/keycard_auth{
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bDb" = (
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bDc" = (
+/turf/closed/wall,
+/area/toxins/storage)
+"bDd" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bDe" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bDf" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bDg" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bDh" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bDi" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
+ name = "KEEP CLEAR: DOCKING AREA";
+ pixel_y = 32
+ },
+/turf/open/space,
+/area/space)
+"bDj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bDk" = (
+/obj/structure/table,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/requests_console{
+ department = "Mining";
+ departmentType = 0;
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bDl" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bDm" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bDn" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bDo" = (
+/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/miningdock)
+"bDp" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bDq" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/obj/item/key/janitor,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDr" = (
+/obj/item/weapon/restraints/legcuffs/beartrap,
+/obj/item/weapon/restraints/legcuffs/beartrap,
+/obj/item/weapon/storage/box/mousetraps,
+/obj/item/weapon/storage/box/mousetraps,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDs" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"bDu" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bDv" = (
+/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,
+/obj/machinery/ai_status_display{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bDw" = (
+/obj/structure/table,
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/obj/item/weapon/wirecutters,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bDx" = (
+/obj/structure/table,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/electronics/airlock,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bDy" = (
+/obj/machinery/camera{
+ c_tag = "Tech Storage";
+ dir = 2
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Tech Storage APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bDz" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bDA" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Treatment Center APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/sleeper)
+"bDB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/sleeper)
+"bDC" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bDD" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -28
+ },
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/sleeper)
+"bDE" = (
+/obj/machinery/vending/wallmed{
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Recovery Room";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bDF" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "medpriv4";
+ name = "privacy door"
+ },
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bDG" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bDH" = (
+/obj/structure/closet/l3closet/janitor,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDI" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bDJ" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDK" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/camera{
+ c_tag = "Custodial Closet"
+ },
+/obj/vehicle/janicart,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDL" = (
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDM" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDN" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bDO" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bDP" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 1;
+ freq = 1400;
+ location = "Janitor"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bDQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bDR" = (
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bDS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bDT" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bDU" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Chief Medical Officer";
+ req_access_txt = "40"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bDV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ sortType = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bDW" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Medbay Storage";
+ req_access_txt = "45"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bDX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bDY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bDZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bEa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bEb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bEc" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bEd" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Medbay Storage";
+ req_access_txt = "45"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bEe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bEf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bEg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/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)
+"bEh" = (
+/obj/structure/table/glass,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bEi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/cmo)
+"bEj" = (
+/obj/structure/table/glass,
+/obj/item/weapon/pen,
+/obj/item/clothing/neck/stethoscope,
+/mob/living/simple_animal/pet/cat/Runtime,
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bEk" = (
+/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)
+"bEl" = (
+/obj/structure/disposalpipe/segment,
+/obj/item/device/radio/intercom{
+ pixel_x = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Chief Medical Office";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bEm" = (
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bEn" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Test Chamber";
+ dir = 2;
+ network = list("Xeno","RD");
+ pixel_x = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bEo" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/toxins/storage)
+"bEp" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/toxins/storage)
+"bEq" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Misc Research APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bEr" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bEs" = (
+/turf/closed/wall,
+/area/toxins/mixing)
+"bEt" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bEu" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEv" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEw" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEx" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Toxins Lab West";
+ dir = 2;
+ network = list("SS13","RD");
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEy" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bEA" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEB" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEC" = (
+/turf/closed/wall/r_wall,
+/area/toxins/mixing)
+"bED" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEE" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 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/asmaint2)
+"bEF" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bEG" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bEH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/toxins/mixing)
+"bEI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bEJ" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"bEK" = (
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
+/obj/machinery/camera{
+ c_tag = "Mining Dock";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bEL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bEM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/mixing)
+"bEN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bEO" = (
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bEP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bEQ" = (
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bER" = (
+/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/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bES" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/aft)
+"bET" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bEU" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bEV" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bEW" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bEX" = (
+/obj/structure/table,
+/obj/item/device/aicard,
+/obj/item/weapon/aiModule/reset,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bEY" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bEZ" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bFa" = (
+/turf/open/floor/plating,
+/area/storage/tech)
+"bFb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bFc" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bFd" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bFe" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Tech Storage";
+ req_access_txt = "23"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bFf" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Janitor"
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"bFg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bFh" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"bFj" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bFk" = (
+/obj/item/weapon/mop,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bFl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Custodial Closet APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/janitor)
+"bFm" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 6
+ },
+/obj/structure/grille,
+/obj/structure/window/fulltile{
+ obj_integrity = 25
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFp" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bFr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFs" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Custodial Maintenance";
+ req_access_txt = "26"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/janitor)
+"bFt" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Operating Theatre";
+ req_access_txt = "45"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bFv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bFw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/sleeper)
+"bFx" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bFy" = (
+/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/medical/sleeper)
+"bFz" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/medical/sleeper)
+"bFA" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bFB" = (
+/obj/structure/closet/secure_closet/medical2,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"bFC" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = 5;
+ pixel_y = -2
+ },
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bFD" = (
+/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/medical/medbay)
+"bFE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bFF" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bFG" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bFH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light_switch{
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bFI" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bFJ" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bFK" = (
+/obj/structure/closet/wardrobe/pjs,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bFL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bFM" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bFN" = (
+/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/barber,
+/area/medical/cmo)
+"bFO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"bFP" = (
+/obj/machinery/computer/card/minor/cmo,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bFQ" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bFR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bFS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bFT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bFU" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bFV" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/meter,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bFW" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bFX" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bFY" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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/plating,
+/area/maintenance/asmaint2)
+"bFZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/toxins/mixing)
+"bGa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"bGb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/toxins/mixing)
+"bGc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/mixing)
+"bGd" = (
+/obj/machinery/doppler_array{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/mixing)
+"bGe" = (
+/turf/closed/wall,
+/area/toxins/test_area)
+"bGf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bGg" = (
+/obj/structure/table,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"bGh" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"bGi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"bGj" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel/brown{
+ dir = 9
+ },
+/area/quartermaster/miningdock)
+"bGk" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bGl" = (
+/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,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bGm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bGn" = (
+/obj/structure/closet/secure_closet/miner,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bGo" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Firefighting equipment";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGp" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGq" = (
+/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,
+/area/maintenance/aft)
+"bGr" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bGs" = (
+/obj/machinery/camera{
+ c_tag = "Secure Tech Storage";
+ dir = 2
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bGt" = (
+/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
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bGu" = (
+/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)
+"bGv" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
+ },
+/obj/item/device/multitool,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bGw" = (
+/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/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bGx" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bGy" = (
+/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,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bGz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bGA" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bGB" = (
+/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/machinery/requests_console{
+ department = "Janitorial";
+ departmentType = 1;
+ pixel_y = -29
+ },
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bGC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Launch Room Access";
+ req_access_txt = "8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bGD" = (
+/obj/structure/janitorialcart,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bGE" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/janitor)
+"bGF" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bGG" = (
+/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/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bGH" = (
+/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/maintenance/asmaint)
+"bGI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bGJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bGK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bGL" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bGM" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bGN" = (
+/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/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bGO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bGP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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/plating,
+/area/maintenance/asmaint)
+"bGQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bGR" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/obj/item/weapon/gun/syringe,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bGS" = (
+/obj/machinery/limbgrower,
+/obj/item/weapon/reagent_containers/glass/beaker/synthflesh,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bGT" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/clothing/neck/stethoscope,
+/obj/machinery/vending/wallmed{
+ pixel_y = 28
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bGU" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/obj/machinery/button/door{
+ id = "medpriv4";
+ name = "Privacy Shutters";
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bGV" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bGW" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bGX" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bGY" = (
+/obj/machinery/portable_atmospherics/scrubber/huge,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bGZ" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bHa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/cmo)
+"bHb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bHc" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bHd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHe" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Toxins Storage APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Toxins Storage";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bHf" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bHg" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bHh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHk" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bHl" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bHm" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Lab";
+ req_access_txt = "8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bHn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/maintenance/asmaint)
+"bHo" = (
+/obj/structure/closet,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/asmaint)
+"bHq" = (
+/obj/structure/disposalpipe/segment,
+/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/asmaint)
+"bHr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/toxins/mixing)
+"bHs" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bHt" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bHu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bHv" = (
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the test chamber.";
+ dir = 8;
+ layer = 4;
+ name = "Test Chamber Telescreen";
+ network = list("Toxins");
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bHw" = (
+/obj/item/target,
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"bHx" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"bHy" = (
+/obj/structure/closet/crate,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 27
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bHz" = (
+/obj/item/weapon/ore/iron,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bHA" = (
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/quartermaster/miningdock)
+"bHB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHC" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHD" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHE" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"bHG" = (
+/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/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bHH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHI" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Secure Tech Storage";
+ req_access_txt = "19;23"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHK" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bHL" = (
+/obj/machinery/camera{
+ c_tag = "Research Division South";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bHM" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bHN" = (
+/obj/machinery/requests_console{
+ department = "Tech storage";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHO" = (
+/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,
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHP" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bHQ" = (
+/obj/machinery/vending/assist,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bHR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway 2";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bHS" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHT" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "medpriv1";
+ name = "privacy door"
+ },
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bHU" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHV" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay Maintenance APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHW" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/grille,
+/obj/structure/window/fulltile{
+ obj_integrity = 35
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHX" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile{
+ obj_integrity = 25
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bHY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bHZ" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bIa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bIb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bIc" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/medical/sleeper)
+"bId" = (
+/obj/machinery/vending/wallmed{
+ pixel_y = -28
+ },
+/obj/machinery/camera{
+ c_tag = "Surgery Operating";
+ dir = 1;
+ network = list("SS13");
+ pixel_x = 22
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bIe" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bIf" = (
+/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/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bIg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 13
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bIh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIi" = (
+/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/white,
+/area/medical/sleeper)
+"bIj" = (
+/obj/structure/table,
+/obj/machinery/light,
+/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,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bIk" = (
+/obj/structure/table,
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = 0;
+ pixel_y = -30;
+ pixel_z = 0
+ },
+/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/sleeper)
+"bIl" = (
+/obj/structure/table,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/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
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bIm" = (
+/obj/machinery/light,
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = 7;
+ pixel_y = -3
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/morphine{
+ pixel_x = 8;
+ pixel_y = -3
+ },
+/obj/item/weapon/reagent_containers/syringe{
+ pixel_x = 6;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bIn" = (
+/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/sleeper)
+"bIo" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bIp" = (
+/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)
+"bIq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bIr" = (
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bIs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Xenobiology Maintenance";
+ req_access_txt = "55"
+ },
+/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/toxins/xenobiology)
+"bIt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIw" = (
+/obj/structure/closet/secure_closet/CMO,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo)
+"bIx" = (
+/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)
+"bIy" = (
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bIz" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bIA" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bIB" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bIC" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/storage)
+"bID" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bIE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bIF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIH" = (
+/obj/machinery/pipedispenser/disposal,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bII" = (
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 5;
+ pixel_y = 29
+ },
+/obj/machinery/camera{
+ c_tag = "Virology Break Room"
+ },
+/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)
+"bIJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bIK" = (
+/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/medical/virology)
+"bIL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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)
+"bIM" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bIN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bIO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/comfy/black,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bIR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/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)
+"bIS" = (
+/obj/machinery/door/airlock/research{
+ name = "Toxins Launch Room";
+ req_access_txt = "8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bIT" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bIU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bIV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bIW" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bIX" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'BOMB RANGE";
+ name = "BOMB RANGE"
+ },
+/turf/closed/wall,
+/area/toxins/test_area)
+"bIY" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bIZ" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bJa" = (
+/obj/item/device/flashlight/lamp,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bJb" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Mining Dock Airlock";
+ req_access = null;
+ req_access_txt = "48";
+ shuttledocked = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"bJc" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
+ },
+/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
+ },
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bJd" = (
+/obj/machinery/door/airlock/glass_mining{
+ cyclelinkeddir = 8;
+ name = "Mining Dock";
+ req_access_txt = "48"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bJe" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJf" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bJh" = (
+/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
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bJi" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bJj" = (
+/obj/structure/table,
+/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)
+"bJk" = (
+/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,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bJl" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bJm" = (
+/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
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bJn" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bJo" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bJp" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bJq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bJr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bJs" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/asmaint)
+"bJt" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bJu" = (
+/obj/structure/light_construct{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/construction)
+"bJv" = (
+/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/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bJw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/asmaint)
+"bJx" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bJy" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bJz" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bJA" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bJB" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bJC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/sleeper)
+"bJD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/medical/sleeper)
+"bJE" = (
+/turf/closed/wall/r_wall,
+/area/medical/medbay)
+"bJF" = (
+/obj/machinery/pipedispenser/disposal/transit_tube,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bJG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bJH" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/shieldwallgen{
+ req_access = list(55)
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bJI" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bJJ" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bJK" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bJL" = (
+/obj/machinery/door/window/southleft{
+ dir = 1;
+ name = "Test Chamber";
+ req_access_txt = "55"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bJM" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bJN" = (
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bJO" = (
+/obj/machinery/door/airlock/research{
+ name = "Testing Lab";
+ req_access_txt = "47"
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bJP" = (
+/obj/machinery/vending/boozeomat,
+/turf/open/floor/plasteel/bar,
+/area/maintenance/aft)
+"bJQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/toxins/storage)
+"bJS" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"bJT" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bJU" = (
+/obj/structure/closet/wardrobe/science_white,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bJV" = (
+/obj/structure/closet/l3closet/scientist{
+ pixel_x = -2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bJW" = (
+/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/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bJX" = (
+/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,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bJY" = (
+/obj/structure/tank_dispenser,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bJZ" = (
+/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/white,
+/area/toxins/mixing)
+"bKa" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Toxins Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bKb" = (
+/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,
+/area/toxins/mixing)
+"bKc" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bKd" = (
+/obj/machinery/camera{
+ c_tag = "Toxins Launch Room Access";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bKe" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/toxins/mixing)
+"bKf" = (
+/obj/machinery/door/window/southleft{
+ name = "Mass Driver Door";
+ req_access_txt = "7"
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/toxins/mixing)
+"bKg" = (
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bKh" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bKi" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bKj" = (
+/obj/machinery/camera{
+ c_tag = "Mining Dock External";
+ dir = 8
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bKk" = (
+/obj/item/weapon/ore/silver,
+/obj/item/weapon/ore/silver,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bKl" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/brown{
+ dir = 10
+ },
+/area/quartermaster/miningdock)
+"bKm" = (
+/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,
+/area/quartermaster/miningdock)
+"bKn" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/obj/item/weapon/pickaxe{
+ pixel_x = 5
+ },
+/obj/item/weapon/shovel{
+ pixel_x = -5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bKo" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bKp" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bKq" = (
+/obj/machinery/mineral/equipment_vendor,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bKr" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bKs" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bKt" = (
+/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)
+"bKu" = (
+/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)
+"bKv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"bKx" = (
+/obj/structure/closet/crate,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bKy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/asmaint)
+"bKz" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKA" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/construction)
+"bKB" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKC" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKF" = (
+/obj/structure/table/reinforced,
+/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bKG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/maintenance/asmaint)
+"bKI" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 11
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKK" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Medbay APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bKL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKM" = (
+/obj/machinery/vending/wallmed{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bKN" = (
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room 2";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bKO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bKP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westleft{
+ name = "Delivery Desk";
+ req_access_txt = "50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bKQ" = (
+/obj/structure/rack{
+ dir = 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/asmaint)
+"bKR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/medbay)
+"bKS" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "CM Office APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"bKT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bKU" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Construction Area";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bKV" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/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,
+/area/atmos)
+"bKW" = (
+/obj/item/weapon/wrench,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bKX" = (
+/obj/machinery/button/door{
+ id = "misclab";
+ name = "Test Chamber Blast Doors";
+ pixel_x = 0;
+ pixel_y = -2;
+ req_access_txt = "55"
+ },
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bKY" = (
+/obj/machinery/computer/security/telescreen{
+ name = "Test Chamber Moniter";
+ network = list("Xeno");
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bKZ" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bLa" = (
+/obj/machinery/door/window/southleft{
+ name = "Test Chamber";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bLb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bLc" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bLd" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/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"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bLe" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bLf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bLg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLh" = (
+/obj/structure/sign/fire,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bLi" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bLj" = (
+/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/toxins/mixing)
+"bLk" = (
+/obj/machinery/mass_driver{
+ dir = 4;
+ id = "toxinsdriver"
+ },
+/turf/open/floor/plating,
+/area/toxins/mixing)
+"bLl" = (
+/obj/machinery/door/poddoor{
+ id = "toxinsdriver";
+ name = "toxins launcher bay door"
+ },
+/turf/open/floor/plating,
+/area/toxins/mixing)
+"bLm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/mixing)
+"bLn" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bLo" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bLp" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bLq" = (
+/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)
+"bLr" = (
+/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 = 8;
+ invuln = 1;
+ light = null;
+ name = "Hardened Bomb-Test Camera";
+ network = list("Toxins");
+ use_power = 0
+ },
+/obj/item/target/alien{
+ anchored = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01"
+ },
+/area/toxins/test_area)
+"bLs" = (
+/obj/structure/ore_box,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"bLt" = (
+/obj/structure/shuttle/engine/heater,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bLu" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLw" = (
+/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/aft)
+"bLx" = (
+/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)
+"bLy" = (
+/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)
+"bLz" = (
+/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/light/small,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bLA" = (
+/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)
+"bLB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bLD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/storage/tech)
+"bLE" = (
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bLF" = (
+/obj/structure/table/reinforced,
+/obj/item/device/destTagger,
+/obj/item/device/destTagger,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bLG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bLH" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/hallway/primary/aft)
+"bLI" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bLJ" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLK" = (
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bLL" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLM" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLN" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/maintenance{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bLP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bLQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bLR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bLS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bLT" = (
+/obj/structure/disposalpipe/segment,
+/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/asmaint)
+"bLU" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/clothing/neck/stethoscope,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bLV" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/obj/machinery/button/door{
+ id = "medpriv1";
+ name = "Privacy Shutters";
+ pixel_y = -25
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bLW" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/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)
+"bLX" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bLY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bLZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bMa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bMb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bMc" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Medbay Maintenance";
+ req_access_txt = "5"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bMd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bMe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/junction,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bMf" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
+ },
+/obj/item/stack/cable_coil,
+/obj/item/device/multitool,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bMg" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Xenobiology APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMh" = (
+/obj/structure/chair/stool,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMi" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"bMk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMl" = (
+/obj/machinery/processor{
+ desc = "A machine used to process slimes and retrieve their extract.";
+ name = "Slime Processor"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMm" = (
+/obj/machinery/monkey_recycler,
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMn" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMo" = (
+/obj/machinery/smartfridge/extract,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMp" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMq" = (
+/obj/structure/closet/l3closet/scientist,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bMr" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bMs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bMt" = (
+/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)
+"bMu" = (
+/obj/machinery/door/poddoor{
+ id = "mixvent";
+ name = "Mixer Room Vent"
+ },
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing)
+"bMv" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/mixing)
+"bMw" = (
+/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)
+"bMx" = (
+/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
+ },
+/turf/open/floor/engine,
+/area/toxins/mixing)
+"bMy" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4;
+ name = "mix to port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bMz" = (
+/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"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bMA" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bMB" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bMC" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bMD" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bME" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bMF" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/labor)
+"bMG" = (
+/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,
+/area/hallway/primary/aft)
+"bMH" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bMI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bMJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bMK" = (
+/turf/closed/wall,
+/area/atmos)
+"bML" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMM" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMN" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMP" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bMR" = (
+/obj/machinery/pipedispenser,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMS" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics North East"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Distro to Waste";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "waste_meter";
+ name = "Waste Loop"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ dir = 2
+ },
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "distro_meter";
+ name = "Distribution Loop"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMW" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMX" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Air to Distro";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMY" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bMZ" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNa" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bNb" = (
+/obj/item/weapon/airlock_painter,
+/obj/structure/lattice,
+/obj/structure/closet,
+/turf/open/space,
+/area/space/nearstation)
+"bNc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bNd" = (
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bNe" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/obj/item/clothing/glasses/science,
+/obj/item/clothing/glasses/science,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bNf" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/medical/virology)
+"bNg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bNh" = (
+/obj/machinery/computer/pandemic,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 4
+ },
+/area/medical/virology)
+"bNi" = (
+/obj/structure/chair/stool,
+/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/medical/virology)
+"bNj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Isolation A";
+ req_access_txt = "39"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bNk" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/virology)
+"bNl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Isolation B";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bNm" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bNn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bNo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/white,
+/area/toxins/xenobiology)
+"bNp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bNq" = (
+/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/stack/sheet/mineral/plasma{
+ layer = 2.9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bNr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Xenobiology Lab";
+ req_access_txt = "55"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bNs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bNt" = (
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing)
+"bNu" = (
+/obj/machinery/door/airlock/glass_research{
+ autoclose = 0;
+ frequency = 1449;
+ glass = 1;
+ heat_proof = 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/toxins/mixing)
+"bNv" = (
+/obj/machinery/door/airlock/glass_research{
+ autoclose = 0;
+ frequency = 1449;
+ glass = 1;
+ 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)
+"bNw" = (
+/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)
+"bNx" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bNy" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bNz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Toxins Lab East";
+ dir = 8;
+ network = list("SS13","RD");
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bNA" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bNB" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bNC" = (
+/obj/structure/closet/wardrobe/grey,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bND" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bNE" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bNF" = (
+/obj/item/device/flashlight/lamp,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/test_area)
+"bNG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"bNH" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/wrapping_paper{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/item/stack/packageWrap{
+ pixel_x = -1;
+ pixel_y = -1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bNI" = (
+/turf/closed/wall,
+/area/construction)
+"bNJ" = (
+/turf/open/floor/plating,
+/area/construction)
+"bNK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Office";
+ req_access_txt = "50"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bNL" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bNM" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/office)
+"bNN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bNO" = (
+/turf/open/floor/plasteel/caution{
+ dir = 6
+ },
+/area/hallway/primary/aft)
+"bNP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNR" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics Monitoring";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/atmos)
+"bNS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNT" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics North West";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNU" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"bNV" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNW" = (
+/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/medical/virology)
+"bNX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bNY" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bNZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bOa" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOc" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Mix to Distro";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOd" = (
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOe" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOf" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bOg" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Mix to Incinerator";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOh" = (
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bOi" = (
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged5"
+ },
+/area/space/nearstation)
+"bOj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bOk" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bOl" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/announcement_system,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bOm" = (
+/obj/item/weapon/bedsheet,
+/obj/structure/bed,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOn" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOo" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Telecoms)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bOp" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/camera{
+ c_tag = "Virology Airlock";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOr" = (
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOs" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOt" = (
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bOu" = (
+/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/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bOv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bOw" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/droneDispenser,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bOx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bOy" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bOz" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bOA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bOB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bOC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bOD" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bOE" = (
+/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)
+"bOF" = (
+/obj/structure/sign/fire{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/mixing)
+"bOG" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4;
+ name = "port to mix"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bOH" = (
+/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
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing)
+"bOI" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"bOJ" = (
+/obj/item/target,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"bOK" = (
+/obj/structure/barricade/wooden,
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOL" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"bOM" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bON" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kanyewest";
+ layer = 2.9;
+ name = "privacy shutters"
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"bOO" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Engineering Security APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/engineering)
+"bOP" = (
+/obj/structure/table/glass,
+/obj/structure/reagent_dispensers/virusfood{
+ density = 0;
+ pixel_x = -30
+ },
+/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 = 8
+ },
+/area/medical/virology)
+"bOQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bOR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bOS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/atmos)
+"bOT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "Atmospherics"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/atmos)
+"bOU" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOW" = (
+/obj/machinery/computer/atmos_control,
+/obj/machinery/requests_console{
+ department = "Atmospherics";
+ departmentType = 4;
+ name = "Atmos RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bOX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/atmos)
+"bOZ" = (
+/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/atmos)
+"bPa" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bPb" = (
+/obj/machinery/door/airlock/glass_research{
+ name = "Firing Range";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bPc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bPd" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Waste In";
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bPe" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bPf" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Air to Mix";
+ on = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bPg" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix Outlet Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bPh" = (
+/obj/structure/grille,
+/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/atmos)
+"bPi" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/atmos)
+"bPj" = (
+/obj/machinery/atmospherics/pipe/simple{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bPk" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Waste Tank"
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bPl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "mix_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bPm" = (
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bPn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bPo" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bPp" = (
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bPq" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bPr" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/closet/l3closet,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bPs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bPt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bPu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bPv" = (
+/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,
+/area/maintenance/asmaint)
+"bPw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bPx" = (
+/obj/machinery/disposal/bin,
+/obj/structure/sign/deathsposal{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPy" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/comfy/black,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPz" = (
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/weapon/storage/box/monkeycubes,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPA" = (
+/obj/machinery/computer/camera_advanced/xenobio,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPB" = (
+/obj/structure/table/glass,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPE" = (
+/obj/structure/table,
+/obj/item/weapon/extinguisher{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bPG" = (
+/obj/structure/table,
+/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/machinery/light,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPH" = (
+/obj/structure/table,
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPI" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPJ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/box/syringes,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bPK" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bPL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bPM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bPN" = (
+/turf/closed/wall,
+/area/toxins/misc_lab)
+"bPO" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bPP" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bPQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bPR" = (
+/obj/effect/decal/cleanable/robot_debris/old,
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bPS" = (
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bPT" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/maintenance/aft)
+"bPU" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bPV" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Maint Bar Access";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden{
+ name = "wooden barricade (CLOSED)"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bPW" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bPX" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bPY" = (
+/obj/structure/girder,
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"bPZ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bQa" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bQb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bQc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bQd" = (
+/obj/structure/table,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bQe" = (
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/obj/machinery/button/door{
+ desc = "A remote control-switch for the engineering security doors.";
+ id = "Engineering";
+ name = "Engineering Lockdown";
+ pixel_x = -24;
+ pixel_y = -6;
+ req_access_txt = "10"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/item/device/radio/off,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/engineering)
+"bQf" = (
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/hallway/primary/aft)
+"bQg" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bQh" = (
+/obj/structure/tank_dispenser{
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQi" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bQj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQl" = (
+/obj/machinery/computer/atmos_control,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bQm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQn" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bQo" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQq" = (
+/obj/machinery/camera{
+ c_tag = "Security Post - Engineering";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 27
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/engineering)
+"bQr" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQs" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to Filter";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQu" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQv" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQw" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQx" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bQy" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bQz" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "mix_in";
+ name = "Gas Mix Tank Control";
+ output_tag = "mix_out";
+ sensors = list("mix_sensor" = "Tank")
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/atmos)
+"bQA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/airless,
+/area/atmos)
+"bQB" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "mix_sensor"
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bQC" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bQD" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bQE" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bQF" = (
+/obj/structure/closet/wardrobe/virology_white,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bQG" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bQH" = (
+/obj/structure/closet/l3closet,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bQI" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bQJ" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bQK" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Control Room";
+ req_access_txt = "19; 61"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bQL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bQM" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bQN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology North";
+ dir = 8;
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bQO" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bQP" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bQQ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bQR" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/clothing/ears/earmuffs,
+/obj/machinery/camera{
+ c_tag = "Testing Lab North";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bQS" = (
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ dir = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bQT" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bQU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bQV" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4;
+ req_access = null
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bQW" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bQX" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bQY" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bQZ" = (
+/turf/closed/wall/r_wall,
+/area/toxins/misc_lab)
+"bRa" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bRb" = (
+/obj/structure/rack,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bRc" = (
+/obj/structure/table/wood,
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/aft)
+"bRd" = (
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bRe" = (
+/obj/structure/table/wood,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
+ },
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bRf" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/maintenance/aft)
+"bRg" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRh" = (
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRi" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bRj" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bRk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/engineering)
+"bRl" = (
+/obj/structure/light_construct{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bRm" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/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/plasteel,
+/area/security/checkpoint/engineering)
+"bRn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/construction)
+"bRo" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/engineering)
+"bRp" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bRq" = (
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/hallway/primary/aft)
+"bRr" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRs" = (
+/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/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/atmos)
+"bRt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRu" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bRv" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRw" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRx" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bRy" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRz" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Distribution Loop";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRE" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Pure to Mix";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRF" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRG" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Unfiltered to Mix";
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4;
+ initialize_directions = 12
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRH" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 5;
+ initialize_directions = 12
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bRI" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bRJ" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/atmos)
+"bRK" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/space/nearstation)
+"bRL" = (
+/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)
+"bRM" = (
+/obj/structure/table,
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bRN" = (
+/turf/closed/wall,
+/area/medical/virology)
+"bRO" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bRP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bRQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"bRR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Monkey Pen";
+ req_access_txt = "39"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bRS" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start/depsec/engineering,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/engineering)
+"bRT" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/disposaloutlet,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bRU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bRV" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bRW" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bRX" = (
+/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/white,
+/area/toxins/xenobiology)
+"bRY" = (
+/obj/structure/window/reinforced,
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/button/door{
+ id = "xenobio8";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bRZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bSa" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio8";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bSb" = (
+/obj/structure/closet/l3closet/scientist{
+ pixel_x = -2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bSc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bSd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bSe" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/device/electropack,
+/obj/item/device/healthanalyzer,
+/obj/item/device/assembly/signaler,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bSf" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bSg" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bSh" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bSi" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bSj" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bSk" = (
+/obj/machinery/magnetic_module,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/target_stake,
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/misc_lab)
+"bSl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bSm" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 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/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"bSn" = (
+/obj/machinery/space_heater,
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bSo" = (
+/obj/structure/chair/stool,
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bSp" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bSq" = (
+/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,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bSr" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bSs" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bSt" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/camera{
+ c_tag = "Telecoms Monitoring";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bSu" = (
+/obj/item/stack/cable_coil{
+ amount = 5
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bSv" = (
+/obj/machinery/camera{
+ c_tag = "Construction Area";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bSw" = (
+/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,
+/area/hallway/primary/aft)
+"bSx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/construction)
+"bSy" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bSz" = (
+/obj/structure/table,
+/turf/open/floor/plating,
+/area/construction)
+"bSA" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bSB" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/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)
+"bSC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bSD" = (
+/obj/structure/sign/atmosplaque{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/box,
+/obj/item/weapon/storage/box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bSE" = (
+/obj/machinery/computer/station_alert,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/button/door{
+ id = "atmos";
+ name = "Atmospherics Lockdown";
+ pixel_x = 24;
+ pixel_y = 4;
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 6
+ },
+/area/atmos)
+"bSF" = (
+/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/machinery/light{
+ dir = 8
+ },
+/obj/item/device/multitool,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bSG" = (
+/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)
+"bSH" = (
+/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)
+"bSI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bSJ" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSK" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6;
+ initialize_directions = 6
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSM" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSN" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSP" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bSQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bSS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/virology{
+ name = "Break Room";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bST" = (
+/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"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -4;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSU" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/firealarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSX" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Virology APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Virology Module"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSY" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bSZ" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bTa" = (
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "Containment Pen";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bTb" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Containment Pen";
+ req_access_txt = "55"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bTc" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bTd" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Containment Pen";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bTe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/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/toxins/xenobiology)
+"bTf" = (
+/obj/structure/rack,
+/obj/item/weapon/wrench,
+/obj/item/weapon/crowbar,
+/obj/machinery/computer/security/telescreen{
+ name = "Test Chamber Moniter";
+ network = list("Test");
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bTg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bTh" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bTi" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/engineering)
+"bTj" = (
+/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)
+"bTk" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bTl" = (
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bTm" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bTn" = (
+/obj/structure/table,
+/obj/item/device/assembly/igniter{
+ pixel_x = -5;
+ pixel_y = 3
+ },
+/obj/item/device/assembly/igniter{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/item/device/assembly/igniter{
+ pixel_x = 2;
+ pixel_y = 6
+ },
+/obj/item/device/assembly/igniter{
+ pixel_x = 2;
+ pixel_y = -1
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/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/item/device/assembly/timer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bTo" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bTp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bTq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/toxins/misc_lab)
+"bTr" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bTs" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/maintenance/aft)
+"bTt" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken6"
+ },
+/area/maintenance/aft)
+"bTu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/maintenance/aft)
+"bTv" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTw" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTx" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTy" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"bTz" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"bTB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"bTC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/aft)
+"bTD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTF" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bTG" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/engineering)
+"bTH" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bTI" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bTJ" = (
+/obj/machinery/power/apc{
+ name = "Aft Hall APC";
+ dir = 8;
+ pixel_x = -25;
+ pixel_y = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bTK" = (
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/caution{
+ dir = 6
+ },
+/area/hallway/primary/aft)
+"bTL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/atmos)
+"bTM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/atmos)
+"bTN" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Monitoring";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6;
+ initialize_directions = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTP" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTQ" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTR" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTS" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTT" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTU" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bTV" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "N2O Outlet Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 5
+ },
+/area/atmos)
+"bTW" = (
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bTX" = (
+/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)
+"bTY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bTZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bUa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/medical/virology)
+"bUb" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bUc" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Telecoms Admin";
+ departmentType = 5;
+ name = "Telecoms RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUd" = (
+/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{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bUe" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bUf" = (
+/obj/structure/disposalpipe/segment,
+/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/white,
+/area/toxins/xenobiology)
+"bUg" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/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)
+"bUh" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio8";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bUi" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bUj" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bUk" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10;
+ pixel_x = 0;
+ initialize_directions = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bUl" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bUm" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bUn" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bUo" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bUp" = (
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bUq" = (
+/obj/structure/target_stake,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bUr" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/space,
+/area/space/nearstation)
+"bUs" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUt" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/maintenance/aft)
+"bUx" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-y";
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bUz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUA" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Construction Area APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"bUB" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Telecoms Monitoring APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bUC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer)
+"bUD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bUE" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/arrival{
+ dir = 8
+ },
+/area/atmos)
+"bUF" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"bUG" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bUH" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUI" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bUJ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUK" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Air to External";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUN" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUO" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Mix to Port";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUP" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Air to Port";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUQ" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Pure to Port";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUR" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUS" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bUT" = (
+/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 = 4
+ },
+/area/atmos)
+"bUU" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bUV" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2o_sensor"
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bUW" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bUX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bUY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bUZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/asmaint)
+"bVa" = (
+/obj/machinery/smartfridge/chemistry/virology,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/virology)
+"bVb" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bVc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"bVd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/hallway/primary/aft)
+"bVe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bVf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"bVg" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/hallway/primary/aft)
+"bVh" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/aft)
+"bVi" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE"
+ },
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bVj" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bVk" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bVl" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bVm" = (
+/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/engine/break_room)
+"bVn" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bVo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/break_room)
+"bVp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/engine/break_room)
+"bVq" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bVr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bVs" = (
+/obj/machinery/camera{
+ c_tag = "Testing Firing Range";
+ dir = 8;
+ network = list("SS13","RD");
+ pixel_y = -22
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bVt" = (
+/obj/structure/target_stake,
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bVu" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/space,
+/area/space/nearstation)
+"bVv" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/space/nearstation)
+"bVw" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space/nearstation)
+"bVx" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 2
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/aft)
+"bVy" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bVA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVC" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVD" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/sign/deathsposal{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVE" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVF" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVG" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -28
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVI" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bVJ" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer)
+"bVK" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bVL" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bVN" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Access";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"bVO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bVP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bVS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/sign/securearea,
+/turf/closed/wall,
+/area/atmos)
+"bVT" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "External to Filter";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVU" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVW" = (
+/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,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVX" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVY" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bVZ" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWa" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWb" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "n2o";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWc" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 6
+ },
+/area/atmos)
+"bWd" = (
+/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)
+"bWe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bWf" = (
+/obj/structure/table/glass,
+/obj/item/clothing/gloves/color/latex,
+/obj/machinery/requests_console{
+ department = "Virology";
+ name = "Virology Requests Console";
+ pixel_x = -32
+ },
+/obj/item/device/healthanalyzer,
+/obj/item/clothing/glasses/hud/health,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/virology)
+"bWg" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/obj/item/device/radio/headset/headset_med,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 4
+ },
+/area/medical/virology)
+"bWh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bWi" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"bWj" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"bWk" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bWl" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bWm" = (
+/obj/structure/window/reinforced,
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/button/door{
+ id = "xenobio7";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bWn" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio7";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bWo" = (
+/obj/item/device/radio/intercom{
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bWp" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bWq" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bWr" = (
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bWs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bWt" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bWu" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Telecommunications";
+ req_access_txt = "61"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bWv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bWw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bWx" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bWy" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bWz" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bWA" = (
+/obj/machinery/atmospherics/pipe/manifold4w/general,
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bWB" = (
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWC" = (
+/obj/machinery/telecomms/bus/preset_four,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWD" = (
+/obj/machinery/telecomms/server/presets/engineering,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWE" = (
+/obj/machinery/telecomms/processor/preset_three,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWF" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Telecoms Server APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWG" = (
+/obj/machinery/telecomms/server/presets/security,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWH" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/tcommsat/computer)
+"bWI" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bWJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bWK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bWL" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bWM" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/atmos)
+"bWN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ name = "atmos blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/atmos)
+"bWO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bWP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ name = "atmos blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/atmos)
+"bWQ" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/engineering)
+"bWR" = (
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWS" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics West";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWT" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Air to Port";
+ on = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWU" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bWV" = (
+/obj/structure/door_assembly/door_assembly_mai,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bWW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bWX" = (
+/obj/structure/table/glass,
+/obj/item/device/radio/intercom{
+ pixel_x = -25
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/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/whitegreen/side{
+ dir = 8
+ },
+/area/medical/virology)
+"bWY" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 4
+ },
+/area/medical/virology)
+"bWZ" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Virologist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bXa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bXb" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"bXc" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bXd" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bXe" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/mob/living/simple_animal/slime,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bXf" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Containment Pen";
+ req_access_txt = "55"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bXg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/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/engine,
+/area/toxins/xenobiology)
+"bXh" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bXi" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bXj" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/button/ignition{
+ id = "testigniter";
+ pixel_x = -6;
+ pixel_y = 2
+ },
+/obj/machinery/button/door{
+ id = "testlab";
+ name = "Test Chamber Blast Doors";
+ pixel_x = 4;
+ pixel_y = 2;
+ req_access_txt = "55"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bXk" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=AIE";
+ location = "AftH"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bXl" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"bXm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bXn" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/hallway/primary/aft)
+"bXo" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bXp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bXq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Engineering";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bXr" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bXs" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/item/weapon/paper/range,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bXt" = (
+/obj/structure/table/reinforced,
+/obj/machinery/magnetic_controller{
+ autolink = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"bXu" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bXv" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "External Access";
+ req_access = null;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bXw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bXx" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bXy" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bXz" = (
+/obj/machinery/telecomms/processor/preset_four,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bXA" = (
+/obj/machinery/telecomms/server/presets/common,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bXB" = (
+/obj/machinery/telecomms/bus/preset_three,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bXC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bXD" = (
+/obj/machinery/telecomms/server/presets/command,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bXE" = (
+/obj/machinery/computer/message_monitor,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/tcommsat/computer)
+"bXF" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bXG" = (
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bXH" = (
+/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/scrubbers,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bXI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bXJ" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/atmos)
+"bXK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bXL" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bXM" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bXN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bXO" = (
+/obj/structure/filingcabinet,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/engineering)
+"bXP" = (
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/obj/structure/closet,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"bXQ" = (
+/obj/structure/fireaxecabinet{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bXR" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bXS" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/atmos)
+"bXT" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/atmos)
+"bXU" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bXV" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics East";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Plasma Outlet Pump";
+ on = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bXW" = (
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bXX" = (
+/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)
+"bXY" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bXZ" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bYa" = (
+/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)
+"bYb" = (
+/obj/machinery/vending/cigarette{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bYc" = (
+/obj/machinery/disposal/bin,
+/obj/structure/sign/deathsposal{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 4
+ },
+/area/medical/virology)
+"bYd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bYe" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bYf" = (
+/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{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bYg" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bYh" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio7";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bYi" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bYj" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bYk" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/misc_lab)
+"bYl" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bYm" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/misc_lab)
+"bYn" = (
+/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/yellow/side,
+/area/hallway/primary/aft)
+"bYo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bYp" = (
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/hallway/primary/aft)
+"bYq" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/yellow/side,
+/area/hallway/primary/aft)
+"bYr" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bYs" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/under/color/lightpurple,
+/obj/item/stack/spacecash/c200,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bYt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bYu" = (
+/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/aft)
+"bYv" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to Space";
+ on = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bYw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bYx" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/aft)
+"bYy" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Incinerator Access";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden{
+ name = "wooden barricade (CLOSED)"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bYz" = (
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bYA" = (
+/obj/machinery/telecomms/broadcaster/preset_right,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bYB" = (
+/obj/machinery/blackbox_recorder,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bYC" = (
+/obj/machinery/telecomms/receiver/preset_right,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bYD" = (
+/obj/machinery/computer/telecomms/server{
+ network = "tcommsat"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/tcommsat/computer)
+"bYE" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/hallway/primary/aft)
+"bYF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bYG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/hallway/primary/aft)
+"bYH" = (
+/turf/closed/wall,
+/area/engine/break_room)
+"bYI" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"bYJ" = (
+/turf/open/floor/plasteel/caution{
+ dir = 9
+ },
+/area/engine/break_room)
+"bYK" = (
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/engine/break_room)
+"bYL" = (
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/engine/break_room)
+"bYM" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/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/yellow/side,
+/area/hallway/primary/aft)
+"bYN" = (
+/turf/closed/wall,
+/area/security/checkpoint/engineering)
+"bYO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bYP" = (
+/obj/effect/landmark/event_spawn,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"bYQ" = (
+/obj/machinery/suit_storage_unit/atmos,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bYR" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/atmos)
+"bYS" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bYT" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bYU" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bYV" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "tox_sensor"
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bYW" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bYX" = (
+/obj/structure/closet/l3closet/virology,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 2
+ },
+/area/medical/virology)
+"bYY" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 2
+ },
+/area/medical/virology)
+"bYZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bZa" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology South";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bZb" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bZc" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bZd" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bZe" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/break_room)
+"bZf" = (
+/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,
+/area/engine/break_room)
+"bZg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZh" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/laser/practice,
+/obj/item/clothing/ears/earmuffs,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"bZi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bZj" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bZk" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bZl" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to Port";
+ on = 0
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bZm" = (
+/obj/structure/disposaloutlet{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bZn" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bZo" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bZp" = (
+/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/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bZq" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bZr" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/tcommsat/computer)
+"bZs" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bZt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZu" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Foyer";
+ dir = 1
+ },
+/obj/structure/noticeboard{
+ dir = 1;
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZv" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"bZw" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bZy" = (
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZz" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bZB" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/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/aft)
+"bZC" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "Chief Engineer";
+ req_access_txt = "56"
+ },
+/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/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/chiefs_office)
+"bZD" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"bZE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/engine/break_room)
+"bZF" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Atmospherics APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bZG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bZH" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bZI" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bZJ" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "plasma";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bZK" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bZL" = (
+/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)
+"bZM" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint)
+"bZN" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZO" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZP" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bZQ" = (
+/obj/machinery/atmospherics/components/binary/valve/open{
+ icon_state = "mvalve_map";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZR" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/item/weapon/wrench,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZS" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZT" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZU" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"bZV" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bZW" = (
+/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{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bZX" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bZY" = (
+/obj/item/device/radio/intercom{
+ pixel_x = -25
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"bZZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/misc_lab)
+"caa" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cab" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cac" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cad" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cae" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"caf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/aft)
+"cag" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/machinery/ntnet_relay,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cah" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cai" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/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/server)
+"caj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cak" = (
+/obj/machinery/telecomms/hub/preset,
+/turf/open/floor/plasteel/vault{
+ dir = 8;
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cal" = (
+/obj/machinery/door/airlock/glass_engineering{
+ cyclelinkeddir = 4;
+ name = "Server Room";
+ req_access_txt = "61"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"cam" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"can" = (
+/obj/machinery/door/airlock/glass_engineering{
+ cyclelinkeddir = 8;
+ name = "Server Room";
+ req_access_txt = "61"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"cao" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tcommsat/computer)
+"cap" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/engine/break_room)
+"caq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"car" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"cas" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cat" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cau" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"cav" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"caw" = (
+/obj/structure/table,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"cax" = (
+/obj/structure/closet/wardrobe/black,
+/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cay" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"caz" = (
+/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 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"caA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"caB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/aft)
+"caC" = (
+/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/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"caD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/engineering)
+"caE" = (
+/obj/machinery/requests_console{
+ department = "Atmospherics";
+ departmentType = 4;
+ name = "Atmos RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"caF" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics Central";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Port to Filter";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"caG" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"caH" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/atmos)
+"caI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caJ" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/space,
+/area/space/nearstation)
+"caK" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/asmaint)
+"caM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/asmaint)
+"caO" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caP" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caQ" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caR" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caS" = (
+/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/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caT" = (
+/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 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"caV" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Containment Pen";
+ req_access_txt = "55"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"caW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/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/engine,
+/area/toxins/xenobiology)
+"caX" = (
+/obj/machinery/sparker{
+ id = "testigniter";
+ pixel_x = -25
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"caY" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"caZ" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"cba" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"cbb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"cbc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"cbd" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Testing Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"cbe" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cbf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cbg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"cbh" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cbi" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cbj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/aft)
+"cbk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to Space";
+ on = 1
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/aft)
+"cbl" = (
+/obj/machinery/camera{
+ c_tag = "Telecoms Server Room";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cbm" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"cbn" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'SERVER ROOM'.";
+ name = "SERVER ROOM";
+ pixel_y = 0
+ },
+/turf/closed/wall,
+/area/tcommsat/computer)
+"cbo" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"cbp" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "CE Office APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cbq" = (
+/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/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cbr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"cbs" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/engine/engineering)
+"cbt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway 1";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 2
+ },
+/area/hallway/primary/aft)
+"cbu" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Engineering Foyer APC";
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"cbv" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Research Delivery access";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cbw" = (
+/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/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cbx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cby" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cbz" = (
+/obj/structure/closet/wardrobe/atmospherics_yellow,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbB" = (
+/obj/machinery/space_heater,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbC" = (
+/obj/machinery/space_heater,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbD" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Port to Filter";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbE" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbF" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/item/weapon/cigbutt,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cbG" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "CO2 Outlet Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/atmos)
+"cbH" = (
+/turf/open/floor/engine/co2,
+/area/atmos)
+"cbI" = (
+/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)
+"cbJ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cbK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"cbL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cbM" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cbN" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cbO" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cbP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/asmaint)
+"cbQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cbR" = (
+/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/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cbS" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/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)
+"cbT" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cbU" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"cbV" = (
+/obj/machinery/camera{
+ c_tag = "Testing Chamber";
+ dir = 1;
+ network = list("Test","RD");
+ pixel_x = 0
+ },
+/obj/machinery/light,
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"cbW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cbX" = (
+/obj/machinery/camera{
+ c_tag = "Testing Lab South";
+ dir = 8;
+ network = list("SS13","RD");
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cbY" = (
+/obj/structure/closet/crate,
+/obj/item/target/syndicate,
+/obj/item/target/alien,
+/obj/item/target/clown,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cbZ" = (
+/obj/structure/closet/crate,
+/obj/item/target,
+/obj/item/target,
+/obj/item/target,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"cca" = (
+/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/port)
+"ccb" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/solar{
+ id = "portsolar";
+ name = "Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port)
+"ccc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"ccd" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cce" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Construction Area Maintenance";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"ccf" = (
+/obj/machinery/telecomms/broadcaster/preset_left,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"ccg" = (
+/obj/machinery/message_server,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cch" = (
+/obj/machinery/telecomms/receiver/preset_left,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cci" = (
+/obj/structure/table,
+/obj/item/device/multitool,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/tcommsat/computer)
+"ccj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/lighter,
+/obj/item/clothing/glasses/meson{
+ pixel_y = 4
+ },
+/obj/item/weapon/stamp/ce,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cck" = (
+/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/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"ccl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"ccm" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ccn" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Access"
+ },
+/obj/structure/closet/radiation,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cco" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ccp" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ccq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ccr" = (
+/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/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ccs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"cct" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ccu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ccv" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ccw" = (
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"ccx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"ccy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ccz" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "N2 to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ccA" = (
+/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{
+ dir = 4
+ },
+/area/atmos)
+"ccB" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/engine/co2,
+/area/atmos)
+"ccC" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "co2_sensor"
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"ccD" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"ccE" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccF" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccG" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 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/asmaint)
+"ccI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/asmaint)
+"ccL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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/asmaint)
+"ccM" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccN" = (
+/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/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ccO" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ 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/asmaint2)
+"ccP" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"ccQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ccR" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/misc_lab)
+"ccS" = (
+/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/floorgrime,
+/area/toxins/misc_lab)
+"ccT" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/misc_lab)
+"ccU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"ccV" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ccW" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ccX" = (
+/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"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"ccY" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/rollingpin,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme,
+/obj/item/weapon/reagent_containers/food/condiment/sugar,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ccZ" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cda" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cdb" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cdc" = (
+/obj/machinery/telecomms/bus/preset_two,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cdd" = (
+/obj/machinery/telecomms/server/presets/supply,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cde" = (
+/obj/machinery/telecomms/processor/preset_one,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cdf" = (
+/obj/machinery/telecomms/server/presets/medical,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cdg" = (
+/obj/machinery/computer/telecomms/monitor{
+ network = "tcommsat"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/tcommsat/computer)
+"cdh" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cdi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cdj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/aft)
+"cdk" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/modular_computer/console/preset/engineering,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdl" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/carpet,
+/area/chapel/main)
+"cdm" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cdn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdo" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/closet/radiation,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdp" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cdr" = (
+/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/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cds" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Science Maintenance APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Aft Starboard Solar Access";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cdt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"cdu" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cdv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/aft)
+"cdw" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cdx" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cdy" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cdz" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "O2 to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cdA" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 4;
+ node1_concentration = 0.8;
+ node2_concentration = 0.2;
+ on = 1;
+ pixel_x = 0;
+ pixel_y = 0;
+ target_pressure = 4500
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cdB" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "co2";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cdC" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/atmos)
+"cdD" = (
+/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)
+"cdE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdF" = (
+/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/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdH" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cdO" = (
+/obj/structure/disposalpipe/segment,
+/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/asmaint2)
+"cdP" = (
+/obj/machinery/door/window{
+ name = "Ready Room";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cdQ" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cdR" = (
+/obj/machinery/atmospherics/components/unary/tank/air,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cdS" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/misc_lab)
+"cdT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdU" = (
+/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{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cdV" = (
+/obj/structure/table,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cdW" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Engineering Maintenance APC";
+ pixel_x = -25;
+ pixel_y = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cdX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cdY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cdZ" = (
+/obj/machinery/telecomms/processor/preset_two,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cea" = (
+/obj/machinery/telecomms/server/presets/service,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"ceb" = (
+/obj/machinery/telecomms/bus/preset_one,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cec" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"ced" = (
+/obj/machinery/telecomms/server/presets/science,
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cee" = (
+/obj/structure/table,
+/obj/item/device/radio/off,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/tcommsat/computer)
+"cef" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/tcommsat/computer)
+"ceg" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"ceh" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/bridge)
+"cei" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"cej" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/engineering)
+"cek" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/engineering)
+"cel" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/engineering)
+"cem" = (
+/obj/structure/disposalpipe/segment,
+/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/maintenance/aft)
+"cen" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ceo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cep" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"ceq" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"cer" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"ces" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/engine/engineering)
+"cet" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/engine/engineering)
+"ceu" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cev" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cew" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"cex" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics South West";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cey" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cez" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"ceA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"ceB" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ceC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceE" = (
+/obj/structure/sign/fire{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceF" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"ceI" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"ceJ" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"ceK" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/closet/l3closet,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceL" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ceM" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ceN" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ceO" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ceP" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/toxins/misc_lab)
+"ceQ" = (
+/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/toxins/misc_lab)
+"ceR" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ceS" = (
+/obj/item/stack/sheet/cardboard,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ceT" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ceU" = (
+/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)
+"ceV" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ceW" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ceX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"ceY" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ceZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Power Storage";
+ req_access_txt = "11";
+ req_one_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfa" = (
+/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/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cfb" = (
+/turf/closed/wall/r_wall,
+/area/engine/chiefs_office)
+"cfc" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"cfd" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"cfe" = (
+/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/structure/disposalpipe/segment,
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/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/aft)
+"cff" = (
+/obj/machinery/vending/tool,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/engine/engineering)
+"cfg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/engine/engineering)
+"cfh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"cfi" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 2;
+ filter_type = "n2";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfj" = (
+/turf/closed/wall,
+/area/maintenance/incinerator)
+"cfk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/atmos{
+ name = "Turbine Access";
+ req_access_txt = "32"
+ },
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"cfl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/incinerator)
+"cfm" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/item/toy/minimeteor,
+/obj/item/weapon/poster/contraband,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfn" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/reagent_containers/food/snacks/donkpocket,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfo" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/roller,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/weapon/c_tube,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfq" = (
+/obj/structure/mopbucket,
+/obj/item/weapon/caution,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 140;
+ on = 1;
+ pressure_checks = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Kill Room";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cfs" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Air Supply Maintenance";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cft" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Testing Lab Maintenance";
+ req_access_txt = "47"
+ },
+/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/toxins/misc_lab)
+"cfu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/misc_lab)
+"cfv" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Firefighting equipment";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cfw" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/portsolar)
+"cfx" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/airless,
+/area/maintenance/portsolar)
+"cfy" = (
+/obj/structure/rack,
+/obj/item/clothing/shoes/winterboots,
+/obj/item/clothing/suit/hooded/wintercoat,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cfz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/engine/engineering)
+"cfA" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfB" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"cfC" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Engineering Maintenance";
+ req_access_txt = "10"
+ },
+/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/engine/engineering)
+"cfE" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cfF" = (
+/obj/machinery/suit_storage_unit/ce,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/engine/chiefs_office)
+"cfG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfH" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cfI" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"cfJ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfK" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall,
+/area/engine/engineering)
+"cfL" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfM" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 2;
+ name = "Engine Room";
+ req_access_txt = "10"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cfN" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfO" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfP" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfQ" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfR" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4;
+ filter_type = "o2";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfS" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4;
+ initialize_directions = 12
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfT" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"cfU" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/incinerator)
+"cfV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfW" = (
+/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"
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cfX" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Incinerator APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"cfY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"cfZ" = (
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cga" = (
+/obj/machinery/power/smes{
+ capacity = 9e+006;
+ charge = 10000
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"cgb" = (
+/obj/machinery/disposal/bin,
+/obj/structure/sign/deathsposal{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"cgc" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint)
+"cgd" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cge" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cgf" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cgg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cgh" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cgi" = (
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cgj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/barricade/wooden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cgk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/biohazard,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cgl" = (
+/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 = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cgm" = (
+/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/maintenance/asmaint2)
+"cgn" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ target_temperature = 80;
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cgo" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cgp" = (
+/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/maintenance/asmaint2)
+"cgq" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cgr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"cgs" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cgt" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cgu" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cgv" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgx" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgy" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cgz" = (
+/obj/structure/cable,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"cgA" = (
+/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)
+"cgB" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/smes,
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"cgC" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"cgD" = (
+/obj/machinery/camera{
+ c_tag = "Aft Port Solar Access";
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cgE" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/portsolar)
+"cgF" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cgG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cgH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cgI" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/obj/item/weapon/storage/firstaid/fire,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgJ" = (
+/obj/structure/closet/radiation,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgL" = (
+/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/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/engine/engineering)
+"cgM" = (
+/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;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cgN" = (
+/obj/structure/closet/radiation,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgO" = (
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cgP" = (
+/obj/structure/table,
+/obj/item/device/flashlight{
+ pixel_y = 5
+ },
+/obj/item/clothing/ears/earmuffs{
+ pixel_x = -5;
+ pixel_y = 6
+ },
+/obj/item/weapon/airlock_painter,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgQ" = (
+/obj/machinery/camera{
+ c_tag = "Engineering East";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/structure/closet/wardrobe/engineering_yellow,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/engine/engineering)
+"cgR" = (
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgS" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"cgT" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 8;
+ name = "SMES Room";
+ req_access_txt = "32"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/engine_smes)
+"cgU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgV" = (
+/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,
+/area/atmos)
+"cgW" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/atmos)
+"cgX" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cgY" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "N2 Outlet Pump";
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/atmos)
+"cgZ" = (
+/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 = 0
+ },
+/area/atmos)
+"cha" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/atmos)
+"chb" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "O2 Outlet Pump";
+ on = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/atmos)
+"chc" = (
+/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/plasteel/arrival,
+/area/atmos)
+"chd" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/arrival{
+ dir = 10
+ },
+/area/atmos)
+"che" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Atmospherics External Airlock";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"chf" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics South East";
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air Outlet Pump";
+ on = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 6
+ },
+/area/atmos)
+"chg" = (
+/turf/open/floor/plating,
+/area/atmos)
+"chh" = (
+/obj/machinery/atmospherics/components/unary/tank/toxins{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"chi" = (
+/obj/machinery/atmospherics/pipe/manifold4w/general{
+ level = 2
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"chj" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "plasma tank pump"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"chk" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/closed/wall,
+/area/maintenance/incinerator)
+"chl" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "atmospherics mix pump"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"chm" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/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/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"chn" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cho" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"chp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"chq" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"chr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Kill Chamber";
+ req_access_txt = "55"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"chs" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cht" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"chu" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"chv" = (
+/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/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"chw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"chx" = (
+/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/asmaint2)
+"chy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/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 = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"chz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"chA" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 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/asmaint2)
+"chB" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 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,
+/area/engine/engineering)
+"chC" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"chD" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 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/engine/engineering)
+"chE" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chF" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_construction,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chG" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/extinguisher{
+ pixel_x = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chH" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"chI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"chJ" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port)
+"chK" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"chL" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"chM" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"chN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"chO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"chP" = (
+/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/plating,
+/area/maintenance/portsolar)
+"chQ" = (
+/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"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"chR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"chS" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Aft Port Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"chT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"chU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"chV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"chW" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Center";
+ dir = 2;
+ pixel_x = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"chX" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"chY" = (
+/obj/machinery/shieldgen,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"chZ" = (
+/obj/machinery/the_singularitygen{
+ anchored = 0
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cia" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/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/plasteel/yellow/side,
+/area/engine/engineering)
+"cib" = (
+/obj/machinery/power/apc{
+ cell_type = 15000;
+ dir = 1;
+ name = "Engineering APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cic" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cid" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cie" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cif" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/table,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cig" = (
+/turf/closed/wall,
+/area/engine/engineering)
+"cih" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cii" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cij" = (
+/obj/machinery/computer/station_alert,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cik" = (
+/obj/machinery/computer/station_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"
+ },
+/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"
+ },
+/obj/machinery/button/door{
+ id = "atmos";
+ name = "Atmospherics Lockdown";
+ pixel_x = -24;
+ pixel_y = 10;
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cil" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/belt/utility,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cim" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Chief Engineer"
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cin" = (
+/obj/structure/closet/secure_closet/engineering_chief{
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cio" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cip" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ciq" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"cir" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/engineering_particle_accelerator{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cis" = (
+/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/engine/engineering)
+"cit" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ciu" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"civ" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"ciw" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"cix" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ciy" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4;
+ name = "input gas connector port"
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ciz" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ciA" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "input port pump"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ciB" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ciC" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/turf/open/space,
+/area/space/nearstation)
+"ciD" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ name = "output gas connector port"
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ciE" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ciF" = (
+/obj/structure/table,
+/obj/item/weapon/cartridge/medical,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ciG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/closet/firecloset/full,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ciH" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/item/latexballon,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ciI" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ciJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"ciK" = (
+/obj/structure/rack,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ciL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ciM" = (
+/obj/machinery/power/compressor{
+ comp_id = "incineratorturbine";
+ dir = 1;
+ luminosity = 2
+ },
+/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")
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"ciN" = (
+/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)
+"ciO" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ciP" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"ciQ" = (
+/obj/machinery/power/solar_control{
+ id = "portsolar";
+ name = "Aft Port Solar Control";
+ track = 0
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"ciR" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Aft Port Solar APC";
+ pixel_x = 23;
+ pixel_y = 2
+ },
+/obj/machinery/camera{
+ c_tag = "Aft Port Solar Control";
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"ciS" = (
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"ciT" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ciU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ciV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ciW" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ciX" = (
+/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)
+"ciY" = (
+/obj/machinery/door/poddoor{
+ id = "Secure Storage";
+ name = "secure storage"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ciZ" = (
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cja" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjb" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjd" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Power Storage"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cje" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjg" = (
+/obj/machinery/camera{
+ c_tag = "Chief Engineer's Office";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/computer/card/minor/ce,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cjh" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cji" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjj" = (
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 27
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/mob/living/simple_animal/parrot/Poly,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cjk" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cjl" = (
+/obj/machinery/camera{
+ c_tag = "Engineering MiniSat Access";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjm" = (
+/obj/machinery/door/airlock/command{
+ name = "MiniSat Access";
+ req_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjn" = (
+/obj/item/weapon/weldingtool,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cjo" = (
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel,
+/area/construction)
+"cjp" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cjq" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ name = "Mix to Space"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cjr" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cjs" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cjt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cju" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Incinerator to Output";
+ on = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cjv" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cjw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"cjx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/incinerator)
+"cjy" = (
+/obj/structure/disposalpipe/segment,
+/obj/item/weapon/shard,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cjz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"cjA" = (
+/obj/structure/disposalpipe/segment,
+/obj/item/weapon/cigbutt/roach,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cjB" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cjC" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cjD" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/starboardsolar)
+"cjE" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cjF" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Aft Starboard Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cjG" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/starboardsolar)
+"cjH" = (
+/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"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"cjI" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cjJ" = (
+/turf/closed/wall/r_wall,
+/area/engine/engine_smes)
+"cjK" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cjL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/construction)
+"cjM" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Secure Storage";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cjN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjO" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjR" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjU" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cjV" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cjW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/toxins/misc_lab)
+"cjX" = (
+/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/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/item/weapon/cartridge/atmos,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cjY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cjZ" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cka" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
+ },
+/obj/machinery/door/airlock/glass_research{
+ cyclelinkeddir = 4;
+ name = "Test Chamber";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"ckb" = (
+/obj/machinery/atmospherics/pipe/simple,
+/obj/structure/grille,
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ckc" = (
+/obj/machinery/atmospherics/pipe/simple,
+/obj/structure/grille,
+/obj/machinery/meter{
+ name = "Mixed Air Tank In"
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"ckd" = (
+/obj/machinery/atmospherics/pipe/simple,
+/obj/structure/grille,
+/obj/machinery/meter{
+ name = "Mixed Air Tank Out"
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"cke" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ckf" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"ckg" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ckh" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to MiniSat"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cki" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ckj" = (
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ckk" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4;
+ name = "Incinerator to Space"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"ckl" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ckm" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Biohazard Disposals";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"ckn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cko" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"ckp" = (
+/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/asmaint2)
+"ckq" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ tag = "icon-propulsion (WEST)";
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_2)
+"ckr" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cks" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"ckt" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Aft Starboard Solar APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cku" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes,
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"ckv" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ckw" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"ckx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cky" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"ckz" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"ckA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ckB" = (
+/obj/machinery/field/generator,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ckC" = (
+/obj/machinery/power/emitter,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ckD" = (
+/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,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckE" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckG" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/engineering_singularity_safety,
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckI" = (
+/obj/structure/tank_dispenser,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckJ" = (
+/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/plasteel,
+/area/engine/engineering)
+"ckK" = (
+/obj/machinery/suit_storage_unit/engine,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckL" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"ckM" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab)
+"ckN" = (
+/obj/machinery/door/airlock/glass_research{
+ cyclelinkeddir = 8;
+ name = "Test Chamber";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/toxins/misc_lab)
+"ckO" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"ckP" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Chief Engineer";
+ req_access_txt = "56"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"ckQ" = (
+/obj/structure/closet/cardboard,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"ckR" = (
+/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)
+"ckS" = (
+/obj/structure/closet/cardboard,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"ckT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"ckU" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2_sensor"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"ckV" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "n2_in"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"ckW" = (
+/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)
+"ckX" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "o2_sensor"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"ckY" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "o2_in"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"ckZ" = (
+/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)
+"cla" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "air_sensor"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"clb" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "air_in"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"clc" = (
+/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;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"cld" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Mix to Incinerator";
+ on = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cle" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 2
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"clf" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"clg" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"clh" = (
+/obj/machinery/light/small,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -31
+ },
+/obj/machinery/computer/turbine_computer{
+ id = "incineratorturbine"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"cli" = (
+/obj/machinery/button/door{
+ id = "auxincineratorvent";
+ name = "Auxiliary Vent Control";
+ pixel_x = 6;
+ pixel_y = -24;
+ req_access_txt = "32"
+ },
+/obj/machinery/button/door{
+ id = "turbinevent";
+ name = "Turbine Vent Control";
+ pixel_x = -6;
+ pixel_y = -24;
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"clj" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"clk" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cll" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"clm" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cln" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"clo" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"clp" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"clq" = (
+/obj/structure/rack,
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"clr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cls" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"clt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"clu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"clv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"clw" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"clx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cly" = (
+/obj/structure/chair/stool,
+/obj/machinery/camera{
+ c_tag = "Aft Starboard Solar Control";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"clz" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"clA" = (
+/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)
+"clB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
+"clC" = (
+/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/black,
+/area/engine/engine_smes)
+"clD" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engine_smes)
+"clE" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/engine/engine_smes)
+"clF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"clG" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/engine_smes)
+"clH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/closed/wall,
+/area/engine/engineering)
+"clI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"clJ" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clK" = (
+/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)
+"clL" = (
+/obj/structure/closet/syndicate/personal,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"clM" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar/large,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/engine/engineering)
+"clN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/engine/engineering)
+"clO" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"clP" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/engine/engineering)
+"clQ" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/engine/engineering)
+"clR" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"clS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"clT" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/engine/n2,
+/area/atmos)
+"clU" = (
+/turf/open/floor/engine/n2,
+/area/atmos)
+"clV" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/engine/o2,
+/area/atmos)
+"clW" = (
+/turf/open/floor/engine/o2,
+/area/atmos)
+"clX" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/landmark/xmastree,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"clY" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"clZ" = (
+/turf/open/floor/engine/air,
+/area/atmos)
+"cma" = (
+/obj/machinery/door/window{
+ name = "Cockpit";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cmb" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"cmc" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 2
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"cmd" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"cme" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"cmf" = (
+/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"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"cmg" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cmh" = (
+/obj/structure/disposalpipe/junction{
+ dir = 2;
+ icon_state = "pipe-y"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cmi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cmj" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cmk" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cml" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"cmm" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cmn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cmo" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cmp" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 4
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cmq" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"cmr" = (
+/obj/structure/closet/toolcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cms" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cmt" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cmu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"cmv" = (
+/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/maintenance/starboardsolar)
+"cmw" = (
+/obj/machinery/power/solar_control{
+ id = "starboardsolar";
+ name = "Aft Starboard Solar Control";
+ track = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cmx" = (
+/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/starboardsolar)
+"cmy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cmz" = (
+/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/floor/plasteel/black,
+/area/engine/engine_smes)
+"cmA" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engine_smes)
+"cmB" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engine_smes)
+"cmC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cmD" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ freq = 1400;
+ location = "Engineering"
+ },
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cmE" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"cmF" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cmG" = (
+/obj/structure/closet/secure_closet/engineering_welding,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/engine/engineering)
+"cmH" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cmI" = (
+/obj/machinery/vending/engivend,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cmJ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/zipties{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cmK" = (
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Engineering";
+ departmentType = 4;
+ name = "Engineering RC";
+ pixel_y = 30
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cmL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cmM" = (
+/obj/machinery/sleeper/syndie{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cmN" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cmO" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cmP" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cmQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cmR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cmS" = (
+/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)
+"cmT" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cmU" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/n2,
+/area/atmos)
+"cmV" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/o2,
+/area/atmos)
+"cmW" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/air,
+/area/atmos)
+"cmX" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/construction)
+"cmY" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ 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/light/small{
+ dir = 8
+ },
+/obj/structure/sign/fire{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"cmZ" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/sign/fire{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/doorButtons/access_button{
+ idSelf = "incinerator_access_control";
+ idDoor = "incinerator_airlock_interior";
+ name = "Incinerator airlock control";
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"cna" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"cnb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnc" = (
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cne" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnf" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cng" = (
+/obj/machinery/light/small,
+/obj/structure/table,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/clipboard,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnh" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cni" = (
+/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)
+"cnj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cnk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cnl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"cnm" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/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/black,
+/area/engine/engine_smes)
+"cnn" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engine_smes)
+"cno" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/engine_smes)
+"cnp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "SMES Room";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cnq" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/engine/engine_smes)
+"cnr" = (
+/obj/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Engineering Delivery";
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cns" = (
+/obj/structure/closet/syndicate/nuclear,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cnt" = (
+/obj/machinery/camera{
+ c_tag = "Engineering West";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/engine/engineering)
+"cnu" = (
+/obj/structure/table,
+/obj/item/device/aicard,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cnv" = (
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the singularity chamber.";
+ dir = 1;
+ layer = 4;
+ name = "Singularity Engine Telescreen";
+ network = list("Singularity");
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnw" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnx" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cny" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnz" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cnA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/construction)
+"cnC" = (
+/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/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"cnD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/maintenance/asmaint)
+"cnE" = (
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnF" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Waste Out";
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnG" = (
+/obj/structure/closet/emcloset,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cnH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cnI" = (
+/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/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cnJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cnK" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cnL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cnM" = (
+/obj/machinery/door/window{
+ name = "SMES Chamber";
+ req_access_txt = "32"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cnN" = (
+/obj/structure/window/reinforced,
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cnO" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cnP" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engine_smes)
+"cnQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cnR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engine_smes)
+"cnS" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "SMES Access";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cnT" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cnU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/engine/engineering)
+"cnV" = (
+/obj/structure/bed/roller,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cnW" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"cnX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coa" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cob" = (
+/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,
+/area/engine/engineering)
+"coc" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cod" = (
+/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/mineral/titanium,
+/area/shuttle/syndicate)
+"coe" = (
+/obj/machinery/door/window{
+ dir = 4;
+ name = "EVA Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cof" = (
+/obj/machinery/door/airlock/external{
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cog" = (
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "EVA Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"coi" = (
+/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)
+"coj" = (
+/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)
+"cok" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"col" = (
+/obj/machinery/door/window{
+ dir = 4;
+ name = "Infirmary";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"com" = (
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Infirmary";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"con" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/l_arm/robot,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"coo" = (
+/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)
+"cop" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "inc_in"
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"coq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 0;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 0;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/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)
+"cor" = (
+/obj/machinery/igniter{
+ icon_state = "igniter0";
+ id = "Incinerator";
+ luminosity = 2;
+ on = 0
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"cos" = (
+/obj/machinery/door/poddoor{
+ id = "auxincineratorvent";
+ name = "Auxiliary Incinerator Vent"
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"cot" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cou" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cov" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cow" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cox" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"coy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/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/engine/engine_smes)
+"coz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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/engine/engine_smes)
+"coA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/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/engine/engine_smes)
+"coB" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 4;
+ name = "SMES Room";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/area/engine/engine_smes)
+"coC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"coD" = (
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/device/assembly/infra,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coE" = (
+/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)
+"coF" = (
+/obj/structure/table,
+/obj/item/weapon/weldingtool/largetank{
+ pixel_y = 3
+ },
+/obj/item/device/multitool,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coG" = (
+/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)
+"coH" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coI" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"coJ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coK" = (
+/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,
+/area/engine/engineering)
+"coL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coM" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coN" = (
+/obj/machinery/door/window/westright{
+ name = "Tool Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coO" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/syndicate,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coP" = (
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Surgery";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"coQ" = (
+/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/mineral/titanium,
+/area/shuttle/syndicate)
+"coR" = (
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Tool Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coS" = (
+/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/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/ai_monitored/security/armory)
+"coT" = (
+/obj/item/pipe{
+ dir = 4;
+ icon_state = "mixer";
+ name = "gas mixer fitting";
+ pipe_type = 14
+ },
+/turf/open/floor/engine,
+/area/toxins/misc_lab)
+"coU" = (
+/obj/structure/table,
+/obj/item/weapon/surgicaldrill,
+/obj/item/weapon/circular_saw,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"coV" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 30
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"coW" = (
+/obj/structure/table,
+/obj/item/device/sbeacondrop/bomb{
+ pixel_y = 5
+ },
+/obj/item/device/sbeacondrop/bomb,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coX" = (
+/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/mineral/plastitanium,
+/area/shuttle/syndicate)
+"coY" = (
+/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)
+"coZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpa" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpb" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cpc" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_4)
+"cpd" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_4)
+"cpe" = (
+/obj/docking_port/stationary/random{
+ dir = 8;
+ id = "pod_asteroid2";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"cpf" = (
+/obj/machinery/telecomms/allinone{
+ intercept = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"cpg" = (
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 4
+ },
+/obj/item/weapon/grenade/barrier,
+/obj/item/weapon/grenade/barrier{
+ pixel_x = -4
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"cph" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/space,
+/area/space/nearstation)
+"cpi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"cpj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 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/engine/engine_smes)
+"cpk" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpl" = (
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpm" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpn" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpq" = (
+/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,
+/area/engine/engineering)
+"cpr" = (
+/obj/structure/table,
+/obj/item/weapon/cautery,
+/obj/item/weapon/scalpel,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cps" = (
+/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)
+"cpt" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpu" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpv" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpw" = (
+/obj/structure/table,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cpx" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cpy" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/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"
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/area/engine/engineering)
+"cpz" = (
+/obj/structure/particle_accelerator/end_cap,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cpA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"cpB" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cpC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/bridge)
+"cpD" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpF" = (
+/obj/structure/table/optable,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"cpG" = (
+/obj/structure/table/optable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cpH" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"cpI" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Escape Pod Four";
+ req_access = null;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cpJ" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ dir = 4;
+ id = "pod4";
+ name = "escape pod 4";
+ port_angle = 180;
+ preferred_direction = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_4)
+"cpK" = (
+/obj/machinery/computer/shuttle/pod{
+ pixel_x = 0;
+ pixel_y = -32;
+ possible_destinations = "pod_asteroid2";
+ shuttleId = "pod2"
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_2)
+"cpL" = (
+/obj/item/weapon/storage/pod{
+ pixel_x = 6;
+ pixel_y = -28
+ },
+/obj/item/device/radio/intercom{
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_2)
+"cpM" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_4)
+"cpN" = (
+/obj/machinery/power/turbine{
+ luminosity = 2
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"cpO" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Incinerator Output Pump";
+ on = 1
+ },
+/turf/open/space,
+/area/maintenance/incinerator)
+"cpP" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/space,
+/area/space/nearstation)
+"cpQ" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/space,
+/area/maintenance/incinerator)
+"cpR" = (
+/obj/machinery/door/airlock{
+ name = "Observatory Access"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cpS" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "SMES room APC";
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpT" = (
+/obj/structure/table,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -35
+ },
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpU" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"cpV" = (
+/obj/structure/table,
+/obj/machinery/camera{
+ c_tag = "Engineering Storage";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpX" = (
+/obj/structure/table,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpY" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cpZ" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqa" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'RADIOACTIVE AREA'";
+ icon_state = "radiation";
+ name = "RADIOACTIVE AREA";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqb" = (
+/obj/item/clothing/glasses/meson,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqd" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "11"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqe" = (
+/obj/structure/chair/stool,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqf" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "11"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqg" = (
+/obj/structure/particle_accelerator/fuel_chamber,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqh" = (
+/obj/machinery/particle_accelerator/control_box,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqi" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "11"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqj" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqk" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "11"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cql" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqm" = (
+/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/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqn" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cqo" = (
+/obj/structure/sign/pods{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqp" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Escape Pod";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqq" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ dir = 8;
+ id = "pod2";
+ name = "escape pod 2";
+ port_angle = 180
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_2)
+"cqr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"cqs" = (
+/obj/structure/sign/fire{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"cqt" = (
+/obj/machinery/door/poddoor{
+ id = "turbinevent";
+ name = "Turbine Vent"
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"cqu" = (
+/obj/machinery/door/airlock/external{
+ name = "External Access";
+ req_access = null;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cqv" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cqw" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cqz" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqB" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqC" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqD" = (
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/obj/item/weapon/crowbar,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqE" = (
+/obj/structure/particle_accelerator/power_box,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqF" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqG" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"cqH" = (
+/obj/item/weapon/screwdriver,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqI" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_l"
+ },
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"cqJ" = (
+/obj/structure/cable,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"cqK" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cqL" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cqM" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"cqN" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqO" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/obj/item/stack/cable_coil,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqP" = (
+/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)
+"cqQ" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqR" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqS" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqT" = (
+/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/plating,
+/area/engine/engineering)
+"cqU" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqV" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqW" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/item/weapon/tank/internals/plasma,
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqX" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqZ" = (
+/obj/structure/particle_accelerator/particle_emitter/center,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cra" = (
+/obj/structure/particle_accelerator/particle_emitter/left,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crb" = (
+/obj/structure/particle_accelerator/particle_emitter/right,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crc" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crd" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cre" = (
+/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/plating,
+/area/engine/engineering)
+"crf" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_r"
+ },
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"crg" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"crh" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cri" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"crj" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"crk" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"crl" = (
+/obj/structure/table,
+/obj/item/device/taperecorder{
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"crm" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/matches,
+/obj/item/weapon/storage/fancy/cigarettes,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"crn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"cro" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crp" = (
+/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/engineering)
+"crq" = (
+/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/engine/engineering)
+"crr" = (
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crs" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crt" = (
+/obj/item/weapon/wirecutters,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cru" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crv" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"crx" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"cry" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"crz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"crA" = (
+/obj/structure/transit_tube_pod,
+/obj/structure/transit_tube/station/reverse/flipped{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crB" = (
+/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)
+"crC" = (
+/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)
+"crD" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"crE" = (
+/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)
+"crF" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"crG" = (
+/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)
+"crH" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crI" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crK" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Singularity North-West";
+ dir = 2;
+ network = list("Singularity")
+ },
+/obj/machinery/power/grounding_rod,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crL" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crN" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/fire,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"crO" = (
+/turf/open/floor/mineral/titanium,
+/turf/closed/wall/mineral/titanium/interior,
+/area/shuttle/escape)
+"crP" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"crQ" = (
+/obj/machinery/computer/emergency_shuttle,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"crR" = (
+/obj/structure/transit_tube,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crS" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"crT" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crU" = (
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crV" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"crW" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crX" = (
+/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 = 32
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crY" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"crZ" = (
+/obj/structure/grille,
+/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/airless,
+/area/engine/engineering)
+"csa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csb" = (
+/obj/machinery/power/emitter{
+ anchored = 1;
+ dir = 4;
+ state = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csc" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/space,
+/area/maintenance/asmaint)
+"csd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"cse" = (
+/obj/structure/grille,
+/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/plating/airless,
+/area/engine/engineering)
+"csf" = (
+/obj/machinery/power/emitter{
+ anchored = 1;
+ dir = 8;
+ state = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csg" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"csh" = (
+/obj/structure/transit_tube{
+ icon_state = "D-SW"
+ },
+/turf/open/space,
+/area/space)
+"csi" = (
+/obj/structure/transit_tube/curved/flipped{
+ dir = 1
+ },
+/turf/open/space,
+/area/space)
+"csj" = (
+/obj/item/device/multitool,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csk" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csl" = (
+/obj/structure/transit_tube/curved{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"csm" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/asmaint)
+"csn" = (
+/obj/structure/transit_tube/horizontal,
+/turf/open/space,
+/area/space)
+"cso" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/crossing/horizontal,
+/turf/open/space,
+/area/space)
+"csp" = (
+/obj/structure/transit_tube{
+ icon_state = "E-W-Pass"
+ },
+/turf/open/space,
+/area/space)
+"csq" = (
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the turbine vent.";
+ dir = 1;
+ name = "turbine vent monitor";
+ network = list("Turbine");
+ pixel_x = 0;
+ pixel_y = -29
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"csr" = (
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "incinerator_airlock_exterior";
+ idSelf = "incinerator_access_control";
+ idInterior = "incinerator_airlock_interior";
+ name = "Incinerator Access Console";
+ pixel_x = 6;
+ pixel_y = -26;
+ req_access_txt = "12"
+ },
+/obj/machinery/button/ignition{
+ id = "Incinerator";
+ pixel_x = -6;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/floorgrime,
+/area/maintenance/incinerator)
+"css" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"cst" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csv" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csw" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/space,
+/area/space)
+"csx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csy" = (
+/obj/structure/table,
+/obj/item/weapon/weldingtool,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"csz" = (
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
+/turf/open/space,
+/area/space/nearstation)
+"csA" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csB" = (
+/obj/item/weapon/wirecutters,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
+"csC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"csE" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"csF" = (
+/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)
+"csG" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csH" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csJ" = (
+/obj/item/weapon/crowbar,
+/turf/open/space,
+/area/space/nearstation)
+"csK" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"csL" = (
+/obj/structure/transit_tube{
+ icon_state = "D-NE"
+ },
+/turf/open/space,
+/area/space)
+"csM" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/structure/transit_tube/crossing/horizontal,
+/turf/open/space,
+/area/space)
+"csN" = (
+/obj/structure/transit_tube/horizontal,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"csO" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube/horizontal,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"csP" = (
+/obj/machinery/power/grounding_rod,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csQ" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csR" = (
+/obj/machinery/the_singularitygen,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"csS" = (
+/obj/item/weapon/weldingtool,
+/turf/open/space,
+/area/space/nearstation)
+"csT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/landmark/xmastree,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"csU" = (
+/obj/structure/transit_tube/station/reverse,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"csV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"csW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"csX" = (
+/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/ai_monitored/turret_protected/aisat_interior)
+"csY" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"csZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"cta" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "MiniSat External Access";
+ req_access = null;
+ req_access_txt = "65;13"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctb" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctd" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/space,
+/area/space)
+"cte" = (
+/obj/item/device/radio/off,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"ctf" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"ctg" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cth" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -29
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cti" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctj" = (
+/obj/machinery/camera{
+ c_tag = "MiniSat Pod Access";
+ dir = 1;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctl" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"ctm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"ctn" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"cto" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Foyer";
+ req_one_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctp" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctr" = (
+/obj/structure/table,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/weapon/folder{
+ pixel_x = 3
+ },
+/obj/item/weapon/phone{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cts" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/off{
+ pixel_y = 4
+ },
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctv" = (
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"ctw" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctx" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cty" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctz" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "teledoor";
+ name = "MiniSat Teleport Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctB" = (
+/obj/structure/cable,
+/obj/machinery/power/tracker,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"ctC" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Singularity West";
+ dir = 1;
+ network = list("Singularity")
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"ctD" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Singularity East";
+ dir = 1;
+ network = list("Singularity")
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"ctE" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctF" = (
+/obj/machinery/button/door{
+ id = "teledoor";
+ name = "MiniSat Teleport Shutters Control";
+ pixel_x = 0;
+ pixel_y = 25;
+ req_access_txt = "17;65"
+ },
+/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/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctG" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctH" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -31
+ },
+/obj/machinery/computer/monitor,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctJ" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctK" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Teleporter";
+ req_access_txt = "17;65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctL" = (
+/obj/machinery/teleport/station,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctM" = (
+/obj/machinery/bluespace_beacon,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctN" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ctO" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/space,
+/area/space)
+"ctP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctQ" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = 0;
+ pixel_y = 4
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctR" = (
+/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)
+"ctS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctT" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/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/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "MiniSat Foyer APC";
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/structure/chair,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctW" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctX" = (
+/obj/machinery/camera{
+ c_tag = "MiniSat Teleporter";
+ dir = 1;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"ctY" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"ctZ" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cua" = (
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cub" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -29
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuc" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cud" = (
+/obj/machinery/turretid{
+ control_area = null;
+ enabled = 1;
+ icon_state = "control_standby";
+ name = "Antechamber Turret Control";
+ pixel_x = 0;
+ pixel_y = -24;
+ req_access = list(65)
+ },
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Foyer";
+ dir = 1;
+ network = list("MiniSat")
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cue" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuf" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cug" = (
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuh" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/structure/rack,
+/obj/item/weapon/wrench,
+/obj/item/weapon/crowbar/red,
+/obj/item/clothing/head/welding,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cui" = (
+/obj/machinery/atmospherics/components/unary/tank/air,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuj" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cul" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cum" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cun" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Mix to MiniSat"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuo" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplatecorner"
+ },
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cup" = (
+/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/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuq" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Air Out";
+ on = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cur" = (
+/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/darkblue/corner{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cus" = (
+/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,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cut" = (
+/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)
+"cuu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuv" = (
+/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/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuw" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cux" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/clothing/head/welding,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 35;
+ layer = 3.1
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuy" = (
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuA" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "MiniSat Atmospherics";
+ dir = 4;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/space_heater,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuB" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuC" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuD" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "MiniSat Antechamber";
+ dir = 4;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/machinery/turretid{
+ control_area = "AI Satellite Atmospherics";
+ enabled = 1;
+ icon_state = "control_standby";
+ name = "Atmospherics Turret Control";
+ pixel_x = -27;
+ pixel_y = 0;
+ req_access = list(65)
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuF" = (
+/obj/machinery/light/small{
+ 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 = 0;
+ req_access = list(65)
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuH" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuJ" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuK" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "MiniSat Service Bay";
+ dir = 8;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/multitool,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuM" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "MiniSat Atmospherics APC";
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuP" = (
+/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/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuQ" = (
+/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/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Atmospherics";
+ req_one_access_txt = "65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuR" = (
+/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/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/mob/living/simple_animal/bot/secbot/pingsky,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuT" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuU" = (
+/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/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Service Bay";
+ req_one_access_txt = "65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cuV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuX" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "MiniSat Service Bay APC";
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cuY" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cuZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/mob/living/simple_animal/bot/floorbot,
+/turf/open/floor/plasteel/darkblue/corner,
+/area/ai_monitored/turret_protected/AIsatextAS{
+ name = "AI Satellite Atmospherics"
+ })
+"cva" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"cvb" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"cvc" = (
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"cvd" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/corner,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cve" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/turretid{
+ control_area = "AI Satellite Hallway";
+ enabled = 1;
+ icon_state = "control_standby";
+ name = "Chamber Hallway Turret Control";
+ pixel_x = 32;
+ pixel_y = -24;
+ req_access = list(65)
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"cvf" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"cvg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/mob/living/simple_animal/bot/cleanbot,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cvh" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cvi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFP{
+ name = "AI Satellite Service"
+ })
+"cvj" = (
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvk" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvl" = (
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cvm" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Chamber Hallway";
+ req_one_access_txt = "65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvp" = (
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cvq" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvr" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cvs" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvv" = (
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/ai)
+"cvw" = (
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvx" = (
+/obj/effect/landmark{
+ name = "tripai"
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/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;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 0;
+ pixel_y = -25
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cvy" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvz" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvA" = (
+/obj/effect/landmark{
+ name = "tripai"
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/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;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 0;
+ pixel_y = -25
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cvB" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvD" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvE" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvF" = (
+/obj/structure/lattice,
+/obj/machinery/camera{
+ c_tag = "MiniSat External NorthWest";
+ dir = 8;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/space,
+/area/space)
+"cvG" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4;
+ installation = /obj/item/weapon/gun/energy/e_gun
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvJ" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4;
+ installation = /obj/item/weapon/gun/energy/e_gun
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvK" = (
+/obj/structure/lattice,
+/obj/machinery/camera{
+ c_tag = "MiniSat External NorthEast";
+ dir = 4;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/space,
+/area/space)
+"cvL" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvM" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Core Hallway";
+ dir = 4;
+ network = list("MiniSat")
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvN" = (
+/obj/structure/sign/securearea{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cvP" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvU" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvV" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvX" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cvZ" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cwa" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "MiniSat Chamber Hallway APC";
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cwb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cwc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cwd" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_x = -28;
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cwe" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"cwf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Chamber Observation";
+ req_one_access_txt = "65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwg" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwh" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/weapon/pen{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwk" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwm" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwp" = (
+/obj/structure/chair/office/dark,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwq" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cwr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"cws" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"cwt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "AI Core";
+ req_access_txt = "65"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwv" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cww" = (
+/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/black,
+/area/ai_monitored/turret_protected/ai)
+"cwx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table_frame,
+/obj/item/weapon/wirerod,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cwz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwB" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cwC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cwD" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/turretid{
+ name = "AI Chamber turret control";
+ pixel_x = 5;
+ pixel_y = -24
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cwE" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "AI Chamber APC";
+ pixel_y = -24
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -11;
+ pixel_y = -24
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber North";
+ dir = 1;
+ network = list("MiniSat")
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cwF" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwG" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/weapon/crowbar,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cwH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2)
+"cwI" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"cwJ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwK" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cwL" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwM" = (
+/obj/structure/rack,
+/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
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"cwN" = (
+/obj/machinery/computer/security,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cwO" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwP" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cwQ" = (
+/obj/machinery/button/flasher{
+ id = "cockpit_flasher";
+ pixel_x = 6;
+ pixel_y = -24
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwR" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -29
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwS" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cwT" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Escape Pod 2";
+ dir = 8
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"cwU" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ tag = "icon-propulsion (WEST)";
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
+"cwV" = (
+/obj/docking_port/stationary/random{
+ dir = 8;
+ id = "pod_asteroid1";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"cwW" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"cwX" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Cockpit";
+ req_access_txt = "19"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cwY" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"cwZ" = (
+/obj/machinery/flasher{
+ id = "cockpit_flasher";
+ pixel_x = 6;
+ pixel_y = 24
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxa" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxb" = (
+/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/mineral/titanium,
+/area/shuttle/escape)
+"cxc" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxd" = (
+/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)
+"cxe" = (
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"cxf" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Brig";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cxg" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"cxh" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"cxi" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxj" = (
+/obj/structure/table,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxk" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"cxl" = (
+/obj/machinery/computer/shuttle/pod{
+ pixel_x = 0;
+ pixel_y = -32;
+ possible_destinations = "pod_asteroid1";
+ shuttleId = "pod1"
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"cxm" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/escape)
+"cxn" = (
+/obj/structure/lattice,
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
+/turf/open/space,
+/area/space)
+"cxo" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cxp" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cxq" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxr" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxs" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxt" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 4
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/transport)
+"cxu" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/transport)
+"cxv" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/shuttle/transport)
+"cxw" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/transport)
+"cxx" = (
+/obj/item/weapon/storage/pod{
+ pixel_x = 6;
+ pixel_y = -28
+ },
+/obj/item/device/radio/intercom{
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"cxy" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
+/area/shuttle/transport)
+"cxz" = (
+/obj/machinery/computer/shuttle/ferry/request,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"cxB" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxC" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxD" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxE" = (
+/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/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/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxF" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ dir = 8;
+ id = "pod1";
+ name = "escape pod 1";
+ port_angle = 180
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"cxG" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Escape Pod Three";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"cxH" = (
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxI" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"cxJ" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"cxK" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock"
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"cxL" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cxM" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Cargo"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cxN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"cxO" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Infirmary"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"cxP" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Labor Camp Shuttle Airlock"
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"cxQ" = (
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"cxR" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"cxS" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"cxT" = (
+/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/mineral/titanium,
+/area/shuttle/escape)
+"cxU" = (
+/obj/structure/closet,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"cxV" = (
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"cxW" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "External Access";
+ req_access = null;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"cxX" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
+"cxY" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Escape Pod 1";
+ dir = 8
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"cxZ" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
+"cya" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint)
+"cyb" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Escape Pod One"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"cyc" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
+"cyd" = (
+/obj/machinery/door/airlock/titanium,
+/obj/docking_port/mobile{
+ dheight = 0;
+ dir = 2;
+ dwidth = 11;
+ height = 22;
+ id = "whiteship";
+ launch_status = 0;
+ name = "NT Medical Ship";
+ port_angle = -90;
+ preferred_direction = 4;
+ roundstart_move = "whiteship_away";
+ timid = null;
+ width = 35
+ },
+/obj/docking_port/stationary{
+ dir = 2;
+ dwidth = 11;
+ height = 22;
+ id = "whiteship_home";
+ name = "SS13 Arrival Docking";
+ turf_type = /turf/open/space;
+ width = 35
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cye" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyf" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_l";
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/abandoned)
+"cyg" = (
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 1;
+ name = "Command Tool Storage";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/storage/eva)
+"cyh" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Security Escape Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"cyi" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyj" = (
+/obj/structure/table,
+/obj/item/weapon/screwdriver,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyk" = (
+/obj/structure/table,
+/obj/item/device/radio/off,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyl" = (
+/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)
+"cym" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/abandoned)
+"cyn" = (
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/titanium/interior,
+/area/shuttle/abandoned)
+"cyo" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/abandoned)
+"cyp" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Escape Airlock"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"cyq" = (
+/obj/machinery/computer/pod{
+ id = "oldship_gun"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyr" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Cargo Escape Airlock"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit)
+"cys" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/supply)
+"cyt" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Port Docking Bay 4";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"cyu" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Port Docking Bay 3";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"cyv" = (
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"cyw" = (
+/turf/open/floor/mineral/titanium,
+/turf/closed/wall/mineral/titanium/interior,
+/area/shuttle/abandoned)
+"cyx" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/space/hardsuit/medical,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyy" = (
+/obj/machinery/mass_driver{
+ dir = 4;
+ icon_state = "mass_driver";
+ id = "oldship_gun"
+ },
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"cyz" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"cyA" = (
+/obj/machinery/door/poddoor{
+ id = "oldship_gun";
+ name = "pod bay door"
+ },
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"cyB" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/supply)
+"cyC" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cyD" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"cyE" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Access";
+ req_access = null;
+ req_access_txt = "13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cyF" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_r";
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/abandoned)
+"cyG" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Atmospherics External Airlock";
+ req_access_txt = "24"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"cyH" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"cyI" = (
+/obj/item/weapon/stock_parts/cell{
+ charge = 100;
+ maxcharge = 15000
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyJ" = (
+/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/mineral/titanium,
+/area/shuttle/abandoned)
+"cyK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"cyL" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cyM" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 1;
+ name = "Engine Room";
+ req_access_txt = "10"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cyN" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2"
+ },
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor2";
+ name = "supply dock loading door"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"cyO" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyP" = (
+/obj/item/weapon/shard{
+ icon_state = "medium"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyQ" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"cyR" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"cyS" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor2";
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = 8
+ },
+/obj/machinery/button/door{
+ id = "QMLoaddoor";
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/supply)
+"cyT" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/obj/docking_port/mobile/supply{
+ dwidth = 5;
+ width = 12
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 5;
+ height = 7;
+ id = "supply_home";
+ name = "Cargo Bay";
+ width = 12
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"cyU" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cyV" = (
+/obj/machinery/door/window,
+/turf/open/floor/mineral/titanium/purple,
+/area/shuttle/abandoned)
+"cyW" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/purple,
+/area/shuttle/abandoned)
+"cyX" = (
+/obj/structure/table,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyY" = (
+/obj/structure/table,
+/obj/item/weapon/gun/energy/laser/retro,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cyZ" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad"
+ },
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor";
+ name = "supply dock loading door"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"cza" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czb" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/decal/remains/human,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czc" = (
+/obj/machinery/computer/shuttle/white_ship,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czd" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"cze" = (
+/obj/structure/table,
+/obj/item/weapon/tank/internals/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czf" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
+/area/shuttle/supply)
+"czg" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Escape Pod Four";
+ req_access = null;
+ req_access_txt = "0";
+ shuttledocked = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"czh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/obj/structure/fans/tiny,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"czi" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/plasteel/shuttle/white,
+/area/shuttle/abandoned)
+"czj" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/plasteel/shuttle/white,
+/area/shuttle/abandoned)
+"czk" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "MiniSat External Access";
+ req_access = null;
+ req_access_txt = "65;13"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"czl" = (
+/obj/machinery/door/window/northright,
+/obj/effect/decal/remains/human,
+/turf/open/floor/mineral/titanium/purple,
+/area/shuttle/abandoned)
+"czm" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/purple,
+/area/shuttle/abandoned)
+"czn" = (
+/obj/structure/frame/computer{
+ anchored = 1
+ },
+/turf/open/floor/plasteel/shuttle/white,
+/area/shuttle/abandoned)
+"czo" = (
+/turf/open/space,
+/area/shuttle/syndicate)
+"czp" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/turf/open/floor/plating/airless,
+/area/shuttle/supply)
+"czq" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"czr" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czs" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_l"
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/supply)
+"czt" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/supply)
+"czu" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_r"
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/supply)
+"czv" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 6
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"czw" = (
+/obj/item/device/multitool,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czx" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czy" = (
+/obj/structure/frame/computer{
+ anchored = 1
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czz" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 10
+ },
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"czA" = (
+/obj/item/weapon/scalpel,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czB" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 6;
+ pixel_y = -5
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czC" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/obj/effect/decal/remains/human,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"czD" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"czE" = (
+/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)
+"czF" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Singularity North East";
+ dir = 2;
+ network = list("Singularity")
+ },
+/obj/machinery/power/grounding_rod,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"czG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"czH" = (
+/obj/structure/disposalpipe/segment,
+/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/maintenance/asmaint2)
+"czI" = (
+/obj/item/weapon/wrench,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space/nearstation)
+"czJ" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/incinerator)
+"czK" = (
+/turf/closed/wall,
+/area/security/vacantoffice)
+"czL" = (
+/obj/machinery/computer/shuttle/pod{
+ pixel_y = -32;
+ possible_destinations = "pod_asteroid4";
+ shuttleId = "pod4"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_4)
+"czM" = (
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 6;
+ pixel_y = -32
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_4)
+"czN" = (
+/obj/docking_port/stationary/random{
+ dir = 4;
+ id = "pod_asteroid4";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"czO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"czP" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"czQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"czR" = (
+/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/asmaint2)
+"czS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/asmaint2)
+"czT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"czU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/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/maintenance/aft)
+"czV" = (
+/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/maintenance/aft)
+"czW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"czX" = (
+/obj/machinery/door/airlock/maintenance{
+ 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/plating,
+/area/maintenance/aft)
+"czY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"czZ" = (
+/obj/structure/chair,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAa" = (
+/obj/structure/chair,
+/obj/item/weapon/storage/fancy/cigarettes,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAb" = (
+/obj/structure/closet,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cAc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"cAd" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cAe" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cAf" = (
+/obj/structure/disposaloutlet,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/space)
+"cAg" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"cAh" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAi" = (
+/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/plating,
+/area/maintenance/aft)
+"cAj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engine_smes)
+"cAk" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAl" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAm" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAn" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAo" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAp" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAq" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAr" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAs" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAt" = (
+/obj/machinery/the_singularitygen/tesla,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAu" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAv" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAw" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAx" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cAy" = (
+/obj/structure/closet/secure_closet/freezer/kitchen/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"cAA" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAB" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAC" = (
+/obj/structure/sink/kitchen{
+ dir = 8;
+ pixel_x = 11
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAD" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/knife,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAE" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_y = 2
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = 2
+ },
+/obj/item/weapon/reagent_containers/food/snacks/mint{
+ pixel_y = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAF" = (
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"cAG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Head of Personnel APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"cAH" = (
+/obj/machinery/processor,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAI" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "garbage";
+ name = "disposal coveyor"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"cAJ" = (
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"cAK" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/mob/living/simple_animal/hostile/lizard{
+ name = "Wags-His-Tail";
+ real_name = "Wags-His-Tail"
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"cAM" = (
+/obj/structure/table/wood,
+/obj/structure/disposalpipe/segment,
+/obj/item/toy/cards/deck/cas,
+/obj/item/toy/cards/deck/cas/black{
+ pixel_x = -2;
+ pixel_y = 6
+ },
+/turf/open/floor/wood,
+/area/library)
+"cAN" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Security Maintenance";
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"cAO" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAP" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAQ" = (
+/obj/structure/chair,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cAR" = (
+/obj/machinery/door/window{
+ dir = 1;
+ name = "AI Core Door";
+ req_access_txt = "16"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cAS" = (
+/obj/effect/landmark/start{
+ name = "AI"
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = -9
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = -31
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = -9
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -28;
+ pixel_y = -28
+ },
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ pixel_x = 28;
+ pixel_y = -28
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cAT" = (
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cAU" = (
+/obj/structure/lattice,
+/obj/machinery/camera{
+ c_tag = "MiniSat External SouthWest";
+ dir = 8;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/space,
+/area/space)
+"cAV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/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/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cAW" = (
+/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/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cAX" = (
+/obj/structure/lattice,
+/obj/machinery/camera{
+ c_tag = "MiniSat External SouthEast";
+ dir = 4;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/space,
+/area/space)
+"cAY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/ai)
+"cAZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cBa" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cBb" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber South";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cBc" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai)
+"cBd" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cBe" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"cBf" = (
+/obj/machinery/camera{
+ c_tag = "MiniSat External South";
+ dir = 2;
+ network = list("MiniSat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/space,
+/area/space)
+"cBg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/hydroponics)
+"cBh" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/locker)
+"cBi" = (
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"cBj" = (
+/obj/structure/table,
+/obj/item/weapon/folder/blue,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"cBk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"cBl" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit)
+"cBm" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"cBn" = (
+/obj/machinery/camera{
+ c_tag = "Locker Room Toilets";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"cBo" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"cBp" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"cBq" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"cBr" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cBs" = (
+/obj/structure/table/optable{
+ name = "Robotics Operating Table"
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"cBt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/white,
+/area/toxins/explab)
+"cBu" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"cBv" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"cBw" = (
+/obj/machinery/door/firedoor,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cBx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/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/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cBy" = (
+/obj/machinery/door/airlock{
+ name = "Custodial Closet";
+ req_access_txt = "26"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/janitor)
+"cBz" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"cBA" = (
+/obj/machinery/button/massdriver{
+ dir = 2;
+ id = "toxinsdriver";
+ pixel_y = 24
+ },
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing)
+"cBB" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"cBC" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"cBD" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/asmaint)
+"cBE" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing)
+"cBF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cBG" = (
+/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
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cBH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"cBI" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/engineering)
+"cBJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cBK" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -35
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"cBL" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cBM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/paper/monitorkey,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/neutral{
+ dir = 2
+ },
+/area/engine/chiefs_office)
+"cBN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/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/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cBO" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cBP" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine/air,
+/area/atmos)
+"cBQ" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cBR" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/space,
+/area/space/nearstation)
+"cBS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/AIsatextFS{
+ name = "AI Satellite Hallway"
+ })
+"cBT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cBU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"cBV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Security Office";
+ req_access = null;
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"cBW" = (
+/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
+ },
+/turf/open/space,
+/area/space)
+"cBX" = (
+/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)
+"cBY" = (
+/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)
+"cBZ" = (
+/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/grimy,
+/area/chapel/office)
+"cCa" = (
+/obj/item/clothing/head/hardhat,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"cCb" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ amount = 5
+ },
+/obj/item/device/flashlight,
+/turf/open/floor/plating,
+/area/construction)
+"cCc" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/item/clothing/suit/hazardvest,
+/turf/open/floor/plating,
+/area/construction)
+"cCd" = (
+/turf/open/floor/plasteel,
+/area/construction)
+"cCe" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plating,
+/area/construction)
+"cCf" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/construction)
+"cCg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cCh" = (
+/obj/item/weapon/bedsheet/red,
+/mob/living/simple_animal/bot/secbot/beepsky{
+ name = "Officer Beepsky"
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"cCi" = (
+/turf/closed/wall,
+/area/security/vacantoffice2)
+"cCj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/detectives_office)
+"cCk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/detectives_office)
+"cCl" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"cCm" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"cCn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Detective's Office APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"cCo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"cCp" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/weapon/reagent_containers/blood/empty,
+/obj/item/weapon/reagent_containers/blood/empty,
+/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/APlus,
+/obj/item/weapon/reagent_containers/blood/random,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaadaaeaaeaaeaaeaaeaadaafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaagaahaaiaajaakaalaalaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaamaahaahaanaahaahaahaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaoaahaahaahaapaahaaqaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaraadaadaadaasaataadaadaauaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaraadaavaahaawaadaauaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaahaahaaxaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayaadaadaadaadaadaahaahaaxaazaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaAaahaahaaBaadaahaahaaxaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaAaahaaDaaEaadaahaahaaxaadaadaaFaaGaafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaAaahaahaaHaadaaIaaJaaIaadaahaahaahaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaAaahaahaahaaLaahaahaahaaMaahaahaahaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaAaahaahaahaaNaahaahaahaaIaahaahaahaadaaOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayaadaadaadaadaadaadaaPaahaahaadaadaadaadaadaadaaOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaQaaRaaSaaTaaUaadaahaahaahaadaaVaaWaaXaaYaaZaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadabaaaRaaRaaRaaRabbaahaahaahaadaahaahaahaaDabcaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaQaaRaaRaaRaaRabdaahaahaahabeaahaahaahaahaahaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaRaaRaaRaaRaaRabfaahaahaahabgaahaahaahaahabhaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadabjabkablabmabnaadaahaahaahaadaboabpaahaahabhaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqabqabqabqabqabqabqabqabqabqabqaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadabraaRabsaadaadaadaaIabtaaIaadabuaadaahaahaahaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabvabiaaaabiaaaabiaaaabiaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadabwabxabyaadaaaaadabzabzabzaadaadaadabAabBabCaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabDabDabEabFabGabFabGabFabHabDabDaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadabzabzabzaadaaaaarabIabJabKaauaaaaadabzabzabzaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabDabLabMabNabOabPabQabRabSabTabDaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarabIabJabKaauaaaaaaaaaaaaaaaaaaaaaaarabIabJabKaauaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabDabUabVabWabVabVabVabXabSabYabDabiabiaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaabiaaaabiaaaabiaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabDabDabZacaacbaccacdabQabQabSaceabDabiabiabiabiabiabiabiabiabiabiabiaaaaaaaaaabiaaaabiaaaabiaaaabiaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacfabDacgabQabQabQabQachabQabQaciacjabDaaaabiaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaabiaaaabiaaaabiaaaabiaaaaaaaaaaaaaaaaaaabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabDabDackachabQabQaclacmachabQacnacoabDabiacpabiabiabiabiabiabiabiabiabiabiabiabiabiaaaabiaaaabiaaaabiaaaaaaaaaaaaaaaaaaabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaacqacqacqacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabDacrabQabQabQacsactacuabQabQacvacwabDabDacxabiabiabiabiabiabiabiabiaaaaaaaaaaaaabiabiabiabiabiabiabiabiaaaaaaaaaaaaaaaabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaacyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczacAacBacCacDacEabQacFabQabQabQabQabQabQabSabQacGacHacxacIacIacJacIacIacJacJacIacKacLacMacLacMacLacNacNacOacOacOacNacNaaaaaaaaaaaaaaaabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaacyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiacPabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQacRacSacTacUacVabQabQacWacXacYabQacZadaadbabQadcaddacxabiaaaaaaaaaaaaaaaaaaabiacMadeadfadfadfadgacNadhadiadjadkadlacNaaaaaaaaaabiaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiadmabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacJacJacJacJabiabiaaaadnaaaabiabiacqacqacqacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQadoadpadqacUadradsadradradradtadradradraduadradradvacxacxacxacxacxacxacxacxacxacxadwadfadxadyadeacNadzadAadBadCadDacNaaaabiadEabqabqabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqacqacqabiabiaaaadFaaaadGabiacqacqacqacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaabiaaaabiaaaaaaadnaaaaaaabiaaaabiaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQadHadIadJacUadKabQadLadradMadNadOadradPadQadRadradSacxadTadUadVadWadXadYadZaeaacxaebadfadxaecadeacOaedaeeaefadBaegacNaaaabiacLaehacLabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacyaaaaaaabiaaaabiaaaaaaadFaaaaaaabiaaaabiaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaeiaeiaeiaeiaeiaaaaejaaaaeiaeiaeiaeiaeiabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczaekaelaemacUaenabQaeoadraepaeqaeradraesaetaeoadraeuacxaevaewaexaexaexaexaexaeyacxaezadfadxaecadeacOaeAaeBaeCadBaeDacNabiabiacLaeEacLabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaeFaeFaeFaeFaeFaaaaeGaaaaeFaeFaeFaeFaeFabiacqaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaeHaeIaeIaeIaeIaeJaeKaeLaeMaeMaeMaeMaeNaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeOaczaczaczaePaeQaeRacUaeSaeTaeUadraeSaeVadradradraeWaeUadradracxaeXaeYaeZafaafbafcafdafeaffadfadfadxaecadeacNafgafhafiafjafkacNacMacMacKaehacLacLacKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaflafmafmafmafmafnafoafpafqafqafqafqafraaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiafsafsafsafsafsaaaaeKaaaafsafsafsafsafsabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczaftafuafvafwafxafyafzafAafBafCafDafEafFafGafHafIafJafKafLacxafMafNafOafPafQafRafSafTafUadfadfafVafWacLacNafXacNafYacNafZacNagaagbacLagcacLagdageageagfaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaggaggaggaggaggaaaafoaaaaggaggaggaggaggabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaaaaabiaaaaaaaaaaeKaaaaaaaaaabiaaaaaaaaaacyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczaghagiagjagkaglagmagnagoagoagpagqagoagoagoagragsagtaguagvacxafMafMagwagxagyagzagAagBacxagCagDagEagFacLagGagHagIagJagKagLagIagMagNagOagPagOagQagRagSagTagUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaaaaabiaaaaaaaaaafoaaaaaaaaaabiaaaaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaeiaeiaeiaeiaeiaaaaeKaaaaeiaeiaeiaeiaeiabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagVagWagXagYagZahaahbahcahdaheaheahfahgahhahiahiahiadrahjahkacxacxacxahlahmahnahoahpahqacxahracMahsahtacLahuahvahwahxahyahzahAahBahCacLahDacLahEageageahFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaeFaeFaeFaeFaeFaaaafoaaaaeFaeFaeFaeFaeFabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaeHaeIaeIaeIaeIaeJaeKaeLaeMaeMaeMaeMaeNaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczaczaczahGahHahIahbabDadrahJadradradrahKahKahKahKahKahLahMahNahOahPahQahRahSahTahUahVahNahWahXahYahZaiaaibaicahwaidahyaieahAaifacLacKacLacLacLacKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaflafmafmafmafmafnafoafpafqafqafqafqafraaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqadGafsafsafsafsafsaaaaeKaaaafsafsafsafsafsabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaczaczaczaczahbabDaigaihaiiaijaikahKailaimainaioaipaiqairaisaitaiuaivahSaiwahSaixaiyaizahwaiAaiBahwaiCaiDaiEaiFaiGaiHaiIaiJaiKaiLaiMaiNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaggaggaggaggaggaaaafoaaaaggaggaggaggaggabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaaaaabiaaaaaaaaaaeKaaaaaaaaaabiaaaaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabDaikaiOaiPaiQaikahKaiRaiSaiTaiUaipaiqahNaiVaiWaiXaiYaiZajaajbajcajdajeajfajgajhajiajiajhajjajkajlajmajnajoacLajpajqaiNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaaaaabiaaaaaaaaaafoaaaaaaaaaabiaaaaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaeiaeiaeiaeiaeiaaaaeKaaaaeiaeiaeiaeiaeiabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabDaikaiOajraiQajsahKajtajuaiTajvaipaiqairajwajxajyajzajAajBajCajDajEajFajGajHajIajJajKajLajMajNajOajPajQajRajSajTajUajVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaeFaeFaeFaeFaeFaaaafoaaaaeFaeFaeFaeFaeFabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaeHaeIaeIaeIaeIaeJaeKaeLaeMaeMaeMaeMaeNaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaabiaaaaaaabDajWajXajXajYajZahKakaakbakcakdaipaiqahNakeakfakgakhakiakjakkahNahNacKaklakmacKacKacLacLacLacLacLacLacLacLacLaknakoajVabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaflafmafmafmafmafnafoafpafqafqafqafqafraaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacyakpafsafsafsafsafsaaaaeKaaaafsafsafsafsafsabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiakqakqakrakrabDabDadradraeSaksahKahKahKahKahKaktakuakvakwakvakvakvakvakvakvakxakyakzakAakBakCakDakEakFakGakHakIakJakKakLakMaknakoajVabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiaggaggaggaggaggaaaafoaaaaggaggaggaggaggakpacyaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaabiaaaabiaaaaaaakNaaaaaaabiaaaabiaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiakqakOakPakQakRakSakTakUakVakWakXakYakZalaalbalcaldalealfalealealealealealealgalealealhalfalialjalkallalmalnaloalpalqalrakMaknakoaiNabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaabiaaaabiaaaaaaafoaaaaaaabiaaaabiaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqabiabiabiabialsaltalsabiabiabiabiacqacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalualvalvalvalwaaaabialxalyalzalAalBalCalDalEalFalGalHalIalJalKalLalIalMalNalLalIalJalOalPalPalPalQalRalSalTalUalValWalXalYalXalXalXalZamaamaakMaknakoajVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqabiabiabiabiabiafoabiabiabiabiabiacqacqacqabiaaaaaaaaaaaaaaaaaaaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaabiaaaaaaabiaaaalsambalsaaaaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamcamdameamfamcakrakramgamhamiamjamkakDahKamlahKahKammamnamoampamqamramoampamqamsamtampamuamvampamwamxampamyamzamAakDamBamCamaamDamaamEamFamaakMaknakoajVabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaabiaaaaaaamGaaaaaaabiaaaaaaabiaaaabiabiabiaaaaaaaaaaaaaaaaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaabiaaaaaaabialsalsamHalsalsaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaKamIamIamIamIamIaaaamJamKamLamMamNamOamPamOamhamQamRamSakDamTakvamUahKamVamWamXahKamYamWamXahKamYamZamXahKanaanbancandakCahKamWaneanfakDanganhanianjaniankanlamaakMaknakoajVabiaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaabiaaaaaaanmaaaaaaabiaaaaaaabiaaaaaaaaaabiabiaaaaaaaaaaaaaaaannanoannabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaabiaaaaaaabianpanqanransanpantantantantantantantantantaaaaaaaaaaaaamIanuanvanwamIaaaamcanxanyanzamcakrakrakranAanBanCanDakDanEanFanGahKanHamWanIahKanJamWanKahKanLamWanMahKanNanOanPandanQahKanRanSanTakDanUanVanUanWanUanXanUanUakMaknakoaiNaiNabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaabiaaaanYanZanYaaaabiaaaaaaabiaaaaaaaaaaaaabiabiaaaaaaaaaaaaannaoaannabiaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanpaobaocaodanpaoeaoeantaofaogaohantaoiantaaaaaaaaaabiantaojaogaokantaaaamcaolaolaomamcaaaaaaaonakqakraooaopakDaoqaoraosakDaotaouaouaovaouaouaouaovaouaouaouaovaowaoxaoyaozaoAakDakDakDakDakDaoBaoCaoBakLaoBaoDaoBakLakMaoEaoFaoGaiNaiNaiNabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaaaaabiaaaanYaoHanYaaaabiabiabiabiaaaabiaaaaaaaaaabiabiaaaaaaaaaannaoIannabiaaaabiaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanpaoJaoKaoLanpaoMaoNaoOaoPaogaoQantantantamIantamIamIantaoRaoSaoRantaaaamJaolaolaoTamcakrakrakraoUaoVaoWaoXalxakDakDakDakDaoYaoYaoYaoZaoYaoYaoYapaaoYaoYaoYaoZaoYaoYaoYapbapbapcapdapdapdapeaoBaoCaoBakLaoBaoDaoBakLakMaknapfapgaphapiaphabqaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaaaaaaaabianYanYanZanYanYabiaaaaaaabiaaaabiaaaaaaaaaaaaabiabiaaaaaaannaoIannabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaanpanpapjapkanpaplaogantaogaogaogaoOaogaogapmaoganvaogaogaogaogapnamIaaaamcapoaolaolappapqamPapqamhamQamRamQaprapbapbapbapsapbapbaptapbapbapbapbapbapbapbapuapbapbapbapvapbapbapbapbapbapbapwakLapxapyapzapAapBapyakLapCapDapEapFapFapGaiNabqaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaaaaaaaaaaabiapHapIapJapKapHabiaaaaaaabiaaaabiaaaabiaaaaaaaaaabiannannannaoIannannannannannannaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaantantantantantabiabiantapLapMapNapOaoNantantamIamIantantantantamIantamIamIantapPaogapQantaaaamcapRapRapRamcakrakrapSapTapUapVapWakqapXapXapXapXapXapYapZapXapXapXapXapXapXapXaqaaqbaqbaqbaqcaqdaqbaqeaqfaqgaqhapeaqiaqjakMakMakMakMakMakMakMaknaqkaiNaqlaqmaiNaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaaaaaaaaaaaaaabiapHaqnaqoaqpapHabiaaaaaaabiaaaabiaaaabiannanoannanoannaqqaoIaoIaoIaoIaoIaoIaqrannabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaqsaaaaaaaaaaqtaaaabiaaaaaaaaaaaaaaaaaaaaaantantantantaquaqvaqwantaaaaaaantaogapMaplaogaqxantaqyaqyaqzaqyaqyaqzaqzacfacfaqAaqAantaqBaogaqCantaaaaqDaqEaqEaqEaqFaaaabialxakqaqGakqaqHaqIaqIaqIaqJaqIaqIaqIaqKaqLaqLaqLaqMaqLaqLaqNaqOaqPaqQapFaqRapFapFapFapFaqSapFapFapFapFapFaqTaqUaqVaqWaqXaqXaqYaqZaraarbarcaiNaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaabqabqabqaaaabiapHardarearfapHargargargargarganoanoanoannarhaoIaqrannannaoIannannannannariannannabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiarjarkarlaaaarmarnaroabiaaaabqabqabqaaaaaaabiantarparqarraogarsaogantamIamIantartapMaplartantantantamIamIamIantantacfaruaqzaqzacfantantaoOantantaaaaaaaaaaaaaaaaaaaaaabiakqarvamPakqarwaqIarxaryarzarAarzaqIarBaqLarCarDarEarFaqLaoYapbarGarHarIarJarJarJarJarJarKarLarJarJarJarJarJarMarNarOarParQarRarSaiNarTarUaiNabiarVarWarWarXarWarWarYabiabiaaaaaaaaaabianoarZanoaaaargapHapHasaasbapHascaoIaoIaoIannasdaoIaseannasfaoIaoIasgannaoIannashasiannaoIasjannaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaskaslaskaaaasmasnasmabiabiamIasoamIaaaaaaabiantaspasqapOasrassastantaqCaogasuaogapMasvaogaogaogaogaogaogaogaogantantantaqzacfaqzacfaswasxaswaaaaaaaaaaaaaaaaaaaaaaaaabiakqasyaszakqasAaqIasBasCasDarzarzaqIarBaqLasEarEasFasGasHaoYapbapdarHaknasIasIasIasIasIasJasKasIasIasIasIasIasIasIasIasLasMaiNasNasLasLasLasLasLasOasPasPasPasPasPasOasLabiaaaaaaaaaabiasQaoIanoaaaargasRasSasTasUaoIaoIaoIannaoIannasVaoIaoIannaoIasWasXasYariaoIannasZataannaoIatbannaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatcaskatdaskatcasmateasmatcabiatfaogamIaaaaaaantantantantantaoOatgathathatiatjatkatjatlatmatnatoantaogantantantaogantatpantacfaqzaqyaqzaswasxaswaaaaaaaaaaaaaaaatqatqatqatqatqatqatqatqatraqIatsattatuarzatvaqIarBatwatxatyatzatAasHaoYapbatBarHaknasIatCatDatEatFatGatHasIatIatJatKasIatLatJatMasLatNatOatPatQatRatSatTasLasOasPasPasPasPasPasOasLabiabiabiabianoanoarZanoanoargatUaoIatVaoIaqqaoIannannatWannannatXannannasYatYatZaoIannaoIauaauaauaauaauaauaauaauaauaaubaubaubaubacfaubaubaqzaqzaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaucaudaueaufaucaugauhauiaucantamIasoamIamIamIantaujaukaukaukaukaukaukaulaumaunantantantantaogantantaogauoantatnaogantantantantaqyaqyaqyaswaupaswaaaaaaaaaabiabiatqauqauratqausautauuatqatraqIarAauvarAauwarzaqIauxauyauzarEauAarEasHaoYapbauBarHaknasIauCauDauEauFauGauHasIauIauJauKasIauLauMauNasLauOauPauQauQauQauQauRauSauTasPasPasPasPasPasOasLasLasLaaaaaaanoaoIaoIaoIascargauUasYatVaoIauVauWauXariaoIaoIaoIaoIauYaoIaoIatYauZaoIavaaoIauaavbavcavdauaaveavfavgauaaqzaqyaqyaqyaqyaqyaqyaqyaqyaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaucaucavhaucaucaucavhaucaucaviavjavkavlavlavmavnavoavpavqavqavqavqavqavqavravsavtacfavuantaogavvartatnavwantavxaogaogaogavyamIaqyaqyaqzaswasxaswaaaaaaaaaatqatqatqasxasxatqasxasxasxatqavzaqIarAavAavBavCarAaqIarBavDaqLavEavFavGaqLavHapbapdarHaknasIasIasIasIasIavIavJasIasIavKavLasIasIavMavLasLavNavOavPavQavQavRavSavTavUasPasPasPasPasPavVavWavXavYaaaaaaanoaoIaoIavZaoIargawaaoIawbawcawcawcawcawdawcaweaoIaoIaoIaoIaoIaoIaoIaoIannauWauaawfawgawgauaawhawiawjauaaqyaqyaqyaqyaqyaqyaqyaqyaqyaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaucawkawlawmaucawnawlawmaucastawoawpaukaukaukawqawrawsapPawtawuawvawwantawxavsacfawyavtamIaogauoantantantantantantantawzavyamIaqzaqyaqzaswasxaswabqabqabqawAawBawAasxasxatqatqawCatqatqavzaqIaqIawDaqIawEaqIaqIawFawGaqLaqLaqLaqLaqLawHapbawIarHaknasIatCatDawJatFawKawLawMawNawOawPawQawRawSawTawUawVavOawWawXawXawYawZavTavYasPasPasPasPasPavYaxaaxbavYabiabiannaoIaoIannannargargargargargargargargargannaxcaxdannannannannannannannannaoIaxeauaawgawgaxfaxgawfaxhauaaqyaqyaqyaqyaqyaqyaqyaqyaqyaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaabiatcaucavhaxiatcaucaxjaxiatcantaxkavsantantantantaxlawsaogaxmaxnaogaogantawxavsaxoaqzaxoantaogaxpantaxqaxrantavxastaxsaxtaxtaxtaxuaxuaxuaxvaxwaxxaxuaxuaxuaxvaxxaxvaxvaxwaxvaxyaxwaxzaxAaxBaxCaxCaxCaxDaxEaxCaxCaxFaxGaxCaxCaxCaxCaxHaxIaxJaxJaxKaxLasIauCauEauEaxMauGaxNaxOaxPaxQaxRaxSaxTaxUaxVaxWaxXaxYawWaxZawXawYawZayaavYasPasPasPasPasPavYaybaxbasLaaaaaaannaycasfaoIaydannayeaqrayfaygaqqannawaaqqannayhaoIannayiaoIannayjaykaylaymaymaymaynayoaypayqayraysaytauaaubaubacfacfaubaubaubaubaqzaqzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayuayvayvayvaywayvayvayxayyayzayAayBayCayCayDantayEawsayFayGayHaogayIantawxayJaxtaxtaxtaxtayKaxtaunaogayHayLaogaogayMavjayNayOayPayPayPayQayPayRayPayPaySayTayUayVayVayVayVayVayVayWayXayYayZayZayZayZazaayZayZazaayZazbazbazbazbazbazcazdazeazfazgasIasIasIasIasIavIazhaziazjazkazlazmaznazoazpazqazrazsaztazuazuazvawZazwavUasPasPasPasPasPazxazyazzasLaaaaaaannaoIaoIaoIaoIaoIaoIazAawcawcawcawcawcawcawcazBaoIaoIaoIaoIavaaoIaoIazCazDazEazFazGazHazIawgawgawgazJauaaqzaqyaqyaqyaqyaqyaqyaqyaqyaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayuazKazLazKazMazLazLazNazKazLazOazPazQazQazRantayEawsazSaogaogazTazUantazVazWazXazXazXazXazXazYavsazZaogantaviaviavsaAaantaAbaAcaAdaAdaAeaAdaAfaAdaAdaAgaAhaAiaAjaAjaAjaAjaAjaAjaAjaAkaAlaAmaAnaAoaApaAqaAraAsaAtaAuaAvaAwaAxaAyaAzaAAapbaABaiNapgasIatCatDaACatFaADaAEaziaziaziazjaAFaAGaAHaAIawUaAJaAKaALaAMaANaAOaAPaAQaARasPasPasPasPasPaASasLasLasLannannannaqqannannariannannatVannannaATannannariannatVaycannannariannaoIaycazCaAUatYauaaAVaAWaAXaAYaAZaAWaBaauaaqzaqyaqyaqyaqyaqyaqyaqyaqyaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaucayuaBbayuaBcazLazLaBdayuaBbayuaBeaBfazMaBgantayEawsantantantantaBhaBhaBiaBjaBhaBhaBhaBhaBhawxayJaxtaxtaxtaxtaxtaBkaAaaqCaAbaaaabiaaaaBlaaaaBmaaaabiaaaaAhaAiaAjaBnaBoaBpaBqaBraAjaAkaBsaBtaBuaBuaBvaBwaBxaBxaBxaByaBzaBzaBAaBBaAzaBCapbaBDaiNapgasIauCauEauEaBEauGaBFaBGaBHaBIaBJaBKaBLaBLaBMaBLasLaBNaBOaBPaBQaBRaBSasLaASasPasPasPasPasPaASannatbaoIaBTaBUannannannatbaoIannatbatVannaBVaoIannaBWaoIannaBXaBYannaBZaoIannariariazCaCaariauaaCbaAWaCcaCdaCcaAWaCeauaaqzaqzaqzaqyaqyaqyaqyaqyaqyaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqabiabiabiabiaCfatcaCgawlayuaChaCiaCjaCkayuawlaCgayuatcaClaCmantaCnaCoaCpaCpaCqaCraBhaCsaCtaCuaCvaCwaCxaCsaBhaCyaCzaCAavkavkavkavkavkaCBaviaAbabiaCCaCCaCDaCCaCEaCCaCCabiaAhaAiaAjaCFaCGaCHaCIaCFaAjaCJaCKaCLaCMaCNaCOaCPaCQaCRaCSaCTaCUaAxaAxaAxaCVaBCapbaCWaiNapgasIasIasIasIasIaCXavJaBLaBLaBLaBLaBLaBLaCYaCZaDaaBLasLasLasLasLaDbaDcasLaASasPasPasPasPasPaASannannaoIaDdaBUannaDeannaoIaoIannaoIatVannaoIaoIannaoIaoIannatVauWannaoIaoIannaDfaoIazCaAUasYauaauaauaauaauaauaauaauaauaaubaubaubaubaubaqzaqyaqyaqyaqyaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayuaBbayuayuayuayuayuayuaBbayuaaaatcaDgaBgaDhaDiaDjaDhaDhaDhaDkaBhaCsaDlaDmaDnaDoaDpaCsaBhantaDqaDraDraDraDraDraDraDsaDraDtaaaaCCaDuaDvaDwaDxaDyaCCaaaaAhaAiaAjaCFaDzaDAaDBaCFaAjasxaDCaAmaDDaDEaDFaDGaDHaCUaDIaDJaAxaAxaDKaAxaCVaBCapbaBDaiNapgasIatCatDaDLatFaADavJaBLaDMaDNaDOaDOaBLaCYaDPaDaaBLaDQaDRaDSaDTaDUaDcabiaDVaDWaDWaDWaDWaDWaDXaaaannaoIaDYaDZannannannannannannaEaaEbannannannannannannaEcaEdaEeaEfaEfaEfaEgaEhaEiaEjaEkaElaEmaEnaEoaEfaEpaEqaEraEsaEsaEsabiabiabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaEtaEuaEvaEuaEwaEwaEwaEwaEuaEvaExaEyatcaBcaEzaDhaEAaEBaECaEDaEEaEFaBhaCsaEGaEHaEIaEHaEHaCsaBhaEJaEKaELaEMaENaEOaEPaEQaERaESaDtabiaCCaETaEUaEVaEWaEXaCCabiaAhaAiaAjaEYaEZaFaaFbaFcaAjasxaFdaAmaFeaFfaFgaAxaFhaFiaFjaFkaFlaCVaAzaFmaAzaBCapbaBDaiNapgasIauCauDauEaFnauGaFoaFpaFqaFraFsaFsaFtaFuaFvaFwaBLaFxaFyaFzaFAaFBaDcaaaabiaaaabiaaaabiaaaabiaaaannaycaFCaFDaFEaFFannauVaoIaycatVaoIannaaaannaBTaFDaFDaFGaFHaFIaFIaFIaFIaFIaFJaFKaFLaFMaFNaFNaFNaFOaFPaFQaFRaFSaFTaFUaFVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEtaEuaEuaFWaFXaFYaFZaGaaGbaGcaGdaGeaFYaGfaGgayuaBcaGhaDhaGiaGjaGkaGlaGmaGnaBhaGoaEHaEHaEHaEHaEHaEHaGpaGqaEKaGqaGraGqaGqaGqaGqaERaGqaDtaaaaCCaGsaGtaGtaGuaGvaCCaaaaAhaAiaAjaGwaGxaGyaGzaGAaAjasxaGBaAmaAmaFkaGCaGDaGEaGFaAmaAmaAxaAxaAzaGGaAzaBCapbaBDaiNapgasIasIasIasIasIaGHaGIaGJaGKaGLaGMaGMaGMaGMaGMaGNaBLaGOaGPaGQaDTaDUaDcannannannannannannannannannannannannannaGRannannannannaBTaGSaGTaGUaGVaGUaGWaGXaGYaGZaHaaHbaHbaHbaHbaHcaHdaHeaHcaHcaHcaHcaHcaHcaHcaHfaHgaHhaEsaEsaEsabiabiabiabiabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEwaHiaHiaHjaFYaHkaFYaHkaFYaHkaFYaHkaFYaGfaHlayuaBcaHmaDhaHnaHoaHpaHqaHraHsaBhaHtaEHaEHaEHaEHaEHaHuaBhaHvaHwaHxaHyaGqaGqaGqaHzaHAaHBaDtabiaCCaHCaHDaHEaHFaHGaCCabiaAhaHHaAjaHIaHJaGyaHKaHLaAjasxaHMaAzaHNaAxaHOaHPaHQaAxaHRaAzaHSaHTaAzaHPaAzaHUaqOaHVaiNapgapgapgapgapgapCavIavJaBLaHWaHXaBLaHYaBLaHZaBLaIaaBLaIbaIcaIdaIeaIfaIgaIhaIiaIjaIkaIlaImaImaImaImaInaIoaImaImaIpaIqaIraIsaEfaItaIuaIvaIwaIxaIwaIyaIzaHbaIAaIBaHbaICaIDaIEaHcaIFaIGaHcaIHaIIaIJaIKaILaIMaINaIOaIPaIQaIRaISaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaITaIUaIUaIUaIUaIUaIVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIWaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEwaFYaFYaIXaFYaHkaFYaHkaIYaHkaFYaHkaFYaGfaHlayuaBcaIZaDhaDhaJaaJbaJcaJbaDhaBhaBhaBhaBhaJdaEHaJeaJfaBhaJgaEKaGqaGqaGqaJhaGqaGqaERaJiaDtaaaaCCaCCaJjaJkaJjaCCaCCaaaaAhaAiaAjaJlaJmaJnaJoaJpaAjasxaJqaAzaJraAxaJsaHPaJtaAxaJuaAzaCVaCVaAzaFmaAzaJvaJwaJxaiNapCaiNaiNaiNaiNaiNaJyaJzaBLaJAaJBaBLaJCaBLaJDaBLaJEaBLaJFaJGaJHaDTaJIaJJaJKaJLaJMaJMaJNaJOaJMaJPaJQaJRaJSaJTazEazEazEaJUaJVaJWaJXaJYaoIaJZaJZaJZaKaaKbaHbaKcaKdaKeaKfaKgaKhaHcaKiaKjaHcaKkaKlaKmaKnaILaKoaHfaHgaFSaKpaKqaISaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaITaKraKsaKtaKuaKtaKvaKwaIVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEwaKxaKxaKyaFYaHkaFYaHkaFYaHkaFYaHkaFYaGfaHlayuaBcazLaKzaKAaKBaKAaKCazLaKDaKEaKFaKGaBhaKHaEHaEHaKIaBhaKJaEKaGqaKKaKLaKMaKNaKOaKPaKQaDtaaaabiaaaaKRaKSaKRaaaabiaaaaAhaAiaAjaKTaKUaKVaHKaKWaAjasxarBaAzaKXaAxaHPaHPaHPaKYaKZaAzaaaaaaaLaaLbaLcaLdaLeaLfaLgaLhaLaaaaaaaaLiaLjaLkaLlaBLaLmaJBaJBaJBaLnaJBaJBaJBaBLaDTaLoaDTaDTaDTaDcaLpaLqaLqaLraLsaLtaLqaLuaLvaLvaLwaLxaLyaLvaLzaJZaJZaLAaKaaJZaJZaJZaLBaLCaKaaKbaHbaLDaLEaLFaLGaLHaLIaHcaLJaLKaLLaLMaLNaLOaLPaLQaKoaHfaHgaFSaIQaLRaISaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaLSaLTaLUaLVaLVaLVaLWaLXaLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaLYaEuaEuaFWaLZaFYaFYaFYaFYaFYaFYaMaaFYaGfaMbayuaBcazLaMcaMdaMeaMdaMfaMdaMdaMdaMgazLaBhaMhaMiaMhaBhaBhaMjaMkaMjaDraDraDraDraMjaMlaMmaDtaMnaMoaMoaMpaMqaMraMoaMoaMsaAhaMtaAjaMuaAjaMvaMwaMxaAjatqaqKaAzaAzaAzaCVaGDaCVaAzaAzaAzaLaaLaaLaaMyaLeaLeaLeaLeaLeaMzaLaaLaaLaaLiaMAaLkaMBaBLaBLaBLaBLaBLaBLaBLaBLaBLaBLaMCaMDaMEaMFaMGaMHaMIaMJaLqaMKaLsaMLaMMaMNaLvaMOaMPaLxaMQaLvaMRaMSaMTaMUaMVaMWaMWaMXaMYaMZaKaaKbaHbaNaaNbaNcaNdaLHaNeaHcaNfaNgaNhaNiaNjaNkaNlaHcaHcaNmaHgaFSaKpaKqaISaaaabiabiabiabiabiabiabiaaaaaaaaaaaaaLSaNnaNoaNpaNqaLVaLWaNraLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaLYaEuaNsaEuaEwaEwaEwaEwaEuaEvaNtaNuatcaNvazLaNwaNxaNyaNzaNAaNBaucaNCaNDazLaNEaNFaNGaNGaNHaNGaNGaNIaNGaNGaNGaNGaNGaNGaNJaNKaNLaNMaNNaNOaNOaNPaNOaNOaNOaNOaNQaNRaNSaNTaNOaNUaNOaNVaJwaNWaNXaNYaNZaOaaLgaLgaLgaLdaLeaLeaObaLeaLeaOcaOdaOeaOfaOgaOhaOiaLeaLeaObaOjaOkaOlaOmaOnaOoaOpaOqaLeaOraLeaDTaOsaOtaMDaMDaMDaOuaOvaOwaOxaOyaLqaOzaOAaMNaOBaOCaLvaODaMPaOEaOFaLvaLvaOGaOHaOIaOJaOKaOLaOMaONaOOaKaaKbaHbaOPaOPaOQaORaOPaOPaHcaOSaOTaHcaOUaNlaNlaNlaHcaOVaOWaOXaFSaEsaEsaEsaOYaOYaOYaOZaOZaOZabiabiaaaaaaaaaaITaPaaPbaPbaPcaPbaPdaPeaPbaPaaIVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayuaBbayuayuayuayuayuayuaBbayuaaaatcaDgaPfaNwaPgaPhaPiaPjaPkaucaPlaNDaPmaKzaNFaPnaPoaPpaPqaPraPsaNGaNGaNGaNGaNGaNGaNGaNKaNGaNFaPtaNGaNGaPuaPvaPwaPwaPwaPxaPyaPwaPzaPwaPAaPwaPBaPCaPDaPEaPFaLeaLeaLeaLeaLeaLeaLeaLeaObaLeaLeaPGaPHaPIaPJaPKaPLaPMaLeaLeaObaLeaPNaLeaLeaLeaLeaLeaLeaLeaPOaLeaDTaPPaMDaMDaPQaPRaPSaPTaPUaPVaPWaLqaPXaPYaPZaLqaLqaLvaQaaMPaQbaQcaQdaLvaJZaJZaQeaJZaJZaJZaQfaQgaQfaKaaKbaHbaQhaOPaOPaQiaOPaQjaHcaHcaHcaHcaHcaHcaHcaQkaHcaHfaHfaHgaFSaQlaQmaEsaQnaQoaQpaQqaQraOZabiaaaaaaaaaaaaaLSaQsaQsaQsaIUaQtaLVaQuaQvaQwaIUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqabiabiabiabiaCfatcayuawlayuaQxaQyaQzaQAayuawlayuayuatcaBcazLaNwaQBaQCaPiaPjaPkaucaQDaNDazLaKzaNFaNGaQEaQFaQFaQFaQGaQHaQIaQFaQJaQFaQFaQFaQKaQFaQLaQFaQFaQFaQMaQNaQOaQPaQPaQQaQRaQSaQTaQUaQVaQWaQXaQYaQZaRaaLeaRbaRbaRbaRcaRbaRbaRbaRbaRdaRbaRbaRbaRbaRbaRbaRbaRbaRbaRbaRbaReaRbaRbaRbaRbaRbaRbaRbaRbaLeaLeaLeaDTaRfaRgaRgaRgaRgaRgaRhaMHaRiaOyaLqaLqaRjaLqaLqaRkaLvaRlaRmaRnaQcaRoaLvaJZaRpaRqaRraRsaRraRraRtaRuaKaaKbaHbaRvaRvaRwaRxaRyaRyaRzaHbaRAaRBaRCaEsaRDaIQaREaHfaHfaRFaRGaEsaRHaEsaRIaRJaRKaRLaRMaOZaOZaOZaOZaOZaOZaLSaRNaROaROaRPaLVaLVaLVaLVaQuaLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaucayuaBbayuaBcazLazLaBdayuaBbayuaRQaRRaRSazLaNwaRTaRUaNzaRVaNBaucaRWaNDazLaRXaRXaRXaRYaRZaRZaRZaRZaRZaRZaSaaSbaRZaScaRZaRZaRZaSdaSeaSfaSeaSgaShaSiaNGaNGaSjaSkaSlaNGaSmaSnaNGaSoaSoaLeaSpaOaaLaaLaaLaaLaaLaaLaaLaaLaaSqaSraSsaStaSsaSsaSsaSuaSsaSvaSsaSwaSqaLaaLaaLaaLaaLaaLaaLaaLaaLdaLeaLeaLqaSxaSyaSzaSzaSzaSzaSzaMHaSAaSBaLqaSCaSDaSEaLvaLvaLvaLvaSFaLxaLvaLvaLvaLvaRraSGaSHaSHaSHaSHaSIaRraKaaKbaHbaSJaOPaRwaRxaOPaOPaSKaHbaSLaSMaSNaEsaHfaKpaSOaSPaSPaSQaSRaSSaSTaEsaSUaSVaSWaSXaSXaSYaSZaSZaTaaSZaSYaTbaROaTcaTcaIUaTdaTeaTfaLVaQuaIUaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayuaTgazLayvaRSazLazLaThayvazLaTgaRSazLazLazLaTiaTjaTkaTlaTmaTnaTnaToaTpazLaRXaTqaRXaTraRZaTsaTtaTuaTvaTwaTtaTxaTyaTzaTAaTBaTCaSdaTDaTEaTFaSgaTGaSiaSiaTHaSiaSiaSoaSoaTIaTJaSoaSoaSoaTKaLeaOaaLaaaaaaaaaaaaaaaaaaaaaaaSqaTLaTMaTNaTOaTPaTQaTRaTSaTTaTUaTVaSqaaaaaaaaaaaaaaaaaaaaaaLaaLdaLeaTWaTXaTYaSzaTZaSzaSzaSzaSyaMHaSAaUaaUbaSzaUcaUdaLvaUeaUfaUgaUhaUiaUjaUkaUlaLvaRraUmaUnaUnaUnaUnaUoaRraKaaUpaHbaUqaUqaRwaRxaUraUraUsaHbaHbaUtaHbaEsaUuaIQaREaUvaUwaRFaRGaEsaEsaEsaOZaUxaUyaOZaOZaOZaOZaOZaOZaOZaUzaUAaPbaPbaPbaUBaTfaTfaTfaLVaQuaLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaayuaUCaUDaUDaUDaUDaUDaUDaUDaUDaUCaUDaUEazLazLaKzazLaUFaUGazLaUHazLaUIaUJaUKaRXaULaRXaTraRZaUMaTtaTtaTtaTtaTtaTxaUNaTtaTtaTtaTCaSdaUOaTEaTEaSgaTGaSiaUPaUQaUQaURaSoaUSaUTaUUaUVaUWaUXaLeaLeaOaaLaaaaaaaaaaaaaaSqaSqaSqaSqaUYaUZaVaaVbaVcaVdaVeaVfaVgaVhaViaSqaSqaSqaSqaaaaaaaaaaaaaLaaLdaLeaLeaVjaSzaVkaVlaVmaVnaVoaVpaVqaSAaUaaVraSzaVsaSzaVtaVuaVvaVwaVxaVyaVzaVAaVuaVBaVCaVDaUnaVEaVFaUnaVGaRraKaaKbaHbaOPaOPaRwaRxaOPaOPaOPaVHaVIaOPaVJaEsaNmaVKaVLaUvaUvaVMaVNaVOaEsaVPaVQaSVaSWaSXaSXaVRaSZaSZaSZaSZaVSaVTaLVaVUaLVaLVaLVaLVaLVaLVaVVaLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiatcatcayuayuayuayuayuayuayuayuatcatcaucaKzaVWaVXaVXaVYaVXaVXaVXaVXaVZaVXaVXaRXaULaWaaWbaRZaWcaTtaWdaWeaWfaWgaWhaWiaWjaTtaTtaWkaSdaWlaWmaWnaSgaTGaSiaWoaWpaWqaWraSoaWsaWtaUUaWuaWvaUXaLeaLeaOaaLaaLaaLiaWwaSqaSqaWxaWyaWzaWAaWBaWCaWDaWEaWCaWFaWCaWGaWHaWIaWJaWKaWLaSqaSqaWwaLiaLaaLaaLdaLeaLeaLqaWMaSzaWNaSzaWOaSzaSyaSzaSAaUaaWPaWQaSzaWRaLvaVuaVuaWSaWTaWUaWVaWWaVuaWXaWYaWZaUnaXaaXbaUnaXcaXdaKaaKbaHbaXeaXeaRwaRxaXfaOPaOPaXgaOPaXhaXiaEsaXjaXkaXlaUvaUvaXmaXnaHfaEsaXoaSXaSVaSWaSXaRMaOZaOZaOZaOZaOZaOZaLSaTeaLVaXpaXqaLVaXpaXqaLVaXraLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXsaXtaXtaXuaXtaXtaXtaXvaXtaXtaXwaaaayuaChazMaXxaVXaXyaXzaXAaXBaXAaXCaXDaXAaVXaULaULaXEaXFaRZaXGaXHaXIaXJaXKaXLaXMaXNaXOaXPaXQaTCaSdaSdaSdaSdaSgaTGaSiaSiaSiaSiaSiaSoaXRaXSaXTaWuaXUaUXaLeaLeaOaaLgaLgaXVaXWaXXaSqaXYaXZaYaaYbaYcaYbaYdaYeaYfaYgaYhaYiaYjaYhaYkaYlaYmaSqaYnaXWaYoaYpaLgaLdaLeaLeaVjaSzaSzaSyaSzaYqaSzaYraSzaSAaUaaVraSzaSzaSzaYsaVuaVuaYtaYuaYvaWTaWWaYwaLvaYxaWZaYyaUnaUnaUnaXcaYzaKaaYAaHbaHbaHbaRwaRxaYBaYCaOPaYDaYEaNcaYFaEsaHfaVKaVLaUvaUvaYGaVNaYHaEsaYIaSXaSVaSWaSXaRMaOZaaaabiabiabiaaaaIUaTeaLVaXpaXqaLVaXpaXqaLVaXraIUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXsaYJaYKaYLaYMaYMaYMaYMaYMaYMaYMaXuaYNayuayuaBcazLaVXaYOaYPaYQaXyaYRaYSaXDaXAaVXaYTaYUaYVaRXaRZaYWaYXaYYaYZaZaaZaaZbaZaaZaaZaaZcaZdaRZaZeaZfaZgaZhaZiaZjaZkaZlaZmaZnaZnaZnaZnaZnaZnaZnaZnaLeaLeaLeaLeaLeaZoaZpaZqaZraZsaZtaZuaZvaZwaZxaZyaZzaZAaZBaZCaZDaZEaZFaZuaZGaZHaZIaZJaZKaZLaZMaZNaZOaLeaLeaLqaZPaSyaZQaSyaSzaVkaZRaVmaSAaUaaVraVraZSaZTaLvaVuaVuaVuaZUaVuaVuaWWaZVaLvaRraWZaUnaUnaUnaUnaXcaRraKaaZWaZXaZYaZZbaababbacbacbadaRwaRwaRwaRwbaeaUvaUvaUvaUvaUvbafbagbahbaibajbakbalbamaRLbanaOZabiabiaaaabiabiaIUaTeaLVaXpaXqaLVaXpaXqaLVaXraIUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaoaYKaYKaYKaYKaYKaYKaYKaYKaYKaYKbapbaqawlbaqazLazLaVXbarbasbatbaubaubavbawbaxaVXbayaULaYVbazbazbazbaAbaBbazbaCbaDbaEbaFbaGbaGbaHbaIaRZbaJbaKbaLbaMbaNbaObaLbaPbaQbaQbaRbaSbaTbaUbaVbaWaZnaLeaLebaXbaYbaZbbabbbbbcaSqbbdbbebbfbbgbbhbbibbibbjbbkbblbbmbbnbbobbpbbfbbqbbdaSqbbcbbbbbrbbsbaYbbtaLeaLeaVjaSzaSzaSyaSzaSzaSzbbuaSzbbvaSzbbwbbxaSzaSzbbybbzbbAaVuaVubbBaVubbCbbDaLvbbEbbFaUnbbGbbGbbHbbFbbIbbJbbKbbLbbLbbMbbNbbOaRwaRwbbPaRwaRwaRwaRwbaebbQbbRbbRbbRbbRbbRbbSbbTbbUbbVbbWbbXbbYaSXbbZaOZaaaabiabiabiaaaaIUaTeaLVaXpaXqaLVaXpaXqaLVaXraIUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabcabcbbccbccbcdbcdbcdbcdbcdbcdbcdaXuayuayuayuaBcbcebcfbcgbchbcibcibcibcibcjaXyaVXbckbclaYVbazbcmbcnbcobcpbazbcqbcrbcsaRZbctbcubcvbcwaRZbcxbcybczbcAbczbcBbcCbcDaZnbcEbcFbcFbcGbcHbcIbcJaZnaObaObbcKbcLbcLbcLbcLbcLbcLbcMbcNbcObbhbbjbcPbcQbcQbcRbcQbcQbcSbblbbobcTbcUbcVbcTbcTbcTbcTbcTbcTbcWaObaObaLqbcXbcYbcZbdaaSzaSzaSzbdbbdcbddbdebdfbdgaSzaLvaLvaLvbdhbdibdibdiaLvaLvaLvbdjaUnaUnbdkbdlbdmbdnbdlaKabdobdpbdqaHbbdrbdsbdtaYCaOPbduaXgaYCbdvaEsbdwaHfbdxaUvaUvbdxaHfbdyaEsbdzbdAbdBaSWaSXaRMaOZaOZaOZaOZaOZaOZaLSaTeaLVaXpaXqaLVaXpaXqaLVaXraLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabcaaXtaXtaXuaXtaXtaXtaXvaXtaXtbdCaaaayubdDaRSbdEaVXaXAaYPaXAaXybdFaXAbdGaXAaVXbdHbdIbdJbazbazbazbdKbdLbazbcrbdMbcraRZbctbcubcvbcwaRZbcxbcybdNbdObczbdPbcCbcDaZnbdQbcFbcFbdRbdSbcFbdTbdUaLeaLebaXbcLbdVbdWbdXbdYbdZbeabebbecbedbeebcQbcQbefbegbefbcQbcQbehbeibejbekbelbembenbeobepbeqbcTbbtaLeaLeaLqaLqaLqaLqaLqberaSBberbesaLqaLqaLqaLqaLqaLqaLvbetbetbetbetbetbetbeubetaLvbdlbevbevbdlbdpbdpbdpbdpaKabdobdpbdqaHbaHbaHbbewaHbbewaHbbewaHbaHbaEsaEsbexbexbexbexbexbexaEsaEsbeyaSXbezaSWaSXaSXaVSaSZaSZaSZaSZaVSbeAaLVbeBaLVaLVaLVaLVaLVaLVaVVaLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiatcatcayuayuayuayuayuayuayuayuatcatcaucazLazLaVXaVXaVYaVXaVXaVXaVXaVZaVXaVXbeCbeDbeEbazbcmbeFbdKbeGbazbeHbeIbeHaRZbctbcubcvbcwaRZbcxbcybczbeJbeKbeLbcCbcDbeMbcIbeNbeObePbeQbcFbdTbeRaLeaLebaXbeSbeTbdZbeUbeVbeVbeWbeXbeYbedbeZbcQbcQbefbfabefbcQbcQbfbbeibfcbfdbfebffbfgbfhbeqbfibcTbbtbfjbfkaJwbflbdpbdpbdpbdpbdpbdpbdpbdpbfmbdpbdpbdpbdpbfnbdpbdpbdpbdpbdpbdpbdpbdpbflbdpbdpbdpbdpbdpbdpbdpbfobfpbfqbfrbdpbfsbdpbdpbdpbdpbdpbdpbdpbdpbdpbfnbftbdpbdpbdpbdpbdpbdpbflbfuaVQaSXbfvbfwbfxbfyaOZaOZaOZaOZaOZaUzaUAaPbaPbbfzaPbbfAaIUbfBaIUaIUbfCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayubfDayCayCayCayCayCayCayCayCbfDayCbfEbfFbfFbfGbfHbfIbfJbfJbfJbfKbfLbfMaRXbfNbfObfPbazbazbazbfQbfRbazaRZaRZaRZaRZbctbcubfSbfTaRZbcxbcybczbfUbfVbfWbfXbfYbfZbgabgabgabgbbgcbcIbgdaZnbgeaPNbaXbgfbggbdZbghbgibgjbgkbglbgmbedbgnbefbcQbgobgpbgobcQbefbcSbeibgqbfdbfebffbgrbfhbeqbeqbcTbgsaLeaLeaJwbflbdpbdpbdpbdpbdpbdpbdpbdpbdpbgtbdpbdpbdpbdpbdpbgubbLbbLbbLbbLbgvbdpbflbdpbdpbdpbdpbdpbdpbgwbgxbgybgzbgAbgAbgAbgBbgAbgAbgAbgAbgAbgAbgAbgAbgAbgAbgAbgAbgAbgAbgAbgCbgDbgEbgFbgFbgGaSWbgHaSXbgIaSZaSZbgJaSZbgIbeAbgKbgKbgKbgLaLSaQvaQuaQubgMaIUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiayuazKazLazKazMazLazLazNazKazLazKazMazLazLazLbgNbgObgNbgNbgNbgNbgPbgQaRXaRXaRXbgRaYVbazbcmbgSbgTbeGbazbgUbgVbgUaRZaRZaRZbgWbgXaRZbcxbcybgYbgZbhabhbbcCaRXaZnaZnaZnaZnaZnaZnaZnbhcaZnbhdaLebaXbgfbhebdZbghbhfbhgbgkbglbdZbedbhhbhibcQbhjbhkbhlbcQbhmbhnbeibhobhpbhqbhrbhsbhtbeqbhubcTbhvbhwbhxaJwbflbdpbdpbhybdpbhzbhAbhAbhAbhAbhBbhAbhAbhCbdpbdpbdpbdpbdpbhDbhEbhFbhGbflbdpbdpbdpbdpbdpbhHbhIbhJbhKbhLbdpbdpbdpbdpbdpbhMbhNbdpbdpbdpbdpbdpbdpbdpbdpbdpbdpbdpbdpbdpbflbhObhPbhQbhRaSWaSXaRMaOZaOZaOZaOZaOZaOZaLSbgKbgKbgKbgKaLSaQuaQuaQubhSaLSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaucayubhTayuaBcazLazLaBdayubhUayuaBebhVbhWbhWbgNbhXbhYbhZbiabibbgPbicbidbiebiebifbigbazbazbazbihbiibazaRXaRXaRXaRXbijbikbilbimbikbinbcybiobipbczbcBbcCbiqbcCbirbisbisbisbisbitbiubivbiwaLebaXbcLbdZbixbiybizbiAbiBbglbiCbiDbbibiEbiFbiGbiGbiGbiHbiIbbnbiJbiKbiLbiMbiNbiObiPbeqbiQbcTbbtaLeaLebiRbiRbiRbiRbiRbiRbiRbiSbiTbiTbiTbiUbiVbiSbiWbiWbiWbiWbiWbiXbiXbiXbiYbiXbiXbiXbiXbiZbdpbhMbjabjbbjcbjdbdpbdpbdpbjebjebjfbjfbjfbjfbjfbjgbjhbjhbjhbjibjhbjjbjkbjhbjhbjlbjmbjmbjmbjmbjnbjobjpbjqaOZabiaaaaaaaaaaaaaLSbjrbjrbjsbjsaLSaQvaQuaQubgMaIUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaCfatcaCgawlayuaChaCibjtbjuayuawlaCgayuatcaCfaucbgNbjvbjwbjwbjwbjxbjybjzbjAbikbikbjBbjCbazbcmbjDbihbjEbazbjFbjFaULbjGbjHbjIbjJbjKbjKbjLbjMbjNbcAbjObjPbcCaULbjQbjRbivbjSbjTbjUbjVbjWbjXbjYbjZbkabcLbkbbcObkcbkdbkebkfbglbkgbcLabibkhbkibkibkibkibkibkjabibcTbkkbklbkmbknbeqbkobeqbkpbcTbbtaLebkqbiRbkrbksbktbkubkvbiRbkwbkxbkxbkxbkybkzbkzbkAbkBbkCbkDbiWbkEbkFbkGbkHbkFbkIbkJbiXbjbbkKbjbbjbbjbbkLbjdbkMbkNbkMbkObkObjfbkPbkQbkRbjfbkSbkTbkSbjfbkUbkVbkUbjmbkWbkXbkWbjmbkYbkZbjmblablbaOZaOZaOZabiabiaaaaaaaaablcaPcbldbldbldbldbldbldbldaPcbleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaabiabiabiabiayubhTayuayuayuayuayuayubhUayuabiabiabiaaabgNblfbgNblgbjwblhblibgNaULaWabljblkbllblmblmblmblmblmblmblnbloblpblqblrbcCbcCbcCbcCbcCbcCbcCblsbltbcCbcCbcCblublvblwblxblyblzblyblAblBbiwaLeblCbcLblDbcObcObcObcObkfbglblEbcLabibkhbkiblFblGblHbkibkjabibcTblIbfdblJblKbeqbiPbeqbeqbcTbbtaLeaLebiRblLblMblNblNblOblPbkzblQbkzbkzbkybkzbkzbkAblRblSblTbiWblUbkFblUblVblUblWbkFbiXblXblXblYblZbjbbmabjdbmbbmcbmdbmebmebjfbmfbmgbmhbmibmjbmkbmlbjfbmmbmnbmobjmbmpbmqbmpbmrbmsbmsbjmbmtblbaaaabiaaaabiaaaaaaaaaabiaaablcbmubmubmubmubmubmubmubleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmvbmwaaaaaaaaaabiaaaaaabmvbmxbmybmybmybmybmybmybmzbmwaaaabiabiaaabgNbmAbmBbmCbmDbmDbmEbmFbmGbmHaRXbmIbmJbmKbmKbmKbmLbmLbmLbmLbmLbmLbmMbmNbcCbmObmPbmQbmRbmSbmTbmUbmVbcCbmWbmXbmYbivbivbmZbnabnbbncbndbnebnfbngbaXbnhbnibnjbnkbnlbcObnmbglbcLbcLabibkhbkiblGbkiblGbkibkjabibcTbcTbnnbfebnobeqbnpbnqbnrbcTbbtaLeaLebiRbnsblMbntbnubnvbnwbkzbnxbnybnzbnAbnBbnCbkAbnDbnEbnFbiWblUbkFblUblVblUblWbnGbiXbnHbnIbnJbnKbjbbkLbjdbnLbnMbnMbnNbnObnPbnQbnRbnSbmhbmhbmhbnTbjfbnUbnVbnWbjmbnXbmsbmsbnYbnZboabjmbmtblbbobbobbobbobabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabocbodbmwaaaaaaabiabibmvboebofbofbogbohbofbofbofbofboiaaaabiabiaaabgNbojbgNbokbolbolbombgNbonbonaRXboobopboobooboobopbooaRXaRXbcCbcCbltboqbcCbmSbmSbmSbmSbmSbmSborbosbotboubovbowboxboybozboyboAboBboCblBbiwboDboEboFboGboHboIboJbcObkfbglbcLabiabiboKboLblHboMblFboNboOabiabibcTboPboQbcTbcTbcTbcTboRbcTboSaLeaLebiRboTboUboVblNblOboWbkzboXboYboZbpabpbbpcbiWbpdbpebpfbiWblUbkFblUblVblUblWbkFbiXbjbbjbbjbbjbbjbbkLbjdbpgbphbpibpjbpkbplbpmbpnbpobpobppbmhbpqbjfbprbnVbpsbjmbptbpubpvbpwbpxbpybjmbmtbpzbpAbpBbpCbpBaaaaaaabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpDbpEbpFbmwaaaabibmvbpGboebofbofbofbofbofbofbofbpHbpIbmybmwabiaaabgNbpJbmBbpKbolbpLbpMbgNaaaaaaaaabpNbpObpObpObpObpObpPaaaaaabpQbpRbpSbpTbpUbpVbmSbmSbmSbmSbmSbmSbpWbpXbpYbnabpZbqabqbbqcblBbqdbivbivbivbqebqfaObbnhbqgbqhbqhbqhbqhbqibqjbqkabiaaabkhbqlbkibkibkibqmbkjaaaabibqnbqobqpbqqbqrbqsbqnbqtbqnbquaLebqvbiRbqwbqxbqybqzbqAbiRbqBboXboYbqCbqDbkzbqEbiWbqFbqGbqHbiWbqIbqJbqKbqLbqMbqNbqMbqObqPbqQbqPbqPbqPbqRbjdbqSbmcbqTbqUbqVbqWbqXbqYbqZbqZbrabrbbrcbjfbrdbrebrfbjmbrgbrhbribrjbmsbrkbjmbrlbrmbrnbrobrobrobrobrobrobrpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpDbpEbrqbpFbmwbmvbpGbrrboibrsbofbofbofbofbofbofbofbrtbrubrvabiaaabgNbrwbmBbmBbmBbgNbgNbgNaaaaaaaaabrxbrybrybrybrybrybrxaaaaaabpQbrzbrAbrBbrCbrCbrCbrCbrCbrCbrCbrCbrCbrDbrEbrFbrGbrHbrIblBbrJblybrKblybrLbiwbrMbrNbnhbnhbqkbrObrPbrQbrRbrSbqkaaaaaabkhbrTbrUbrVbrUbrWbkjaaaaaabqnbrXbrYbrZbqnbsabqnbqtbqnbquaLebsbbiRbscbqxbsdblNbsebiRbsfbsgbshbsibsjbkzbskbiWbkAbslbsmbiWbiXbsnbiXbsobspbsqbsrbsrbsrbsrbsrbsrbsrbssbstbsubphbpibsvbswbsxbsybszbszbszbppbmhbsAbsBbsCbsDbsEbsFbsGbsHbsIbsJbsKbsLbjmbsMbsNbsObsPbsPbsPbsPbsPbsQblbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpDbpEbrqbrqbpIbodbrrbofboibrsbofbofbofbofbofbsRbpGbmybodbsSbmwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybrybrxbsTbpQbpQbsUbrAbmUbmSbsVbsVbsVbsVbmSbmSbmSbmSbsWbsXbsYbsZbtabtbbtcbtdbteblyblybrLbtfbtgbthbtibtjbtkbtlbtmbtnbtobtpbqkabiaaabkhbtqbtrbtrbtrbtsbkjaaaabibqnbttbtubtvbqnbtwbqnbqtbqnbtxaLebsbbiRbtybqxbtzbtAbtBbiRbtCboXbkybsibtDbtEbsfbsfbtFbtGbtHbtIbtJbtKbtLbtMbtNbtObtPbtQbtRbtSbtTbtUbtVbkLbtWbtXbtYbtZbuabubbjfbucbszbszbudbppbmhbuebufbugbuhbuibsFbujbukbulbumbmsbunbuobupbjmbuqbuqbuqbuqbuqbuqbmtblbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaburbmybusbrqbutbofbuubofbpIbuvbuwbofbofbofbsRbpGbrrbuxbuxbuyboeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybrybuzbuAbuBbuAbuCbuDbuEbuFbuGbmSbmSbmSbmSbmSbuHbcCbcCbuIblybuJbuKbuLblBbuMblybuNblybuObqubrMbuPbuQbuRbuSbuTbuUbuVbtobuWbqkaaaaaabkhbuXbuYbuZbuYbvabkjaaaaaabvbbvcbvdbvbbvbbvbbvbbvebvbbvfaObbvgbiRbiRbvhbvibvjbiRbiRbvkbvlbvmbkzbkzbkzbkzbkzbvnbvobvpbvpbvpbvqbvpbvrbtNbtObvsbvtbvubvvbvwbvxbtVbvybvzbvAbvBbvBbvCbvDbjfbvEbmhbmhbvFbppbmhbvGbvHbvIbnVbvJbsFbsFbvKbvLbvMbvKbsFbjmbjmbjmbvNbvObvPbvQbvRbuqbvSblbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmvbpGbmyboebofbofbofbuybodbmybmybmzbsSbpGbrrbofbvTbvTbvUboiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybrybvVbvWbvXbvWbvYbmSbmUbmSbsVbsVbvZbsVbmSbmSbwabwbbcCbwcblybuJbuKblybwdblyblybweblybuObqubwfaLebuQbwgbwhbwibwjbwjbwkbwlbqkabiabibwmbwnbwobwpbwqbwrbwsabiabibwtbwubwvbwwbwxbwybwzbwAbvbbwBaLebwCbwDbwEbwFbwGbwHbwIbwJbwKbwLbwMbwNbwNbwNbwNbwNbwObwPbwNbwNbwNbwQbnCbwRbwSbtObwTbwUbwVbwVbwWbtUbtVbkLbjdbwXbwYbwZbxabxabjfbxbbxcbxdbsBbxebmhbxfbsBbxgbxhbxibxjbxkbxlbxmbxnbxobxpbxqbxrbxsbxtbxubxubxubxvbxwbxxblbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmvbsSbodbrrbofboibofbofbofbofbofbofbofbofbuyboebofbofbofbofbofbxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybxzbrxbsTbpQbpQbxAbmSbmUbmSbmSbmSbmSbmSbmSbmSbwabxBbcCbxCbxDbozbxEboybxFboybxGblybxHbrLbxIbwfaLebuQbuRbqkbxJbxKbxLbxMbxNbqkaaaaaaabibkhbxObxPbxObkjabiaaaaaabwtbxQbxRbxSbxTbxUbxUbxVbxWbxXbxYaPDbxZbyabybbycbydbyebyfbyebyebygbyhbyibyjbyjbyjbykbkzbkzbkzbylbymbymbynbtObtObtObyobypbyqbvwbtUbtVbjcbjdbyrbyrbyrbyrbyrbjfbsBbsBbsBbsBbysbytbysbsBbyubyvbywbyxbyxbyxbyybyzbyAbyBbyCbyDbyEbyFbyGbyHbyIbyJbyKbyLbyMbobbyNbyNbobabiabiabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmvbsSbmybmybmybmybmybmybmybsSbmwaaabmvbpGbrrbofbofbofboibofbofbsRbmybmybmzbuvbofbofboibofbofbofbofbofbxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybrybyObvWbvXbvWbrzbyPborbyQbpVbmSbyPbmSbmSbmSbwabyRbcCbySblybuJbyTbuMbyUbyVblyblybyWbrLbxIbwfbaXbuQbyXbqkbyYbyZbzabzbbrSbqkaaaaaaabibzcbzdbtrbzebzfabiaaaaaabwtbzgbzhbzibzjbzkbzlbzmbvbbznaLeaLebsfbsfbzobzpbvnbzqbzrbzsbztbztbzsbzrbzsbzrbzsbzrbzsbzrbiVbiVbymbzubwVbzvbzwbtObyobzxbzybzzbzAbtVbzBbzCbzDbzEbzFbyxbyxbzGbyxbyxbzHbzIbzJbzKbzLbyxbzMbzNbzObzPbzPbzPbzQbzQbzQbzQbzQbzRbzSbzTbzUbzTbzVbzTbuqbzWbzXbzYbzZbAabobabiaaaaaaaaaaaaaaaaaaabiaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpGbrrbofbofbofbofbofbofbofbuybpGbmybpGbrrbofbofbofbofbAbbofbofboibAcbAdbofboibofbofbxybofbofbofbAebAfbxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybrybAgbAhbAibAhbAjbAkbAjbAjbAjbAjbAjbAlbAmbmSbwabAnbcCbAobApbAqbArbAsbAtbAubAubAubAtbAtbAvbwfaMzbAwbuRbqkbAxbAybAzbAAbABbqkaaaaaaabibACbADbwpbAEbAFabiaaaaaabwtbAGbAHbAIbAJbzkbzlbzmbvbbAKaLeaLebALbAMbANbzpbAObAPbzrbAQbARbASbATbAUbAVbAWbAXbAWbAYbzrbkzbkzbymbAZbwVbBabBbbBcbBdbBebBfbBfbBgbBhbBibBjbBkbBlbBmbBnbBobBnbBnbBpbBnbBnbBqbBrbBnbBnbBsbBtbBubzPbBvbBwbBxbBybBzbBAbzQbBBbBCbBDbBEbBFbBCbBGbuqbzWblbbBHbBIbBJbobaaaaaaaaaaaaaaaaaaaaaabibBKabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmzbofbofbofbofbofbofbofbofbofbmzbofbmzbofbofbofbofbofbBLbofbofboibofbofbofboibofbofbBLbofbofbofbBMbBNbxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrxbrybrybrybrybrybrxbsTbpQbpQbpQbcCbpQbpQbpQbBObBObBObBObBPbBQbBQbBObBObBRbBSbBTbBRbAtbBUbBVbBWbBXbAtbxIbwfaOaaLiaLibqkbqkbqkbqkbqkbBYbqkaLaaLaaLabBZbCabxPbCbbCcaLaaLaaLabvbbvbbvbbvbbvbbvbbvbbvbbvbbAKaLebCdbzrbzrbCebCfbzrbzrbzrbCgbARbChbARbCibCjbCkbClbCmbCnbCibkzbkzbymbCobCpbCqbCrbCsbCtbCubCrbCrbCvbCwbCxbCybCzbCzbCzbCzbCAbCzbCzbCzbCBbCBbCCbCDbCEbCEbvIbCFbvJbzPbCGbCHbCIbCJbCKbCLbCMbuqbuqbCNbCNbCNbuqbCObuqbzWblbbCPbBIbCQbobabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpGbuvbofbofbofbofbofbofbCRbsRbpGbmybpGbuvbofbofbofbofbAbbofbofboibofbCSbofboibofbofbxybofbofbofbAebAebxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabCTbCUbrybrybrybCVbCWaaaaaaaaaaaaabiaaaaaaaaaaaabBObCXbCYbCZbDabDbbDcbBQbDdbDebDfbDgbAubDhbDibDjbDkbAtbxIbwfaLeaLeaLebDlaOqaOpaObbDmbDnbDoaZNaZNaZNbDpbDqbDrbDsbDtaLeaLeaLeaLeaOqaLeaObaLeaLeaLebDlaLebAKaLebDubzrbDvbDwbDxbDybDzbzrbDAbARbDBbARbCibCjbCjbDCbDDbDEbCibkzbDFbymbwVbDGbDHbDIbDJbDKbDLbDMbDNbtVbtVbjcbDObCzbDPbDQbDRbDSbDTbDUbCzbDVbDWbDXbDYbDZbCEbvIbCFbEabEbbEcbEdbEebEfbEgbEhbCMbEibEibEibEibEibEibEibuqbzWblbbEjbAabAabobabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIWaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEkbodbmybmybmybmybmybmybmybodbElaaabEkbpGbuvbofbofbofboibofbofboibofbEmbEnboibofbofboibofbofbofbofbofbxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEobEpbEqbEqbEqbEpbEraaaaaaaaaaaaabiaaaaaaaaaaaabBQbEsbEtbEubEvbEwbExbEybEzbEAbEBbECbEDbEEbDjbEFbEGbAtbxIbEHaLeaLeaLeaLeaLeaLebEIaLebwfaLeaLeaLeaLeaLebEJbEKbELaLeaLeaLeaLeaLeaLeaLeaObaLeaLeaLeaLeaPNbAKbEMaLebzrbENbEObEPbEQbDzbzrbERbARbASbESbzrbETbEUbEVbEWbEXbzrbkzbkzbymbymbymbymbymbtVbtVbtVbtVbtVbtVbEYbkLbEZbCzbFabFbbFcbFdbFebFfbCzbFgbFhbFibFjbFkbCEbvIbFlbFmbFnbFobFpbFpbFqbFrbFsbCMbEibEibFtbFubEibEibEibuqbzWblbbCPbBIbFvbobabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEkbodbsSbuvbFwboibofbofbuybmzbmybmybrrbofbofboibAebofbofbofbofbxyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabFxbFybFybFybFzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabBObFAbFBbFCbFDbFEbFFbFGbFHbFIbFJbFHbFKbFLbFMbFNbFObAtbFPbFQboEboEboEbFRboEboEbFSboEbFTaLebFUbFVaLeaOjbFWbFXbFYbFZbGabGbaZNaZNbGcaZNbGdbGeaZNbGfbGgbGhbGiaLeaLebzrbGjbGkbGlbzsbzsbzrbzsbGmbzsbzrbzrbzrbzrbzrbzrbzrbzrbkzbkzbkzbGnbGobzqbGpbGqbGrbGsbGtbGubGqbGvbssbGwbCzbGxbGybGzbGAbGBbGCbCzbGDbGEbGFbGGbGHbCEbvIbGIbGJbzQbGKbGLbGMbGNbGObGPbCMbEibEibEibGQbEibEibEibuqbzWbzXbGRbBIbBJbobaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEkbpGbmyboebofbofbofbofbofbofbofbofbofboibAebofbofbofbofboiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabBObBObBQbBQbBQbBQbBObBObGSbDebDfbGTbAtbAtbAtbAtbAtbAtbGUbGVaLiaLiaLiaLibGWbGWbGWbGWbGWbGWbGWbGWbGWbGWbGXaJwbGYbGZbGZbGZbGZbGZbHabGZbGZbGZbGZbHbbHcbHbaLjaMAbHdbzrbHebHfbHgbHhbHibzrbHjbARbHkbHlbHmbHnbHobHpbHqbHrbHlbHsbkzbkzbkzbkzbkzbvnbHtbHubHvbHubHwbGqbHxbkLbHybHybHybHybHybHybHybHybHybHzbHzbHzbHzbHzbHzbHAbHBbHCbzQbzQbzQbzQbzQbzQbzQbCMbuqbuqbuqbuqbuqbuqbuqbuqbzWblbbHDbHEbobbobabiabiabiabqabqabqabqabqabqabqabqabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabocbmybHFbrqbutbofbofbofbofbofbofbuubofbHGboibAebofbHHbofbsRboeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHIaaaaaaaaaabiaaaaaabBRbHJbHKbHLbHMbHMbHNbHObHPbHQbHRbHSbGVaaaaaaabiaaabGWbHTbHUbHVbHWbHXbHYbHZbIabGWbIbbIcbIdbGZbIebIfbIgbIhbIibIjbIkbIlbImbInbIobHbbHbbHbbHbbzrbIpbIqbIrbIsbItbIubIvbIwbIxbIybIwbIwbIwbIzbARbIAbIBbICbyjbyjbIDbIEbIFbIGbHtbIHbIIbIJbIKbGqbHxbkLbHybILbILbILbIMbILbILbILbHybINbINbIObINbINbHzbIPbIQbIRbISbITbIUbIVbIWbIXbIYbIZbJabJbbJcbJdbJebJfbJgbJgbJhbJibITbITbobabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpDbpEbrqbrqbpIbsSbsSbsSbmzbmybmybxybxybxybodbmybuvbuxbsRbpGbElaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalubJjalvbJjalwaaaabiaaabBRbBRbJkbJlbJmbFHbJnbJobJpbJpbJqbJrbJsbJtabibJubJvbJwbJxbJybIabJzbIabJAbIabIabIabGWbJBbJCbJDbGZbIkbJEbJFbJGbJHbJIbJJbGZbGZbJKbJLbJMbJNbJObJPbJQbJRbJSbJTbJUbJVbJWbJXbJYbJZbKabKbbKcbARbARbARbKdbsfbsfbsfbsfbsfbKebKfbzpbHtbKgbKhbHubKibGqbHxbkLbHybILbILbILbILbILbILbILbHybKjbKkbKlbKmbKnbKobKpbKqbIRbKrbKsbKtbKtbKtbKtbKtbKtbKubKvbKwbJdbobbKxbKybKzbKzbKAbKBbKsabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibKCbKDbKCabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpDbpEbrqbKEbElbEkbpGboebofbofbofbKFbofbofbofbofbuybsSbpGbElaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamcbKGbKHbKGamcbKIbKIbKIbBRbKJbKKbDebKLbKKbKMbBRbGVbKNbGVbGVbKObKPaaabKQbKRbKSbKTbIabIabKUbIabKVbKWbKXbIabGWbJBbJCbKYbGZbKZbLabLbbLcbLdbLebLfbGZbEYbLgbLhbLibLhbLjbLkbKabLlbLmbLnbARbASbzrbLobLpbLqbzrbLrbARbARbARbARbLsbsfbLtbLubLvbLwbLxbLybLzbLAbLBbHubLCbLDbLEbLFbLGbHybILbILbLHbILbILbILbILbHybLIbLJbLKbLLbLMbLNbLObLPbIRbLQbLRbKtbKtbKtbKtbLSbLTbLTbLTbLTbLUbLVbLWbLXbLYbLZbMabMbbKsabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibKDbKCbMcbKCbKDabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpDbpEbKEbElaaaaaabEkbpGbuvbMdbofbofbofbofbofbofbuxbpIbElaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalvaolbMeaolalvbKIbMfbMgbBRbMhbKKbMibKKbMjbKMbBRbMkbMlbMmbGVbKObKPabibKQbMnbMobMpbMqbMrbMqbMqbMsbMtbMubMubMvbMwbMxbMybGZbGZbGZbGZbGZbMzbMAbGZbGZbMBbMCbMDbMEbMFbMGbMHbzrbMIbMJbMKbMLbMMbzrbMNbMObMPbzrbMQbMRbMSbMTbMUbMVbsfbMWbMXbvpbMYbvpbMZbNabNbbNcbNdbNebNfbGqbHxbkLbHybHybNgbILbILbNhbNgbHybHybNibNjbNkbNkbKkbHzbNlbNmbIRbNnbKsbKtbKtbNobNpbNqbKtbKtbNrbNsbNtbNubNvbNwbNxbNybNzbNAbKsabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibNBbKDbNCbNDbNEbKDbNBabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaburbsSbElaaaaaaaaaaaabEkbodbsSbuvbofbNFbofbofbsRbmybElaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamcaolaolaolbNGbNHbKKbKKbNIbMhbKKbNJbKKbKKbKMbBRbNKbMmbNLbGVbKObKPaaabKQbNMbNNbNObIabIabNPbIabNQbNRbNSbNTbGWbNUbNVbNWbNXbNYbNYbNYbNYbNZbOabNYbNYbObbOcbOdbOebOfbOgbOhbIubIubIubIubIubIubIubIubIubIubOibOibOibOibOibOibOjbOkbsfbsfbsfbsfbOlbOmboXbGqbGqbGqbGqbGqbGqbHxbkLbHybOnbOobOpbOqbOrbOsbOnbOtbNibNjbNkbNkbOubHzbOvbOwbIRbOxbITbOybOzbOAbOBbOCbODbKtbOEbOFbJdbOGbOHbOIbITbITbITbOJbITabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabibKDbKDbOKbOLbOLbOLbOMbKDbKDabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEkbElaaaaaaaaaaaaaaaaaaaaabEkbodbmybmybmybmybElaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalvbMebMebMealvbKIbONbOObOPbOQbKKbORbOSbOTbOUbBRbGVbGVbGVbGVbKObOVabibOWbJvbOXbJxbOYbIabOZbIabIabIabPabPbbPcbPdbPebPfbPgbPhbPhbPhbPhbPibPhbPjbPkbPlbPmbPnbPobPpbPqbPrbqPbPsbqPbqPbqPbqPbqPbqPbqPbqPbqPbqPbqPbqPbqPbPtbPubsfbMWbPvbLxbPwbLxbLybPxbPybPzbPzbPAbPBbPmbPCbPDbHybPEbPFbPGbPHbPIbPJbPKbOtbOtbOtbOtbOtbOtbPLbPMbPNbPObPPbITbJdbJdbJdbJdbJdbJdbPQbKtbKtbJdbobbKxblbbITbPRbITbPSbPTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPUbPVbPUbOLbPWbOLbPXbPYbKCabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamcapobPZbQaamcbKIbKIbKIbBRbBRbKIbKIbKIbBRbBRbBRbQbbGVaaabQcbQdbKPaaaaaaabiaaabGWbQebQfbQgbIabQhbQibQjbQkbGWbQlbQmbQnbQobQpbQqbQrbQsbQtbQpbQpbQpbQpbQpbQubQvbQpbQpbQwbQpbQxbQpbQpbQpbQpbQpbHbbHbbHbbHbbHbbHbbHbbHbbQybHxbsfbQzbQAbQBbQCbvpbQDbQEbQFbQGbQGbQHbQGbQGbQIbQJbHybQKbQLbQMbQLbQLbQLbQNbQObQPbQQbQRbQSbQTbQUbQVbNmbIRbQWabibQXbQYbQZbRabRbbRabRcbRdbRebJdbRfbzWbRgbRhbRhbITbITbITabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabibKDbKDbRibOLbOLbOLbRjbKDbKDabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaqDbJjbRkbJjaqFaqyaqyaqyaqzacfaqzaqyaqzacfaqzbQcbMmbQcabibQcbKObKPabiabiabiabibGWbGWbGWbGWbGWbGWbGWbGWbGWbGWbRlbQmbRmbRnbQpbQqbQrbQsbQtbRobRobRpbRqbRrbRsbRtbRubRvbRwbRxbRybRzbRAbRBbRCbRDbREbRFbRFbRFbRFbRFbRGbHbbQybRHbRIbRIbRIbRIbRIbRJbRKbRLbRIbRIbRIbRIbRIbRIbRHbRMbRNbRObRPbRQbRPbRRbRPbRSbRTbRUbRTbRTbRTbRTbRVbRWbRXbIRbQWabibQXbRYbRZbSabSbbScbSdbSebSfbJdbSgbzWbpzbAabAabShbobabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaabiabibNBbKDbSibSjbSkbSlbNBabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaqyaqyaqyaqzacfaqzaqyaqzacfaqzbQcbMmbQcbQcbQcbKObKPaaaaaaaaaabibSmbSnbSnbSobSpbSqbSqbSrbSrbSmbJBbQmbRmbSsbQpbStbSubSvbSwbSxbRobSybSzbSAbSBbSCbSDbSEbSFbSGbSAbSHbSAbSIbSJbSKaqzbSLbSLbSLbSLbSLbSMbHbbQybSNbSObSPbSQbSRbRIbSSbSTbSUbRIbSVbSWbSXbSWbSVbSNbSYbSZbTabTbbTabTcbTdbTabTebTabTfbTabTgbTabTabThbTibTjbTkbQWabibQXbRYbTlbRabTmbRabTnbTobTpbJdbAabzWbpzbAabAabTqbobaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibKDbKCbTrbKCbSlabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabibGVbGVbGVbQcbGVbQcbGVbGVbGVbGVbGVbGVbQcbQcbQcbGVbGVbGVbMmbMmbMmbTsbKObKPaaaaaaaaaabibSmbTtbSobSobSobTubSqbSqbTvbSmbTwbQmbTxbTybTzbTAbTBbTCbTDbTEbTFbTBbTBbTBbTGbTHbTIbTJbTKbTLbRCbTMbTNbTObTPbTQbREbTRbTSbTTbTUbSLbSMbTVbQybRHbTWbSVbSVbTXbRIbTYbTZbUabRIbSWbSVbSWbUbbUcbUdbkLbHybUebUfbUgbUfbUhbUibUjbQLbUkbUlbUmbUnbUobOtbUpbUqbUpbUrbUrbJdbJdbJdbJdbJdbJdbITbITbITbJdbUsbzWbUtbAabAabUubobabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibKCbKDbKCabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabGVbUvbUwbUxbUwbUybUzbUAbUBbMmbUCbUDbUEbUFbMmbMmbTsbMmbMmbQcbQcbQcbQdbKPaaaabibUGbUHbUIbUJbUJbUKbUJbULbUMbUNbUNbUObUPbQmbJCbUQbURbUSbUTbUUbUVbUWbUXbUUbUYbUUbUZbVabVbbRvbVcbVdbVebVfbVgbVhbVibVjaqzbVkbVlbTUbVmbSLbSMbTVbQybRHbVnbVobSVbVpbRIbVqbVrbVsbRIbSVbSVbVtbSVbSVbRHbQybHybOtbOtbOtbOtbPLbVubVvbVwbPLbOtbOtbOtbOtbOtbVxbVybVzbVAbVBbVCbVDbVEbVDbVFbUrbVGbVzbVHbVIbVJbzWbpzbobbobbobbobaubabiabiabiabqabqabqabqabqabqabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabGVbGVbVKbVLbVMbVNbGVbMmbGVbMmaribVObMmbMmbMmbVPbGVbQcbQcbGVaaabQcbKObKPaaaabibVQbVRbVSbVTbVUbVUbVUbVUbVUbVUbVVbVWbVXbVYbJCbRnbVZbWabWbbSAbWcbWdbWebWfbWgbWhbWibWjbWjbWkbWlbRCbWmbWnbWobWpbWqbWrbWsbTRbWtbTUbTUbSLbSMbTVbQybRHbWubWvbWwbRJbRIbRIbWxbRIbRIbWybWybWzbWybWybRHbQybHybWAbWBbWBbWCbWDbQLbWEbWFbWGbWHbILbILbILbOtbWIbVzbVybWJbWKbVCbWLbWMbWNbWObUpbVzbWPbVzbVIbHDbWQbWRbobaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqabqabqabqabqabqabqabqabqabqabqabqbQcbWSbUwbWTbWTbWTbGVbWUbGVbWVbGVbVObMmbMmbWWbWXbGVaaaabiaaaaaabQcbKObOVbGVbGVbOVbWYbSmbWZbSobSobSobXabXbbXcbXdbSmbXebXfbJCbRnbXgbXhbXibSAbSAbXjbRobXkbXlbXmbXnbSAbSAbRvbXobXpbXqbXrbXsbXtbXsbXuaqzbSLbSLbSLbSLbSLbSMbHbbQybRHbSVbXvbXwbXxbXybXzbXAbXBbXCbSVbSVbSVbSVbXDbRHbQybHybILbXEbILbXFbXGbQLbXHbQLbXIbXJbILbXEbILbOtbXKbVzbVzbVybXLbXMbXNbXObXPbXQbUrbXRbVzbXSbVIbUrbXTbXUbobaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabGVbGVbUwbXVbXWbXXbXYbXZbYabYbbGVbGVbGVbYcbGVbGVbGVbQcbQcbQcbYdbYebYfbYgbYhbJpbYibWYbSmbSmbSmbSmbSmbSmbSmbSmbSmbSmbYjbYkbJCbYlbQpbYmbYnbWebYobWebRobSAbSAbSAbXnbYpbYqbYqbYrbYsbYtbTMbYubYvbYwbTQbREbTRbYxbYybYybSLbSMbHbbQybYzbYAbYAbYAbYBbYCbSVbYDbXwbYEbXwbXwbXwbXwbYFbRHbQybHybILbILbILbYGbYHbWFbYIbQLbYJbYKbWBbWBbYLbOtbYMbYNbVzbVybYObVCbWNbYPbXMbYQbUrbYRbYRbYRbVIbYSbXTbXUbobabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqyaqybYTaqzaqzbYUaqybGVbGVbGVbGVbGVbGVbGVbGVbGVbGVbMmbMmbMmbMmbMmbMmbMmbYVbYWbYXbYYbYZbZabZabZabZabZbbZcbZcbZcbZdbZcbZebZfbZfbZgbGVbXebZhbJCbZibZjbZkbZlbYqbYqbZmbZnbYqbYqbZobZpbZqbSAbZrbZsbZtbZubSAbZvbZwbZxbVjaqzbVkbZybZzbZAbSLbSMbTVbZBbZCbZCbZCbZDbRHbZEbSVbZFbZGbZHbZIbZJbZJbZJbZKbRHbQybHybOtbOtbOtbOtbZLbZMbXHbZNbZLbOtbOtbOtbOtbOtbZObZPbVybVzbZQbZRbZRbZRbZRbZSbUpbYRbYRbZTbVIbZUbXTbXUbobbobbobaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabZVbZWbZWbZWbZWbZXbZYbZYbZZcaacabcaccadcaecafcagbGVcahbQcbQcbQcbQcbQcbQcbQcbQcbOVcaicajcajcajcajcajcajcajcajcakcakcakcakcakcalcambGVbXebZhbJCbZicancaocapcaqbWjcarcasbWjbWjcatcaucavcawcaxcaycazcaAbSAbZvcaBcaCbWrbWsbTRcaDbYybYybSLbSMbTVcaEbHbbHbbHbbkLbRHcaFbSVbSVcaGcaHcaIcaJbZJcaJcaKbRHbQybHybWAbWBbWBcaLbWDbQLcaMbWFcaNcaObILbILbILbOtcaPcaQcaRbVycaSbVybVzbVzcaTcaUbUrbYRbYRbYRbVIbZUbXTbXUbAabAabobabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqyaqzbYTaqyaqzaqyaqybQcbQcbQcbMmcaVcaWcaXcaYcaZbGVbMmbQcaqyaqyaqzaqyaqyaqzaqybOVcaicajcbacbbcbccbdcbecbfcbacbgcbhcbicbjcakcakcambGVcbkbZhbJCcblcbmcbncbncbocbpcbpcbpcbpcbpcbqcbrbRobRobRocbsbSAbZtbSAbZvbZwcbtbVjaqzbSLbSLbSLbSLbSLbSMbTVcaEcbubEYbEYbkLbSNcbvcbwcbxcbycbzcbAcbBbZJcbBcbCbRHbQybHybILcbDbILcbEbXGbQLbXHbQLbXIcbFbILcbDbILbOtcbGcbHcbIcbJcbKcbLcbMcbMcbNcbObUpcbPbZRcbQbVIbYRbXTcbRbobbAabobbobbobabqabqabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqyaqzbYTbYTbYTbYTbYTcbSbMmcbSbMmcbTcbUcaWcbVbMmbGVbMmbQcaqyaqyaqzaqyaqyaqzaqybOVcaicajcbacbWcbXcbYcbZccacbaccbcccccdcceccfcakcambGVbXebZhbJCccgcchbQpcciccjcbpcckcclccmcbpccnbXnccobRoccpcaAbSAcayccqccrbYvccsbTQbREbTRcctccuccvbSLbSMbHbcaEbHbccwccxbkLbRHccycczccAccBccCcczccDbZJccDbUbbUdbQybHybILbILbILccEccFbWFbYIbQLbYJccGbWBbWBbYLbHybVIccHccIccJbVIbVIccKccLccMccNccOccPccQccRbYRbYRbXTbXUbobccSbobccTbobabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqyaqyaqyaqyaqyaqzaqzbQcbQcbQcccUccVccWccXccYbMmccZbMmbQcaqyaqyaqyaqyaqyaqyaqybOVcaicajcdacdbcdccbYcddcdacdaccbcdecdfcdgcdhcakcambGVbXebZhcdicdjcdjcdkcdlcdmcdncdocdpcdqcbpbSAbXncdrcdsccpcdtbSAcayccqbZvbZwcdubVjaqzbVkcdvcdwcdxbSLbSMbHbcaEbHbbMFbMFbkLbRHbRIcdycdzbRIcdAbRIbRIbRIbRIbRIbRHbQybHybOtbOtbOtbOtbZLcdBbXHcdCbZLbOtbOtbOtbOtbHybXMcdDbXMcdEbXMbVIccKccLcdFcdGcdHcdIbVycdJbVIbYRbXTbXUbobbAabAabAabyNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaabiabiabibQccdKcdLcdLcdMcaZbQbbGVbQcbQcaqycdNaqyaqyaqyaqyaqybKPcaicajcdacdacdOcdPcdQcdacdRcdScdTcdUcdVcdWcakcambGVcdXcdYcdZcdjceacebceccedceecefcegcehcbpceicejccobRoccpcekbSAcelccqbZvcemcenbWrbWsbTRceoccuccubSLbSMbTVcaEcepbHbceqbkLcerbYAbYAcesbRIcetceucevbHbcewcexbHxbQybHybWAbWBbWBceybWDbQLcaMbWFcezceAbILbILbILbHyceBbXMbXMbXMbXMbVIceCceCceDceEbUrbUrbVybUrbVIbUrbXTbXUbobceFceGceHbyNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqacqacqacqacqacqacqacyacqacqacqacqacqaaaaaabGVbGVbGVbGVbGVbGVccZbGVbGVbGVbGVaqzaqyaqyaqzacfceIaqyaqyaqybKPcaicajceJceKceLceMceNceOcePceQceRceSceTceUcakceVceWceXceYceZcdjcfacfbcfccfdcfecffcfgcfhcfibTLcfjbRobRobRocfkbSAcflcfmbZvbZwbSAbVjaqzbSLbSLbSLbSLbSLcfncfocfpcfqbHbcfrcfscftbZCcfucfvbHbcfwcfxcfybHbcfzbQGbQIcfAbHybILbXEbILcfBbXGbQLbXHbQLbXIcfCbILbXEbILbHycfDbXMcfEcfFcfGcfHcfIcfJcfKcfLbUrbVybVycfMbVIbHDcfNcfObobcfPcfQbAabyNaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaabiaaaabiaaaadGaaaabiaaaabiaaaacqabiabibGVcfRcfSbMmbYcbMmbMmbMmbMmbQbbQcaqyaqyaqyacfcfTcfUacfacfaqzbKPcaicajcfVcdacbacbacbacdacfWcfXcfYcfZcgacgbcakbGVbGVcgccgdcgecdjcdjcgfcggcghcgicgicgicgicbpbSAcgjcgkcglcgmcgncgocgpcgqccrbYvcgrbTQbREbTRcgscgtcgtbSLaqzbTVbEYcgubHbbHbcgvbDObHbcgwcgxbHbbHbcgybHbbHbcgxcgzbLFcgAbHybILbILbLHcgBcgCbWFcgDbQLbYJcgEbWBbWBbYLbHybXMbXMcgFbXMbXMbVIceCceCcgGcgHbUrcgIcgJcgJbVIbzZcfNbXUbobbobbobbAabobabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaacgKcgLcgMaaacgKcgLcgMaaacgKcgLcgMaaaacqaaaaaabGVcgNbMmcgObGVbGVbYcbGVbGVbGVbGVaqyaqyaqycgPacfacfaqzaqyaqybKPcaicajcdacgQcgRcbacgScdacdaccbcgTccecgUcgVcgWcgXcgYcgZchachbchcchdchechfchgchhchichjchkchlchmchnchobWjbWjchpbYpchqbYubWmbZwchrbVjaqzbVkchschtchubSLaqzbHbbHbchvchwchxcgvchybHbcgwchzchAchBchCchDchAchEchFblbchGbHybHybHybHybHybHybQLchHchIbHybHybHybHybHybHybVIbVIbVIbVIbVIbVIchJchJchKchLbVIbVIbVIbVIbVIbobchMbXUbobchNchObAabobabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicgKchPcgMaaacgKchPcgMaaacgKchPcgMabiabiaaaaaabGVchQbMmchRbGVbWVbMmchSbUEchTbGVaqyaqyaqyaqyaqzaqyaqyaqyaqybOVcaicajcbachUchVcbachWchXcbaccbchYchZciacibciccidciecifcigcihciicijcikcilcimcinciocggcipchlciqbSAcgjbYpbYqcirciscitciubRBcivciwbWrbWsbTRcixcgtcgtbSLaqzbHbbEYciycizciAciBciCbHbciDciEciFchFciGchFcgzciHciIblbciJbHyciKciLciLciMciNbQLchHciObHyabiabiabiabibobciPbShciQciRciRbVIciSciSchKciTbVIciUbAabAabAabHDchMcbRbobciVbAabAabobbobbobabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaacgKchPcgMabicgKchPcgMabicgKchPcgMaaaabiabiabibGVciWchRciXbGVciYciZcjacjbbWWbGVaqyaqyaqyaqyaqzaqyaqyaqzaqybOVcaicajcbacjccjdcjecjfcjgcbacjhcjicjjcjkcjlcakcjmcjncjocjpcjqcjrcjscjtcjucjvcjwcjxcjycjzcjAcjBbSAcgjcjCbSAbSAbSAcjCcjCcjCbZwcjDcjEaqzbSLbSLbSLbSLbSLaqzbHbcfrcjFcjGcjHcjIcjJbHbbHbcjKcjLcjMbHxcjNcjObHbbHbblbciJbHycjPcjQcjQcjRcjScjTcjUcjVbHyabiaaaaaaabibobbAacjWbBIcjXcjYbVIcjZcjZckaciTbVIbobbobckbckcbHDchMbXUbAabAabAackdbpBckebpBabqabqabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicgKchPcgMaaacgKchPcgMaaacgKchPcgMabiabiaaaaaabGVckfckgckhbGVckickjbGVckkbGVbGVaqyaqzaqyaqyaqzaqyaqyaqzaqybOVcaicajcajcajcajcajcajcajcajcakcakcakcakcakcakbGVcklbGVchlckmckmckmcknckockpckmckqckrckschlbSAbVfcktcjCbSAbSAbSAbSIbZqcjCbZwcjCbQpaqzaqzaqzaqzaqzaqzaqzckuckuckvckwckxckuckuckuckyckzckAcjMckBcjMcjMbHbckCbDOciJbHybHyckDckDbHybHyckDckEckDbHyaaaaaaaaaaaabobbobchMckFbobbobbVIbVIbVIckGckHbVIbHDbobceHbAackIchMcfObobbobckJbobbobbobbobabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqabiaaacgKchPcgMaaacgKchPcgMaaacgKchPcgMaaaabiaaaaaackKckLckLckLckLbGVbGVckMckNbGVbQcbQcbQcbQcbQcbQcbQcbQcbQcbGVckOckPbYeckQckRckSckSckSckSckSckSckSckSckSckTckTckSckUckichlckVckWckXckYckZclackmclbclccldchlcleclfbWoclgclhcliclhclgcljclgclkcjCbQpbQpbQpaqyaqyaqzaqzckuckucllclmclncloclpclqckuclrbEYclscltcluclvclwbPBbPBclxclybobaaaaaaaaaaaaaaaabiclzabiaaaaaaaaaaaaaaabobclAclBclCclCclDclEclFclGclHclIbobbobbobbobclJbobchMbXUbobclKclLbAabobaaaabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaaaaaaaclMaaaaaaaaaclMaaaaaaaaaclMaaaaaaabickKckKckKclNclOclPclQclRbMmclSclTclUclVclVclVclVclVclVclVclVclVclVclVclWbZfclXclYchlchlchlchlchlchlchlchlchlchlchlchlchlchlchlckmclZckYcmacmbcmccmdcmecmfcmgchlclecmhcmicmjcmkcmlcmmcmnbSAcmocmpcmqcmrcmscmraqyaqyaqzcmtcmucmvcmwcmxcmycmzcmAcmBckubEYbEYcjMcjMbDOcjMchFbEYbEYbDOcmCbobbobbyNbyNbobbobbyNcmDbyNbobbobbyNbyNbyNbobcmEcmFbrocmGcmHcmIcmIcmIcmJcmKcmLcmMcmNcmOcmOcmOcmPcmQbobchObAacmRbobaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicmScmTcmTcmUcmVcmVcmVcmVcmVcmVcmVcmVcmVcmVcmVcmWcmXcmYcmXcmZcnacnbcncclVcndcnebUEbGVbQcbQcbQcbQcbQcbQcbQcbQcbQcbGVbGVcnfcngcnhcnichlcnjcnjcnkcnlcnmcnncnocnpcnqcnrcnscntcnucnvckmcnwcnxcnycnzcnAcnBcnCcnDcnEchlbQpcnFbRvcnGbRvcnHbRvcnGbRvcnIbRvcnJbQpbQpbQpaqzaqzaqzbSMckucnKcnLcnMcnNcnOcnPcnQckucnRbEYchFchFcnScjMchFbEYcnTbDOcnUbZabZabZabZabZacnVbZacnWcnXcnXcnXcnXcnXcnXcnYcnZbpzbobcoacobbobbobbyNbyNbobbobcoccfNcodbrocoecofcogbobbobbobbobbobaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaaaaaaacohaaaaaaaaacohaaaaaaaaacohaaaaaaabickKckKckKcoicojcokckLbMmbMmbMmbMmbGVaaaaaaabiaaaaaaabiaaaaaaabiaaabGVcolbGVcomconchlcoocopcoqcorcoscotcoucovcoucowcoxcoycozcotckmcoAckYcoBcoCcoDckmcoEcoFcoGchlaqzcoHaqzbSMaqzcoHaqzbSMaqzcoIaqzcoIaqzaqzaqyaqyaqyaqzbSMckucoJcoKcmxcoLcoMcoNcoOcoPcoQcoRcoSchFbHxchFcoTcgzciHcoUcoVcoVcoVcoVcoVcoVcoVcoWcoXcoVcoVcoVcoVcoVcoVcoYcoZcpabobcpbcfNbobaaaaaaaaaaaabobbAacfNcpccpdcpdcpecpfcpdaaaabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqabiaaacgKcpgcgMaaacgKcpgcgMaaacgKcpgcgMaaaabiaaaaaackKckLckLckLckLcphbQbbMmbMmbGVbGVbQccpicpjcpjcpjcpjcpjcpjabibGVbGVbGVcpkcplchlcpmcoqcoqcorcpncoucpocppcpqcprcoucoucoucouckmcpscptcptcpucpvckmcpwclccpxchlbSLcpybVkcpybSLcpybVkcpybSLcpzbVkcpAbSLaqyaqyaqyaqyaqybSMcpBcpCcmzcpDcmzcpEcpFcpGckucpHcjMcjMcjMcpIcjMcjMcjMbHbbGVbGVbGVbQcbQcbQcbGVbGVbQcbQcbQcbGVbGVbQcbQcbQcbGVcpJbobbobcpKcfNbobbobbyNbyNbobbobbAacfNcpLcpdcpMcpNcpOcpdaaaaaaabiabiaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicgKcpgcgMaaacgKcpgcgMaaacgKcpgcgMabiabiabiaaaaaaaaaaaaabqbGVbGVbGVcpPbMmbGVcpPbNLcpjcpQcpRcpScpRcpTcpjaaabGVbWWbMmcpUcplchlcpVcpVcpWchlcpXcpYcpZcoucqacprcqbcqccqdcqdckmcqecqfcqfcqgcqhcqicqjcqkcqlchlbSLcqmcqncqobSLcqpcqqcqrbSLcqscqtcqubSLaqyaqyaqyaqyaqybSMckucqvcqwcqxcqycqzcqAcqBckucqCcqDcqEcqFcqGcqHchFchFbEYcqIbMmbQcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaabobcqJbHDbobcqKcqLcqMclEcqMcqMcqMcqMcqNcqOcqPcpdcqQcqRcqScpdabiaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIWaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaacgKcpgcgMabicgKcpgcgMabicgKcpgcgMaaaabiabiabiaaaaaaaaaabqcqTcqUcqTbMmbMmbYcbMmcqVcpjcqWcqXcqYcqZcracpjaaabGVckjbMmcpUcplchlcpVcpVcpWchlcrbcntcrccrdcrecrfcrccntcrccrccntcrgcrhcricpncrjcrkcrlcrmcrnchlbSLcrocrpcrobSLcrqcrrcrqbSLcrscrtcrubSLaqzaqzaqzaqzaqzbSMckuckuckucrvcrwcrxcrycrzcrwcqCcrAchFcrBcrCcrDciIchFcrEbGVbMmbQcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaabobcrFclLbobcrGcrHcrHcrIcrHbrobrobrocrJcrJcrKcpdcrLcrMcrNcpdabiaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicgKcpgcgMaaacgKcpgcgMaaacgKcpgcgMabiabiaaaabiabiaaaaaaabqbGVbGVbGVbGVbMmbGVbGVbGVcpjcrOcrPcrQcrRcrOcpjabibGVchlcrScrTcrUchlcpVcpWcpWchlcrVcrWcrXcrYcqacrZcsacsbcsacsacsccsdcsecsecsfcsecsecsgcshcsichlbSLcrocsjcrobSLcrqcskcrqbSLcrucslcrubSLaqyaqyaqzaqzaqycfnbRGaqyaqycsmcrwcsncsocspcrwbEYcsqcsrbLFcsscstcgzcsucsvbGVcqIbQcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaabobcswbAabobbobbobbobbobbAabobabiaaaaaaaaaabicsxcsxcsycsxcsxabiabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacyaaacgKcszcgMaaacgKcszcgMaaacgKcszcgMaaaacqaaaaaaabiabiaaaaaaaaaaaaaaabQcbMmbQcaaaaaacpjcsAcsBcsCcsDcsEcpjcpjcpjchlcsFcrTcsGchlchlchlchlchlcsHcsIcoucoucqacrmcoucovcsJcsKcsLcoucoucoucoucsMcoucqacprcsNchlbSLbSLbSLbSLbSLbSLbSLbSLbSLbSLbSLbSLbSLaqyaqzaqzaqyaqyaqybSMaqyaqycsOcrwcrxcsPcrzcrwbHbcsQciHcsRcsSciHcsTbHbbHbbGVabqabqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibobcsUbAabAabAabAabAabAabAabobabiaaaaaaaaaabiaaacsxcsVcsxaaaabiaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaabiaaaabiaaaabiaaaabiaaaabiaaaacqaaaaaaaaaabiabiaaaaaaaaaaaabQcbMmbQcaaaaaacpjcsWcsXcsYcsZctactbctcctdctbctectfctgcthctictjctkctlctmctnctoctpctqctrcpxchlctschlctschlcpxcttcoucouctucqacprctvchlchlchlchlchlcntcntcntcntchlabiabiabiabiaqzaqzaqyaqyaqyaqybSMaqyaqycsOcrwctwctxctyctzaqzbHbcjKctAbTVbTVbHbbHbaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibobctBctCctDciUctEbRfbSgbobbobabiaaaaaaaaaabiaaacsxcsycsxaaaabiaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqacqacqacyacqacqacqacqacqacqacqacqacqaaaaaaaaaaaaabiabiaaaaaaabibQcbMmbQcabiabicpjctFctGctHctIctJctKctLctMctNctOctPctQctRctRctRctSctRctTctUctVctWctXctYchlctZcuacubcuacucchlcudcoucuecufcqacugctXctXctXcuhcuichlcujcntcukculculcumaaaaaaaaaaqyaqyaqyaqyaqyaqybSMaqyaqycsOcrwcrwcuncrwcrwaaaaqzaaacuoaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabobbobbobccSbobcpJbobbyNbyNbobbobaaaabiaaaaaaaaaabiaaaaaacupaaaaaaabiaaaabiaaaaaaabiaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaabQcbMmbQcaaaaaacpjcuqcurcuscutcuucpjcuvcuwcpjcuxcuycuzcovcoucuAcrccuBcpncuCcuDcuEcuEcuEcuFcuGcuHcuIcuJcuKcuFcuLcuLcsLcpocuMcuNcppcppcpqcrmcuOcuPcoqcuPcuQcuRcuScuTcuUaaaaaaaqyaqyaqyaqyaqyaqybSMaqyaqycsObYTcrwcuVcrwcuWaqzaqzaaacuXaqyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabobcuYcuZcuZbobcvaabiaaaaaaabiaaaaaaabiaaaaaaaaaabiaaaaaacupaaaaaaabiaaaabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabibGVbGVcvbbGVbGVaaacpjcvccvdcvecpjcpjcpjcpjcpjchlcvfcoucuzcoucoucvgcrccvhcpncvicvjcvkcvlcvmchlcvncvocvpcvqcvrchlcvscvtcvtcvjcvicpncvucvvcqacrmcvwchlcvxcntcvyculculcvzaaaaaaaaaaqyaqyaqyaqycvAaqybSMaqyaqycvBbYTcvCcvDcvCbYTaqzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyNbyNbyNcuZcuZcvEbobaaaabiaaaaaaabiaaaacqacqacqacyabiabiabiabicupabiabiabiabiabiacyacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabibGVcolbMmcvFbGVabicpjcpjcpjcpjcpjabiaaaaaaabichlcvGcoucvHcvIcvIcvJcntcntcvKchlcvLcvMcvMcvMchlcvNcvOcvPcvQcvRchlcvMcvMcvMcvLchlcvKcntcntcqacrmchlchlcntcntcntcntchlabiabiabiabiaqzaqzaqyaqyaqyaqybSMaqyaqyaqzbYTaaaaaaaaabYTaqzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyNbAacvScuZcuZcvTbobaaaabiaaaaaaabiaaaacqaaaaaaabiaaaabiaaaaaacvUaaaaaaabiaaaabiaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabQccvVcvWcvXbGVabiaaaaaaabiaaaaaaabiaaaaaaabichlcvYcvZcpncwacwbcwccntcwdcwechlcwfcwgcwhcwgcwicwjcwkcwlcwmcvRcwicwgcwgcwgcwnchlcwocwpchlcqacwqcwrcwscwtcwucwiaaaaaaaaaaaaaaaaaaaqyaqyaqyaqyaqyaqybSMaqyaqyaqybYTbYTbYTbYTbYTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyNcvSbyNbyNbyNbyNbobaaaabiaaaaaaabiaaaacqabicwvcwvcwvcwvcwvaaacwwaaacwvcwvcwvcwvcwvabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabQccwxcwybNKbGVcntcwzcwzcwzcwzcwzcwzcwzcwzcntchlcwAchlcwBchlcwAchlchlchlcvKchlchlcwicwicwicwicwCcwDcwEcwFcwGcwicwicwicwichlchlcvKchlchlcwHcwIcwJcwKcoucwLcwiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacwMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqabqabqaaaaaaaaaaaaaaaaaaaaaaaaabiaaaacqaaacwNcwOcwOcwOcwOcwPcwwcwQcwRcwRcwRcwRcwSaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabQcbQcbQcbQcbGVabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcntcwUcwVcwWcntabichlcwXcwYcwZaqyacfcxacwicwicwicwicxbcwicwicwicwicxaacfaqycxccxdcxechlcxfchlchlcxgcxhcxicwiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacwMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaacqadGcxjcxjcxjcxjcxjaaacwwaaacxjcxjcxjcxjcxjabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcntcoqcxkcoqcntabichlcxlcxmcxmaqycxncxocxocxocxocxocxpcxocxocxocxocxocxqaqycxmcxrcxlchlcwUcxschlcntcntcxtcntabiabiabiabiabiabiabiabiabiabiabiabicwMabiabiabiabiabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaacqaaaaaaaaaabiaaaaaaaaacwwaaaaaaaaaabiaaaaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcntcntcxucntcntabichlcxvcxwcxxaqzcxyacfcxzaqyaqyaqyaqycxzaqyaqycxzacfcxyaqycxAcxBcxCchlcxDcxEcntabiaaacxFcxGabiaaaaaaaaaabiaaaaaaaaaabiaaaaaaaaacwMaaaaaaaaacxHcxHcxHcxHcxHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicwvcwvcwvcwvcwvaaacwwaaacwvcwvcwvcwvcwvabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlcxlcxmcxJaqycxKcxLaqyaqyaqyaqyaqycxMaqyaqyaqycxNcxOaqycxmcxmcxlchlabqabqabqabiaaacxPcxQcxRcxScxTcxScxRcxScxTcxScxRcxScxTcxScxUcxScxScxScxVcxWcxXcxYcxHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaacwNcwOcwOcwOcwOcwPcwwcwQcwRcwRcwRcwRcwSaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlcxZcyacxmaqycxyacfaqyaqyaqzaqzaqzaqzaqzaqyaqyacfcxycybcxmcyccydchlabiaaaabqabiaaaaaaaaaabiaaaaaaaaaabiaaaaaaaaaabiaaaaaaaaacwMabqcxHcxHcxHcyecyfcyecxHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicxjcxjcxjcxjcxjaaacwwaaacxjcxjcxjcxjcxjabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlchlcygcxmaqycxyacfcxzaqzaqzcyhcyicyjaqzcykaqyacfcxyaqycxmcygchlchlabiaaaabqabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabicwMabqcylcymcylcyncyocyncxHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacyaaaaaaaaaabiaaaaaaaaacwwaaaaaaaaaabiaaaaaaaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabicpxchlcypcxmaqycxKcxLaqyaqyaqzcyqcyrcysaqzaqyaqycxNcxOaqycxmcytchlcpxabiaaaabqabqabqabqabqabqabqabqabqabqabqabqabqabqabqabqabqcyuabqcxHcyvcywcyxcyocyycywaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicwvcwvcwvcwvcwvaaacwwaaacwvcwvcwvcwvcwvabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlchlcygcxmaqycxyacfaqycyzaqzcyAcyBcyCaqzaqzcxzacfcxyaqycxmcygchlchlabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacwMabqcyDcyDcyDcyDcyEcyFcyGcyHabiabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaacwNcwOcwOcwOcwOcyIcyJcyIcwRcwRcwRcwRcwSaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlcyccydcxmaqycxyacfaqyaqyaqzaqzaqzaqzaqzaqyaqyacfcxyaqycxmcxZcyachlabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacwMaaaaaacyDcyDcyKcyLcyMcyDcyDcyDcyDcyDabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabicxjcxjcxjcxjcxjaaacupaaacxjcxjcxjcxjcxjabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlcxlcxmcyNaqycxKcxLaqyaqyaqyaqzaqyaqyaqyaqyaqycxNcxOaqycxmcxmcxlchlabiaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacwMaaaaaacyDcyOcyPcyQcyRcyScyTcyUcyVcyDabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaaaaabiaaaabiaaaaaacupaaaaaaabiaaaabiaaaaaaacqaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcwTcxIabichlcyWcxwcxxaqzcxyacfcxzaqyaqycxzaqyaqyaqyaqycxzacfcxyaqycxAcxBcyXchlabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacwMaaaaaacyDcyYcyZczaczbczcczdczeczfcyDabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaacqacqacqacqacqabiabiaaacupaaaabiabiacqacqacqacyacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcxIabichlczgcxmcxmaqycxyacfacfczhacfacfczhacfacfczhacfacfcxyaqycxmcxmczgchlabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicziczjabicyDczkczlczmcznczoczpczqczrcyDabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqabiczsabiacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabicwTcwTcwTcwTcwTcwTcwTcwTcxIabichlczgcxmcztaqyczucxocxoczvcxocxoczvcxocxoczvcxocxoczwaqyczxcxmczgchlabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiczyczzczyczyczAczBczCczDczEczFczFczFczFabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqaaaabiaaaacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiabiabicwTcwTcwTcxIabiczGchlchlchlcxmaqzaqzaqzaqzaqyaqyaqyaqyaqyaqzaqzaqzaqzcxmchlchlchlczGabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczyczyczHczIczyczJczJczKczLczJczFczMczMczFczFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacqacqacqacqacqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiczgchlchlcntcntcntcntcntcntcntcntcntcntcntcntcntchlchlczgabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczyczNczOczPczQczJczRczSczTczJczUczVczVczWczFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaabiabiaaaaaaaaaabiabiabiaaaabiabiaaaaaaaaaabiabiabiczgczgczgczgcldczgczgczgczgczgczgczgcldczgczgczgczgabiabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczyczXczYczZcAacAbcAccAdcAecAbcAfcAgcAhcAiczFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaabiabiaaaaaaaaaabiabiabiaaaabiabiaaaaaaaaaabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiabiaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczycAjcAkcAlcAmcAncAocApcAqcArcAscAtcAucAvczFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaabiaaaaaaaaaaaaabiabiabiaaaabiabiaaaaaaaaaabiaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaczyczycAwczYcAxczJcAycAzcAAczJcABcACcADczFczFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaabiabiabiaaaaaaabiaaaaaaaaaabiaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicAEcAFcAGcAFcAEcAEcAHcAIcAEcAFcAJcAFcAEabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaabiaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaabiaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAEcALcAMcAFcANcAOcAPcAQcANcAFcARcAScAEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicAEcATcAMcAFcANcAOcAPcAQcANcAFcARcAUcAEabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAVcAEcAEcAMcAFcAWcAOcAXcAYcAZcAFcARcAEcAEcBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicAEcBbcAFcBccAOcAPcAQcANcAFcBdcAEabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicAEcBecBfcBgcBhcBicAQcBjcBkcBlcAEabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicAEcBmcAFcBncBocBpcAQcBqcAFcBmcAEabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicAEcBmcAFcAWcBrcBscAQcAZcAFcBmcAEabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicAEcAEcBmcAFcANcAOcAPcAQcANcAFcBmcAEcAEabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicAEcBmcBmcAFcANcAOcBtcAQcANcAFcBmcBmcAEabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAEcBmcBucBucBvcBucBwcBxcBycBucBucBmcAEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAEcBmcBucBucBzcBAcBBcBCcBDcBucBucBmcAEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAEcBmcBucBucBEcBFcBGcBHcBIcBucBucBmcAEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAEcBJcBucBucBKcBKcBLcBMcBKcBucBucBJcAEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAEcBJcBucBOcBOcBPcBQcBHcBOcBOcBucBJcAEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBucBucBucBRcBScBTcBUcBVcBWcBXcBucBucBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBucBucBucBOcBBcBYcBZcCacBHcBOcBucBucBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicBucBucBucCbcBQcCccCdcCccCecCbcBucBucBuabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcBucBucCgcBPcChcCccCccCccCicBPcCjcBucBucCkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacClaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicBucBucBucCbcCmcCncCocCccBPcCbcBucBucBuabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBucBucBucBRcBPcCpcCqcBOcBPcBXcBucBucBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBucBucBucBOcBPcCrcCscBPcBPcBOcBucBucBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBucBucBucBucBucBucBucBucBucBucBucBucBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacBucBucBucBucBucBucBucBucBucBucBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicBucBucBucBucBucBucBucBucBuabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaacCtaaaaaaabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyc
+cye
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyw
+cyi
+cyw
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyi
+czd
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyw
+cyi
+cyw
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyc
+cye
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cyc
+cyc
+cye
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cyc
+cyc
+cyw
+cyi
+cyw
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cpe
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cwV
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+cyc
+cyf
+cym
+cym
+cym
+cyF
+aaa
+cyc
+cyw
+cyi
+cyi
+cyi
+cyw
+cyc
+aaa
+cyf
+cym
+cym
+cym
+cyF
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaf
+aaa
+aqH
+apK
+aqH
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqF
+apH
+aqF
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cyc
+cyc
+cyo
+cyo
+cyo
+cyc
+cyc
+cyc
+cyi
+cyi
+cyi
+cyi
+cyi
+cyc
+cyc
+cyc
+cyo
+cyo
+cyo
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+aqH
+cpK
+aqH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqF
+cxl
+aqF
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cyc
+cyn
+cyv
+cyv
+cyn
+cyc
+cyw
+cyi
+cyi
+cyi
+cyi
+cyi
+cyw
+cyc
+cyn
+cyv
+cyv
+cyn
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+aqH
+cpL
+aqH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqF
+cxx
+aqF
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cyc
+cyn
+cyv
+cyv
+cyc
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+czr
+cyc
+cyv
+cyv
+cyn
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+ckq
+cqq
+ckq
+aaa
+aaa
+aaa
+aCS
+aCV
+aCV
+aCV
+aCS
+aaa
+aaa
+aaa
+cwU
+cxF
+cwU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+cyc
+cyc
+cyH
+cyc
+cyc
+cyc
+cyR
+cza
+cyR
+cyc
+cyc
+cyc
+cyH
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaf
+arB
+asE
+cyb
+asE
+arB
+aaa
+aaa
+aCS
+aFC
+aEr
+aIG
+aCS
+aaa
+aaa
+arB
+asE
+cyb
+asE
+arB
+aaa
+cxt
+cxD
+cxt
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+cyc
+cyc
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+auO
+auP
+cwT
+aAC
+aaa
+aaa
+aCS
+aFC
+aEr
+aIG
+aCS
+aaa
+aaa
+aAC
+auO
+auP
+cxY
+arB
+cxt
+cxy
+cxC
+cxy
+cxt
+aaf
+aaa
+aaf
+aaa
+aAC
+aaf
+aaa
+aaa
+cyc
+cyc
+cyw
+cyI
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyc
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amO
+aac
+aac
+aac
+aac
+czq
+aac
+aac
+aac
+clO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apJ
+apN
+arC
+arC
+arC
+arC
+arC
+arC
+arC
+aEp
+apJ
+avP
+cyb
+asE
+arB
+aaa
+aCS
+aCS
+aCS
+aHs
+aCS
+aCS
+aCS
+aaa
+arB
+asE
+cyb
+avP
+arB
+cxu
+cxC
+cxC
+cxH
+cxu
+arB
+awW
+awW
+asE
+arB
+aaf
+aaa
+cyc
+cyc
+cyw
+cyi
+cyi
+cyi
+cyi
+cyc
+cyc
+cyc
+cyc
+cyc
+cyc
+cyi
+cyi
+cyc
+cyc
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amO
+aac
+aac
+aac
+aac
+aac
+aac
+cmM
+cnV
+cmM
+cmP
+con
+coU
+cpr
+cpH
+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
+aaf
+apJ
+aqI
+arD
+arD
+arD
+arD
+arD
+arD
+arD
+auN
+apJ
+awY
+ayk
+awW
+aAD
+awW
+aCS
+aEo
+aEr
+aEr
+aEr
+aKg
+aCS
+awW
+awW
+awW
+aQG
+aRX
+arB
+cxu
+cxz
+cxC
+cxH
+cxu
+arB
+awY
+ayk
+awW
+aAD
+awW
+cyc
+cyc
+cyc
+cyc
+cyc
+cyc
+cyw
+cyi
+cyc
+cyV
+cyi
+cyi
+cyi
+czi
+cyi
+cyi
+cye
+cyi
+cyw
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aac
+cmT
+cmT
+cmT
+cmT
+cmT
+aac
+cmP
+cmP
+cmP
+cmP
+coP
+cmP
+cpF
+cpH
+crg
+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
+apJ
+aqI
+arD
+arD
+arD
+arD
+arD
+arD
+arD
+auN
+apJ
+awZ
+ayl
+azy
+auP
+azy
+aCU
+aEr
+aFE
+aFE
+aFE
+aEr
+aLs
+azy
+auP
+azy
+ayl
+aRY
+awW
+cxv
+cxB
+cxC
+cxI
+cxv
+awW
+awZ
+ayl
+beK
+auP
+cyt
+cyd
+cyi
+cyi
+cyx
+cyx
+cyw
+cyc
+cyi
+cyc
+cyW
+cyi
+cze
+czm
+cyc
+cyi
+cyi
+cyc
+cyi
+czB
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aac
+aTp
+aTp
+aTp
+aTp
+aTp
+aac
+cmO
+cmP
+cmP
+cmP
+coI
+coV
+cpw
+cpH
+crf
+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
+apJ
+aqI
+arD
+arD
+arD
+atk
+arD
+arD
+arD
+auN
+apJ
+awZ
+ayk
+awW
+awW
+awW
+aCS
+aEq
+aEr
+aEr
+aEr
+aEr
+aCS
+awW
+awW
+awW
+awV
+aRY
+awW
+cxu
+cxB
+cxC
+cxI
+cxu
+awW
+awZ
+ayk
+awW
+awW
+awW
+cyc
+cyi
+cyi
+cyi
+cyi
+cyJ
+cyc
+cyi
+czi
+cyi
+cyi
+cyi
+czl
+cyc
+cyi
+cyi
+cyc
+cyi
+cyi
+cyw
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amO
+aac
+aac
+aac
+clO
+aaa
+aaa
+aac
+aTp
+cnh
+aTp
+aTp
+aTp
+aac
+cnz
+cmP
+cmP
+cmP
+coQ
+aac
+aac
+aac
+czv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apJ
+aqI
+arD
+arD
+asG
+atl
+awX
+arD
+arD
+auN
+apJ
+awZ
+cqr
+azz
+aAF
+awW
+aCV
+aEt
+aFE
+aFE
+aFE
+aEr
+aCV
+awW
+aOf
+azz
+aPu
+aRY
+awW
+cxu
+cxB
+cxC
+cxI
+cxu
+awW
+awZ
+aym
+azz
+aAF
+awW
+cyc
+cyk
+cyi
+cyi
+cyi
+cyi
+cyc
+cyi
+cyc
+cyc
+cyc
+cyc
+cyc
+cyc
+cyi
+cyI
+cyR
+czA
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aac
+aDu
+bwP
+bBM
+aac
+czo
+aaa
+aac
+cns
+cnu
+cnI
+aTp
+aTp
+aac
+cmS
+cmP
+cmP
+cmP
+cod
+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
+apJ
+aqI
+arD
+arD
+arD
+arD
+arD
+arD
+arD
+auN
+apJ
+awZ
+aIK
+ayl
+aAE
+awW
+aCV
+aEs
+aEr
+aHt
+aEr
+aEr
+aCV
+awW
+aOe
+ayl
+ayl
+aRY
+awW
+cxu
+cxB
+cxC
+cxI
+cxu
+awW
+awZ
+ayl
+ayl
+aAE
+awW
+cyc
+cyj
+cyi
+cyi
+cyi
+cyi
+cye
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyR
+cyi
+cyi
+czC
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amP
+aTp
+aTp
+aTp
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+coe
+cog
+aac
+aac
+cnT
+col
+com
+aac
+aac
+aac
+clO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apJ
+aqI
+arD
+arD
+arD
+arD
+arD
+arD
+arD
+auN
+apJ
+awZ
+aIK
+ayl
+aAH
+awW
+aCV
+aEv
+aFE
+aFE
+aFE
+aEr
+aCV
+awW
+aOh
+ayl
+ayl
+aRY
+awW
+cxw
+cxB
+cxC
+cxI
+cxw
+awW
+awZ
+ayl
+ayl
+bgi
+awW
+cyc
+cyi
+cyi
+cyi
+cyi
+cyi
+cyc
+cyw
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+czw
+cyR
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amP
+aDJ
+aTp
+aTp
+aac
+cmH
+aTp
+aTp
+aTp
+aTp
+coh
+aTp
+aTp
+coj
+aTp
+aTp
+aTp
+aTp
+aTp
+coh
+cpH
+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
+aaf
+apJ
+aqI
+arD
+arD
+arD
+arD
+arD
+arD
+arD
+auN
+apJ
+awZ
+cry
+azA
+aAG
+awW
+aCV
+aEu
+aEr
+aEr
+aEr
+aEr
+aCV
+awW
+aOg
+azA
+aQH
+aRY
+awW
+cxu
+cxB
+cxC
+cxI
+cxu
+awW
+awZ
+ayn
+azA
+bgh
+awW
+cyc
+cyi
+cyi
+cyi
+cyi
+cyw
+cyc
+cyc
+cyc
+cyR
+czj
+cyR
+cyc
+cyc
+cyc
+cyc
+cyc
+cyi
+cyi
+cyi
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amP
+biZ
+apT
+aTp
+cma
+aTp
+aTp
+aTp
+aTp
+aTp
+cdP
+aTp
+aTp
+aTp
+aTp
+aTp
+aTp
+aTp
+aTp
+coY
+cpH
+crg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apJ
+aqN
+asD
+asD
+asD
+asD
+asD
+asD
+asD
+aFD
+apJ
+awZ
+crz
+awW
+awW
+awW
+aCS
+aEw
+aFE
+aFE
+aFE
+aKh
+aCS
+awW
+awW
+awW
+awV
+aRY
+awW
+cxu
+cxB
+cxC
+cxI
+cxu
+awW
+awZ
+ayk
+awW
+awW
+awW
+cyc
+cyi
+cyi
+cyi
+cyw
+cyc
+cyw
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyX
+cyX
+cyX
+cyc
+cyi
+cyi
+cyw
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amP
+aXH
+aTp
+clK
+aac
+cmJ
+cmm
+cmm
+cmm
+cmm
+coh
+aTp
+aTp
+aTp
+aTp
+aTp
+aTp
+aTp
+aTp
+coh
+cpH
+crf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apJ
+apJ
+apJ
+apJ
+ajZ
+atp
+asF
+asF
+asF
+asF
+apJ
+axh
+aIK
+azy
+auP
+azy
+aCU
+aEr
+aEr
+aEr
+aEr
+aEr
+aCU
+azy
+auP
+azy
+ayl
+aRY
+awW
+cxu
+cxv
+cxE
+cxv
+cxu
+awW
+awZ
+ayl
+beL
+auP
+cyu
+cye
+cyi
+cyq
+cyi
+cyc
+cyw
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyw
+cyw
+czy
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+amP
+buA
+aTp
+aTp
+aac
+aac
+aac
+cmp
+aac
+aac
+aac
+cof
+coh
+aac
+aac
+aac
+coN
+coR
+aac
+aac
+aac
+cmE
+aaa
+aaa
+aaa
+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
+apJ
+asH
+atI
+arE
+ayq
+ayq
+auc
+avp
+axI
+ayp
+awW
+aAD
+awW
+aCS
+aEy
+aEy
+aEy
+aEy
+aEy
+aCS
+awW
+awW
+awW
+aQG
+aRX
+arB
+aaa
+aWa
+aXI
+awW
+aaa
+arB
+awY
+ayk
+awW
+aAD
+awW
+cyc
+cyc
+cyc
+cyz
+cyc
+czy
+cyO
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+cyi
+czx
+czn
+cyc
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aac
+buA
+aTp
+clL
+aac
+cmE
+aaa
+aaa
+aaa
+aac
+aTp
+aTp
+aTp
+aac
+coo
+aTp
+aTp
+aTp
+coW
+cpf
+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
+asF
+asI
+auQ
+auQ
+auQ
+aCX
+aub
+aLu
+axH
+ayo
+azB
+awW
+aaa
+aCS
+aEx
+aFF
+aFF
+aFF
+aKi
+aCS
+aaa
+awW
+aPt
+aPu
+aRY
+arB
+awW
+awW
+auP
+awW
+awW
+arB
+awZ
+aym
+azB
+awW
+aaf
+aaa
+aaa
+cyc
+cyy
+cyc
+czy
+cyO
+cyi
+cyi
+cyX
+czb
+cyX
+cyi
+cyi
+cyi
+cyi
+cyw
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+bJS
+aac
+aac
+aac
+cmE
+aaa
+aaa
+aaa
+aaa
+bxh
+aTp
+aTp
+aTp
+aac
+coE
+aTp
+aTp
+aTp
+coX
+aac
+aac
+aac
+czz
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apJ
+asJ
+avQ
+axc
+aCT
+atb
+aIH
+apJ
+clB
+aIK
+azC
+arB
+arB
+arB
+awW
+awW
+awW
+awW
+awW
+arB
+arB
+arB
+aPv
+ayl
+aRZ
+asE
+aAF
+awW
+cyl
+awW
+baF
+asE
+bbb
+ayl
+beN
+arB
+aaf
+aaf
+aaf
+cyc
+cyA
+cyc
+cyw
+cyP
+cyi
+cyi
+cyY
+czc
+cyX
+cyi
+cyi
+cyi
+cyw
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cni
+aTp
+aTp
+aTp
+aac
+coD
+aTp
+aTp
+aTp
+aTp
+aTp
+bsB
+cpH
+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
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+apJ
+axG
+aIK
+aym
+aAI
+aBH
+azz
+azz
+azz
+azz
+azz
+azz
+aLv
+aBH
+azz
+aPu
+ayl
+ayl
+aNh
+aym
+azz
+ayl
+azz
+aPu
+ayl
+aIK
+ayl
+beM
+aAC
+aaf
+aaf
+aaf
+aaf
+aaf
+cyc
+cyc
+cyc
+cyR
+cyR
+cyR
+cyR
+cyR
+cyR
+cyR
+cyc
+cyc
+cyc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+bJS
+aac
+aac
+aac
+aac
+coG
+cnh
+aTp
+aTp
+aTp
+aTp
+cut
+cpH
+crg
+aaa
+aaa
+aaa
+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
+alU
+atJ
+amC
+aKf
+bEJ
+axb
+ayr
+azD
+aAJ
+azD
+aCp
+aEz
+aFG
+aHu
+ayl
+ayl
+ayl
+aNb
+ayl
+ayl
+ayl
+ayl
+aTr
+aUM
+ayl
+ayl
+aWc
+baG
+ayl
+aIK
+ayl
+beM
+asE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cnW
+aac
+coF
+coO
+aTp
+cok
+cok
+aTp
+coi
+cpH
+crf
+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
+aag
+alU
+alU
+alU
+aCW
+amC
+aud
+alU
+alU
+atO
+alU
+alU
+aBI
+aBI
+aBI
+aBI
+aBI
+aNh
+aKj
+aLw
+aLw
+aLw
+aLw
+aQI
+aNh
+czK
+czK
+czK
+czK
+aXX
+czK
+czK
+bbc
+beO
+beO
+beO
+beO
+beO
+beO
+beO
+beO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+bJS
+aac
+aac
+aac
+aac
+cmp
+aac
+aac
+aac
+cmE
+aaa
+aaa
+aaa
+aaa
+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
+aqJ
+amC
+aqJ
+ase
+avq
+aum
+avq
+axJ
+cwH
+axJ
+aAj
+aBK
+aCL
+aEG
+aFI
+aBI
+aIM
+aKk
+aLy
+aNd
+aOj
+aPx
+aQJ
+ayl
+czK
+aUO
+aUy
+aWm
+aWf
+aUQ
+czK
+bhN
+bcl
+beQ
+bgk
+bhI
+bjb
+bkz
+blS
+bnv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+alU
+alU
+alU
+alU
+asc
+atn
+aLt
+aue
+aue
+aue
+aue
+aAe
+aBJ
+aCs
+aEE
+aFH
+aGZ
+aIJ
+aJX
+aLi
+aMO
+aNR
+aOY
+aQl
+bcD
+aTs
+aUN
+baH
+aWi
+aXY
+baH
+aTs
+bbd
+beO
+beP
+bgj
+beO
+bja
+beO
+bja
+bja
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+alU
+apL
+aqK
+alU
+asc
+atq
+aon
+amC
+axe
+ays
+alU
+aAM
+aBI
+aCY
+aEI
+aFK
+aHy
+aIM
+aKk
+aLz
+aNe
+aNe
+aLz
+aQo
+aSb
+czK
+aUQ
+aUA
+aWr
+aXZ
+aUQ
+czK
+bbe
+beO
+beS
+bgj
+bhJ
+bjd
+bkB
+cAI
+bja
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cBW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+alU
+alU
+apM
+aqL
+alU
+asc
+atq
+auX
+avS
+amC
+amC
+alU
+aAM
+aBI
+aDc
+aEH
+bxM
+aHa
+aIL
+aJY
+aLj
+aMP
+aMP
+aPa
+aQn
+ayl
+czK
+aUP
+aUO
+aXL
+aXZ
+aUO
+czK
+bbe
+beO
+beR
+bgj
+bgj
+bjc
+cAF
+cAF
+bja
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaf
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aba
+aaS
+aaS
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+alU
+aoS
+amC
+aom
+ank
+asc
+atq
+auZ
+bsU
+axf
+amC
+alU
+auT
+aBI
+aDf
+aEK
+aFM
+aHy
+ayl
+aKk
+aLA
+aNf
+aNf
+aLA
+aQD
+aSd
+czK
+aUQ
+aUW
+aXL
+aXZ
+baJ
+czK
+bbe
+beO
+beU
+bgl
+bhL
+bjc
+cAF
+blV
+beO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+chJ
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abY
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+acy
+aaa
+aaf
+aaa
+aiS
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alU
+aoR
+apO
+aqM
+arF
+asc
+atq
+auY
+amC
+amC
+ayt
+alU
+aAw
+aBl
+aCZ
+aEJ
+aFL
+aBI
+aIO
+aKk
+asE
+asE
+asE
+asE
+aQD
+ayl
+czK
+aUl
+aUR
+aWs
+aXZ
+aUQ
+czK
+bbf
+beT
+beT
+bdQ
+beZ
+bje
+bkC
+cAJ
+beO
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaS
+aaf
+aaf
+aaa
+chI
+aaa
+aaf
+aaf
+aaS
+aaS
+aba
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abY
+aaa
+acV
+adv
+adZ
+aaa
+acV
+adv
+adZ
+aaa
+acV
+adv
+adZ
+aaa
+aaS
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+alU
+aoT
+amC
+aqO
+arG
+asc
+atq
+ava
+amC
+axg
+ayu
+azF
+azF
+azF
+azF
+azF
+azF
+azF
+aIQ
+aKk
+aLC
+aNg
+aOk
+aPy
+aRd
+aRM
+aTt
+aUm
+aUm
+aWt
+aYd
+aZn
+aTt
+bbg
+bdG
+bdu
+bdT
+beO
+bjf
+beO
+beO
+beO
+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
+aaS
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+chI
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+abY
+aaf
+acV
+adu
+adZ
+aaa
+acV
+adu
+adZ
+aaa
+acV
+adu
+adZ
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alU
+alU
+alU
+alU
+arG
+ash
+atq
+alU
+alU
+alU
+alU
+azF
+aAP
+aAP
+aAP
+aEF
+aFN
+azF
+aIP
+aKl
+aLB
+aLB
+aLB
+aLB
+aQK
+aSe
+czK
+aUQ
+aUQ
+aXN
+aUO
+aUQ
+czK
+bcI
+aPz
+bdt
+bdR
+aSg
+aYf
+bkD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+cca
+cca
+cca
+cca
+cca
+aaa
+chK
+aaa
+cca
+cca
+cca
+cca
+cca
+aaf
+aaS
+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
+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
+abY
+aaa
+acV
+adu
+adZ
+aaf
+acV
+adu
+adZ
+aaf
+acV
+adu
+adZ
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+ali
+aoX
+arI
+asi
+atr
+atN
+atN
+atN
+ayi
+azq
+aAK
+aBv
+aDa
+aAQ
+aAQ
+azF
+aIR
+ayl
+ayl
+aNi
+ayl
+ayl
+ayl
+aSf
+aTq
+aTq
+aTq
+aTq
+aTq
+aTq
+aTq
+aPz
+aPz
+bdB
+aWv
+aTu
+bjg
+bkD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+ccc
+ccX
+ccX
+ccX
+ccX
+cgz
+chL
+ciP
+cjH
+cjH
+cjH
+cjH
+cnl
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+acV
+adu
+adZ
+aaa
+acV
+adu
+adZ
+aaa
+acV
+adu
+adZ
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+ali
+amC
+arH
+atP
+auV
+auV
+auV
+axK
+ayh
+azi
+aAx
+aBm
+aAQ
+aAQ
+aAQ
+azF
+azF
+azF
+aLD
+aNh
+aNh
+aPz
+aPz
+aPz
+aPz
+aSg
+aWj
+aXP
+aZr
+baL
+bbI
+bcK
+aPz
+bdB
+aWv
+bfh
+aPz
+aPz
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaf
+ccb
+ccb
+ccb
+ccb
+ccb
+aaa
+chL
+aaa
+ccb
+ccb
+ccb
+ccb
+ccb
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaS
+aaS
+aaf
+aaa
+acV
+adu
+adZ
+aaa
+acV
+adu
+adZ
+aaa
+acV
+adu
+adZ
+aaa
+aaf
+aaa
+ajV
+alR
+alR
+alR
+alR
+alU
+alU
+alU
+aqP
+arJ
+alU
+avb
+aaH
+bOi
+atO
+asK
+azF
+aAT
+aBw
+aDg
+aAQ
+aAQ
+aHz
+aIS
+aKn
+aLF
+aLF
+aLF
+aPz
+aQL
+aSg
+aSg
+aSg
+aWl
+aSg
+aZs
+baN
+bbK
+bcM
+bdH
+bdD
+bea
+bfq
+bji
+bkF
+cys
+cys
+cys
+cys
+cys
+cys
+cys
+cys
+cys
+cys
+cys
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaS
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+chL
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aba
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+aaf
+aaa
+aaa
+aaa
+adw
+aaa
+aaa
+aaa
+adw
+aaa
+aaa
+aaa
+adw
+aaa
+aaa
+ajV
+ajV
+ajV
+alQ
+amy
+ang
+alR
+aoj
+amC
+apP
+amC
+arH
+alU
+aaH
+bNb
+apQ
+atO
+asK
+azF
+aAS
+aFP
+aAQ
+aAQ
+aAQ
+aAQ
+aAQ
+aKm
+aLE
+aNj
+aLE
+aPz
+aPz
+aPz
+aTu
+aUS
+aWk
+aWk
+aWk
+baM
+bbJ
+bcL
+aWk
+bdC
+bdZ
+bhO
+bjh
+bkE
+cys
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+czf
+cys
+czs
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaS
+aaf
+cca
+cca
+cca
+cca
+cca
+aaa
+chL
+aaa
+cca
+cca
+cca
+cca
+cca
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaf
+abs
+abZ
+abZ
+acW
+ady
+ady
+ady
+ady
+ady
+ady
+ady
+ady
+ady
+ady
+ajq
+ajW
+akB
+alh
+alT
+amA
+ani
+anI
+aol
+aol
+aol
+aol
+arL
+alU
+avU
+avb
+bOi
+atO
+asK
+azF
+aAU
+aBG
+aAQ
+aAQ
+aAQ
+aBM
+aAQ
+aKn
+aLE
+aNl
+aOm
+aPB
+aQM
+aQM
+aTv
+aUT
+aPz
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+bhQ
+bjj
+bkF
+cys
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+czp
+czt
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaS
+aaa
+ccc
+ccX
+ccX
+ccX
+ccX
+cgz
+chL
+ciP
+cjH
+cjH
+cjH
+cjH
+cnl
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+aaf
+aaa
+aaa
+aaa
+adx
+aaa
+aaa
+aaa
+adx
+aaa
+aaa
+aaa
+adx
+aaa
+aaa
+ajV
+ajV
+ajV
+alS
+amz
+anh
+anH
+aok
+anJ
+anJ
+aFJ
+arK
+alU
+alU
+ali
+alU
+atO
+asK
+azF
+aAP
+aAP
+aAP
+aAQ
+aFO
+aHA
+aIT
+azF
+aLG
+aNk
+aOl
+aPA
+aPA
+aPA
+aPA
+aPA
+aPA
+aXQ
+aZt
+aXQ
+aZt
+aXQ
+aZt
+aXQ
+aZt
+bhQ
+bjj
+bkF
+cys
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+czp
+czt
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaS
+acy
+ccb
+ccb
+ccb
+ccb
+ccb
+aaa
+chL
+aaa
+ccb
+ccb
+ccb
+ccb
+ccb
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aba
+aaS
+aaf
+aaa
+acV
+adz
+adZ
+aaa
+acV
+adz
+adZ
+aaa
+acV
+adz
+adZ
+aaa
+aaf
+aaa
+ajV
+alR
+alR
+alR
+alR
+aom
+amC
+apP
+amC
+arN
+amC
+amC
+amC
+amC
+axi
+asK
+azF
+azF
+azF
+azF
+aEL
+azF
+azF
+azF
+azF
+aLE
+aNn
+aOl
+aPA
+aQO
+aSh
+aTw
+aUU
+aWn
+aXQ
+aZv
+aXQ
+bbL
+aXQ
+bdJ
+aXQ
+bgr
+bhQ
+bjj
+bkF
+cys
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+cyB
+czp
+czt
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aba
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+chL
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+acV
+adz
+adZ
+aaa
+acV
+adz
+adZ
+aaa
+acV
+adz
+adZ
+aaf
+aaf
+aaa
+aaa
+alU
+alF
+anj
+anJ
+anl
+aoU
+alU
+amC
+arM
+alU
+atT
+asO
+avV
+atO
+ayw
+atN
+aAV
+alU
+aDh
+aDo
+aFQ
+aHe
+aIN
+aKp
+aLE
+aNm
+aOl
+aPA
+aQN
+aQN
+aQN
+aUn
+aTy
+aWy
+aYe
+aZw
+aZw
+bbq
+bct
+bfa
+bfa
+bhQ
+bjk
+bkE
+cys
+cyB
+cyB
+cyB
+cyB
+cyS
+cyB
+cyB
+cyB
+czf
+cys
+czu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaS
+aaf
+cca
+cca
+cca
+cca
+cca
+aaa
+chL
+aaa
+cca
+cca
+cca
+cca
+cca
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+acV
+adz
+adZ
+aaf
+acV
+adz
+adZ
+aaf
+acV
+adz
+adZ
+aaa
+aaf
+aaf
+aaf
+alU
+alF
+anl
+amC
+alU
+alU
+alU
+amC
+alU
+alU
+apP
+alU
+alU
+atP
+auV
+axK
+aAN
+aBL
+aDd
+aDd
+aFR
+aDd
+aDd
+aJZ
+aLk
+aNo
+aOo
+aPA
+aQQ
+aQN
+aSV
+aUo
+aUX
+aXp
+baO
+aZo
+baw
+bcO
+baw
+cBn
+bgs
+bhQ
+bjk
+bkF
+cys
+cys
+cys
+cyN
+cyQ
+cys
+cyT
+cyZ
+cys
+cys
+cys
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aoV
+bZm
+aoV
+aoV
+aoV
+aaa
+aaS
+aaa
+ccc
+ccX
+ccX
+ccX
+ccX
+cgz
+chL
+ciP
+cjH
+cjH
+cjH
+cjH
+cnl
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaf
+acV
+adz
+adZ
+aaa
+acV
+adz
+adZ
+aaa
+acV
+adz
+adZ
+aaf
+aaf
+aaa
+aaa
+alU
+alU
+ank
+alU
+alU
+aoV
+alU
+amC
+amC
+amC
+arN
+alU
+avW
+amC
+ayx
+atO
+aAL
+aBQ
+aDb
+aDo
+aFY
+aDo
+aDo
+aKp
+aLE
+aLE
+aOn
+aPA
+aQP
+aQN
+aTx
+aUV
+aWo
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+aXQ
+bhQ
+bjk
+aPz
+aaa
+aaa
+boI
+bqi
+brJ
+boI
+brJ
+bvS
+boI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aoV
+bVz
+apQ
+apQ
+aoV
+aaa
+aaS
+aaf
+ccb
+ccb
+ccb
+ccb
+ccb
+aaa
+chL
+aaa
+ccb
+ccb
+ccb
+ccb
+ccb
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+acV
+adA
+adZ
+aaa
+acV
+adA
+adZ
+aaa
+acV
+adA
+adZ
+aaa
+aaS
+aaa
+aaa
+alU
+amD
+anm
+amC
+ali
+aoV
+ali
+amC
+alU
+asO
+atL
+alU
+avX
+axf
+amC
+atO
+aAY
+aBQ
+aDl
+bxk
+aFS
+aDo
+aIX
+aBQ
+aLE
+aLE
+aOp
+aPA
+aQR
+aQN
+aTA
+aUq
+aWq
+aXs
+aYH
+aZx
+bbO
+aPA
+bdM
+aPz
+bgt
+bhS
+bjk
+aPz
+aaa
+aaa
+blW
+bqj
+brK
+blW
+brK
+bvT
+blW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+bVw
+bVz
+bVw
+bVw
+aoV
+aaa
+aaS
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+chL
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaS
+aaf
+aaf
+alU
+amC
+amC
+amC
+ali
+apQ
+ali
+amC
+alU
+alU
+alU
+alU
+alU
+axj
+alU
+atO
+aAY
+aBQ
+aDk
+aDo
+aDo
+aDo
+aIW
+aBQ
+aLE
+aLE
+aOl
+aPC
+aQN
+aQN
+aTz
+aUp
+aWq
+aXr
+aZx
+cBh
+bbN
+aPA
+bdL
+aPz
+bgt
+bhR
+bjk
+aZE
+blW
+blW
+blW
+bqi
+cyD
+blW
+cyD
+bvS
+blW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+apQ
+bVz
+aoV
+bVw
+aoV
+aaa
+aaS
+aaS
+aaS
+aaf
+aaf
+aaf
+aaf
+aaf
+chM
+aaf
+aaf
+aaf
+aaf
+aaf
+aaS
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaS
+aaS
+aaS
+aaS
+aba
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaa
+aaa
+alU
+amE
+ann
+amC
+alU
+aoV
+ali
+amC
+alU
+arN
+atU
+alU
+atU
+amC
+atJ
+atO
+aAY
+aBQ
+aDn
+aDo
+aDo
+aHD
+aIZ
+aBQ
+aLE
+aLE
+aOq
+aPD
+aQT
+aQT
+aTC
+aUs
+aUY
+aXv
+aYS
+aZx
+bbO
+aPA
+bdM
+aPz
+aSg
+bhT
+bjk
+aZE
+blY
+bnw
+boJ
+bql
+brL
+btr
+bnw
+bvV
+blW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+apQ
+bVz
+apQ
+bVw
+aoV
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+cfx
+chO
+cfx
+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
+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
+alU
+alU
+alU
+ank
+alU
+aoV
+alU
+amC
+amC
+amC
+amC
+alU
+aqO
+amC
+atJ
+atO
+aAY
+aBQ
+aDm
+aDo
+aDo
+aDo
+aIY
+aBQ
+aLE
+aLE
+aOl
+aPA
+aQS
+aSj
+aTB
+aUr
+aWq
+aXt
+aPA
+aPA
+aPA
+aPA
+aPA
+aPz
+bel
+bfI
+bgq
+bhY
+bkj
+bqm
+bqm
+bps
+bjr
+bjr
+buB
+bvU
+aZE
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaa
+aag
+aaa
+bVx
+caf
+aoV
+bVw
+apQ
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+cfx
+chN
+cfx
+aaa
+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
+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
+alU
+amF
+alU
+amC
+alU
+apQ
+alU
+alU
+alU
+alU
+amC
+alU
+atM
+axl
+auV
+azG
+aAY
+aBQ
+aDp
+aDo
+aFU
+aDo
+aJb
+aKp
+aLE
+aLE
+aOl
+aPE
+aQV
+aQN
+aSi
+aUu
+aWq
+aXw
+aZB
+aZB
+aZB
+aZB
+aPA
+bfc
+bew
+bfM
+bjl
+bkG
+bkp
+bmj
+bjt
+cCo
+bjt
+bjt
+biq
+bvV
+blW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bCq
+bCq
+bCq
+bLv
+bCq
+aoV
+cbj
+aoV
+bVw
+apQ
+aaf
+bCq
+bCq
+bCq
+bCq
+bCq
+bCq
+cfx
+cfx
+cyK
+cfx
+cfx
+aaa
+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
+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
+alU
+alU
+alU
+amC
+alU
+apQ
+aaH
+alU
+arO
+alU
+amC
+avc
+atO
+axk
+ayy
+ayy
+aAO
+aBN
+aDe
+aDe
+aFT
+aDe
+aIU
+aKa
+aLH
+aLE
+aOl
+aPA
+aQU
+aQN
+aQN
+aUt
+aWq
+aXw
+aZA
+aZA
+aZA
+aZA
+aPA
+aWv
+aYb
+aZE
+aZE
+aZE
+bkn
+bmh
+bjr
+bmb
+bjr
+bjr
+buC
+bvV
+blW
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bCq
+bJP
+bCq
+bSn
+bCq
+bCq
+cbj
+bLv
+bXv
+bLv
+aaf
+bCq
+cAy
+cAB
+ccY
+cAD
+cAH
+cfw
+cgA
+chP
+ciQ
+cfw
+aaa
+aaa
+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
+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
+ali
+anK
+ali
+aaH
+atR
+alU
+alU
+alU
+atW
+atW
+atO
+axn
+alU
+aoX
+atJ
+aBQ
+aDq
+aDo
+aFZ
+aHE
+aJc
+aKs
+aLK
+aLK
+aOr
+aPA
+aQX
+aQN
+aQN
+aUv
+aWp
+aXA
+aYX
+aYX
+aYX
+bbs
+bcw
+bfd
+bgw
+aZE
+bjn
+bjr
+bkt
+bmh
+boK
+bpz
+boK
+bjr
+bkt
+bvV
+blW
+aaa
+aaa
+aaa
+aaa
+aaa
+akD
+akD
+ajX
+akD
+ajX
+akD
+akD
+aaa
+bCq
+bPS
+bRd
+bPS
+bPS
+bCq
+cbk
+bLv
+bHE
+bLv
+aaf
+bCq
+cAA
+bHE
+bHE
+ccZ
+cAK
+cfw
+cgC
+chR
+ciS
+cfw
+aaa
+aaa
+aaa
+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
+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
+alU
+amC
+alU
+aaH
+apQ
+apQ
+aaH
+alU
+ali
+ali
+atO
+axm
+ayz
+ayz
+ayz
+aBR
+aBR
+aBR
+aBR
+aBR
+aBR
+aBR
+aLJ
+aLE
+aOl
+aPA
+aQW
+aQW
+aTD
+aQW
+aUZ
+aXx
+aYU
+aYU
+aYU
+bbr
+bcu
+bfe
+bgx
+aZE
+bjm
+bjr
+bjr
+bmh
+boK
+bjr
+boK
+bjr
+bjr
+bvV
+bxu
+aaa
+aaa
+aaa
+aaa
+aaa
+akD
+bGg
+amI
+amI
+bHx
+anM
+akD
+aaa
+bLv
+bPR
+bRc
+bSo
+bTs
+bCq
+bVy
+bLv
+cyE
+bLv
+bLv
+bCq
+bHE
+cAC
+ccZ
+cAE
+ceV
+cfw
+cgB
+chQ
+ciR
+cfw
+aag
+aag
+aag
+aaa
+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
+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
+ali
+aKY
+ali
+asC
+apQ
+aaH
+apQ
+aoV
+aoV
+apQ
+avY
+axo
+ayB
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aKu
+aLM
+aLF
+aOs
+aPG
+aPG
+aPG
+aPG
+aPG
+aPA
+aPA
+aPA
+aPA
+aPA
+aPA
+aPA
+aWv
+bgx
+aZE
+bjp
+bjr
+bjr
+bmh
+boK
+bjr
+cBp
+bjr
+buB
+bvV
+bxu
+bxu
+bxx
+bxu
+bxu
+bDi
+ajX
+bGh
+bHx
+amI
+bHx
+bLt
+bMF
+aaa
+bCq
+bPS
+bRf
+bSo
+bTu
+bCq
+bVB
+bHE
+bHE
+bYu
+bZk
+bCq
+bTz
+bCq
+bCq
+bCq
+bCq
+cfw
+cgE
+chS
+cfw
+cfw
+bCq
+bXv
+bCq
+aaa
+aaa
+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
+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
+aae
+aaa
+aaf
+ali
+amC
+ali
+asC
+aaH
+apQ
+aoV
+aoV
+aoV
+aoV
+avY
+axo
+ayA
+aaf
+aBa
+aBa
+aBa
+aBa
+aBa
+aBa
+aaf
+aKt
+aLL
+bDe
+aOl
+aPF
+aQY
+aSk
+aTE
+aPG
+aWu
+aYa
+aZD
+aZD
+aZD
+aZD
+aZD
+bff
+bfk
+aZE
+bjo
+bjr
+bjr
+bmh
+boK
+bjr
+boK
+bjr
+bjr
+bub
+bxu
+bvF
+bzP
+bAS
+bxu
+aaa
+akD
+bGg
+amI
+amI
+bHx
+bLs
+akD
+aaa
+bLv
+bPT
+bRe
+bSo
+bTt
+bCq
+bVA
+bWw
+bXw
+bYt
+bZj
+bCq
+bHE
+bCq
+bSq
+cdW
+ceW
+bCq
+cgD
+cgH
+bHE
+cjI
+bCq
+clA
+bCq
+aaa
+aaa
+aaa
+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
+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
+ali
+ali
+alU
+alU
+amC
+alU
+alU
+alU
+aaH
+apQ
+aoV
+apQ
+apQ
+avY
+axo
+ayA
+aaa
+aBa
+aBT
+aDs
+aEN
+aGb
+aBa
+aaa
+aKt
+aLN
+aLE
+aOl
+aPH
+aRa
+aRa
+aTG
+aPG
+aWw
+aYc
+aZF
+aZF
+aZF
+aZF
+aZF
+aZF
+bgy
+aZE
+bjr
+bjr
+ama
+bmh
+bjr
+bjr
+bjr
+bjr
+bjr
+bvX
+bxu
+byA
+bzR
+byd
+bxx
+aaa
+akD
+akD
+ajX
+bJc
+ajX
+akD
+akD
+aaa
+bCq
+bPV
+bCq
+bCq
+bTw
+bCq
+bVD
+bWy
+bXx
+bYw
+bZj
+bYy
+bHE
+bTz
+bHE
+cdY
+ceY
+bCq
+bHE
+cgH
+bHE
+bLu
+bCq
+cyE
+bCq
+aaa
+aaa
+aaf
+aaa
+bCq
+bCq
+bLv
+bLv
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+ali
+alV
+amG
+ano
+amC
+aon
+aoW
+alU
+aqQ
+aqQ
+aqQ
+aqQ
+aqQ
+avZ
+axp
+ayC
+azH
+aBb
+aBS
+aDr
+aEM
+aGa
+aHF
+aJd
+aKv
+aLN
+aLE
+aOl
+aPF
+aQZ
+aRa
+aTF
+aPG
+aSX
+aWC
+baS
+aZI
+baS
+baS
+bdS
+bdU
+ckQ
+aZE
+bjq
+bjr
+bjr
+bmh
+bjr
+bjr
+bjr
+bjr
+bjr
+bjr
+bxw
+byz
+bzQ
+byc
+bxx
+aaa
+aaa
+bGi
+bGi
+bJb
+bGi
+bGi
+aoV
+aoV
+bCq
+bPU
+bHE
+bSp
+bTv
+bCq
+bVC
+bWx
+bWy
+bYv
+bZl
+bCq
+bHE
+bCq
+cda
+cgF
+bCq
+cqn
+cAh
+chT
+bHE
+bHE
+ckv
+bHE
+bCq
+bLv
+bLv
+bLv
+bLv
+bCq
+ciT
+cqK
+crl
+bLv
+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
+"}
+(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
+ali
+aKY
+amC
+anp
+amC
+amC
+amC
+ank
+aqR
+aqR
+aGh
+aqR
+aqR
+awb
+axo
+ayA
+aaa
+aBa
+aBV
+alu
+aEM
+aGd
+aHG
+aJe
+aKw
+aLP
+aMR
+aNU
+aPJ
+aPJ
+aPJ
+aPJ
+aPJ
+aVC
+aXJ
+bgA
+aZp
+baY
+bcJ
+bcF
+bfg
+bgA
+bhW
+bjt
+biq
+bjr
+bmh
+bjr
+bqn
+brN
+brN
+brN
+brN
+bxx
+byC
+bzT
+byl
+bxx
+aaf
+aaf
+bGi
+bHz
+byE
+bKk
+bGi
+aoV
+aoV
+bCq
+bPW
+bCq
+bCq
+bTy
+bCq
+bVF
+bWA
+bXy
+bYx
+bWz
+bCq
+bHE
+bCq
+bQa
+cpY
+cyL
+cqy
+cAi
+bQa
+bHE
+bHE
+bHE
+bHE
+bHE
+bHE
+bHE
+bHE
+bHE
+cpR
+bHE
+cAQ
+crm
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+ali
+alW
+amH
+ano
+anL
+aoo
+aoX
+alU
+aqQ
+aqQ
+aqQ
+aqQ
+aqQ
+awa
+axq
+ayD
+azI
+aBc
+aBU
+aDt
+aEO
+aGc
+aHF
+aJd
+aKb
+aLN
+aMQ
+aNT
+aPI
+aRb
+aRb
+aRb
+aRb
+aWx
+aXE
+baS
+baS
+bbP
+bcR
+bcE
+baS
+bex
+bhY
+bgu
+bic
+bku
+bmh
+bjr
+aZE
+brM
+bts
+buD
+bvY
+bxx
+byB
+bwS
+byg
+bxx
+aaa
+aaa
+bGi
+bHy
+byE
+bKj
+bGi
+aoV
+aoV
+bCq
+bHE
+bHE
+bSq
+bTx
+bCq
+bVE
+bWz
+bHE
+bHE
+bLu
+bCq
+bLu
+bCq
+cdb
+bSs
+bCq
+bCq
+cgG
+bCq
+bCq
+bCq
+bCq
+bTz
+bCq
+bLv
+bLv
+bLv
+bLv
+bCq
+cqv
+cqL
+bJe
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+ali
+ali
+alU
+alU
+ali
+alU
+alU
+alU
+aaa
+aaa
+aaa
+aaa
+aag
+avY
+axo
+ayA
+aaa
+aBa
+aBW
+aDv
+aEP
+aGe
+aBa
+aaa
+aKt
+aLN
+aMS
+aOt
+aPK
+aPK
+aPK
+aPK
+aPK
+aWA
+aXM
+bfi
+cBi
+bbS
+bcS
+bbt
+bfi
+beD
+aZE
+aZE
+biA
+bmg
+bmH
+bkJ
+aZE
+aZE
+aZE
+aZE
+aZE
+bxu
+byD
+bwU
+byn
+bxu
+aaa
+bxy
+bxy
+bxy
+bJd
+bKm
+bxy
+apQ
+apQ
+bCq
+bPY
+apE
+bCq
+bCq
+bCq
+bCq
+bCq
+bCq
+bYy
+bCq
+bCq
+bLv
+bCq
+bCq
+bCq
+bCq
+bLv
+cgH
+bLv
+aaa
+bCq
+ckv
+bHE
+bCq
+aaa
+aaa
+aaf
+aaa
+bCq
+bCq
+bCq
+bCq
+bCq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+avY
+axo
+ayA
+aaf
+aBa
+aBa
+aBa
+aBa
+aBa
+aBa
+aaf
+aKt
+aLN
+aMS
+aOi
+aLE
+aPK
+aSl
+aTH
+aPK
+aWz
+aWC
+aZE
+aZE
+aZE
+bcT
+aZE
+aZE
+aZE
+aZE
+bju
+biv
+bmf
+bmt
+boN
+bqo
+brO
+btt
+buE
+bvZ
+bxu
+bxx
+bwT
+bym
+bxu
+bxy
+bxy
+bGj
+bHA
+bHA
+bKl
+bxy
+aaH
+aaH
+bCq
+bPX
+bRg
+bRg
+bCq
+bHE
+bVG
+bHE
+bHE
+bHE
+bLv
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+bLv
+cgH
+bLv
+aaa
+bLv
+bJf
+ccd
+bCq
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+cig
+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
+"}
+(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
+akD
+akD
+ajX
+akD
+akD
+ajX
+akD
+akD
+akD
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+avY
+axs
+ayF
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aKx
+aLN
+aMS
+aOi
+aLE
+aRc
+aSm
+aTJ
+aPK
+cCl
+aYh
+cCm
+cCm
+cCm
+cCn
+aPz
+bdW
+aSg
+aZE
+bgz
+biT
+boU
+bmP
+buF
+bbR
+bbR
+btu
+bbR
+bOL
+bxy
+byF
+bwW
+bGm
+bCo
+bDk
+bEK
+byE
+byE
+byE
+byE
+bGi
+apQ
+apQ
+bLv
+bQa
+bHE
+bHE
+bCq
+bHE
+bLv
+bLv
+bLv
+bLv
+bLv
+aoV
+aoV
+aoV
+aoV
+aoV
+apQ
+bLv
+cgH
+bLv
+aaf
+cAj
+cjJ
+cjJ
+cjJ
+cjJ
+cjJ
+cjJ
+cjJ
+cjJ
+cjJ
+aaa
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+ajX
+akC
+alj
+alY
+amI
+amI
+anM
+aop
+aoY
+aaa
+aaa
+aaa
+aaf
+arP
+avd
+avZ
+axr
+ayE
+ayE
+ayE
+ayE
+ayE
+ayE
+ayE
+ayE
+ayE
+ayE
+aLl
+aMT
+aOu
+aPL
+aPK
+aSm
+aTI
+aPK
+aWB
+cCj
+apd
+apd
+bbU
+cCk
+apd
+aZE
+bgB
+bhX
+bgv
+biF
+bkw
+bnE
+bny
+btv
+btv
+bjv
+btv
+buc
+bxz
+bBa
+bwV
+byy
+bBa
+bAb
+bzY
+bBa
+bEQ
+bGM
+bKn
+bGi
+aoV
+aoV
+bLv
+bPZ
+bHE
+bHE
+bTz
+bHE
+bLv
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+bLv
+cgH
+bLv
+aaa
+cjJ
+ckw
+clC
+cmy
+cnm
+cnL
+cov
+cpj
+cpS
+cjJ
+aaa
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+ajX
+akF
+alm
+akD
+amI
+amI
+amI
+aop
+aoY
+aaa
+aaa
+aaa
+aaf
+arP
+ave
+awa
+axu
+ayH
+ayH
+ayH
+ayH
+ayH
+ayH
+aFV
+ayH
+ayH
+aKy
+aLn
+aMU
+aOw
+aPN
+aPK
+aSn
+aTK
+aPK
+apd
+cCj
+asW
+baW
+bLE
+bLG
+apd
+bfj
+bgC
+bia
+aZK
+bjs
+bkx
+bmQ
+bnA
+bpB
+bpB
+brR
+bsV
+bwc
+bxA
+bvI
+bwX
+byG
+bvI
+bAm
+bBG
+bDo
+byE
+byE
+bKp
+bGi
+apQ
+apQ
+bLv
+bHE
+bHE
+bSs
+bCq
+bHE
+bLv
+aoV
+aoV
+aoV
+bcU
+apQ
+aaH
+cCa
+aoV
+aoV
+aoV
+bLv
+cgH
+bLv
+aaa
+cjJ
+cky
+clE
+cmA
+cno
+cnN
+cox
+cpl
+cpU
+cjJ
+aaf
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+adB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ajX
+akE
+all
+alZ
+amJ
+anr
+amI
+aop
+aoY
+aaa
+aaa
+arP
+arP
+arP
+cya
+avZ
+axt
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+aLm
+aMS
+aOv
+aPM
+aPQ
+aPQ
+aPQ
+aPQ
+apd
+aYi
+aqW
+aqW
+bbQ
+bLG
+apd
+aZH
+aZK
+bhZ
+aZK
+bkM
+bfQ
+bnG
+bnz
+bpA
+bbR
+bkM
+bqs
+bud
+bxy
+bvG
+bAZ
+bGm
+bzF
+bAc
+bGm
+byE
+cBB
+byE
+bKo
+bxy
+aaH
+aaH
+bCq
+bHE
+bRh
+bSr
+bCq
+bHE
+bLv
+apQ
+apQ
+aoV
+aoV
+aaH
+bdV
+aaH
+apQ
+apQ
+apQ
+bLv
+cgH
+bLv
+aaf
+cjJ
+ckx
+clD
+cmz
+cnn
+cnM
+cow
+cpk
+cpT
+cjJ
+aaa
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abc
+abc
+abc
+afu
+abc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+akD
+akD
+alo
+akD
+akD
+akD
+anO
+akD
+akD
+aaa
+aaa
+arP
+asQ
+aqR
+aqR
+avZ
+axt
+ayG
+azK
+aBe
+aBe
+aDj
+aER
+aFX
+aHj
+aJa
+aKc
+aLp
+aMV
+aOy
+aLE
+aPQ
+aRV
+aSW
+aVa
+apd
+aWE
+aqW
+aqW
+bcG
+bLG
+apd
+aZH
+bgD
+bfN
+bgE
+bjv
+bkH
+bfm
+boS
+bfm
+bNK
+bkN
+bml
+bwe
+bwe
+bwd
+bwY
+byJ
+bwe
+bAc
+bBI
+bGn
+bGn
+bGn
+bKq
+bxy
+apQ
+apQ
+bCq
+bOK
+bCq
+bCq
+bCq
+bHE
+bLv
+aoV
+aoV
+aoV
+aoV
+cjn
+bSu
+aaH
+aoV
+aoV
+aoV
+bLv
+cgH
+bLv
+aaa
+cjJ
+cky
+clG
+cmB
+cnq
+cnP
+coz
+cpn
+cjJ
+cjJ
+aaa
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abc
+aea
+aeH
+aft
+abc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiU
+aln
+aiU
+aaa
+aiU
+anN
+aiU
+aaa
+aaa
+aaa
+arP
+asP
+aqR
+aqR
+awb
+axt
+ayG
+azJ
+aBd
+aBX
+aDi
+aEQ
+aFW
+aHh
+aIV
+ayG
+aLN
+aMS
+aOx
+aPc
+aRe
+aRT
+aSt
+aWF
+apd
+aWG
+aZa
+baX
+bcH
+bdE
+apd
+aZH
+bnL
+bbR
+boU
+bkM
+bfm
+bnI
+boR
+bqs
+bbR
+bkM
+bNM
+bwd
+bxB
+bvL
+byI
+byH
+bwe
+bAn
+bBH
+bxy
+bxy
+bxy
+bxy
+bxy
+bLv
+bLv
+bCq
+bHE
+bLv
+aaa
+bLv
+bHE
+bLv
+aoV
+aoV
+aoV
+aoV
+aoV
+aaH
+apQ
+aoV
+aoV
+aoV
+bLv
+cgH
+bLv
+aaa
+cjJ
+ckz
+clF
+cmy
+cnp
+cnO
+coy
+cpm
+cjJ
+aaf
+aaf
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abc
+abu
+abu
+abu
+abc
+abc
+aec
+aeJ
+afw
+abc
+abc
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aiU
+alp
+aiU
+aaa
+aiU
+alp
+aiU
+aaf
+aaf
+aaf
+arP
+arP
+arP
+arP
+avZ
+axt
+ayG
+azM
+aBg
+aBZ
+aDx
+aET
+aET
+bCx
+aHJ
+aKd
+aLq
+aMY
+aOA
+aPO
+aRf
+aSc
+aSc
+aUw
+apd
+aXK
+avr
+aZJ
+bbT
+bSy
+apd
+aZH
+beF
+bfl
+bmi
+bjw
+bmk
+bbR
+boT
+bbR
+bbR
+buI
+bbR
+bwd
+bxD
+byL
+byK
+byT
+bwe
+bAx
+bTE
+bCq
+bHD
+bJe
+bCq
+bLu
+bHE
+bHE
+bHE
+bHE
+bLv
+aaf
+bLv
+bUt
+bLv
+apQ
+apQ
+aoV
+aoV
+aoV
+aaH
+aoV
+aoV
+apQ
+apQ
+bLv
+cgH
+bLv
+aaf
+cjJ
+cjJ
+cjJ
+cjJ
+cjJ
+cnR
+coB
+cjJ
+cjJ
+aaa
+aaa
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abb
+abt
+aca
+acz
+acX
+adC
+aeb
+aeI
+afv
+agf
+abc
+aaf
+aaa
+aaa
+aiT
+aiT
+aiV
+akG
+cxJ
+aiU
+amK
+aiU
+cxP
+aoq
+aiV
+aiT
+aiT
+arP
+asR
+aqR
+arP
+awc
+axt
+ayG
+azL
+aBf
+aBY
+aDw
+aES
+aJh
+aHv
+aJh
+aKA
+aLN
+aMS
+aOz
+aLE
+aPQ
+aSa
+aSr
+aSr
+apd
+aYZ
+bLE
+aqW
+aqW
+bLE
+apd
+beA
+bqp
+bbR
+aqU
+bLF
+aZK
+bnJ
+bbR
+bqt
+cBq
+bbR
+bbR
+bwd
+bxC
+byK
+cBv
+byO
+bwe
+bAo
+bTE
+bGo
+bHC
+bHE
+bCq
+bCq
+bLv
+bLv
+bHE
+bLv
+bCq
+aaa
+bLv
+bUs
+bLv
+aoV
+aoV
+aoV
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+bCq
+cgH
+bCq
+aaa
+aaf
+aaa
+aaa
+aaf
+cjJ
+cnQ
+coA
+cpo
+cjJ
+aaa
+aaa
+crn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abe
+abw
+acc
+acB
+acZ
+adE
+aee
+aeL
+afy
+agh
+abc
+aaf
+aaa
+aaf
+aiT
+ajs
+akb
+akI
+akI
+amc
+aiT
+ant
+akI
+aos
+aiT
+apR
+cCh
+arP
+asT
+aqR
+avf
+awb
+axt
+ayG
+azN
+aBe
+aBe
+aDy
+aEU
+aGf
+aHL
+aJi
+aKB
+aLT
+aNp
+aOC
+aPQ
+aPQ
+aTL
+aTP
+aWD
+apd
+aYj
+aZL
+baU
+baU
+bcV
+apf
+bfn
+beW
+bfR
+bKF
+bNH
+aZK
+bbR
+bbR
+bbR
+bbR
+bty
+buJ
+bwe
+bxE
+byM
+bAd
+bBf
+bwe
+bAJ
+bCe
+bCq
+bHE
+bJf
+bCq
+aaa
+aaf
+bLv
+bHE
+bLv
+aaa
+aaa
+bTB
+bUv
+bES
+bES
+bES
+bES
+bGp
+bGp
+bGp
+bGp
+bES
+bES
+bES
+car
+cgH
+bCq
+bCq
+bCq
+bCq
+bCq
+bCq
+cjJ
+cnS
+coC
+cpp
+cjJ
+aaf
+aaf
+cig
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abd
+abv
+acb
+acA
+acI
+adD
+aed
+aeK
+afx
+agg
+abc
+aaf
+aaa
+aaa
+aiU
+ajr
+aka
+akH
+alq
+amb
+aiU
+ans
+alq
+aor
+apb
+alp
+aqS
+arP
+asS
+aqR
+arP
+awd
+axv
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+ayG
+aHP
+aNc
+aOB
+aPQ
+aPQ
+aSs
+aSs
+aSs
+apd
+apd
+apd
+baV
+bON
+apd
+apd
+aZK
+beV
+bfm
+bKP
+bfm
+aZK
+bnK
+bnK
+bqu
+bqu
+bnK
+bnK
+bwe
+bwe
+bwe
+bwe
+bwe
+bwe
+bAI
+bCd
+bCq
+bCq
+bCq
+bCq
+bLv
+bLv
+bLv
+bOK
+bLv
+bLv
+bLv
+bTA
+bUu
+bVH
+bVH
+bVH
+bVH
+bVH
+bVH
+bVH
+bVH
+bVH
+bVH
+bVH
+caq
+cbw
+ccu
+ciT
+bCq
+bSs
+ceY
+ccw
+ccw
+cnR
+cgT
+cjJ
+ccw
+ccw
+ccw
+ccw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+aaH
+aai
+aai
+abg
+aby
+aby
+aby
+aby
+aby
+aeg
+aeN
+afA
+afA
+afA
+aaf
+aaa
+aaa
+aiU
+aju
+akd
+akK
+als
+ame
+amM
+anv
+als
+aou
+aiT
+aiT
+aiT
+arP
+arP
+arP
+arP
+awf
+axx
+ayJ
+ayJ
+aBi
+aqR
+aqR
+aqR
+aqR
+aqR
+aqR
+arP
+aLI
+aNr
+bBo
+aJq
+aRh
+aJq
+aJq
+aJq
+aJq
+aJq
+aLY
+aJq
+aJq
+bcW
+bbV
+bfo
+bkS
+bfo
+bgn
+bfo
+bmn
+bfo
+boW
+bmE
+bmE
+btz
+btz
+bwf
+btz
+btz
+btz
+bBh
+bCr
+bAK
+bCn
+bGq
+bGq
+bGq
+bGq
+bLw
+bGq
+bGq
+bGq
+bLw
+bGq
+bGq
+bTD
+bUx
+bVI
+bVI
+bVI
+bVI
+bVI
+bVI
+bVI
+bVI
+bVI
+bVI
+bVI
+bTA
+bEP
+cdi
+bCq
+bCq
+bHE
+bHE
+cmD
+cnr
+cnU
+chD
+cpq
+cpV
+cqw
+cqO
+crp
+aaa
+aaa
+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
+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
+aaf
+aaf
+aaf
+aai
+aai
+aai
+aaU
+abf
+abx
+acd
+acC
+ada
+adF
+aef
+aeM
+afz
+aai
+aai
+aai
+aai
+aai
+aai
+ajt
+akc
+akJ
+alr
+amd
+amL
+anu
+alq
+aot
+apc
+apS
+aqT
+arQ
+arQ
+atX
+atX
+awe
+axw
+ayI
+azO
+aBh
+akL
+aDz
+aEV
+aGg
+aHx
+aqZ
+apg
+aLx
+aNq
+aOD
+aPe
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aLY
+aJq
+aJq
+bHt
+aJq
+aJq
+beX
+aJq
+bgm
+bjx
+bmm
+bnM
+boV
+bnM
+brT
+brT
+brT
+brT
+brT
+brT
+bAe
+bBg
+bCq
+bCq
+bDt
+bGp
+bGp
+bGp
+bES
+bGp
+bGp
+bGp
+bGp
+bGp
+bGp
+bES
+bTC
+bUw
+bVI
+bWB
+bWB
+bYz
+bYz
+cag
+cbl
+bYz
+bWB
+bWB
+bVI
+cax
+cbx
+cdh
+ciU
+cjK
+ckA
+ckA
+cmC
+cmC
+cfJ
+chB
+cpW
+cgR
+cgR
+cqN
+cro
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aah
+aai
+aai
+aai
+aai
+aaI
+aaM
+aat
+aat
+aat
+ace
+aat
+aat
+adH
+aei
+aeO
+afJ
+acd
+agL
+agK
+agK
+aiB
+aai
+ajw
+akf
+aiX
+aiX
+aiX
+aiX
+aiV
+anP
+aiT
+cCi
+cCi
+cCi
+cCi
+cCi
+cCi
+cCi
+awg
+axy
+ayL
+azQ
+aBk
+ayL
+ayL
+ayL
+ayW
+ayW
+ayW
+ayW
+aLW
+aNs
+aJq
+aLX
+aLX
+aLX
+aLX
+aLX
+aJq
+aYl
+aZN
+aYl
+aYl
+aYl
+aYl
+aYl
+bgG
+bid
+aYl
+bBi
+aLY
+bnN
+boY
+bqw
+aJq
+aJq
+aYl
+aKF
+aLX
+aJq
+aJq
+bBi
+aJw
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+bCq
+bTF
+bUw
+bVI
+bWD
+bXA
+bYB
+bYz
+cai
+bYz
+ccg
+cdd
+cea
+bVI
+caz
+cby
+cdj
+cdv
+cem
+cem
+cem
+cfe
+cfD
+cgv
+chE
+ciN
+ciN
+cji
+ckH
+crr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaf
+aai
+aan
+aaw
+aaB
+aat
+aaJ
+aat
+abh
+aat
+acd
+abK
+acY
+adG
+aeh
+aeO
+afI
+agl
+agH
+ags
+ags
+aho
+acd
+ajv
+ake
+agj
+afL
+aez
+ahU
+aiX
+anz
+aov
+cCi
+air
+aqY
+arU
+apU
+apU
+cCi
+awg
+axy
+ayK
+azP
+aBj
+aBO
+aDC
+ayL
+aGo
+aHN
+aJj
+ayW
+aLV
+aJq
+aOE
+aJn
+aJn
+aJn
+aJn
+aJs
+aJq
+aYk
+aZM
+aZM
+bbW
+bcX
+bcX
+aZM
+aZM
+aZM
+bjz
+bkT
+bjz
+bjz
+boX
+bqv
+bqv
+bqv
+bqv
+bwg
+aJw
+aJq
+aJq
+bBi
+aJw
+aaa
+bEU
+bGr
+bGr
+bGr
+bKr
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+bCq
+bTE
+bUw
+bVI
+bWC
+bXz
+bYA
+bZn
+cah
+bWB
+ccf
+cdc
+cdZ
+bVI
+cay
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+cfL
+coH
+cBO
+cgR
+cqx
+cqP
+crq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaa
+aak
+aap
+aay
+aaD
+aat
+aat
+aat
+aat
+abA
+acd
+acd
+acd
+acd
+aek
+aeU
+afI
+acd
+agI
+ahq
+ahV
+aho
+acd
+ajy
+akh
+afK
+ajc
+afM
+afN
+aiX
+anz
+aov
+cCi
+aqX
+arR
+asj
+asU
+ats
+atY
+auo
+axy
+ayN
+azP
+aAW
+aCa
+aDB
+aDI
+azW
+azW
+azW
+ayW
+aLX
+aJq
+aOE
+aJn
+aaa
+aaa
+aJn
+aJs
+aJq
+aYn
+aZM
+aZu
+bbY
+bcY
+bdX
+bbX
+bgH
+bie
+bjB
+bkW
+bmp
+bjz
+bpa
+bqy
+cBr
+bqy
+buK
+bqy
+aJw
+aJq
+aJq
+bBi
+aJw
+aaf
+bEW
+bGt
+bHG
+bJh
+bEW
+aaf
+aaf
+aaa
+aaa
+bKv
+bLB
+bES
+bMj
+bUw
+bVI
+bWF
+bXC
+bXC
+bZp
+cak
+bWB
+bWB
+bWB
+cec
+bVI
+cay
+ccw
+chY
+ciX
+cjM
+ckB
+ckB
+ckB
+ccw
+cnY
+coH
+cgR
+cgR
+cqx
+cqR
+crp
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaf
+aaj
+aao
+aax
+aaC
+aat
+aat
+adO
+aat
+abz
+acd
+acE
+add
+adF
+aej
+aeQ
+afD
+acd
+agJ
+ahp
+ahp
+aiC
+adF
+ajx
+akg
+agj
+adL
+ahr
+aih
+aiX
+anz
+aov
+ape
+arT
+aqV
+arS
+apU
+atu
+cCi
+awg
+axy
+ayM
+azs
+aAR
+aBP
+aDA
+aEW
+aGi
+aHB
+aEZ
+aBt
+aJs
+aJq
+aOE
+aJn
+aaa
+aaa
+aJw
+aVb
+aWH
+aYm
+aZM
+aZq
+bbX
+bbX
+bbX
+bfp
+aZP
+aZP
+bjA
+cAG
+bmo
+bmr
+boZ
+bqx
+brU
+bmr
+bmr
+bmr
+bmr
+byN
+aJq
+bBj
+aJw
+aaa
+bEV
+bGs
+cBC
+bJg
+bKs
+aaa
+aaf
+aaf
+aaf
+bJQ
+bLg
+cCg
+cCg
+bNg
+bVI
+bWE
+bXB
+bYC
+bZo
+caj
+bWB
+cch
+cde
+ceb
+bVI
+cay
+ccw
+chY
+ciW
+ciZ
+ckB
+ckB
+ckC
+ccw
+cnX
+coH
+cps
+cpX
+cqz
+cqQ
+ccw
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaa
+aal
+aar
+aay
+aaF
+aat
+aaO
+aaW
+aat
+abB
+acf
+abM
+acG
+adI
+aem
+aeO
+afG
+acd
+agK
+agK
+ail
+aiE
+aiW
+ajA
+akj
+agj
+agj
+agj
+aiX
+aiX
+anQ
+aov
+cCi
+apU
+arT
+arT
+asn
+atK
+auq
+avs
+axz
+ayP
+azU
+aBo
+aCg
+azW
+aEX
+aEZ
+aEZ
+aEZ
+aEX
+aJs
+aJq
+bJx
+aJn
+aaa
+aaa
+aTQ
+aVd
+aWJ
+aYp
+aZM
+aZz
+baI
+bda
+bda
+bca
+bgJ
+aZP
+bjD
+bkY
+bmo
+bnP
+bpc
+bqA
+brW
+btB
+buM
+bwi
+bmr
+aMm
+aJq
+bBi
+bCs
+bCs
+bEY
+bGu
+bHI
+bJi
+bEY
+bCs
+bCs
+bNI
+bNI
+bRn
+cce
+bNI
+bNI
+bUz
+bVI
+bWG
+bXD
+bYz
+bYz
+cam
+bYz
+bYz
+cdf
+ced
+bVI
+cay
+ccw
+chZ
+ciZ
+ciZ
+ckC
+ckC
+ckC
+ccw
+coa
+coJ
+clJ
+clJ
+cig
+cig
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+csF
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+cjZ
+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
+"}
+(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
+aag
+aaf
+aaj
+aaq
+aay
+aaE
+aaJ
+aaN
+aaV
+aat
+aat
+acd
+abL
+adb
+acd
+ael
+aeO
+afF
+agj
+agj
+agj
+agj
+agj
+agj
+ajz
+aki
+akM
+alv
+amf
+amQ
+anw
+anz
+aov
+cCi
+arT
+arT
+asl
+arT
+apU
+cCi
+awg
+axy
+ayv
+azE
+aBn
+aCb
+aDD
+aEY
+aGj
+aHC
+aEZ
+aBt
+aJs
+aJq
+aOE
+aJn
+aaa
+aaa
+aPR
+aVc
+aWI
+aYo
+aZM
+aZy
+bay
+bcZ
+bdY
+bdF
+bgI
+aZP
+bjC
+bkX
+bmo
+bnO
+bpb
+bqz
+bqq
+brS
+bsY
+bue
+bmr
+aMn
+aJq
+bBi
+bCs
+bDv
+bEX
+bFa
+bHH
+bFa
+bKt
+bLx
+bCs
+cCe
+bRl
+apV
+bLC
+cCf
+bNI
+bUz
+bVI
+bWB
+bWB
+bYz
+bZq
+cal
+cbm
+bYz
+bWB
+bWB
+bVI
+cay
+ccw
+ccw
+ciY
+ciY
+ccw
+ccw
+ccw
+ccw
+cnZ
+coH
+cpt
+cpZ
+cig
+cqS
+ccw
+crH
+crT
+crZ
+crT
+css
+ccw
+ccw
+ccw
+csv
+crT
+ctl
+ctv
+ctv
+ccw
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aal
+aat
+aay
+aat
+aat
+aaJ
+aat
+aat
+abD
+acd
+acd
+acd
+acd
+aen
+aeO
+afH
+agj
+agM
+ahu
+ahW
+aiD
+agj
+auj
+akl
+akO
+alx
+alx
+amR
+anw
+anz
+aox
+cCi
+cCi
+cCi
+cCi
+cCi
+cCi
+cCi
+awg
+axy
+ayQ
+azE
+aBq
+aBr
+aDE
+aFc
+azW
+azW
+aJf
+ayW
+aJr
+aJq
+aOE
+aJn
+aaa
+aPR
+aPR
+aPR
+aWL
+aPR
+aZM
+bbX
+bay
+bbM
+bcN
+bdK
+bgL
+aZP
+aZP
+aZP
+bmo
+bnR
+bpe
+bqB
+bqq
+btD
+buO
+bwk
+bmr
+aLY
+cBw
+bBk
+bCs
+bDx
+bFa
+bFa
+bHJ
+bFa
+bFa
+bLz
+bCs
+cCe
+bNJ
+apV
+cjL
+bNJ
+bNI
+bUz
+bVJ
+bWI
+bXF
+bXF
+bZs
+cao
+cbo
+bXF
+bXF
+cef
+bVJ
+cay
+ccw
+cib
+cjb
+ckH
+ckE
+clH
+cmG
+cnt
+cob
+coL
+ckH
+ckH
+cqA
+cqT
+czh
+crJ
+crU
+csb
+crU
+cst
+csx
+csG
+csx
+csu
+crU
+csb
+crU
+crU
+ccw
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaf
+aaj
+aas
+aaz
+aat
+aat
+aat
+aat
+aat
+abC
+acd
+acH
+adc
+acd
+aeo
+aeS
+afH
+agj
+agN
+aht
+ain
+aid
+agj
+aiZ
+akk
+akN
+alw
+amg
+amR
+anw
+anR
+aow
+apg
+aqZ
+aqZ
+aqZ
+apW
+aqZ
+avh
+awh
+axz
+ayO
+azE
+aBp
+aCc
+aDF
+ayL
+aGq
+aHO
+aJl
+ayW
+aJq
+aJq
+aOE
+aJn
+aaa
+aPR
+aTR
+aVe
+aWK
+aYq
+aZO
+aZC
+baK
+bbC
+bbC
+bdI
+bgK
+bgK
+bjE
+bgK
+bmq
+bnQ
+bpd
+bpd
+bqr
+btC
+buN
+bwj
+bmr
+byP
+aJq
+bBi
+bCs
+bDw
+bEZ
+bGv
+bHH
+bJj
+bKu
+bLy
+bCs
+bNJ
+bNJ
+bKx
+cjL
+bNJ
+bNI
+bUA
+bVJ
+bWH
+bXE
+bYD
+bZr
+can
+cbn
+cci
+cdg
+cee
+bVJ
+cay
+ccw
+cia
+cja
+cgR
+ckD
+cig
+cmF
+cfG
+cgw
+coK
+cpu
+cqa
+ccw
+ccw
+ccw
+crK
+crU
+csa
+csj
+crU
+crU
+crU
+crU
+crU
+cte
+csa
+crU
+ctC
+ccw
+ccw
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aag
+aaa
+aam
+aav
+aav
+aav
+aaL
+aaQ
+aaY
+aav
+abE
+acg
+acJ
+ade
+adJ
+aep
+aeT
+afH
+agj
+ahs
+ahP
+ahP
+aiF
+agj
+aja
+ajG
+akQ
+agj
+agj
+amS
+anx
+anz
+aov
+aph
+aph
+aph
+arW
+aso
+auf
+avi
+awi
+axy
+ayS
+azS
+aBs
+aCi
+aDI
+ayL
+ayW
+ayW
+ayW
+ayW
+aJq
+aJq
+aOE
+aJn
+aaa
+aPR
+aTT
+aVg
+aWN
+aYs
+aZQ
+bbi
+bde
+bcd
+bcd
+bcd
+bcd
+bcd
+bcd
+bcd
+bms
+bnS
+bpf
+bqC
+brZ
+btE
+bnS
+bwl
+bxG
+byR
+brT
+bBl
+bCs
+bDz
+bFa
+bFa
+bHH
+bFa
+bFa
+bFa
+bCs
+bNL
+bNJ
+apV
+cjL
+bNJ
+bNI
+bUz
+bVJ
+bOo
+bOD
+bQb
+bZv
+bSd
+bXG
+bOC
+bWt
+cBK
+bVJ
+cay
+ccw
+cid
+cgR
+cen
+ckG
+clJ
+cmI
+cgR
+cgI
+chF
+ciO
+cqc
+cqC
+cqV
+ccw
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+apQ
+aoV
+aoV
+crU
+ccw
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaf
+aai
+aau
+aaA
+aaG
+aaK
+aaP
+aaX
+aat
+aat
+acd
+acD
+acY
+adG
+aeq
+aeV
+acd
+agj
+ahm
+ahD
+aiw
+aiO
+agj
+ajD
+akm
+akP
+aly
+amh
+amR
+anw
+anz
+aov
+aph
+aob
+ara
+arV
+apZ
+aph
+aph
+awg
+axA
+ayR
+azR
+aBr
+azW
+afO
+azW
+agm
+aBt
+aaa
+aJn
+aLY
+aLY
+aOF
+aPR
+aPR
+aPR
+aTS
+aVf
+aWM
+aYr
+aZP
+bbh
+bcc
+bdd
+bbX
+bfr
+bgM
+bif
+aZM
+aZM
+bmr
+bmr
+bmr
+bmr
+bmr
+bmr
+bmr
+bmr
+bmr
+byQ
+aJq
+aJq
+bCs
+bDy
+bFb
+bGw
+bER
+bJk
+bFa
+bLA
+bCs
+cCd
+bQc
+bKA
+cjL
+bSv
+bNI
+bUB
+bVJ
+bOl
+bOC
+bPQ
+bQK
+bYF
+bTI
+bUy
+bWs
+ceg
+bVJ
+cay
+ccw
+cic
+cBO
+cjN
+cgR
+ceu
+cff
+cgR
+cgx
+coM
+cpv
+cqb
+cqB
+cqU
+cqY
+aaH
+cAk
+cAo
+cAp
+cAo
+cAo
+cAp
+cAo
+cAo
+cAp
+cAo
+cAo
+cAv
+apQ
+cig
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaa
+aai
+aai
+aai
+aai
+aai
+aai
+aai
+abj
+abG
+acd
+acd
+acd
+acd
+aeP
+afC
+agk
+agF
+agP
+agP
+agP
+agP
+aiz
+ajg
+akl
+akR
+alx
+alx
+amR
+anw
+anz
+aov
+aph
+aoc
+ata
+arY
+ata
+auh
+aph
+awg
+axA
+ayT
+azR
+azW
+azW
+aBt
+azW
+aio
+aBt
+aaa
+aJn
+aJq
+aJq
+aOE
+aPT
+aRj
+aSv
+aTV
+aVi
+aWP
+aYu
+aYt
+bbk
+bbk
+bbk
+bbk
+bfs
+aZM
+aZM
+aZM
+aaf
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aJn
+aXf
+aJq
+byV
+bCs
+bAM
+bFa
+bGy
+bFc
+bJm
+bFa
+bHO
+bCs
+cCd
+cCd
+aYg
+cjL
+cCc
+bNI
+bEP
+bVJ
+bVJ
+bOM
+bQd
+bQP
+bSt
+bUc
+bVb
+bWv
+cei
+bVJ
+caB
+ccw
+cif
+cgR
+cjP
+ckF
+ceZ
+ckF
+ckF
+cgK
+cjS
+cpv
+cqe
+cqB
+cqW
+cqY
+csP
+cAl
+aaH
+cAq
+aaH
+aaH
+cAq
+aaH
+aaH
+cAq
+aaH
+aaH
+cAl
+apQ
+cig
+ctv
+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
+"}
+(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
+aaf
+aaf
+aaa
+aaf
+aai
+abi
+abF
+ach
+acK
+adf
+acd
+aer
+afB
+agi
+agD
+agO
+agO
+agO
+agO
+aiy
+ajb
+ajF
+akN
+alw
+ami
+amR
+anw
+anz
+aov
+api
+ata
+arb
+arX
+atc
+aug
+aph
+awg
+axA
+azW
+ayU
+azW
+aCj
+ayW
+ayW
+ayW
+ayW
+aJn
+aJn
+aJq
+aJq
+aOE
+aPS
+aRi
+aSu
+aTU
+cpC
+aWO
+aYt
+aYx
+bbj
+bce
+bdf
+beb
+aYv
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aJn
+aXf
+aJq
+byU
+bCs
+bAL
+bFa
+bGx
+bET
+bJl
+bHh
+bHN
+bCs
+cjo
+cCd
+bSx
+cjL
+cCb
+bNI
+bEP
+bVL
+bVJ
+bVJ
+bVJ
+bVJ
+bVJ
+bVJ
+bUC
+bWu
+bVJ
+bVJ
+caB
+ccw
+cie
+cdT
+cnA
+cnA
+cev
+cfg
+cgU
+cgJ
+chG
+cpv
+cqd
+cqB
+cqU
+cqY
+cqY
+cAl
+csA
+aoV
+aoV
+csA
+aoV
+aoV
+aoV
+aoV
+csA
+aaH
+cAl
+apQ
+cig
+ctR
+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
+"}
+(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
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaR
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+agn
+agR
+agn
+agR
+agn
+ajc
+ajI
+ako
+akQ
+agj
+agj
+amS
+any
+anz
+aov
+aph
+aqb
+are
+arZ
+ata
+aui
+aph
+awg
+axA
+ayX
+azY
+azW
+azW
+afP
+aFb
+aEZ
+cyg
+aJp
+aKE
+aMa
+aNw
+aOE
+aPU
+aRl
+aSx
+aTX
+aVi
+aWR
+aYv
+aZS
+aZR
+aZR
+bbm
+bec
+bfu
+bgO
+bgO
+bgO
+bmu
+bgO
+bgO
+bgO
+bgO
+bsb
+aaf
+aaf
+aaf
+aJn
+aXf
+aJq
+aJq
+bCs
+bFa
+bFa
+bFa
+bET
+bJn
+bHi
+bHQ
+bCs
+cjo
+bJu
+bSx
+cmX
+bSz
+bNI
+bUD
+bVM
+bVM
+bVM
+bVM
+bVM
+cat
+bCq
+bVd
+bWK
+bYp
+bCq
+cay
+ccw
+cih
+cje
+cgR
+ckJ
+clJ
+cmL
+cgR
+csF
+ccw
+cpy
+ccw
+ccw
+cqY
+cqY
+cqY
+cAl
+aoV
+aoV
+aoV
+apQ
+aoV
+csS
+aoV
+aoV
+aoV
+cAu
+cAw
+apQ
+cig
+ctv
+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
+"}
+(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
+aaf
+aaT
+aaf
+aaZ
+abm
+cpg
+acv
+adi
+adi
+aaZ
+aeW
+agQ
+ahv
+ahQ
+aiI
+aiH
+ajB
+akm
+akP
+aly
+amj
+amR
+anw
+anz
+aov
+aph
+aph
+ard
+ard
+ard
+aph
+aph
+awj
+axA
+ayW
+ayW
+aBt
+aBt
+ayW
+ayW
+ayW
+ayW
+aJo
+aJq
+aLZ
+aNv
+aOE
+aPS
+aRk
+aSw
+aTW
+aVj
+aWQ
+aYv
+aZR
+aZR
+aZR
+aZR
+aZR
+bft
+bgN
+bgN
+bgN
+bmv
+bkI
+bnT
+bpg
+bqD
+bsa
+bgO
+buP
+bwm
+bxH
+byS
+aJq
+aMh
+bCs
+bCs
+bCs
+bCs
+bFe
+bCs
+bLD
+bCs
+bCs
+bNI
+bNI
+bKU
+cnB
+bNI
+bNI
+bCq
+bCq
+bCq
+bCq
+bCq
+bCq
+cas
+bCq
+bVc
+bWJ
+bYn
+bZB
+caC
+ccw
+cig
+cjd
+cgR
+ckI
+cig
+cmK
+cBO
+ccw
+chV
+cpx
+cqf
+cqD
+cqX
+crs
+cqY
+cAl
+aoV
+aoV
+apQ
+apQ
+apQ
+apQ
+apQ
+aoV
+aoV
+aaH
+cAl
+aoV
+cig
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+aaf
+aaf
+aaT
+aaa
+aaZ
+abH
+acl
+ajC
+acL
+adi
+aaZ
+agp
+agT
+ahx
+ahS
+aiK
+ajc
+ajI
+akl
+akT
+aww
+alx
+amR
+anw
+anz
+aov
+apk
+anw
+anw
+anw
+anw
+aVh
+avj
+awl
+axC
+ayY
+azZ
+azZ
+azZ
+azZ
+azZ
+aGt
+aHQ
+aJr
+aJq
+aMc
+aNy
+aOE
+aPS
+aRn
+aSz
+aTY
+aVl
+aWT
+aYx
+aZR
+bbm
+bbm
+bdh
+bee
+bfv
+bgN
+bih
+big
+bii
+bgN
+bnV
+bph
+bqF
+bsd
+btG
+buQ
+bwn
+bxI
+bwa
+bAg
+bBq
+bCu
+bAO
+bFd
+bFd
+bFj
+bJp
+bHk
+bHR
+bIe
+bFd
+bJz
+bRp
+cav
+bSA
+bTJ
+bSA
+bSA
+bWL
+bSA
+bSA
+bZx
+bSR
+bUl
+bVf
+bXm
+bYE
+bCq
+ceW
+ccw
+cij
+cjf
+cgR
+ckK
+clJ
+cmL
+cnw
+cgL
+chX
+cAO
+cqh
+cqF
+cra
+crI
+cqY
+cAl
+aoV
+aoV
+apQ
+csH
+csR
+ctm
+apQ
+apQ
+csA
+aaH
+cAl
+aoV
+cig
+ctv
+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
+"}
+(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
+aaf
+aaa
+aaf
+aaf
+abY
+aaa
+aaZ
+abn
+ack
+adk
+adK
+cqG
+aeX
+ago
+agS
+ahw
+ahR
+aiJ
+ajc
+ajI
+akk
+akS
+alw
+amk
+amR
+anw
+anS
+aoy
+apj
+anz
+anz
+anz
+anz
+anz
+anz
+awk
+axB
+anz
+anz
+anz
+anz
+anz
+anz
+apj
+aHP
+aJq
+aJq
+aMb
+aNx
+aOE
+aPS
+aRm
+aSy
+aTX
+aVk
+aWS
+aYw
+aZT
+cBj
+bcf
+bdg
+bed
+bfv
+bgN
+big
+bgN
+bkZ
+bgN
+bnU
+bph
+bqE
+bsc
+btF
+bph
+bsc
+btF
+bvW
+bAf
+bBp
+aHP
+bAN
+bQg
+bQg
+bFh
+bGN
+bHj
+bNN
+bNN
+bNN
+bNN
+bNN
+cau
+cBH
+bMG
+bLZ
+bLZ
+bLZ
+bLZ
+bLZ
+bQQ
+bSw
+cbr
+bVe
+bXk
+bYq
+ccw
+ccw
+ccw
+cdk
+cja
+cgR
+ckK
+clJ
+cmL
+cnv
+ccw
+chW
+cpz
+cqg
+cqE
+cqZ
+crt
+czE
+cAm
+aoV
+aoV
+apQ
+csC
+csQ
+ctf
+apQ
+aoV
+aoV
+cAu
+cAw
+aoV
+cig
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+aaf
+aaf
+aaT
+aaa
+aaZ
+abJ
+ack
+acM
+adQ
+cwM
+aeZ
+agr
+agU
+ahy
+ahX
+aiL
+ajc
+ajI
+akq
+akQ
+agj
+agj
+amS
+anx
+anz
+aoz
+apm
+aqd
+anA
+asa
+atd
+anA
+avk
+awk
+axE
+ayZ
+aAa
+aBu
+aAa
+aAa
+aAa
+aGu
+aHR
+aJt
+aJq
+aMe
+aNA
+aOE
+aPV
+aRp
+aSB
+aTZ
+aVn
+aWV
+aYz
+aZR
+bbm
+bbm
+bdh
+bef
+bfv
+bgN
+bii
+big
+bih
+bgN
+bnV
+bph
+bqF
+bsf
+btG
+buS
+bwp
+bxK
+bwh
+bAh
+bBs
+bzG
+bAP
+bCp
+bDp
+bFq
+bGO
+bHl
+bHS
+bLI
+bLI
+bOR
+bQg
+bQg
+bQg
+bQg
+bQg
+bQg
+bQg
+bQg
+bYI
+bDG
+bHP
+cbt
+bVh
+bXo
+bYM
+cfb
+cfF
+cfb
+cfb
+cfb
+cfb
+cfb
+cig
+cmN
+cnx
+cgL
+chX
+cBQ
+cqj
+cqH
+crb
+cru
+cqY
+cAl
+csA
+csB
+apQ
+csI
+cAt
+czD
+apQ
+aoV
+aoV
+aaH
+cAl
+aoV
+cig
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+aaf
+aaf
+aaT
+aaa
+aaZ
+abI
+ack
+coS
+aet
+cxA
+aeY
+agt
+agt
+ahz
+aie
+aiN
+ajc
+ajI
+akp
+akU
+alz
+aml
+amT
+anw
+anz
+aoz
+apl
+aqc
+aqc
+aqc
+aqc
+aqc
+aqc
+awm
+axD
+ahn
+ahn
+ahn
+ahn
+ahn
+ahn
+ahn
+ahn
+aJs
+aJq
+aMd
+aNz
+aOE
+aPS
+aRo
+aSA
+aTX
+aVm
+aWU
+aYy
+aZR
+aZR
+aZR
+aZR
+aZR
+bfw
+bgN
+bgN
+bgN
+bjy
+bmw
+bnW
+bpi
+bqG
+bse
+bij
+buR
+bwo
+bxJ
+bwb
+aJq
+bBr
+bCv
+bCv
+bCv
+bCv
+bCv
+bJq
+bKw
+bLH
+bRq
+bNO
+bOQ
+bQf
+bRq
+bRq
+bTK
+bUE
+bUE
+bWM
+bXJ
+bYH
+bYH
+bYH
+bYH
+bVg
+bXn
+bYG
+cfb
+cfE
+cgM
+cik
+cjg
+cjU
+ckL
+clM
+cfz
+cgR
+ccw
+cii
+cpB
+cqi
+cAP
+cAP
+crv
+cqY
+cAl
+aoV
+aoV
+apQ
+apQ
+apQ
+apQ
+apQ
+aoV
+aoV
+aaH
+cAl
+aoV
+cig
+ctv
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cBY
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaf
+abY
+aaa
+aaZ
+abQ
+ack
+adj
+arc
+blT
+agq
+cml
+agV
+cxk
+aig
+aiM
+ajc
+ajI
+akp
+akV
+alB
+amn
+amV
+anw
+anz
+aoz
+aod
+aqf
+ahT
+ahT
+ahT
+ahT
+ahT
+awn
+axF
+anF
+anF
+anF
+anF
+anF
+anF
+anF
+aoa
+aJu
+aKF
+aMf
+aNB
+aOE
+aPW
+aRr
+aSD
+ceh
+aVp
+aWX
+aYB
+aZU
+aZR
+aZR
+bbm
+beh
+bfx
+bij
+bij
+bij
+bgR
+bij
+bij
+bij
+bij
+bsg
+aaf
+aaf
+aaf
+aJn
+aJq
+aJq
+bBu
+bCv
+bAT
+bDL
+bDq
+bCv
+bJs
+bKy
+bLK
+bLK
+bLK
+bOT
+bQi
+bRs
+bSC
+bLK
+bUG
+bVO
+bWO
+bXK
+bYH
+bZz
+caw
+bYH
+bVo
+bXq
+bZe
+cfb
+cfH
+cgO
+cim
+cgO
+ceo
+ceq
+cfa
+cmQ
+cgR
+csF
+ccw
+cpy
+ccw
+ccw
+cqY
+cqY
+cqY
+cAl
+aoV
+aoV
+aoV
+csJ
+aoV
+apQ
+aoV
+aoV
+aoV
+cAu
+cAw
+apQ
+cig
+ctv
+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
+"}
+(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
+aaf
+aaa
+aaf
+aaf
+abY
+aaa
+aaZ
+abN
+ack
+bkA
+acF
+aes
+avB
+amN
+agt
+awN
+aHp
+aIF
+ajc
+ajI
+akp
+akQ
+alA
+amm
+amU
+anw
+anT
+aoA
+apn
+aqe
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+arf
+anF
+ahn
+aJn
+aJn
+aJq
+aJq
+aOE
+aPS
+aRq
+aSC
+aUa
+aVo
+aWW
+aYA
+aYz
+bbn
+bcg
+aZU
+beg
+aYB
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aJn
+aJq
+aJq
+bBt
+bCv
+bDH
+bFf
+bGB
+bCv
+bJs
+bKy
+bLJ
+bLJ
+bNP
+bOS
+bQh
+bRr
+bSB
+bTL
+bUF
+bVN
+bWN
+bLK
+bYJ
+bRi
+bZy
+cbu
+bVm
+bXp
+bYO
+cfc
+cgO
+ccj
+cBM
+cdU
+ceo
+ceq
+clQ
+cmQ
+cgR
+cgN
+cil
+cpD
+cqk
+cqB
+cqU
+cqY
+cqY
+cAl
+csA
+aoV
+aoV
+aoV
+aoV
+csA
+aoV
+aoV
+csA
+aaH
+cAl
+apQ
+cig
+ctR
+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
+"}
+(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
+aaf
+aaa
+aaf
+aaf
+aaT
+aaf
+aaZ
+aci
+acm
+cpA
+adg
+aeu
+alt
+agu
+agX
+ahB
+aij
+agn
+aje
+ajJ
+akr
+akX
+alC
+alC
+amX
+anz
+anz
+aoB
+aod
+aqe
+arf
+aqa
+atf
+arf
+aqa
+atf
+arf
+aqa
+atf
+arf
+aqa
+atf
+arf
+anF
+ahn
+aaa
+aJn
+aJq
+aJq
+aOE
+aPX
+aRs
+aSE
+aUc
+aVm
+aWY
+aYC
+aYA
+bbp
+bbp
+bbp
+bbp
+bfz
+aZV
+aZV
+aZV
+aaf
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aJn
+aJq
+aJq
+aXf
+bCv
+bDK
+bFi
+bGE
+bCv
+bJs
+bKy
+bLM
+bLM
+bNQ
+bOV
+bQk
+bRt
+bSD
+bTM
+bUH
+bVQ
+bWN
+bXM
+bYL
+cew
+bTh
+cdt
+bVq
+bXI
+bZg
+bZD
+cbq
+ccl
+cdm
+cio
+cjY
+ckP
+ckH
+cmR
+cgR
+cgR
+cgR
+cpD
+cql
+cqB
+cqU
+cqY
+csP
+cAl
+aaH
+cAs
+aaH
+aaH
+cAs
+aaH
+aaH
+cAs
+aaH
+aaH
+cAl
+apQ
+cig
+ctv
+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
+"}
+(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
+aaf
+aaf
+aaf
+aaf
+aaa
+adR
+abo
+aaZ
+aaZ
+aaZ
+acT
+adl
+aaZ
+aaZ
+agn
+agW
+ahE
+aii
+agn
+ajd
+ajI
+ahY
+akW
+aiG
+amo
+amW
+anz
+anz
+aoz
+aod
+aqe
+arf
+apY
+ate
+arf
+apY
+ath
+arf
+apY
+ath
+arf
+apY
+ate
+arf
+anF
+ahn
+aaa
+aJn
+aLY
+aLY
+aOG
+aPR
+aPR
+aPR
+aUb
+aVq
+aWM
+aYr
+aZV
+bbo
+bch
+bdi
+bei
+bfy
+bgS
+bik
+aZV
+aZV
+bmx
+bmx
+bmx
+bqH
+bsh
+bsh
+bsh
+bsh
+bqH
+aJq
+aJq
+aXf
+bCv
+bDJ
+bCt
+bGD
+bCv
+bJs
+bKy
+bLL
+bLL
+bNQ
+bOU
+bQj
+bOd
+bOd
+bRx
+bTP
+bVP
+bWP
+bXL
+bYK
+bRj
+bTg
+bUm
+bVp
+bXH
+bZf
+bZC
+cbp
+cck
+cin
+cjj
+cjX
+ckO
+clP
+cmQ
+cny
+cgR
+cip
+cnx
+cql
+cqB
+cqU
+cqY
+aaH
+cAn
+cAo
+cAr
+cAo
+cAo
+cAr
+cAo
+cAo
+cAr
+cAo
+cAo
+cAx
+apQ
+cig
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+aaa
+abp
+abP
+aco
+acO
+abl
+abO
+abO
+afc
+afQ
+agw
+agY
+ahA
+ahZ
+adR
+aiQ
+ajI
+akt
+akQ
+agj
+agj
+aiX
+anB
+anz
+aoD
+aod
+aqe
+arf
+aqn
+ath
+arf
+auw
+ath
+arf
+ayV
+ath
+arf
+aCd
+ath
+arf
+anF
+ahn
+aJw
+aJw
+aMh
+aJq
+aOE
+aJn
+aaa
+aPR
+aUe
+aVs
+aXa
+aYD
+aZX
+baf
+bdk
+bdk
+bek
+bfB
+bgU
+bdk
+bjF
+blc
+bmz
+bnY
+bpk
+bqJ
+bsj
+btI
+btd
+bwr
+bqH
+aMm
+aJq
+bBv
+cBy
+bDM
+bCw
+bDr
+bCy
+bGP
+bHn
+bLN
+bLN
+bNS
+bOX
+bQm
+bRv
+bOd
+bTN
+bTP
+bRA
+bWQ
+bWQ
+bYN
+bRm
+bTj
+caA
+cer
+ccs
+bZu
+cfb
+cfb
+cgS
+ciq
+cfb
+cfb
+ckR
+clR
+cmQ
+cgR
+cgP
+cir
+cen
+cqc
+cqC
+crc
+ccw
+aoV
+aoV
+aoV
+aoV
+cBR
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+crU
+ccw
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+abo
+abO
+abO
+abO
+abO
+abO
+abO
+afb
+abo
+afg
+ahb
+ahG
+aik
+cBV
+ajf
+ajK
+aks
+akY
+alx
+amp
+aiX
+anA
+anz
+aoC
+aod
+aqe
+arf
+asd
+atg
+arf
+asd
+awo
+arf
+asd
+aAb
+arf
+asd
+aDK
+arf
+aoa
+ahn
+aJv
+aKG
+aMg
+bHt
+aOE
+aJn
+aaa
+aPR
+aUd
+aVr
+aWZ
+aYq
+aZW
+aZG
+bej
+bej
+bdj
+bfA
+bgT
+bil
+bej
+blb
+bmy
+bnX
+bpj
+bqI
+bsi
+btH
+btc
+bwq
+bqH
+aJq
+aJq
+aXf
+bCv
+bAU
+cAL
+bFg
+bFs
+bJt
+bKy
+bLK
+bMK
+bNR
+bOW
+bQl
+bRu
+bSE
+bRx
+bUI
+bVR
+bWQ
+bOO
+bQe
+bRk
+bTi
+caA
+bVr
+bXN
+bZt
+bZE
+cbs
+ccm
+cdn
+cej
+cep
+ces
+clN
+cfA
+ckF
+ckF
+ckF
+coc
+cqa
+ccw
+ccw
+ccw
+czF
+crU
+csd
+crU
+crU
+crU
+crU
+crU
+crU
+crU
+csd
+crU
+ctD
+ccw
+ccw
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaa
+abp
+abO
+acq
+acq
+acq
+acq
+aew
+afe
+afS
+agy
+aha
+ahC
+aia
+aiP
+aiR
+ajB
+akv
+ala
+akz
+alf
+aiX
+anA
+anz
+aoF
+apo
+aqh
+arh
+asg
+atj
+aul
+auR
+atj
+aul
+azc
+atj
+aAX
+azc
+atj
+aFe
+aul
+aHT
+aJy
+aJy
+aMj
+aJq
+aOE
+aJn
+aaa
+aPR
+aPR
+aPR
+aXc
+aPR
+aZV
+baq
+baQ
+baQ
+bcQ
+bfC
+bgV
+bim
+bjG
+aZV
+bmB
+bnZ
+bpl
+bqH
+bsl
+btK
+buW
+bwt
+bqH
+aLY
+aLY
+bBx
+bCv
+apG
+bFk
+bDs
+bCv
+bJs
+bHo
+bLK
+bMK
+bMK
+bOY
+bQn
+bRx
+bMK
+bMK
+bUJ
+bVS
+bWQ
+bXP
+cBI
+bRS
+bTH
+caA
+bWh
+cdt
+bZA
+cfh
+cfM
+cco
+cdp
+cel
+cyM
+ckT
+cgU
+cfC
+cnA
+cnA
+cis
+ciV
+ckH
+cqA
+cre
+czh
+crM
+crV
+csf
+crU
+csv
+csx
+csK
+csx
+css
+crU
+csf
+crU
+crU
+ccw
+ctv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+aaf
+aaf
+abo
+abO
+acp
+acP
+acP
+acP
+aev
+afd
+afR
+agx
+agZ
+ahI
+aim
+adR
+aiG
+ajL
+aku
+akZ
+alE
+amq
+aiX
+anA
+anz
+aoE
+aod
+aqg
+arg
+asf
+ati
+auk
+aux
+avt
+axL
+bbl
+azT
+auk
+auk
+aDG
+aFd
+auk
+aHH
+aJg
+aKo
+aLO
+aJq
+aOE
+aJn
+aaa
+aaa
+aPR
+aVt
+aXb
+aYo
+aZV
+bao
+baP
+bbZ
+bcP
+cBo
+bbw
+bbw
+bbw
+aZV
+bmA
+bmx
+bmx
+bqH
+bsk
+btJ
+buV
+bws
+bqH
+aJq
+aJq
+byW
+bCv
+bAV
+bCv
+bCv
+bCv
+bJs
+bKz
+bLK
+bML
+bNT
+bOV
+bQj
+bRw
+bSF
+bOd
+bTP
+bRA
+bWQ
+bXO
+bQq
+bRo
+bTG
+caA
+bVK
+bYb
+bZw
+cap
+ctR
+ccn
+cdo
+cek
+csF
+cet
+cfd
+cfB
+cfI
+cgQ
+cjS
+cjN
+cqm
+cig
+crd
+ccw
+crL
+crT
+cse
+crT
+csu
+ccw
+ccw
+ccw
+cst
+crT
+ctn
+ctv
+ctv
+ccw
+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
+"}
+(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
+aaf
+abp
+abR
+abP
+abP
+abP
+abP
+abp
+abp
+abp
+agA
+afU
+ahF
+aip
+adR
+aiX
+ajN
+akx
+aiX
+aiX
+aiX
+aiX
+anC
+anU
+anC
+aod
+aqe
+arf
+arf
+arf
+arf
+auU
+avG
+awr
+awr
+azV
+aAh
+aAh
+aFg
+aFh
+aAh
+aAh
+aAh
+aAh
+aLR
+aJq
+aOE
+aJn
+aaa
+aaa
+aTQ
+aVd
+aXe
+aYp
+aZV
+bbv
+bcm
+bcm
+bem
+bfD
+bgW
+bfD
+bjI
+aZV
+bmC
+boa
+bpm
+bqH
+bsn
+btL
+buY
+buY
+bqH
+aJq
+aJq
+aXf
+bCv
+bDP
+bCv
+bAw
+bHV
+bJw
+bKC
+bLK
+bMN
+bNV
+bOV
+bQo
+bRz
+bSH
+bOd
+bTP
+bRA
+bWQ
+bWQ
+bWQ
+bWQ
+caD
+bWQ
+ccw
+ccw
+cey
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+cjS
+cjN
+cjh
+cig
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+csF
+ccw
+ccw
+ccw
+ccw
+ccw
+ccw
+cjZ
+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
+"}
+(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
+aaf
+aaf
+aaf
+aaf
+aaf
+abq
+abq
+abq
+abr
+abr
+abq
+abq
+aff
+afT
+agz
+ahb
+ahF
+clI
+abp
+ajh
+ajM
+akw
+alb
+alG
+amr
+amY
+amY
+ajp
+aoG
+aod
+aqe
+arf
+aqo
+asp
+arf
+auS
+avv
+awu
+awr
+aAd
+aAh
+aCm
+aDL
+aFf
+aGk
+aHU
+aJz
+aAh
+aLQ
+aJq
+aOE
+aJn
+aaa
+aaa
+aJw
+aVu
+aXd
+aYE
+aZV
+bbu
+bbw
+bbw
+bbw
+bbw
+bbw
+bbw
+bjH
+aZV
+bmx
+bmx
+bmx
+bqH
+bsm
+btL
+buX
+buX
+bqH
+aJq
+aJq
+bBy
+bzs
+bDO
+bFl
+bGH
+bHU
+bJv
+bKB
+bLK
+bMM
+bOd
+bOV
+bQj
+bRy
+bSG
+bOd
+bUK
+bVT
+bWR
+bXQ
+bOd
+bZF
+bPc
+bOd
+ccv
+cdw
+cex
+bOd
+cfN
+cfN
+bLK
+apQ
+bOh
+bOh
+bOh
+bOh
+bOh
+ccw
+cjS
+cjP
+ckF
+ckF
+ckF
+cpE
+cjR
+crW
+csg
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+abq
+abT
+acs
+acR
+ado
+adN
+aex
+afh
+afV
+agB
+ahd
+ahI
+clS
+abp
+ajj
+ajP
+aky
+alc
+alI
+ams
+amZ
+amZ
+anW
+aoH
+aod
+aqe
+arf
+asm
+blU
+atQ
+avg
+awp
+axN
+awr
+aAg
+aAh
+aDO
+aDQ
+aFi
+aGl
+aBy
+aBy
+aAh
+aMn
+aJq
+aOE
+aJn
+aaa
+aaa
+aJn
+aVv
+aXg
+aYF
+aZV
+bbw
+bcn
+bbw
+ben
+bfE
+bgX
+bbw
+bjJ
+bld
+bmD
+bmD
+bmD
+bqK
+bso
+btN
+buZ
+buZ
+bqH
+byN
+aJq
+bBA
+bCz
+bDQ
+bFn
+bGJ
+bHX
+bJy
+bKE
+bLP
+bMP
+bIG
+bJB
+bKV
+bRB
+bSI
+bSI
+bUM
+bVV
+bWS
+bSI
+bSI
+bZG
+caE
+cbA
+ccy
+bOd
+bOd
+bQu
+cfO
+cgW
+cit
+cph
+ckb
+ckV
+clU
+clU
+bOh
+ccw
+coZ
+cgU
+cgU
+cgU
+crw
+cjO
+ccw
+crX
+cfK
+aag
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaf
+aaf
+aaf
+aaf
+aaf
+abr
+abS
+acr
+acQ
+adn
+adM
+abq
+afg
+afU
+afU
+ahc
+ahH
+aiq
+abp
+aji
+ajO
+akw
+ajn
+alH
+amr
+amY
+amY
+anV
+ajo
+aod
+aqe
+arf
+ari
+asu
+aun
+auW
+avR
+axM
+awu
+aAf
+aAh
+aCn
+aDM
+aGx
+aAh
+aAh
+aBy
+aAh
+aMm
+aJq
+aOE
+aJn
+aJn
+aJn
+aJn
+aJs
+aXf
+aYk
+aZV
+aZV
+aZV
+aZV
+aZV
+aZV
+aZV
+aZV
+aZV
+aZV
+bmx
+bmx
+bmx
+bqH
+bqH
+btM
+bqH
+bqH
+bqH
+aJq
+bHt
+bBz
+bzs
+bzs
+bFm
+bGI
+bHW
+cBD
+bKD
+bLO
+bMO
+bIF
+bOZ
+bQp
+bRA
+bOd
+bTO
+bUL
+bVU
+bMK
+bXR
+bYQ
+bXR
+bMK
+cbz
+ccx
+cbA
+cbA
+cfi
+bRH
+cgV
+bMQ
+apQ
+bQA
+ckU
+clT
+cmU
+bOh
+ccw
+cpa
+cjc
+cqo
+ccw
+cjk
+cjm
+ccw
+ccw
+cig
+aag
+aag
+aag
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+abr
+abV
+acu
+acS
+adp
+adP
+aey
+afj
+afX
+agC
+ahf
+ahK
+ait
+abp
+ajl
+ajR
+akw
+ald
+alJ
+amt
+ajp
+ajp
+anY
+ajo
+apq
+aqe
+arf
+arf
+arf
+arf
+avm
+aws
+axP
+azb
+aAi
+aAh
+aCn
+aDM
+aGx
+aGm
+aHV
+aBy
+aAh
+aJq
+aJq
+aJq
+aJr
+aJr
+aJr
+aJr
+aJr
+aXh
+aYG
+aZY
+aYG
+aYG
+bdn
+bep
+aYG
+aYG
+aYG
+aYG
+ble
+bmE
+bmE
+bpn
+bqL
+bsp
+btO
+bva
+bwu
+bwu
+bwu
+bwu
+bBB
+aJv
+bzs
+bFp
+bGJ
+bHZ
+bJA
+bKG
+bLK
+bMR
+bIH
+bJF
+bQr
+bRA
+bOd
+bTP
+bOd
+bVX
+bMK
+bMK
+bYR
+bMK
+bMK
+cbC
+bRA
+bTO
+cez
+cez
+cfQ
+cgY
+ciu
+bVu
+ckb
+ckW
+clU
+clU
+bOh
+ccw
+ccw
+cpI
+ccw
+ccw
+cjl
+cjQ
+cjV
+cig
+aaf
+aaf
+aaf
+aaf
+aag
+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
+"}
+(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
+aag
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+abr
+abU
+act
+acu
+acu
+ato
+abq
+afi
+afW
+afW
+ahe
+ahJ
+ais
+abp
+ajk
+ajQ
+akw
+ajn
+alH
+amr
+amY
+amY
+anX
+ajo
+app
+aqi
+arf
+ask
+atm
+arf
+avl
+awq
+axO
+aza
+aAh
+aAh
+aAh
+aDS
+aGx
+aAh
+aAh
+aDN
+aAh
+aMo
+aNC
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aLY
+aJq
+bco
+aJq
+beo
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aJq
+aLY
+aJq
+bAk
+aJq
+aJq
+aJq
+aJq
+bAj
+aJq
+aKG
+bzs
+bFo
+bDu
+bFt
+bGQ
+bHp
+bLK
+bMQ
+bNY
+bPa
+bMQ
+bRC
+bMQ
+bTP
+bUN
+bVW
+bMK
+bXS
+bXS
+bXS
+bMK
+cbB
+alk
+alX
+aoZ
+bQt
+apa
+cgX
+apF
+apI
+bOh
+bOh
+bOh
+bOh
+bOh
+cig
+cpb
+ciZ
+cqp
+cig
+cjT
+cgR
+crP
+cig
+aaa
+aaa
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+abq
+abW
+abk
+acj
+acn
+adh
+adm
+afk
+afZ
+agE
+ahh
+ahM
+aiv
+abp
+aiY
+ajE
+ajH
+akn
+ale
+alD
+ana
+ana
+amu
+ajo
+aps
+aqk
+arf
+asm
+aHw
+aup
+avn
+awv
+axX
+aze
+aAh
+aBz
+aBz
+aDU
+aGx
+aGn
+aHW
+aBy
+aAh
+aJq
+aJq
+aJq
+aJq
+aRt
+aJq
+aJq
+aJq
+aJq
+aJq
+aLY
+aJq
+bcp
+aJq
+beq
+aJq
+bgY
+aJq
+aJq
+aJq
+bAi
+bmS
+bmS
+bpC
+bqN
+aNr
+aJq
+aJq
+bxL
+byX
+aJq
+aJq
+bCA
+bzs
+bCC
+bDA
+bFx
+bGW
+bKI
+bLQ
+bMT
+bOb
+bPd
+cBF
+bRD
+bSK
+bTR
+bUP
+bVZ
+bWT
+bWa
+bYS
+bZH
+caF
+bQt
+cBJ
+cdy
+bOd
+bRy
+cfR
+cha
+civ
+cph
+ckb
+ckY
+clW
+clW
+bOh
+cig
+cig
+czg
+cig
+cig
+crh
+crA
+crR
+crY
+csi
+aaa
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+abq
+abq
+abq
+abq
+abq
+abq
+abq
+afg
+afY
+afY
+ahg
+ahL
+aiu
+abp
+ajm
+ajS
+ajn
+ajT
+akA
+amr
+amY
+amY
+anV
+ajo
+apr
+aqj
+arf
+ark
+asL
+aun
+avu
+awt
+axV
+azd
+azX
+aAZ
+aCe
+aDT
+aGx
+aAh
+aAh
+aBy
+aAh
+aCr
+aCr
+aCr
+aJC
+bYP
+aQg
+aJC
+aQg
+aJC
+aQg
+aJC
+aJC
+aHP
+aHP
+aHP
+bfF
+bfF
+bfF
+bfF
+bfF
+bfF
+bfF
+bfF
+bfF
+bqM
+brV
+bof
+bwv
+bvj
+bvj
+bvj
+bvj
+bvj
+bvj
+bCB
+bCP
+bvj
+bvd
+bKH
+bLK
+bMS
+bOa
+bPc
+bQs
+bMZ
+bSJ
+bTQ
+bUO
+bVY
+bOd
+bOd
+bOd
+bOd
+bOd
+cbD
+bTO
+cdx
+bOd
+bOd
+cfP
+cgZ
+bMQ
+apQ
+bQA
+ckX
+clV
+cmV
+bOh
+cig
+cpc
+cpJ
+cpc
+cig
+cqY
+cqY
+cqY
+cig
+aaa
+csl
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaf
+abo
+aeB
+afm
+agb
+agG
+ahi
+ahN
+aix
+abp
+ajp
+ajU
+ajn
+ajn
+ajn
+amr
+ajp
+ajp
+ajp
+ajo
+apt
+aqm
+arj
+arj
+arj
+arj
+avx
+awz
+axR
+avx
+aAh
+aBA
+aBA
+aDP
+aBx
+aGp
+aHX
+aBy
+aAh
+aMq
+adq
+aQb
+aPZ
+aRu
+aQc
+aUf
+aQc
+aXi
+aQc
+baa
+aJC
+bcq
+bcq
+bcq
+bfF
+bha
+bio
+bgF
+blf
+bmF
+bob
+bnB
+bfF
+bqR
+brX
+bof
+bwx
+bvj
+bwB
+bxa
+byZ
+bzI
+bAX
+bCF
+bDB
+bFB
+bvd
+bKJ
+bLR
+bMV
+bOd
+bMZ
+bQv
+bRF
+bSM
+bTS
+bUQ
+bWa
+bUO
+bVZ
+bVZ
+bZI
+caH
+cbF
+ccz
+cdA
+cez
+bOe
+cfQ
+chb
+ciu
+bVu
+ckb
+ckZ
+clW
+clW
+bOh
+cig
+cpd
+czM
+cpd
+cig
+aaa
+aaa
+aaa
+aaf
+aaf
+cso
+aaf
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaf
+aaf
+aaf
+abo
+aeA
+afl
+aga
+abp
+ahj
+abp
+cAN
+abp
+ajo
+ajo
+ajo
+ajo
+ajo
+ajo
+ajo
+ajo
+aoa
+ajo
+apt
+aql
+apv
+arl
+asM
+atV
+avw
+awy
+axQ
+azj
+arj
+aAh
+aAh
+aAh
+aAh
+aAh
+aAh
+aAh
+aAh
+aMp
+aMr
+aOH
+aPY
+aQc
+aRx
+aQc
+aQc
+aPY
+aQc
+aZZ
+aJC
+aYV
+aYV
+aYV
+bfF
+bgZ
+bin
+bin
+bjK
+bkK
+bkK
+bkK
+bpD
+bqO
+bLX
+btf
+bui
+bvi
+bww
+bwZ
+byY
+bzH
+bAW
+bCE
+bFv
+bFz
+bvd
+bKH
+bLK
+bMU
+bOc
+bPe
+bQu
+bRE
+bSL
+bPe
+bOd
+bOd
+bOd
+bXT
+bXT
+bXT
+caG
+cbE
+bTU
+cdz
+cez
+bUL
+cfS
+bOd
+bMQ
+apQ
+bOh
+bOh
+bOh
+bOh
+bOh
+ccw
+cpd
+czL
+cpd
+ccw
+aaf
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+acw
+abp
+abp
+adR
+abp
+cxG
+abp
+adR
+ahl
+ahO
+aic
+ahT
+ahT
+ahT
+ahT
+ahT
+ahT
+ahT
+alL
+ahT
+anb
+ahT
+anZ
+apu
+ahn
+asb
+asV
+aus
+aus
+awA
+axT
+azl
+aAl
+arj
+aCq
+aDR
+aFl
+aGD
+aHZ
+aCr
+aKJ
+aMr
+aMr
+aOH
+aQc
+aQd
+aQa
+aRv
+aPY
+aVw
+aPY
+bac
+aJC
+aYV
+aYV
+aYV
+bfF
+bhc
+bip
+bgP
+bjL
+bkL
+bmT
+bnD
+bpM
+bqT
+bFD
+bJG
+bJG
+bvl
+bwE
+bxc
+bzb
+bzK
+bBb
+cpG
+bDC
+bId
+bvd
+bKH
+bLK
+bMX
+bOd
+bPg
+bQx
+bRH
+bSO
+bTU
+bUS
+bUS
+bUS
+bXU
+bUS
+bUS
+bUS
+bXU
+bRF
+bMW
+cez
+cez
+cfQ
+chd
+ciw
+cpP
+ckc
+clb
+clY
+clZ
+bOh
+aaa
+cpd
+cpM
+cpd
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaf
+aag
+acU
+adr
+acU
+aeC
+afn
+agc
+abp
+ahk
+aoJ
+aib
+aif
+aif
+aif
+aif
+aif
+aif
+aif
+alK
+alM
+bkV
+anc
+anD
+aoI
+apX
+arn
+asN
+aur
+avy
+avy
+axS
+azk
+aAk
+arj
+aCf
+aDY
+aFj
+aGr
+aHI
+aJk
+aMr
+aMr
+aNt
+aOH
+aQc
+aQc
+aSq
+aQc
+aQc
+aPY
+aQc
+bab
+aJC
+aYV
+aYV
+ber
+bfF
+bhb
+bip
+bjO
+bip
+bmG
+bip
+bnC
+bpF
+bqS
+brY
+bwz
+bwy
+bvj
+bza
+bxb
+bvh
+bCD
+bAY
+bCH
+bDR
+bIc
+bvd
+bKH
+bLK
+bMW
+bOe
+bPf
+bQw
+bRG
+bSN
+bTT
+bUR
+bWb
+bUR
+bTT
+bUR
+bZJ
+bUR
+bTT
+bUR
+cdB
+bUR
+bUR
+cfT
+chc
+bMQ
+apQ
+bQA
+cla
+cBP
+cmW
+bOh
+aaa
+aaa
+czN
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+aag
+aag
+aag
+aaa
+aaa
+aag
+abp
+abp
+abp
+abp
+afo
+abp
+abp
+ahn
+ahn
+aiA
+aiA
+aiA
+ahn
+aiA
+aiA
+aiA
+ahn
+and
+anF
+aod
+ahn
+apx
+ahn
+arj
+asr
+asN
+aut
+avz
+aXF
+axU
+azn
+aAn
+arj
+aCh
+aEc
+aFk
+aGw
+aHK
+aCr
+aKr
+aMr
+bHF
+aOH
+aQc
+aQc
+aSo
+clX
+aVx
+aQc
+aQc
+aQc
+bbx
+aYV
+aYV
+aYV
+bfF
+bhd
+bis
+bjR
+bis
+bmI
+bod
+bpt
+bfF
+bqV
+bEe
+bBL
+bwA
+bvj
+bAl
+bAl
+bvh
+bzS
+bBc
+bCJ
+buk
+cCp
+bvd
+bKH
+bLK
+bMZ
+bOg
+bPi
+bQz
+bRJ
+bSO
+bTV
+bUT
+bWc
+bWU
+bXV
+bYT
+bZK
+bOd
+cbG
+ccA
+cdC
+ceB
+cez
+cez
+chf
+cix
+cpP
+ckd
+clc
+clZ
+clZ
+bOh
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+cso
+aaf
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aag
+aaf
+aaf
+aaf
+aaf
+abp
+aeD
+afp
+aeD
+abp
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+ahn
+ahn
+anE
+aod
+aoK
+apw
+aqp
+arj
+asq
+asN
+aut
+avz
+avz
+axU
+azm
+aAm
+arj
+aCr
+aEb
+aCr
+aGv
+aCr
+aCr
+aKq
+aLS
+aNF
+aOH
+aQc
+aQc
+aSH
+aQc
+aQc
+aRx
+aQc
+aQc
+aQg
+aYV
+aYV
+bes
+bfF
+bfF
+bir
+bjQ
+blh
+bfF
+bfF
+bfF
+bfF
+bqU
+bsq
+bvj
+bvj
+bvj
+bvj
+bvj
+bvj
+bvj
+bvd
+bFu
+bvj
+bvj
+bvd
+bKH
+bLK
+bMY
+bOf
+bPh
+bQy
+bRI
+bSP
+bPh
+bQy
+bRI
+bQy
+bPh
+bQy
+bRI
+bQy
+bPh
+bQy
+bRI
+ceA
+bLK
+bLK
+che
+bLK
+apQ
+bOh
+bOh
+bOh
+bOh
+bOh
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+adR
+aeE
+afr
+aeE
+adR
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+ahn
+anG
+aoe
+aoL
+apy
+aqq
+arj
+ast
+asN
+auv
+avA
+avA
+axW
+azo
+aAp
+aBC
+aCt
+aEA
+aCt
+aGz
+aIb
+aCr
+aKN
+aMv
+aNH
+aOJ
+aQc
+aPY
+aSG
+aPY
+aUg
+bFC
+aRw
+aQc
+bbx
+aYV
+aYV
+bet
+bfH
+bhf
+bhh
+bhh
+bhh
+bmJ
+bof
+bpu
+bqP
+bsy
+bEe
+bvh
+bwC
+bxN
+bze
+bAp
+bvh
+bCG
+bBd
+bFw
+bDD
+bFJ
+bvd
+bKH
+bzs
+bRK
+apQ
+bRK
+apQ
+bVv
+apQ
+bRK
+apQ
+bVv
+apQ
+bRK
+apQ
+bVv
+apQ
+bRK
+apQ
+bVv
+apQ
+apQ
+bLK
+chg
+bLK
+apQ
+aoV
+aoV
+apQ
+apQ
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aeE
+afq
+aeE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ahn
+anE
+ahn
+ahn
+ahn
+ahn
+arj
+ass
+asX
+auu
+att
+att
+att
+azf
+aAo
+aBB
+aBB
+aBB
+aBB
+aGy
+aIa
+aBB
+aKM
+aMu
+aNG
+aKM
+aKM
+aKM
+aSp
+aQc
+aQc
+aSq
+aQc
+bad
+bby
+aYV
+aYV
+bet
+bfG
+bhe
+bit
+bjS
+bli
+bli
+boe
+bli
+bpN
+bqX
+bEe
+btg
+bDR
+bDR
+bDR
+bDR
+bzc
+bDR
+bDZ
+bCK
+bFy
+bFF
+bvd
+bKH
+bzs
+bNa
+bOh
+bPj
+bQA
+bPj
+bOh
+bPj
+bQA
+bPj
+bOh
+bPj
+bQA
+bPj
+bOh
+bPj
+bQA
+bPj
+bOh
+apQ
+bLK
+cyG
+bLK
+aoV
+aoV
+aoV
+apQ
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aeE
+afs
+aeE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aag
+aag
+aaa
+aaa
+aaf
+arj
+arj
+asZ
+aua
+aua
+awB
+axY
+azh
+arj
+arj
+aaf
+aaa
+alP
+aGI
+aId
+aJD
+aKP
+aMx
+aNJ
+aQe
+aOL
+aOL
+aOL
+aOL
+aOL
+aOL
+aXO
+aZb
+aJC
+aYV
+aYV
+bet
+bfG
+bhe
+bhh
+bjU
+blk
+blk
+boh
+biu
+bpO
+bqY
+bss
+btg
+buk
+bvm
+bDT
+buk
+bvh
+bzU
+bBe
+bCS
+bDE
+bFK
+bvd
+bKH
+bzs
+bNa
+bOh
+bPl
+bQB
+bRL
+bOh
+bTX
+bUV
+bWd
+bOh
+bXX
+bYV
+bZL
+bOh
+cbI
+ccC
+cdD
+bOh
+apQ
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaf
+cso
+aaf
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqG
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqr
+arm
+arm
+asY
+atZ
+auB
+auB
+atZ
+azg
+azp
+azp
+aCu
+aaf
+alP
+aGH
+aIc
+aJC
+aKO
+aMw
+aNI
+aMw
+aOK
+acN
+acN
+acN
+acN
+acN
+aQc
+bae
+aJC
+bcr
+aYV
+bet
+bfG
+bhe
+bhh
+bjV
+blj
+bmK
+bog
+bog
+bhh
+bsx
+bsr
+bvh
+bwD
+bDR
+bDR
+bAq
+bvj
+bCQ
+bDW
+bCP
+bvj
+bvj
+bJC
+bKH
+bzs
+bNa
+bOh
+bPk
+bPm
+bPm
+bOh
+bTW
+bUU
+bTW
+bOh
+bXW
+bYU
+bXW
+bOh
+cbH
+ccB
+cbH
+bOh
+apQ
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqs
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aCv
+aaa
+alP
+aGK
+aIe
+aJC
+aJC
+aJC
+aJC
+aJC
+aJC
+aXj
+aVy
+aSY
+aVy
+aVy
+aYI
+bah
+aJC
+aYV
+bdo
+beu
+bvk
+biu
+biu
+bjT
+blm
+bmL
+boi
+bpw
+bhh
+bsx
+btX
+bvj
+bwG
+bxR
+bxR
+bvj
+bvj
+bzW
+bDZ
+bCT
+bGR
+bIj
+bJC
+bKH
+bzs
+bNa
+bOh
+bPm
+bQC
+bPm
+bOh
+bTW
+bUW
+bTW
+bOh
+bXY
+bYW
+bXW
+bOh
+cbH
+ccD
+cbH
+bOh
+apQ
+apQ
+apQ
+apQ
+apQ
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+aoV
+csz
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqs
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aCv
+aaf
+alP
+aGJ
+aIe
+aJE
+aKQ
+aLU
+aNu
+aJC
+aPw
+aQc
+aQc
+aSZ
+aQc
+aVy
+czP
+bag
+aJC
+aYV
+aYV
+bet
+bfJ
+bhh
+bhh
+bgQ
+bll
+bhh
+bhh
+bpv
+bhh
+bsx
+btV
+bvh
+bwF
+bxQ
+bxQ
+bAr
+bvj
+bzV
+bDZ
+bzf
+bDR
+bIi
+bJC
+bKH
+bzs
+bNa
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+bOh
+apQ
+apQ
+ciC
+bVu
+bVu
+bVu
+bVu
+bVu
+caJ
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+aaa
+aaf
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+ctZ
+ctZ
+ctZ
+ctZ
+ctZ
+aaf
+aaa
+aaf
+cvF
+aaf
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cAU
+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
+"}
+(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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqt
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aCv
+aaa
+alP
+aGA
+aHS
+aJx
+aJx
+aMi
+aNE
+aOO
+aQi
+aRz
+aSF
+aQc
+aQc
+aXl
+aQc
+bai
+aJC
+aYV
+aYV
+bet
+bfH
+bhh
+bhh
+bhg
+bln
+bmM
+boj
+bof
+bhh
+bsx
+btV
+bvj
+bwI
+bxT
+bxQ
+bAt
+bvj
+bCM
+bDZ
+bDR
+bDR
+bIl
+bJC
+bKH
+bzs
+bUr
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+caJ
+apQ
+apQ
+apQ
+apQ
+apQ
+cfj
+cfU
+cfj
+cfj
+ckf
+cfj
+cfj
+bUr
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+bVu
+csw
+csw
+csw
+csw
+csM
+csw
+csw
+ctd
+csw
+csw
+csw
+csw
+ctO
+ctZ
+ctZ
+cuo
+cuA
+cuM
+ctZ
+cvk
+cvk
+cvk
+cvk
+aaf
+aaf
+aaf
+aaf
+cvk
+cvk
+cvk
+cvk
+cvk
+cvk
+cvk
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqs
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aCv
+aaf
+alP
+aGL
+aHM
+aJm
+aKz
+aKR
+aND
+aJC
+aPP
+aRg
+aQc
+aTa
+aQc
+aXk
+aQc
+aQc
+aJC
+aYV
+aYV
+bev
+bfK
+bhi
+bhi
+bhi
+bfK
+bfK
+bfK
+bof
+bhh
+bsx
+btV
+bvh
+bwH
+bxS
+bzh
+bAs
+bvj
+bCL
+bxO
+bDR
+bDR
+bIk
+bJC
+bKH
+bzs
+bzs
+bzs
+bPn
+bPn
+bPn
+bzs
+bzs
+bPn
+bPn
+bPn
+bzs
+bzs
+bPn
+caI
+bPn
+bzs
+bzs
+bzs
+cfj
+cfj
+cjp
+chh
+ciy
+cke
+clg
+cfj
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+aag
+aag
+aag
+aag
+aaa
+aaa
+aaa
+ctN
+ctY
+cuh
+cun
+cuz
+cuL
+cuY
+cvj
+cvs
+cvD
+cvk
+cvk
+cvk
+cvk
+cvk
+cvk
+cvX
+cvX
+cvX
+cvX
+cwq
+cwq
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+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
+"}
+(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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqs
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aro
+aCv
+aaa
+alP
+aGL
+aIe
+aJC
+aKS
+aMC
+aJC
+aJC
+aJI
+aJI
+aSI
+aJI
+aVA
+aJI
+aYK
+aJI
+aJI
+bcs
+aYV
+aYV
+bfK
+bhk
+bix
+bjX
+blp
+bmO
+bhi
+bpy
+bwz
+brg
+btZ
+bvj
+bwI
+bxV
+bzj
+bAv
+bvj
+bCO
+bDR
+bDR
+bDR
+bIn
+bJC
+bKL
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bUY
+bWe
+bWe
+bWe
+bWe
+bWe
+cdE
+bAw
+bzs
+bAw
+caK
+cfj
+ciB
+ckh
+chj
+ciA
+cjr
+clh
+cfj
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+csD
+cta
+csD
+cua
+aaa
+aaa
+aaa
+aaf
+ctZ
+cui
+cuq
+cuC
+cuO
+cuz
+cvm
+cvt
+cvt
+cvt
+cvL
+cvQ
+cvX
+cvX
+cvX
+cvX
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cvx
+cva
+cva
+cva
+cva
+cva
+cva
+aaf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqu
+arm
+arm
+arm
+auy
+auB
+auB
+axZ
+azp
+azp
+azp
+aCw
+aaf
+alP
+aGL
+aIg
+aJH
+aKR
+aMB
+aJC
+aOP
+aJI
+aRA
+aVz
+aVz
+aVz
+aVz
+aYJ
+aJI
+bbz
+aYV
+aYV
+aYV
+bfK
+bhj
+biw
+bhs
+bjM
+bmN
+bok
+bpx
+bpP
+brf
+bhh
+bvh
+bwJ
+bxU
+bzi
+bAu
+bvj
+bCN
+bEa
+bFA
+bGS
+bIm
+bJD
+bKK
+bLS
+bNc
+bOj
+bNc
+bNc
+bNc
+bNc
+bTY
+bUX
+bzs
+bWV
+bzs
+bzs
+bZM
+cbJ
+ceC
+cfV
+cfW
+cfX
+chk
+chl
+ciz
+chi
+ciz
+cjq
+ckg
+cmb
+cpO
+cpQ
+cpQ
+cpQ
+cpQ
+czJ
+apQ
+aoV
+aaa
+aaa
+aaf
+aaa
+csn
+csD
+csX
+ctg
+cua
+cua
+cua
+cua
+cua
+ctZ
+ctZ
+cup
+cuB
+cuN
+cuZ
+cvj
+cvj
+cvj
+cvj
+cvj
+cvP
+cvj
+cvj
+cvj
+cvj
+cva
+cva
+cva
+cva
+cvp
+cwv
+cvr
+cvp
+cvl
+cvr
+cwv
+cvp
+cva
+cva
+cva
+aaf
+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
+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
+arj
+arj
+arj
+auA
+avD
+awC
+ayb
+arj
+alP
+alP
+aaa
+aaa
+alP
+aGL
+aIi
+aJI
+aJI
+aJI
+aJI
+aJI
+aJI
+aRC
+aSK
+aVz
+aVz
+aVz
+aYL
+aJI
+bbz
+aYV
+bdq
+aYV
+bfK
+bhl
+biy
+bjY
+bjN
+bkO
+bmU
+bnH
+bqQ
+bsx
+bhh
+bvj
+bvj
+bxR
+bxR
+bvj
+bvj
+bCQ
+bEd
+bof
+bof
+bof
+bJE
+bof
+bof
+bNd
+bIJ
+bPo
+bQE
+bRM
+bOr
+bTZ
+bUX
+bzs
+bAw
+bBR
+bHZ
+bzs
+bzs
+bzs
+ccF
+cdG
+ceE
+cfl
+cfZ
+cki
+cld
+cjt
+cjr
+csq
+cmd
+cmd
+cmd
+cmd
+cmd
+bVw
+bVw
+bVw
+bVw
+aaa
+aaa
+aaf
+csD
+csO
+csD
+czk
+cti
+cua
+cua
+ctw
+ctH
+ctQ
+cuc
+cuj
+cuj
+cuE
+cuQ
+cuj
+cvk
+cvw
+cvw
+cvG
+cvM
+cvS
+cvZ
+cvG
+cvw
+cvw
+cvf
+cwh
+cwm
+cwr
+cvp
+cwx
+cwj
+cwu
+cAV
+cAZ
+cvl
+cvl
+cva
+cva
+cva
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+arj
+auz
+avC
+avC
+aya
+arj
+arA
+alP
+alP
+alP
+alP
+aGN
+aIh
+aJI
+aKT
+aMD
+aNM
+aOI
+aJI
+aRy
+aSJ
+aTM
+aVB
+aVz
+aVz
+baj
+bbz
+aYV
+bdp
+aYV
+bfK
+bfK
+bfK
+bfK
+bfK
+bfK
+bfK
+bnF
+bqQ
+bsx
+bhh
+bfJ
+bhh
+bhh
+bhh
+bhh
+bhh
+bzX
+bBm
+bof
+bGT
+bIo
+bof
+bIo
+bLU
+bNd
+bII
+bOr
+bQD
+bLY
+bMa
+bTZ
+bUX
+bzs
+bAw
+bXZ
+bHZ
+bZN
+caK
+bzs
+ccE
+cdF
+ceD
+cfk
+cfY
+cjr
+ckj
+cjs
+cle
+cli
+cmc
+cmY
+cmc
+cop
+cmd
+cmd
+cqs
+aaa
+bVw
+aaa
+aaa
+aaf
+csD
+csN
+csV
+ctb
+cth
+cua
+ctr
+ctu
+ctG
+ctP
+cub
+cuj
+cur
+cuD
+cuP
+cvc
+cvk
+cvu
+cvu
+cvu
+cvu
+cvR
+cvY
+cwb
+cvu
+cvu
+cva
+cwg
+cwl
+cwr
+cvl
+cww
+cwD
+cvv
+cvv
+cAY
+cBb
+cBd
+cva
+cva
+cva
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+arj
+auB
+auB
+arj
+arj
+arj
+anf
+anf
+anf
+awD
+alP
+aGB
+aIf
+aJA
+aKC
+aKC
+aKC
+aON
+aQk
+aRD
+aSM
+aVG
+aVE
+aXm
+aVz
+bak
+bbz
+aYV
+bdp
+aYV
+bfL
+bhn
+biz
+biz
+biz
+bmR
+bfL
+bol
+bqQ
+bsx
+bst
+bfJ
+bhh
+bhh
+bwK
+bhh
+bhh
+bhh
+btV
+bof
+bGV
+bIp
+bof
+bKM
+bLW
+bNd
+bOn
+bOr
+bOr
+bRO
+bSQ
+bTZ
+bUZ
+bPv
+bPv
+bPv
+bPv
+bPv
+caM
+cbL
+cbL
+cdI
+ceG
+cfj
+cgb
+chn
+ciE
+cjv
+clj
+ckk
+cmf
+cna
+cnC
+cor
+ciM
+cpN
+cqt
+aaa
+bVw
+aaa
+aaa
+aaf
+csD
+csU
+csW
+ctc
+ctc
+cto
+ctt
+cty
+ctJ
+ctT
+cue
+cul
+cuu
+cuG
+cuS
+cve
+cvo
+cvz
+cvz
+cvI
+cvz
+cvT
+cBS
+cwc
+cvz
+cwd
+cwf
+cwj
+cwo
+cwt
+cwu
+cwA
+cAR
+cAS
+cvv
+cBa
+cBc
+cBe
+cva
+cva
+cva
+cBf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+alP
+ayf
+aBD
+aCx
+aDV
+alP
+aGL
+aHY
+aQj
+aQj
+aMk
+aNK
+aOM
+aQj
+aRB
+aSL
+aTN
+aVD
+aVz
+cAg
+bak
+bbz
+aYV
+bdp
+cBm
+bfL
+bhm
+bhm
+bhm
+bhm
+bkP
+bmV
+boc
+bqW
+brh
+bua
+bua
+bua
+bua
+bua
+bua
+bhh
+bhh
+btV
+bof
+bGU
+bqQ
+bof
+bCR
+bLV
+bNd
+bOm
+bPp
+bQF
+bRN
+bSS
+bUa
+bNc
+bNc
+bOj
+bNc
+bNc
+bZO
+caL
+cbK
+ccG
+cdH
+ceF
+cfj
+cga
+chm
+ciD
+cju
+clf
+csr
+cme
+cmZ
+cme
+coq
+cmd
+cmd
+cqs
+aaa
+bVw
+aaa
+aaa
+aaf
+csD
+ctb
+csV
+ctb
+ctj
+ctk
+cts
+ctx
+ctI
+ctS
+cud
+cuk
+cus
+cuF
+cuR
+cvd
+cvn
+cvy
+cvy
+cvH
+cvy
+cvy
+cvy
+cvy
+cvy
+cvy
+cwe
+cwi
+cwn
+cws
+cwn
+cwz
+cwE
+cvv
+cvv
+cvv
+cvp
+cvl
+cva
+cva
+cva
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+alP
+aAq
+aAq
+aCy
+aCG
+alP
+aGL
+avI
+aJK
+aKV
+aMl
+aMF
+aMF
+aJI
+aRG
+aSO
+aTO
+aVG
+aVz
+aVz
+bak
+bbz
+aYV
+bdp
+bdc
+bfL
+beY
+biz
+biz
+biz
+bkR
+bfL
+boo
+bqQ
+bhg
+bua
+bvn
+bwL
+bxX
+bsL
+bua
+bBJ
+bhh
+bBn
+bof
+bDF
+bIr
+bof
+bKN
+bHT
+bNd
+bNd
+bNd
+bNd
+bNd
+bSU
+bUb
+bVa
+bWf
+bWX
+bOP
+bNd
+bTZ
+bUX
+bzs
+bzs
+bzs
+bzs
+cfj
+cfj
+cfj
+cfj
+cjx
+cfj
+cfj
+cmd
+cmd
+cmd
+cos
+cmd
+czI
+bVw
+bVw
+bVw
+aaa
+aaa
+aaf
+csD
+csD
+csD
+csD
+cti
+ctq
+cua
+ctA
+cuy
+ctV
+cug
+cuj
+cuj
+cuE
+cuU
+cuj
+cvk
+cvw
+cvw
+cvJ
+cvw
+cvV
+cwa
+cvJ
+cvw
+cvw
+cvb
+cwk
+cwp
+cwr
+cvp
+cwC
+cwn
+cAT
+cAW
+cvl
+cvl
+cvl
+cva
+cva
+cva
+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
+aaa
+aaS
+aba
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+alO
+alO
+alO
+alP
+alP
+alP
+alP
+alP
+alP
+alP
+aDW
+aFn
+aGP
+avI
+aJI
+aJI
+aJI
+aNO
+aOT
+aJI
+aRF
+aSN
+aVF
+aVF
+aVF
+aYM
+aJI
+bbA
+aYV
+bdr
+bdb
+bdN
+blr
+bho
+bho
+bho
+bkQ
+bmW
+bom
+bIq
+bri
+bsu
+bsL
+bsL
+bvo
+bzl
+bua
+bzd
+bhh
+btT
+bCU
+bCR
+bqQ
+bGX
+bCR
+bqQ
+bRN
+bIK
+bPq
+bLd
+bNd
+bST
+bOr
+bOr
+bOr
+bWW
+bYa
+bYX
+bTZ
+caN
+cbM
+cbM
+cdJ
+bzs
+cfm
+cgc
+bAw
+ciF
+cjw
+ckl
+clk
+clk
+bAw
+bzs
+apQ
+aaa
+apQ
+apQ
+apQ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ctp
+cua
+ctz
+ctK
+ctU
+cuf
+cuf
+cuv
+cuH
+cuT
+cvg
+cvj
+cvj
+cvj
+cvj
+cvj
+cvU
+cvj
+cvj
+cvj
+cvj
+cva
+cva
+cva
+cva
+cvp
+cwB
+cvr
+cvp
+cvl
+cvr
+cwB
+cvp
+cva
+cva
+cva
+aaf
+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
+aaS
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaS
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+alO
+arp
+alO
+anf
+anf
+anf
+awD
+anf
+aoP
+alP
+aBE
+alP
+aDX
+alP
+aGR
+avI
+aJL
+aKX
+aJI
+aJI
+aJI
+aJI
+aRH
+aVz
+aVz
+aVH
+aXn
+aYN
+aJI
+bbz
+aYV
+aYV
+bey
+bfL
+bhm
+biz
+biz
+biz
+bla
+bmY
+boq
+boq
+brj
+bpE
+btk
+bum
+bvq
+bzn
+bua
+bBL
+bhh
+bBC
+bCV
+bDN
+bFM
+btR
+bDN
+bIa
+bIf
+bIL
+bOq
+bLf
+bRP
+bSW
+bMH
+bNi
+bOr
+bWZ
+bYd
+bYY
+bZP
+caO
+cbN
+ccI
+cdL
+ceI
+cfo
+bAw
+bAw
+bAw
+cjz
+ceJ
+clm
+cmg
+cnc
+cnD
+bzs
+apQ
+apQ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cua
+ctF
+ctM
+ctX
+cuf
+cum
+cuw
+cuJ
+cuW
+cvi
+cvq
+cvC
+cvC
+cvC
+cvN
+cvW
+cvX
+cvX
+cvX
+cvX
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cvA
+cva
+cva
+cva
+cva
+cva
+cva
+aaf
+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
+aaa
+aaS
+aaa
+ads
+adS
+aeG
+aaa
+ads
+adS
+aeG
+aaa
+ads
+adS
+aeG
+aaa
+aaS
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+cxW
+anf
+aqv
+anf
+anf
+anf
+aEl
+anf
+alP
+alP
+alP
+alP
+alP
+alP
+aGQ
+aIk
+aIp
+aKW
+aMG
+aIp
+aIp
+aJI
+aJI
+aSP
+aUh
+aJI
+aJI
+aJI
+aJI
+aJI
+bcq
+bcq
+bcq
+bfL
+bhp
+biB
+biB
+biB
+bkU
+bmX
+bpE
+bpE
+bpE
+bpE
+bti
+bul
+bvp
+bzm
+bua
+bBK
+bwz
+bBw
+bJG
+bDI
+bFL
+bli
+bKO
+bHY
+bNf
+bOp
+bPr
+bQH
+bNd
+bSV
+bSQ
+bNh
+bWg
+bWY
+bYc
+bNd
+bNd
+bzs
+bzs
+ccH
+cdK
+ceH
+cfn
+cgd
+ceJ
+ccM
+cjy
+ceJ
+cll
+ccM
+cnb
+bHd
+ceI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cua
+ctE
+ctL
+ctW
+cuf
+cum
+cuw
+cuI
+cuV
+cvh
+cvj
+cvB
+cvE
+cvk
+cvk
+cvk
+cvk
+cvk
+cvk
+cvX
+cvX
+cvX
+cvX
+cwq
+cwq
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+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
+"}
+(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
+aae
+aaa
+aaa
+aaa
+aaS
+aaf
+ads
+adT
+aeG
+aaa
+ads
+adT
+aeG
+aaa
+ads
+adT
+aeG
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+alO
+alO
+alO
+anf
+auC
+alP
+anf
+anf
+alP
+arA
+anf
+alP
+atw
+alP
+aGS
+aIm
+aIp
+aKH
+aMI
+aIp
+aOV
+aOX
+aOX
+aSR
+aUi
+aVJ
+aOX
+aYP
+bal
+bam
+aYV
+aYV
+aYV
+bfL
+bhq
+bhm
+bkb
+bhm
+bla
+bmZ
+bpH
+bra
+bsK
+bpE
+bpE
+buq
+bvt
+bye
+bon
+bBN
+bEi
+bEi
+bEi
+bDU
+bFO
+bBN
+bKR
+bMc
+bNd
+bNd
+bNd
+bNd
+bNd
+bSX
+bMI
+bNk
+bNU
+bXb
+bWi
+bYZ
+bZR
+caQ
+bzs
+ccK
+ccM
+ceJ
+ceJ
+cgf
+ceJ
+ccM
+ccM
+ceJ
+clo
+cmi
+cbQ
+cnF
+cot
+csc
+csm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cua
+cua
+cua
+cua
+cuf
+cuf
+cux
+cuK
+cuX
+cuf
+cvk
+cvk
+cvk
+cvk
+aaf
+aaf
+aaf
+aaf
+cvk
+cvk
+cvk
+cvk
+cvk
+cvk
+cvk
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+cva
+aaa
+aaa
+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
+aaa
+aaS
+aaa
+ads
+adT
+aeG
+aaf
+ads
+adT
+aeG
+aaf
+ads
+adT
+aeG
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alO
+aqy
+anf
+alP
+awE
+anf
+apE
+anf
+anf
+alP
+anf
+alP
+aCE
+aIj
+aJB
+aKD
+aMs
+aNL
+aOQ
+aQf
+aRE
+aSQ
+aVI
+aVI
+aVI
+aYO
+aRJ
+bbB
+aYV
+aYV
+aYV
+bfL
+bfL
+bfL
+bfL
+bfL
+blg
+bmZ
+bpG
+bqZ
+brk
+bsv
+bsv
+bun
+bvr
+bzo
+bon
+aFa
+bCY
+bEh
+bCW
+bDS
+bFN
+bBN
+bKQ
+bMb
+bNd
+bOr
+bOt
+bOr
+bRQ
+bOr
+bSQ
+bNj
+bNs
+bXa
+bYa
+bNd
+bZQ
+caP
+cbO
+ccJ
+cdM
+bLS
+cfp
+cge
+cbK
+ciG
+bLS
+ckm
+cln
+cmh
+cnd
+cnE
+bPn
+aoV
+aoV
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+cuf
+cuf
+cuf
+cuf
+cuf
+aaf
+aaa
+aaf
+cvK
+aaf
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cAX
+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
+"}
+(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
+aaa
+aaa
+aaf
+aaf
+ads
+adT
+aeG
+aaa
+ads
+adT
+aeG
+aaa
+ads
+adT
+aeG
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+apC
+apC
+apC
+apC
+apC
+apC
+alP
+anf
+alP
+alP
+alP
+alP
+awD
+ayf
+aGC
+aIl
+aIq
+aKK
+aMy
+aIp
+aOX
+aQm
+aRJ
+aRJ
+aRJ
+aVK
+aRJ
+aRJ
+aRJ
+bbB
+aYV
+aYV
+aYV
+bfO
+bfS
+biC
+bkd
+bfS
+bKH
+bmZ
+bpJ
+brc
+bsL
+bug
+btl
+but
+bvw
+bzq
+bon
+bBP
+bCZ
+bEk
+bFG
+bCY
+bFP
+bBN
+bKQ
+bMb
+bNd
+bOt
+bOr
+bOr
+bRQ
+bOr
+bSQ
+bWj
+bWk
+bXc
+bYe
+bNd
+bZS
+caR
+bzs
+ccL
+ccM
+ceL
+ceJ
+cgh
+ceJ
+ceJ
+ccM
+ceJ
+cAe
+cmj
+cne
+bHd
+bPn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaS
+aaS
+aaf
+aaa
+ads
+adT
+aeG
+aaa
+ads
+adT
+aeG
+aaa
+ads
+adT
+aeG
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+amw
+aof
+aof
+aof
+aof
+arq
+asv
+atv
+auD
+apC
+awF
+anf
+alP
+arA
+anf
+aCz
+asw
+aCJ
+aGT
+aIn
+aIp
+aKI
+aMt
+aIp
+aOW
+aQm
+aRJ
+aSS
+aUj
+aRJ
+aRJ
+aYQ
+cBg
+bam
+aYV
+aYV
+aYV
+aYV
+bhr
+biC
+bkc
+bfS
+blo
+bmZ
+bpI
+brb
+bsL
+buf
+bvs
+bur
+bvp
+bzp
+bon
+bBO
+bCY
+bEj
+bCY
+bGZ
+bFE
+bBN
+bKS
+bMd
+bNd
+bOs
+bOt
+bQJ
+bRR
+bOr
+bSQ
+bWj
+bWj
+bWj
+bWj
+bNd
+bzs
+bzs
+bzs
+ccH
+bFr
+ceK
+ceJ
+cgg
+ccM
+ccM
+cjA
+ceJ
+ccM
+cdN
+bFr
+cnG
+bzs
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+aaf
+aaa
+aaa
+aaa
+adV
+aaa
+aaa
+aaa
+adV
+aaa
+aaa
+aaa
+adV
+aaa
+aaa
+aaf
+aaa
+aaa
+amw
+amw
+amw
+aoh
+aoN
+apA
+aof
+ars
+anf
+arx
+anf
+apC
+aoQ
+cqM
+asw
+asw
+asw
+aCA
+anf
+aFp
+aGW
+anf
+aIp
+aKI
+aMA
+aIp
+aOX
+aQm
+aRJ
+aST
+aUk
+aRJ
+aRJ
+aYQ
+bam
+aYV
+aYV
+aYV
+aYV
+beE
+bfS
+biE
+bkf
+bfS
+bKH
+bmZ
+bpL
+bre
+bsN
+bre
+bvv
+bur
+bvp
+bzr
+bon
+bBQ
+bDa
+bEl
+bFH
+bHb
+bIw
+bBN
+bKT
+bMb
+bNd
+bOt
+bPu
+bOr
+bRQ
+bOr
+bSQ
+bWj
+bWk
+bXc
+bYe
+bNd
+bZU
+caS
+cbN
+ccN
+bHd
+bzs
+bzs
+bKT
+bAw
+bAw
+bFr
+ceJ
+ccM
+ccM
+cng
+bzs
+bzs
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaf
+abX
+acx
+acx
+adt
+adU
+adU
+adU
+adU
+adU
+adU
+adU
+adU
+adU
+adU
+adU
+adU
+alg
+alN
+amv
+ane
+cxN
+aog
+aoM
+apz
+aqw
+arr
+asw
+asw
+auE
+apC
+awG
+auF
+alP
+alP
+alP
+alP
+alP
+aFo
+aGV
+aIp
+aIp
+aKL
+aMz
+aNQ
+aOX
+aQm
+aRJ
+aRJ
+aRJ
+aRJ
+aRJ
+aYR
+ban
+aYV
+aYV
+aYV
+bez
+bfP
+bfS
+biD
+bke
+bfS
+bKH
+bmZ
+bpK
+brd
+bpK
+bpK
+bvu
+bux
+bvy
+bon
+bon
+bBN
+bBN
+bBN
+bBN
+bHa
+bBN
+bBN
+bKB
+bMb
+bNd
+bOr
+bPt
+bOr
+bRQ
+bSY
+bMJ
+bNl
+bNW
+bXd
+bPu
+bNd
+bZT
+bMb
+bFr
+ccM
+cdN
+bzs
+cfq
+bKT
+bAw
+ciH
+bHd
+bzs
+bAw
+cmk
+cnf
+bzs
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaS
+aaa
+aaf
+aaa
+aaa
+aaa
+adX
+aaa
+aaa
+aaa
+adX
+aaa
+aaa
+aaa
+adX
+aaa
+aaa
+aaf
+aaa
+aaa
+amw
+amw
+amw
+aoi
+aoO
+apB
+aqx
+art
+anf
+anf
+auF
+apC
+awH
+auF
+alP
+aAr
+anf
+alP
+aaa
+aFq
+aGX
+aIp
+aJO
+aKU
+aME
+aNN
+aOR
+aQh
+aRI
+aSU
+aXo
+aXo
+aXo
+aYO
+bap
+aYV
+aYV
+bci
+beB
+bfS
+bfS
+bfS
+bfS
+bfS
+bKH
+bmZ
+bon
+bon
+bon
+bon
+bon
+buG
+bvA
+bon
+bAw
+bzg
+bLS
+bLS
+bLS
+cbQ
+bLS
+bLS
+bKE
+caU
+bNc
+bOj
+bPw
+bNc
+bNc
+bNc
+bNc
+bNc
+bNc
+bNc
+bPw
+bNc
+bLS
+caU
+cbQ
+bhG
+bhG
+bhG
+cbK
+cgj
+cbK
+cbK
+chp
+bCq
+clp
+bCq
+bCq
+bCq
+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
+"}
+(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
+aaS
+aba
+aaS
+acy
+aaa
+ads
+adW
+aeG
+aaa
+ads
+adW
+aeG
+aaa
+ads
+adW
+aeG
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+amw
+aof
+aof
+aof
+aof
+anf
+aoP
+atw
+auF
+apC
+aoP
+auF
+azr
+anf
+anf
+alP
+alP
+aFo
+aGV
+aIp
+aJN
+aLd
+aMN
+aNQ
+aOZ
+aOX
+aOX
+aOX
+aUz
+aVM
+aOX
+aYT
+bam
+aYV
+baR
+bcb
+bdl
+bdO
+bPv
+bgo
+bPv
+bPv
+blq
+bna
+bPv
+bpQ
+bPv
+bdO
+btm
+buy
+bvz
+bdO
+bPv
+bna
+bPv
+bPv
+bPv
+bDV
+bPv
+bPv
+bHq
+bMe
+bIg
+bIM
+bPv
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+caT
+cbP
+ccO
+cdO
+cdO
+cdO
+cnH
+czH
+czT
+czY
+bCq
+bHE
+bHE
+clp
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaf
+aaf
+ads
+adW
+aeG
+aaa
+ads
+adW
+aeG
+aaa
+ads
+adW
+aeG
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+apC
+aqy
+anf
+anf
+aty
+auF
+apC
+alP
+auF
+alP
+alP
+alP
+alP
+ayf
+aFm
+aGF
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aIq
+aXS
+aIq
+aIq
+baZ
+bck
+bdm
+bdP
+bdP
+bdP
+bdP
+bdP
+bdP
+bnc
+boC
+bpV
+bdP
+bdP
+bto
+buL
+bvB
+cbK
+bxg
+bzk
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bIs
+bIN
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bky
+bky
+bUw
+czY
+bCq
+bLv
+bLv
+bLv
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaS
+aaa
+ads
+adW
+aeG
+aaf
+ads
+adW
+aeG
+aaf
+ads
+adW
+aeG
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+apC
+anf
+anf
+alP
+atx
+auF
+apC
+auD
+auF
+alP
+aAs
+anf
+alP
+aCG
+aFr
+aGE
+aIo
+aIo
+aIo
+aIo
+aIo
+aIo
+aIo
+aRK
+aIo
+aIo
+aUx
+aVL
+aXR
+aZc
+aZc
+baT
+bcj
+beC
+aYV
+bfT
+biG
+bkg
+blu
+bnb
+bop
+bor
+bpS
+bsO
+buh
+btn
+buH
+byf
+byf
+byf
+byf
+bDb
+bEm
+bEm
+bEm
+bDb
+bJH
+bKW
+bMg
+bIh
+bOx
+bPx
+bJN
+bRT
+bEm
+bEm
+bJN
+bRT
+bEm
+bEm
+bJN
+bRT
+bEm
+bEm
+bDb
+cfr
+cho
+bDb
+aaa
+bky
+bUw
+czY
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaS
+aaf
+ads
+adW
+aeG
+aaa
+ads
+adW
+aeG
+aaa
+ads
+adW
+aeG
+aaf
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+apC
+anf
+alP
+alP
+apE
+auG
+apC
+aoP
+auF
+apE
+anf
+anf
+alP
+aCG
+aFt
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aFu
+aVO
+bdp
+aYV
+aYV
+bba
+aXq
+aYV
+aYV
+bht
+biI
+bkh
+blw
+biI
+blw
+boE
+bpY
+bsQ
+buh
+btx
+buU
+byf
+bzu
+bAz
+bBT
+bDb
+bEm
+bEm
+bEm
+bIx
+bJJ
+bKY
+bMi
+bNo
+bIP
+bPA
+bJN
+bRU
+bSZ
+bEm
+bJN
+bRU
+bXe
+bEm
+bJN
+bRU
+bSZ
+bEm
+bDb
+cgi
+chq
+ccQ
+aaa
+bZi
+bUw
+czY
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaS
+aaa
+ads
+adY
+aeG
+aaa
+ads
+adY
+aeG
+aaa
+ads
+adY
+aeG
+aaa
+aaS
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+apC
+anf
+anf
+asx
+anf
+auF
+alP
+alP
+auF
+alP
+alP
+alP
+aCB
+aEB
+aFs
+bbE
+aIr
+bav
+aLf
+aIt
+aNS
+aPb
+aQp
+aRN
+aIt
+aUB
+aFu
+aVN
+bdp
+bar
+bar
+aYV
+aXq
+aYV
+aYV
+bfT
+biH
+bkh
+blv
+bls
+blv
+boD
+bpY
+bsP
+buh
+btw
+buT
+byf
+bzt
+bAy
+bBS
+bDb
+bEm
+bEm
+cBz
+bEm
+bJI
+bKX
+bMh
+bIt
+bOx
+bPz
+bJN
+bRU
+bEm
+bEm
+bJN
+bRU
+bEm
+bEm
+bJN
+bRU
+bEm
+cBz
+bDb
+cgi
+chq
+ccQ
+aaa
+bZi
+bUw
+czY
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaS
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aiS
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apC
+alP
+alP
+alP
+anf
+auH
+avF
+awI
+ayc
+asw
+aAu
+asw
+aCD
+aEa
+aFv
+aGG
+aIu
+aJQ
+bCI
+aIt
+aIt
+aPb
+aIt
+aRN
+aIt
+aUB
+aFu
+aVZ
+aXT
+aFu
+aFu
+bcv
+aXq
+aYV
+bfU
+bhu
+biJ
+bhM
+bjW
+blx
+bne
+boL
+bqb
+bsR
+buh
+buo
+bxd
+byf
+bzw
+bAB
+bBV
+bDb
+bEn
+bEm
+bEm
+bEm
+bJL
+bLa
+bMi
+bNo
+bPy
+bPA
+bJN
+bRW
+bTb
+bUe
+bJN
+bWl
+bXf
+bYg
+bJN
+bZV
+caV
+cbS
+bDb
+cgl
+chs
+bDb
+aaa
+bky
+bUw
+czY
+bCq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aba
+aaS
+aaS
+aaf
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+alO
+aqz
+aru
+alP
+anf
+anf
+avE
+anf
+anf
+awD
+aAt
+aty
+aCC
+aDZ
+aFu
+aFu
+aIs
+aJP
+aLg
+aMH
+aIt
+aYW
+aYW
+aYW
+aYW
+aYW
+aYW
+aVY
+aYY
+bas
+aFu
+aYV
+cBk
+aYV
+bfU
+bhu
+biJ
+bhK
+bjP
+blt
+bnd
+boG
+bqa
+bsR
+buh
+buo
+bvb
+byh
+bzv
+bAA
+bBU
+bDb
+bEm
+bEm
+bEm
+bIy
+bJK
+bKZ
+bMi
+bIu
+bIO
+bPB
+bLe
+bRV
+bTa
+bUd
+bVi
+bRV
+bTa
+bYf
+bVi
+bRV
+bTa
+cbR
+bDb
+cgk
+chr
+bDb
+aaa
+bky
+cBN
+czY
+bCq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alO
+anf
+anf
+asy
+anf
+anf
+alP
+alP
+anf
+alP
+alP
+alP
+aCE
+aDZ
+aFu
+aHc
+aIw
+aJS
+cAM
+aMJ
+aNP
+aOS
+aOS
+aOS
+aOS
+aOS
+aOS
+aWb
+aXU
+bau
+aFu
+aYV
+aXq
+aYV
+bfV
+bfV
+bfV
+bkl
+blA
+blD
+bot
+bfV
+bfV
+bfV
+bfV
+btA
+bxd
+byf
+bzy
+bAD
+bBX
+bDb
+bEm
+bEm
+bEm
+bIx
+bJM
+bLc
+bMi
+bNo
+bOx
+bPD
+bQM
+bMi
+bMi
+bRZ
+bVj
+bMi
+bMi
+bRZ
+bZa
+bMi
+bMi
+bRZ
+bMi
+bMi
+chu
+ccQ
+aaf
+bZi
+bUw
+cAa
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaf
+aaf
+alO
+aqA
+anf
+alP
+anf
+anf
+alP
+awJ
+anf
+alP
+aAv
+anf
+aCE
+aDZ
+aFu
+aHb
+aIv
+aJR
+aJR
+aIt
+aIt
+aPd
+aIt
+aRO
+aIt
+aUC
+aVP
+aXu
+aYW
+bat
+bbD
+aYV
+aXq
+beE
+bfV
+bhv
+biK
+bkk
+blz
+bly
+bos
+bpR
+bqc
+bsS
+box
+buo
+bxd
+byf
+bzx
+bAC
+bBW
+bDb
+bEm
+bEm
+bEm
+bDb
+bJH
+bLb
+bMk
+bNn
+bIQ
+bPC
+bQL
+cBG
+bTc
+bUf
+bTc
+bRX
+bTc
+bUf
+bTc
+bRX
+bTc
+cbT
+ccP
+ccP
+cht
+ckn
+csk
+czQ
+czU
+czZ
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+alP
+alP
+alP
+alP
+alP
+anf
+anf
+alP
+anf
+anf
+apE
+anf
+anf
+aCE
+aDZ
+aFu
+aHd
+aIx
+aJF
+aLh
+aIt
+aNV
+aPd
+aIt
+aRO
+aIt
+aIt
+aVQ
+aXu
+aYW
+aVQ
+aFu
+aYV
+aXq
+bds
+bfV
+bhx
+biM
+bkm
+blC
+blG
+bou
+bou
+biL
+cBs
+box
+buo
+bvc
+byf
+byf
+byf
+byf
+bDb
+bDb
+bDb
+bDb
+bDb
+bJN
+bJN
+bMm
+bNp
+bOx
+bMi
+bQN
+bRZ
+bMi
+bMi
+bVk
+bRZ
+bMi
+bMi
+bZb
+bRZ
+bMi
+bMi
+cfy
+cgn
+cjB
+ccQ
+aaf
+bZi
+czV
+czY
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+alO
+apD
+aEl
+anf
+arx
+anf
+anf
+alP
+alP
+atB
+alP
+alP
+alP
+aCF
+aDZ
+aFw
+aFw
+aFw
+aFw
+aFw
+aFw
+aFw
+aPf
+aQq
+aRP
+aIt
+aIt
+aIt
+aWd
+aXV
+aIt
+bbD
+aYV
+aXq
+aYV
+bfV
+bhw
+biL
+bhP
+blB
+blF
+bou
+bou
+biL
+bsT
+box
+btP
+bxd
+byi
+bzz
+bAE
+bBY
+bDc
+bEo
+bFI
+bHe
+bIz
+bIz
+bJN
+bMl
+bIv
+bIR
+bPE
+bLe
+bRY
+bTd
+bUg
+bVi
+bWm
+bTd
+bUg
+bVi
+bZW
+bTd
+bUg
+bDb
+bDb
+bDb
+bDb
+aaa
+bky
+czV
+czY
+bCq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+alP
+anf
+anf
+arw
+asA
+asA
+anf
+alP
+awL
+anf
+anf
+apE
+aBF
+aCH
+aED
+aFy
+aGO
+aIB
+aJJ
+aKZ
+aMW
+aFw
+aFu
+aFu
+aFu
+aTc
+aUD
+aVS
+aYW
+aYW
+bax
+aFu
+aYV
+aXq
+aYV
+bfV
+bfV
+biO
+biL
+blB
+blF
+bou
+bpT
+bqd
+box
+box
+btS
+bxd
+byi
+bwN
+bAG
+bCa
+bDc
+bEo
+bIC
+bEc
+bIB
+bIB
+bJN
+bMo
+bNp
+bOx
+bPH
+bJN
+bSa
+bTe
+bUh
+bJN
+bWn
+bXg
+bYh
+bJN
+bZX
+caW
+cbU
+bDb
+aaf
+aaf
+aaa
+aaa
+bky
+czV
+czY
+bCq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bZi
+bZi
+bZi
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+alO
+aoQ
+anf
+arv
+asz
+atA
+anf
+alP
+awK
+anf
+awD
+apE
+anf
+aCk
+aEC
+aFx
+aGM
+aIy
+aJG
+cAz
+aMK
+aFw
+aPg
+aQr
+aFu
+aTb
+aIt
+aVR
+aYW
+aYW
+aUD
+bbD
+aYV
+aXq
+aYV
+bfW
+bhy
+biN
+biL
+bni
+blM
+bni
+bni
+bni
+brl
+buj
+btQ
+bve
+byj
+bwM
+bAF
+bBZ
+bDc
+bEp
+bCX
+bEc
+bIA
+bIA
+bJN
+bMn
+bNp
+bOz
+bPG
+bJN
+bEm
+bEm
+bRU
+bJN
+bEm
+bEm
+bRU
+bJN
+bEm
+bEm
+bRU
+bDb
+aaf
+aaa
+aaa
+aaa
+bZi
+czV
+czY
+bLv
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bZi
+btp
+cqu
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alP
+alP
+alP
+aqB
+arx
+anf
+anf
+anf
+alP
+awM
+ayg
+ayg
+ayg
+ayg
+aCl
+aEe
+aFw
+aFw
+aFw
+aLo
+aLb
+aFw
+aFw
+aPi
+aQt
+aRQ
+aIt
+aUF
+aLg
+aYW
+aYW
+aVQ
+aFu
+aYV
+aXq
+aYV
+bfX
+bhz
+biQ
+biL
+biL
+blN
+biL
+biL
+biL
+biL
+bsw
+btU
+bxe
+bvC
+bzD
+bxv
+bCc
+bDc
+bEo
+bDj
+bDY
+bIA
+bIA
+bJN
+bMq
+bNp
+bOx
+bPJ
+bJN
+bEm
+bSZ
+bRU
+bJN
+bEm
+bXe
+bRU
+bJN
+bEm
+bSZ
+bRU
+bDb
+aaf
+aaa
+aaa
+aaa
+bZi
+czV
+czY
+bLv
+aaf
+aaf
+aaf
+aaf
+aaf
+bky
+bky
+bZi
+cqu
+bZi
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alP
+aoP
+alP
+alP
+apE
+alP
+atB
+alP
+alP
+awx
+aye
+ayd
+aAc
+ayd
+aCI
+aEd
+aFw
+aHf
+aIz
+aJM
+aLa
+cBZ
+aFw
+aPh
+aQs
+aFu
+aTd
+aUE
+aVT
+aYW
+aYW
+aZd
+aFu
+aYV
+aXq
+aYV
+bfX
+bhy
+biP
+bko
+blE
+bnj
+bov
+bpU
+brq
+bsW
+buj
+bvE
+bxd
+byk
+bzC
+bAH
+bCb
+bDc
+bEo
+bDf
+bEb
+bGY
+bGY
+bJN
+bMp
+bNp
+bOx
+bPI
+bJN
+bEm
+bEm
+bUi
+bJN
+bEm
+bEm
+bUi
+bJN
+bEm
+bEm
+bUi
+bDb
+aaf
+aaf
+aaa
+aaa
+bZi
+czV
+czY
+bLv
+aaa
+aaa
+aaa
+aaf
+aaf
+bky
+cwy
+cmn
+cmn
+bZi
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+alP
+alP
+alP
+alP
+alP
+anf
+anf
+anf
+anf
+anf
+anf
+aty
+anf
+awx
+avI
+asA
+apE
+arx
+aCo
+aEf
+aFw
+aGU
+aIC
+aJU
+aLe
+aMX
+aFw
+aCR
+aCR
+aCR
+aCR
+aCR
+aCR
+aWe
+aWe
+aCR
+aCR
+bcs
+aXq
+aYV
+bfX
+bfV
+bfV
+bfV
+bfV
+bfV
+box
+bpW
+brs
+box
+box
+buo
+bxd
+byk
+byk
+byk
+byk
+bDc
+bDc
+bJR
+bEg
+bDc
+bDc
+bLe
+bMr
+bNr
+bIT
+bJN
+bJN
+bJN
+bJN
+bJN
+bJN
+bJN
+bJN
+bDb
+bDb
+bDb
+bDb
+bDb
+bDb
+bky
+bky
+bky
+bky
+bky
+czX
+cAc
+bCq
+bky
+bky
+bky
+bky
+bky
+bky
+cmn
+cmn
+cmn
+bZi
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alO
+amx
+anf
+anf
+anf
+anf
+alP
+alP
+alP
+asB
+asB
+asB
+avo
+awx
+avH
+asB
+asB
+asB
+aCK
+aEf
+aFw
+aHg
+aIA
+aJT
+aLc
+aMX
+aFw
+aPj
+aFz
+aRR
+aTe
+aUG
+aFz
+aRS
+aXW
+baz
+aCR
+bcx
+aXq
+aYV
+bfY
+bhA
+biR
+bkq
+bjZ
+bvx
+boz
+boM
+bzE
+bsX
+bsz
+btW
+bxf
+bzE
+bzE
+bzE
+bzE
+bDd
+bEq
+bDl
+bEf
+bFQ
+bHc
+bHK
+bIb
+bID
+bOA
+bPK
+bQO
+bSb
+bOu
+bUj
+bVl
+bWo
+bXh
+bQZ
+bTl
+bZY
+caX
+bTl
+bQZ
+cdQ
+btp
+bky
+czG
+czR
+czW
+cAb
+cko
+clq
+cmq
+ciI
+cnJ
+cri
+bYr
+cmn
+cBT
+cBU
+bZi
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+alP
+alP
+alP
+alP
+alP
+anf
+alP
+aqD
+arz
+asB
+atD
+auJ
+asB
+awQ
+avK
+azt
+aAy
+asB
+aCN
+aEf
+aFw
+aGY
+aII
+aJW
+aMX
+aMX
+aNW
+aPl
+aQv
+aPl
+aTg
+aUI
+aTg
+aRS
+aZf
+aFz
+bbF
+aYV
+aXq
+aYV
+bfX
+bhB
+bgp
+bhU
+bhU
+blX
+bow
+boO
+bhU
+bsZ
+cdX
+ceX
+bvg
+bvD
+bvD
+cBx
+bzB
+bAa
+bBE
+bDm
+bEr
+bFR
+bHf
+bHM
+bFR
+bIE
+bJr
+bJO
+bWr
+bQX
+bQX
+bUk
+bVn
+bWq
+bXj
+bYj
+bZc
+bTl
+bTl
+bTl
+bQZ
+bNB
+ceM
+ccU
+cgo
+czS
+blO
+cAd
+bky
+bDh
+cBL
+btp
+btp
+cvO
+bky
+bky
+bky
+bky
+bky
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+alP
+anf
+alP
+aqC
+ary
+asB
+atC
+auI
+auI
+awP
+avJ
+awO
+awO
+asB
+aCM
+aEg
+aFw
+aHi
+aHi
+aJV
+aFw
+aFw
+aFw
+aPk
+aQu
+aPk
+aTf
+aUH
+aTf
+aRS
+aZf
+baA
+bbF
+aYV
+aXq
+aYV
+bfZ
+bhA
+biS
+bkr
+blH
+bnm
+boy
+bpX
+brt
+brm
+bsA
+bvH
+bvf
+brt
+bwO
+bxF
+bzA
+bzZ
+bBD
+bBD
+bBD
+bBD
+bBD
+bHL
+bBD
+bBD
+bJo
+bPK
+bQX
+bWr
+bQX
+bQX
+bWr
+bWp
+bXi
+bYi
+bTl
+bTl
+caY
+cbV
+bQZ
+blQ
+brG
+cfs
+cgm
+bns
+bky
+bky
+bky
+bky
+bky
+bky
+btp
+csy
+cko
+cAf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+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
+alP
+anf
+alP
+alP
+alP
+asB
+atE
+auI
+auI
+awT
+avM
+azv
+aAA
+asB
+aCE
+aEi
+aFw
+aHl
+aID
+aID
+aFw
+aMM
+aFz
+aFz
+aQw
+aRS
+aRS
+aRS
+aRS
+aRS
+aZf
+aRS
+bbF
+aYV
+aXq
+aYV
+bga
+bgc
+bgc
+bgc
+bgc
+bgc
+boB
+boB
+boB
+btb
+buo
+bvJ
+bvJ
+bvJ
+bwQ
+bxW
+bvK
+bvK
+bEt
+bDn
+bEz
+bFS
+bJT
+bLh
+bMs
+bMs
+bMs
+bPN
+bQS
+bSf
+bWr
+bWr
+bQX
+bWr
+bXl
+caZ
+cba
+bTl
+cbc
+bTl
+bQZ
+cdR
+ceO
+bky
+cgm
+chw
+ciK
+cjC
+ckp
+cls
+cmr
+bky
+btp
+cmo
+bky
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+alP
+anf
+apE
+anf
+anf
+asB
+asB
+asB
+avL
+awR
+auI
+azu
+aAz
+asB
+aCO
+aEh
+aFz
+aHk
+aFz
+aFz
+aTe
+aML
+aFz
+aFz
+aQw
+cdl
+aRS
+aRS
+aRS
+aRS
+aZf
+aRS
+bbF
+aYV
+aXq
+aYV
+bfX
+bhC
+biU
+bks
+blI
+bnn
+boA
+bpZ
+boB
+bta
+buo
+bvJ
+bCk
+byo
+aDH
+bxP
+bCf
+bvK
+bEs
+bGc
+bHm
+bGc
+bEs
+bEs
+aaf
+aaf
+aaf
+bPN
+bQR
+bSe
+bMf
+bNe
+bNm
+bNX
+bTf
+bQZ
+bTl
+bTl
+cbb
+bTl
+bQZ
+cdR
+ceN
+bky
+cgp
+chv
+ciJ
+cbf
+cbf
+clr
+bnt
+bky
+btp
+cou
+bZi
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+alP
+aoQ
+alP
+aqE
+arA
+asB
+atG
+auL
+avN
+axa
+auI
+azw
+aAA
+asB
+aCQ
+aEk
+aFB
+aHn
+aFB
+csT
+aFB
+aLr
+aFB
+aPn
+aQy
+aPn
+aTi
+aUK
+aVU
+aWg
+aZf
+baA
+bbF
+aYV
+aXq
+aYV
+bfX
+bhD
+biV
+biW
+blK
+bnp
+bng
+boQ
+brx
+bro
+buo
+bvJ
+bxj
+byq
+bwR
+bxY
+bCh
+bvK
+bEv
+bFU
+bFU
+bFU
+bJV
+bEC
+bMu
+bMu
+bMu
+bEC
+bQU
+bQU
+bTl
+bQU
+bXr
+bWr
+bOw
+bQZ
+bQZ
+bQZ
+cka
+bQZ
+bQZ
+bQZ
+bQZ
+bQZ
+cgr
+chx
+bky
+bky
+bky
+clt
+bnt
+bky
+btp
+bMB
+bZi
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+alP
+alP
+alP
+alP
+alP
+asB
+atF
+auK
+auJ
+awS
+auI
+awO
+awO
+asB
+aCP
+aEj
+aFA
+aHm
+aEj
+aEj
+aEj
+aEj
+aEj
+aPm
+aQx
+aPm
+aTh
+aUJ
+aTh
+aXz
+aZg
+aFz
+bbF
+aYV
+bdv
+aYV
+bgb
+bhC
+biU
+biW
+blJ
+bno
+bnf
+boP
+bqf
+brn
+bsC
+bvK
+bxi
+byp
+bzJ
+bxY
+bCg
+bvK
+bEu
+bFU
+bFU
+bFU
+bJU
+bEC
+bMt
+bNt
+bNt
+bEC
+bQT
+bSg
+bTk
+bSh
+bXr
+bQX
+bOv
+bYk
+bYk
+bZZ
+cjW
+bZZ
+ccR
+cdS
+ceP
+bQZ
+cgq
+chx
+bky
+aaa
+bky
+cgr
+cms
+bky
+btp
+bNA
+bky
+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
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+asB
+atH
+auM
+avO
+awU
+ayj
+azx
+aAB
+asB
+aCR
+aEm
+aCR
+aPl
+aQv
+aPl
+aQv
+aCR
+aNY
+aCR
+aQA
+aCR
+aTj
+aFz
+aVV
+aXB
+aZh
+baB
+aCR
+bcq
+bdx
+bcq
+bgc
+bgc
+biX
+bhV
+bka
+blZ
+bnk
+bpo
+bqk
+brp
+bsD
+bvK
+bxl
+bys
+bzM
+bya
+bCj
+bvK
+bEx
+bFU
+bFU
+bGl
+bJX
+bEC
+bMw
+cBE
+bOE
+bEC
+bQV
+bSi
+bTm
+bUn
+bXr
+bQX
+bOv
+bYm
+bYm
+bZZ
+ckN
+bZZ
+ccR
+cdS
+ceP
+bQZ
+cgt
+chx
+bZi
+aaa
+bZi
+clt
+bnt
+btp
+btp
+bky
+bky
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+asB
+asB
+asB
+asB
+asB
+asB
+asB
+asB
+asB
+aCR
+bfb
+aCR
+aHo
+aIE
+aKe
+aIE
+aCR
+aNX
+aPo
+aQz
+aCR
+aCR
+aCR
+aCR
+aXy
+aZe
+aCR
+aCR
+bcy
+bdw
+beG
+bgc
+bhE
+biW
+bkv
+blL
+biW
+bnh
+biW
+brx
+bte
+bup
+bvK
+cBu
+byr
+bzL
+bxZ
+bCi
+bvK
+bEw
+bFU
+bFU
+bGk
+bJW
+bEC
+bMv
+bNu
+bMv
+bEC
+bQT
+bSh
+coT
+bTl
+bXr
+bNZ
+bOy
+bZd
+bYl
+caa
+ckM
+cbW
+ccS
+ccS
+ceQ
+cft
+cgs
+chy
+bZi
+aaa
+bZi
+clt
+bns
+bky
+bky
+bky
+aaa
+aaa
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aba
+aaS
+aaS
+aaS
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+atS
+apQ
+aoV
+aoV
+atS
+apQ
+apQ
+apQ
+atS
+aCR
+aEn
+aCR
+aHq
+aHq
+aHq
+aHq
+aCR
+aCR
+aCR
+aCR
+aCR
+aTl
+aUL
+aVW
+aXD
+aZj
+baD
+bbG
+aTk
+bdy
+beI
+bgc
+bhF
+biW
+bib
+bki
+bma
+bnl
+bpq
+boB
+bth
+bus
+bvK
+bxm
+byu
+bzN
+byb
+aGs
+bvK
+bBF
+bFU
+bEL
+bGz
+bJZ
+bEC
+bMx
+bNw
+bOF
+bEC
+bQW
+bSj
+bTn
+bUo
+bNq
+bOk
+bOB
+bPs
+bYo
+cab
+cbd
+cbX
+ccT
+bSc
+bSc
+cfu
+cgu
+chA
+bky
+aaa
+bky
+clt
+bns
+aaf
+aaf
+aaf
+aaf
+aaf
+aaS
+aaa
+aaf
+aaa
+acy
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+atS
+aoV
+aoV
+aoV
+atS
+aoV
+aoV
+apQ
+atS
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aMZ
+aNZ
+aPp
+aQB
+aNa
+aTk
+aPq
+aPq
+aXC
+aZi
+baC
+aPq
+aPq
+bdy
+beH
+bgc
+bgc
+bgc
+bgc
+bgc
+bgc
+bgc
+bpp
+bgc
+brr
+bsE
+bvK
+bvK
+byt
+byt
+byt
+byt
+byt
+bEy
+bFU
+bFT
+bFU
+bJY
+bEC
+bMv
+bNv
+bMv
+bEC
+bPN
+bPK
+bPN
+bPN
+bPK
+bPN
+bPK
+bPb
+bQG
+bPN
+bPN
+bPN
+bQZ
+bQZ
+bQZ
+bQZ
+bky
+chz
+bky
+bky
+bky
+clt
+bns
+aaa
+aaa
+aaa
+aaa
+aaa
+aaS
+aaa
+crj
+crB
+crS
+aaa
+crj
+crB
+crS
+aaa
+crj
+crB
+crS
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+atS
+aoV
+aoV
+aoV
+aaH
+aoV
+aoV
+apQ
+atS
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aMZ
+aOb
+aPr
+aQC
+aRU
+aQC
+aQC
+aQC
+czO
+aZl
+baE
+bbH
+bcA
+bdz
+beJ
+bge
+bhH
+biY
+biY
+biY
+bmd
+bnr
+bpr
+bgc
+btj
+buu
+bvM
+bxo
+bqe
+bzO
+bzO
+bzO
+bqe
+bEB
+bFW
+bFT
+bFU
+bFU
+bLi
+bMz
+bNy
+bOH
+bEs
+bQY
+bQX
+bTo
+bUp
+bUp
+bUp
+bXs
+bPL
+bQI
+bPN
+bWr
+cbZ
+bQZ
+cmo
+bky
+bDh
+bky
+chC
+ciL
+btp
+btp
+clv
+cmt
+aaa
+aaa
+aaa
+aaa
+aaa
+aba
+aaf
+crj
+crC
+crS
+aaa
+crj
+crC
+crS
+aaa
+crj
+crC
+crS
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+avT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+atS
+aoV
+aoV
+aoV
+aaH
+aoV
+aoV
+aoV
+atS
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aMZ
+aOa
+aVX
+aTm
+aRL
+aTm
+aTm
+aTm
+aWh
+aZk
+aTm
+aTm
+bcz
+aTm
+aTm
+bgd
+bhG
+bhG
+bhG
+blO
+bmc
+bnq
+bgc
+bgc
+bru
+bsF
+btY
+bxn
+bqe
+bzO
+bzO
+bzO
+bqe
+bEA
+bFV
+bFT
+bGA
+bHg
+bFU
+bMy
+bNx
+bOG
+bEs
+bQX
+bSk
+bQX
+bUp
+bUp
+bUp
+bXr
+bPF
+bWr
+bWr
+bWr
+cbY
+bQZ
+btp
+bky
+bky
+bky
+ccp
+cbf
+cbf
+cbf
+clu
+cmt
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+crj
+crC
+crS
+aaf
+crj
+crC
+crS
+aaf
+crj
+crC
+crS
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaH
+aoV
+aoV
+aoV
+atS
+aoV
+aoV
+aoV
+atS
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aNa
+aOd
+aOU
+aPq
+aNa
+aPq
+aPq
+aPq
+aOU
+aPq
+aPq
+aPq
+bcC
+cBl
+aPq
+bgg
+aNa
+aaa
+bky
+bqh
+bme
+bnx
+bqe
+brA
+brw
+buw
+bvO
+bxq
+byv
+bzO
+bAR
+bzO
+bqe
+bED
+bFX
+bFT
+bGF
+bKa
+bFU
+bMA
+bNz
+bOI
+bEs
+bRa
+bQX
+bTp
+bUp
+bVs
+bUp
+bXt
+bPM
+bZh
+bPN
+cbe
+cbY
+bQZ
+btp
+ceS
+cae
+bky
+ccq
+cdq
+cjE
+ckr
+clw
+cmu
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+crj
+crC
+crS
+aaa
+crj
+crC
+crS
+aaa
+crj
+crC
+crS
+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
+"}
+(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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+atS
+aoV
+aoV
+aoV
+atS
+aoV
+aoV
+aoV
+apQ
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aNa
+aOc
+aPs
+aPq
+aNa
+aPq
+aPs
+aPs
+aXG
+aZm
+aPs
+aPq
+bcB
+aPq
+aPs
+bgf
+aNa
+aaf
+bky
+blP
+bns
+boF
+bqe
+brz
+brv
+cBt
+bvN
+bxp
+byv
+bzO
+bAQ
+bCl
+bqe
+bEC
+bEC
+bEM
+bGC
+bEC
+bEC
+bEC
+bEC
+bEC
+bEC
+bQZ
+bQZ
+bQZ
+bQZ
+bQZ
+bQZ
+bQZ
+bUp
+bQZ
+bQZ
+bQZ
+bQZ
+bQZ
+btp
+ceR
+btp
+cbv
+ccq
+bns
+cjD
+cjD
+cjD
+cjD
+cnj
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+crj
+crC
+crS
+aaa
+crj
+crC
+crS
+aaa
+crj
+crC
+crS
+aaa
+aaf
+aaS
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+atS
+aoV
+aoV
+aoV
+atS
+aoV
+aoV
+aoV
+aoV
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aNa
+aNa
+aNa
+aQF
+aNa
+aTn
+aNa
+aNa
+aNa
+aNa
+aNa
+cyp
+aNa
+bdA
+aNa
+aNa
+aNa
+aaa
+bky
+blR
+bns
+boF
+bqe
+brC
+brv
+buv
+bvO
+bxr
+byv
+bzO
+bzO
+bzO
+bqe
+bEF
+bky
+bEO
+bGK
+bKc
+bky
+bMB
+bNA
+btp
+btp
+bRb
+bDh
+bPN
+bUq
+bVt
+bVt
+bUp
+bUp
+bUp
+bPN
+bDh
+bqg
+bky
+bDh
+bDh
+ckS
+bky
+ccq
+cds
+cjD
+ckt
+cly
+cmw
+cnj
+cnj
+cnj
+aaa
+aaa
+aaf
+aaa
+aaa
+crD
+aaa
+aaa
+aaa
+crD
+aaa
+aaa
+aaa
+csZ
+aaa
+aaa
+aaa
+aaf
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apQ
+aoV
+aoV
+aoV
+atS
+aoV
+aoV
+aoV
+aoV
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aNa
+aQE
+aNa
+aQE
+aNa
+aaa
+aaf
+aaa
+aNa
+aQE
+aNa
+aQE
+aNa
+aaf
+aaf
+aaf
+bky
+cyC
+bns
+boF
+bqe
+brB
+brv
+bsG
+bvP
+bxn
+bqe
+bzO
+bzO
+bzO
+bqe
+bEE
+bFY
+bEN
+bGG
+bKb
+bFY
+buz
+buz
+buz
+buz
+buz
+bSl
+bTq
+bTq
+bTq
+bTq
+bTq
+bTq
+bTq
+bTq
+cbf
+cbf
+ccU
+ccU
+ccU
+ccU
+ccU
+ccr
+cdr
+cjF
+cks
+clx
+cmv
+cnk
+cnK
+cyU
+cpi
+cpi
+cpi
+cqJ
+crk
+crk
+crk
+crk
+crk
+crk
+crk
+csE
+cpi
+csY
+cpi
+cpi
+cpi
+ctB
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+apQ
+aoV
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aNa
+aQE
+aNa
+aQE
+aNa
+aaf
+aaf
+aaf
+aNa
+aQE
+aNa
+aQE
+aNa
+aaa
+aaf
+aaa
+aaf
+aaa
+bns
+boF
+bqe
+brD
+brP
+bsI
+bvO
+bxs
+byw
+bzO
+bzO
+bzO
+bqe
+bEG
+bGa
+bHs
+bGL
+bKd
+bhG
+bMC
+blO
+blO
+bPO
+blO
+bSm
+bTr
+bTr
+bTr
+bTr
+bXu
+bTr
+bTr
+bTr
+cbg
+bTr
+bTr
+bXu
+bTr
+cbg
+bTr
+cct
+cdu
+cjG
+cku
+clz
+cmx
+cnj
+cnj
+cnj
+aaa
+aaa
+aaf
+aaa
+aaa
+crF
+aaa
+aaa
+aaa
+crF
+aaa
+aaa
+aaa
+csZ
+aaa
+aaa
+aaa
+aaf
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aoV
+aoV
+aoV
+aoV
+apQ
+aoV
+aoV
+aoV
+aoV
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aNa
+aeR
+aNa
+aQE
+aNa
+aaf
+aaa
+aaf
+aNa
+aQE
+aNa
+afE
+aNa
+aaa
+aaa
+aaa
+aaf
+aaa
+bns
+boF
+bqe
+bqe
+bry
+bsH
+bqe
+bqe
+bqe
+bqe
+bqe
+bqe
+bqe
+bEG
+bFZ
+bHr
+bIS
+bEs
+bEs
+bEs
+bky
+bky
+btp
+bky
+bky
+bky
+bky
+bky
+btp
+bky
+bky
+bky
+bky
+bky
+bky
+bky
+bky
+btp
+bky
+bky
+bky
+bky
+cjD
+cjD
+cjD
+cjD
+cnj
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+crj
+crE
+crS
+aaa
+crj
+crE
+crS
+aaa
+crj
+crE
+crS
+aaa
+aaf
+aaS
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aNa
+aQE
+aNa
+aQE
+aNa
+aaf
+aaf
+aaf
+aNa
+aQE
+aNa
+aQE
+aNa
+aaa
+aaa
+aaa
+aaf
+aaf
+bns
+boH
+biY
+brF
+brQ
+bsM
+buz
+buz
+buz
+buz
+buz
+buz
+buz
+bEI
+bFZ
+bHu
+bIV
+bKf
+bLk
+bEs
+bNC
+btp
+btp
+bky
+aaa
+aaa
+aaf
+bky
+btp
+btp
+bYr
+btp
+cad
+cbi
+bky
+ccW
+cdV
+btp
+bky
+cgy
+ccV
+bky
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+crj
+crE
+crS
+aaa
+crj
+crE
+crS
+aaa
+crj
+crE
+crS
+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
+"}
+(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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aNa
+cyh
+aRW
+aTo
+aNa
+aaa
+aaf
+aaa
+aNa
+aTo
+aRW
+cyr
+aNa
+aaa
+aaa
+aaf
+aaf
+aaf
+bnu
+bhG
+bhG
+bhG
+bhG
+bsJ
+brE
+bhG
+bhG
+bhG
+bhG
+brE
+bhG
+bEH
+bGb
+cBA
+bIU
+bKe
+bLj
+bEs
+bNB
+btp
+bPP
+bky
+aaa
+aaa
+aaf
+bky
+bky
+bky
+bky
+btp
+cac
+cbh
+bky
+ccV
+btp
+btp
+cfv
+cBL
+btp
+bky
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+crj
+crE
+crS
+aaf
+crj
+crE
+crS
+aaf
+crj
+crE
+crS
+aaa
+aaS
+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
+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
+cwI
+cwI
+cwI
+cxg
+cwI
+afa
+cwI
+crx
+crx
+crx
+cwI
+cxK
+cwI
+cxK
+cwI
+cwI
+cwI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bky
+btq
+brH
+bvQ
+bxt
+bvQ
+bCm
+bDh
+bEs
+bGd
+bHv
+bIW
+bKe
+bLm
+bEs
+bky
+bky
+bky
+bky
+aaa
+aaa
+aaf
+aaa
+aaf
+bky
+bYs
+btp
+cae
+btp
+btp
+btp
+btp
+ceT
+bky
+btp
+chH
+bky
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+crj
+crE
+crS
+aaa
+crj
+crE
+crS
+aaa
+crj
+crE
+crS
+aaf
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cwI
+cwI
+cwI
+cwI
+cwY
+cxd
+cxe
+cwI
+cwL
+anq
+anq
+anq
+anq
+anq
+cwL
+cwI
+cxQ
+cxQ
+cxU
+cwI
+cwI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bZi
+bqg
+brG
+brG
+btp
+brG
+brG
+bDg
+bEs
+bGc
+bGc
+bGc
+bEs
+bLl
+bEs
+aaf
+aaa
+aaf
+atS
+aaa
+aaa
+aaf
+aaa
+aaf
+bky
+bky
+bZi
+bZi
+bZi
+bky
+bky
+bky
+blP
+bky
+bky
+bky
+bky
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aba
+aaa
+crj
+crG
+crS
+aaa
+crj
+crG
+crS
+aaa
+crj
+crG
+crS
+aaa
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aae
+aaa
+aaa
+aaa
+cwI
+crO
+cwK
+cwP
+cwI
+cwY
+cxe
+cxh
+cwI
+cxo
+cwL
+cwL
+cwL
+cwL
+cwL
+cxL
+cwI
+cxQ
+cxQ
+cxU
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bZi
+btp
+brI
+bvR
+btp
+byx
+brI
+bky
+bky
+aaf
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aag
+aaf
+aaa
+aaa
+aaa
+aaf
+aaf
+bky
+ceU
+bky
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaS
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aba
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+crx
+crN
+cwJ
+cwO
+cwI
+cwY
+cxe
+cxh
+cwI
+cwL
+cxq
+cxq
+cxq
+cxq
+cxq
+cwL
+cxM
+cxQ
+cxQ
+cxV
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bky
+bky
+bky
+bky
+bky
+bky
+bky
+bky
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aag
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+bky
+cyC
+bky
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+crx
+cwF
+cwL
+cwR
+cwI
+crx
+cxf
+crx
+cxm
+cwL
+cxr
+cxr
+cxr
+cxr
+cxr
+cwL
+cwI
+cxR
+cxQ
+cxV
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aag
+aag
+aag
+aaf
+aaa
+aaa
+aaf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+crx
+crQ
+cwL
+cwQ
+cwI
+cwZ
+cwL
+cxi
+cxj
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+cwW
+cwI
+cwI
+cwI
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+crx
+cwF
+cwL
+cwL
+cwX
+cwL
+cwL
+anq
+cxj
+cwL
+cxq
+cxq
+cxq
+cxq
+cxq
+cwL
+crx
+cxc
+cxa
+cxc
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+crx
+cwG
+amB
+amB
+cwW
+cxa
+cwL
+cxj
+cxj
+cwL
+cxr
+cxr
+cxr
+cxr
+cxr
+cwL
+cxO
+cxa
+cxa
+cxa
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+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
+cwI
+crO
+cwN
+cwS
+cwI
+cxc
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+cwL
+crx
+cxa
+cxa
+cxa
+cxX
+cxZ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+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
+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
+"}
+(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
+cwI
+cwI
+cwI
+cwI
+cxb
+cxa
+cxa
+cxa
+cxp
+cxs
+cxs
+cxs
+cxs
+cxs
+cxp
+crx
+cxS
+cxT
+cxS
+cwI
+cwI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cwI
+crx
+cwI
+crx
+cwI
+cwI
+cwI
+crx
+crx
+crx
+cwI
+cwI
+cwI
+crx
+cwI
+crx
+cwI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+cxn
+aaa
+aaa
+aaa
+aaa
+aag
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaa
+aaa
+aag
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aag
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+cBX
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+bGf
+bLo
+bGf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+bIX
+bGf
+bLn
+bGf
+bIX
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+bGf
+bGf
+bKh
+bLo
+bMD
+bGf
+bGf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+bGe
+bGe
+bIY
+bKg
+bKg
+bKg
+bND
+bGe
+bGe
+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
+"}
+(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
+aaf
+aaf
+aaf
+bGf
+bHw
+bJa
+bKg
+bLp
+bKg
+bNF
+bOJ
+bGf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+bGe
+bGe
+bIZ
+bKg
+bKg
+bKg
+bNE
+bGe
+bGe
+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
+"}
+(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
+aaf
+aaf
+bGf
+bGf
+bKi
+bLr
+bME
+bNG
+bNG
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+bIX
+bGf
+bLq
+bGf
+bIX
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aaf
+aaf
+bGf
+bGe
+bGf
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+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
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+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
+"}
+(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
+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
+"}
+(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
+aHr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aHr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aHr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aHr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aHr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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
+aHr
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+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/debug/runtimestation.dmm b/_maps/map_files/debug/runtimestation.dmm
new file mode 100644
index 0000000000..0e6c0e299d
--- /dev/null
+++ b/_maps/map_files/debug/runtimestation.dmm
@@ -0,0 +1,255 @@
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/obj/structure/lattice,/turf/open/space,/area/space)
+"ac" = (/turf/open/space,/area/space/nearstation)
+"ad" = (/turf/closed/wall/r_wall,/area/maintenance/maintcentral)
+"ae" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space,/area/space/nearstation)
+"af" = (/turf/open/floor/plating,/area/maintenance/maintcentral)
+"ag" = (/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
+"ah" = (/turf/closed/wall/r_wall,/area/atmos)
+"ai" = (/obj/machinery/power/rtg/advanced,/turf/open/floor/plating/airless,/area/space/nearstation)
+"aj" = (/turf/closed/wall/r_wall,/area/engine/engineering)
+"ak" = (/turf/closed/wall/r_wall,/area/engine/gravity_generator)
+"al" = (/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/structure/closet/secure_closet/atmospherics,/turf/open/floor/plating,/area/atmos)
+"am" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/atmos)
+"an" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/space,/area/space/nearstation)
+"ao" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8";tag = ""},/turf/open/space,/area/space/nearstation)
+"ap" = (/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/machinery/power/apc{dir = 8;pixel_x = -24},/obj/structure/closet/secure_closet/engineering_electrical,/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating,/area/engine/engineering)
+"aq" = (/obj/machinery/computer/monitor,/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8";tag = ""},/turf/open/floor/plating,/area/engine/engineering)
+"ar" = (/obj/structure/closet/secure_closet/engineering_welding,/turf/open/floor/plating,/area/engine/engineering)
+"as" = (/obj/machinery/power/smes{charge = 5e+006},/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 9},/area/engine/gravity_generator)
+"at" = (/obj/machinery/power/apc{dir = 1;name = "Gravity Generator APC";pixel_x = 0;pixel_y = 25},/obj/structure/cable{icon_state = "0-8";d2 = 8},/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 5},/area/engine/gravity_generator)
+"au" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/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/plating,/area/engine/gravity_generator)
+"av" = (/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
+"aw" = (/turf/open/floor/plating,/area/atmos)
+"ax" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/atmos)
+"ay" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/atmos)
+"az" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/machinery/meter,/turf/open/floor/plating,/area/atmos)
+"aA" = (/obj/structure/lattice/catwalk,/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"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/space,/area/space/nearstation)
+"aB" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/space,/area/space/nearstation)
+"aC" = (/obj/machinery/door/airlock,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/engine/engineering)
+"aD" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/engine/engineering)
+"aE" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8";tag = ""},/turf/open/floor/plating,/area/engine/engineering)
+"aF" = (/turf/open/floor/plating,/area/engine/engineering)
+"aG" = (/obj/machinery/power/terminal{icon_state = "term";dir = 1},/obj/machinery/light{icon_state = "tube1";dir = 8},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/engine/gravity_generator)
+"aH" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/engine/gravity_generator)
+"aI" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/gravity_generator)
+"aJ" = (/turf/open/floor/plasteel/vault{dir = 1},/area/engine/gravity_generator)
+"aK" = (/turf/open/floor/plasteel/vault{dir = 8},/area/engine/gravity_generator)
+"aL" = (/turf/open/floor/plasteel/vault{dir = 4},/area/engine/gravity_generator)
+"aM" = (/obj/machinery/suit_storage_unit/ce,/turf/open/floor/plating,/area/atmos)
+"aN" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plasteel{dir = 2},/obj/effect/turf_decal/bot{dir = 2},/area/atmos)
+"aO" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4;on = 1},/turf/open/floor/plasteel,/area/atmos)
+"aP" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/atmos)
+"aQ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/space,/area/space/nearstation)
+"aR" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/space,/area/space/nearstation)
+"aS" = (/obj/structure/table,/obj/item/device/flashlight{pixel_y = 5},/obj/item/weapon/airlock_painter,/turf/open/floor/plating,/area/engine/engineering)
+"aT" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating,/area/engine/engineering)
+"aU" = (/obj/machinery/door/airlock/glass_engineering{name = "Gravity Generator";req_access_txt = "11";req_one_access_txt = "0"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/gravity_generator)
+"aV" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/engine/gravity_generator)
+"aW" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/engine/gravity_generator)
+"aX" = (/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)
+"aY" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
+"aZ" = (/obj/structure/tank_dispenser{pixel_x = -1},/turf/open/floor/plating,/area/atmos)
+"ba" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plating,/area/atmos)
+"bb" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel{dir = 2},/obj/effect/turf_decal/bot{dir = 2},/area/atmos)
+"bc" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8;on = 1},/turf/open/floor/plasteel,/area/atmos)
+"bd" = (/obj/structure/table,/obj/item/weapon/weldingtool/experimental,/turf/open/floor/plating,/area/engine/engineering)
+"be" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering)
+"bf" = (/obj/structure/closet/secure_closet/engineering_chief,/turf/open/floor/plating,/area/engine/engineering)
+"bg" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/engine/gravity_generator)
+"bh" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/engine/gravity_generator)
+"bi" = (/obj/machinery/gravity_generator/main/station,/turf/open/floor/plasteel/vault{dir = 8},/area/engine/gravity_generator)
+"bj" = (/obj/machinery/power/apc{dir = 8;pixel_x = -24},/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/obj/machinery/light,/obj/structure/table,/obj/item/device/analyzer,/obj/item/weapon/wrench,/turf/open/floor/plating,/area/atmos)
+"bk" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/atmos)
+"bl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/meter,/turf/open/floor/plating,/area/atmos)
+"bm" = (/obj/machinery/atmospherics/components/binary/valve/open{icon_state = "mvalve_map";dir = 4},/turf/open/floor/plating,/area/atmos)
+"bn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9;pixel_y = 0},/obj/machinery/light,/turf/open/floor/plating,/area/atmos)
+"bo" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/obj/structure/table,/obj/item/weapon/screwdriver/power,/obj/item/weapon/wirecutters/power,/turf/open/floor/plating,/area/engine/engineering)
+"bp" = (/obj/machinery/light,/obj/item/weapon/storage/box/lights/mixed,/obj/item/device/lightreplacer,/turf/open/floor/plating,/area/engine/engineering)
+"bq" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 10},/area/engine/gravity_generator)
+"br" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 6},/area/engine/gravity_generator)
+"bs" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/closed/wall/r_wall,/area/hallway/primary/central)
+"bt" = (/obj/machinery/door/airlock,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/atmos)
+"bu" = (/turf/closed/wall/r_wall,/area/bridge)
+"bv" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge)
+"bw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/engine/engineering)
+"bx" = (/obj/machinery/door/airlock,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering)
+"by" = (/turf/closed/wall/r_wall,/area/hallway/secondary/entry)
+"bz" = (/obj/machinery/light{dir = 8},/turf/open/floor/plating,/area/maintenance/maintcentral)
+"bA" = (/turf/closed/wall/r_wall,/area/hallway/primary/central)
+"bB" = (/obj/machinery/power/apc{dir = 8;pixel_x = -24},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/structure/closet/jcloset,/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bC" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bD" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8;on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bE" = (/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bF" = (/obj/structure/closet/secure_closet/CMO,/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bG" = (/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/machinery/power/apc{dir = 8;pixel_x = -24},/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/obj/structure/closet/secure_closet/captains,/turf/open/floor/plasteel/blue/side{dir = 8},/area/bridge)
+"bH" = (/obj/structure/table,/obj/item/ammo_box/c10mm,/obj/item/weapon/gun/ballistic,/turf/open/floor/plasteel,/area/bridge)
+"bI" = (/obj/structure/table,/turf/open/floor/plasteel,/area/bridge)
+"bJ" = (/obj/structure/table,/obj/item/weapon/card/id/captains_spare,/turf/open/floor/plasteel,/area/bridge)
+"bK" = (/obj/structure/table,/obj/item/weapon/storage/backpack/holding,/turf/open/floor/plasteel,/area/bridge)
+"bL" = (/obj/structure/table,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd,/turf/open/floor/plasteel,/area/bridge)
+"bM" = (/obj/structure/closet/secure_closet/hop,/turf/open/floor/plasteel/blue/side{dir = 4},/area/bridge)
+"bN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bO" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"bP" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
+"bQ" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
+"bR" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
+"bS" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
+"bT" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
+"bU" = (/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/machinery/power/apc{dir = 8;pixel_x = -24},/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/obj/structure/closet/firecloset/full,/turf/open/floor/plasteel/arrival{tag = "icon-arrival (NORTHWEST)";icon_state = "arrival";dir = 9},/area/hallway/secondary/entry)
+"bV" = (/obj/machinery/light{dir = 1},/obj/structure/closet/emcloset,/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
+"bW" = (/obj/structure/closet/secure_closet/hos,/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
+"bX" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
+"bY" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/maintcentral)
+"bZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/primary/central)
+"ca" = (/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/hallway/primary/central)
+"cb" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
+"cc" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"cd" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/bridge)
+"ce" = (/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/plasteel/blue/side{dir = 8},/area/bridge)
+"cf" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/bridge)
+"cg" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/blue/side{dir = 4},/area/bridge)
+"ch" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/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/bridge)
+"ci" = (/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/primary/central)
+"cj" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"ck" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/secondary/entry)
+"cl" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/arrival{dir = 8},/area/hallway/secondary/entry)
+"cm" = (/turf/open/floor/plasteel,/area/hallway/secondary/entry)
+"cn" = (/obj/machinery/door/airlock,/turf/open/floor/plating,/area/hallway/secondary/entry)
+"co" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"cp" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/blue/side{dir = 10},/area/bridge)
+"cq" = (/turf/open/floor/plasteel/blue/side,/area/bridge)
+"cr" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/side{dir = 6},/area/bridge)
+"cs" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/closed/wall/r_wall,/area/bridge)
+"ct" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light{icon_state = "tube1";dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"cu" = (/turf/open/floor/plasteel/arrival{dir = 8},/area/hallway/secondary/entry)
+"cv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/bridge)
+"cw" = (/obj/machinery/door/airlock,/turf/open/floor/plasteel,/area/bridge)
+"cx" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
+"cy" = (/turf/open/floor/plasteel/loadingarea{dir = 8},/area/hallway/secondary/entry)
+"cz" = (/turf/open/floor/plating,/area/hallway/secondary/entry)
+"cA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
+"cB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/blue/corner{dir = 4},/area/hallway/primary/central)
+"cC" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
+"cD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
+"cE" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/blue/corner{dir = 1},/area/hallway/primary/central)
+"cF" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
+"cG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/hallway/secondary/entry)
+"cH" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8;on = 1},/turf/open/floor/plasteel/arrival{dir = 8},/area/hallway/secondary/entry)
+"cI" = (/obj/structure/table,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/arrival{dir = 8},/area/hallway/secondary/entry)
+"cJ" = (/obj/structure/table,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/arrival{dir = 10},/area/hallway/secondary/entry)
+"cK" = (/obj/structure/table,/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/rods{amount = 50},/obj/machinery/light,/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
+"cL" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3;pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
+"cM" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/obj/item/weapon/storage/firstaid/regular,/obj/item/device/healthanalyzer,/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
+"cN" = (/turf/closed/wall/r_wall,/area/construction)
+"cO" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/closed/wall/r_wall,/area/construction)
+"cP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/construction)
+"cQ" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel,/area/construction)
+"cR" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/construction)
+"cS" = (/turf/closed/wall/r_wall,/area/storage/primary)
+"cT" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/closed/wall/r_wall,/area/storage/primary)
+"cU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/storage/primary)
+"cV" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel,/area/storage/primary)
+"cW" = (/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/structure/cable,/obj/machinery/power/apc{dir = 8;pixel_x = -24},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner,/area/construction)
+"cX" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1;on = 1},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line,/area/construction)
+"cY" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line,/area/construction)
+"cZ" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner{dir = 1},/area/construction)
+"da" = (/obj/machinery/airalarm{frequency = 1439;locked = 0;pixel_y = 23},/obj/machinery/power/apc{dir = 8;pixel_x = -24},/obj/structure/cable,/turf/open/floor/plating,/area/storage/primary)
+"db" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1;on = 1},/turf/open/floor/plating,/area/storage/primary)
+"dc" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/storage/primary)
+"dd" = (/turf/open/floor/plasteel{icon_state = "L1"},/area/storage/primary)
+"de" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{icon_state = "L3"},/area/storage/primary)
+"df" = (/turf/open/floor/plasteel{icon_state = "L5"},/area/storage/primary)
+"dg" = (/turf/open/floor/plasteel{icon_state = "L7"},/area/storage/primary)
+"dh" = (/turf/open/floor/plasteel{icon_state = "L9"},/area/storage/primary)
+"di" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{icon_state = "L11"},/area/storage/primary)
+"dj" = (/turf/open/floor/plasteel{icon_state = "L13";name = "floor"},/area/storage/primary)
+"dk" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/storage/primary)
+"dl" = (/turf/open/floor/plating,/area/storage/primary)
+"dm" = (/obj/machinery/light{icon_state = "tube1";dir = 8},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/construction)
+"dn" = (/turf/open/floor/plating,/area/construction)
+"do" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/construction)
+"dp" = (/obj/machinery/light{icon_state = "tube1";dir = 8},/turf/open/floor/plating,/area/storage/primary)
+"dq" = (/turf/open/floor/plasteel{icon_state = "L2"},/area/storage/primary)
+"dr" = (/turf/open/floor/plasteel{icon_state = "L4"},/area/storage/primary)
+"ds" = (/turf/open/floor/plasteel{icon_state = "L6"},/area/storage/primary)
+"dt" = (/turf/open/floor/plasteel{icon_state = "L8"},/area/storage/primary)
+"du" = (/turf/open/floor/plasteel{icon_state = "L10"},/area/storage/primary)
+"dv" = (/turf/open/floor/plasteel{icon_state = "L12"},/area/storage/primary)
+"dw" = (/turf/open/floor/plasteel{icon_state = "L14"},/area/storage/primary)
+"dx" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/turf/open/floor/plating,/area/storage/primary)
+"dy" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/construction)
+"dz" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/construction)
+"dA" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 10},/area/storage/primary)
+"dB" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line,/area/storage/primary)
+"dC" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 6},/area/storage/primary)
+"dD" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 9},/area/storage/primary)
+"dE" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 1},/area/storage/primary)
+"dF" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 5},/area/storage/primary)
+"dG" = (/obj/machinery/door/airlock,/turf/open/floor/plasteel,/area/storage/primary)
+"dH" = (/obj/effect/landmark/start,/turf/open/floor/plasteel,/area/storage/primary)
+"dI" = (/obj/effect/landmark{name = "JoinLate"},/turf/open/floor/plasteel,/area/storage/primary)
+"dJ" = (/turf/open/floor/plasteel,/area/storage/primary)
+"dK" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner{dir = 8},/area/construction)
+"dL" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 1},/area/construction)
+"dM" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner{dir = 4},/area/construction)
+"dN" = (/obj/structure/table,/turf/open/floor/plasteel,/area/storage/primary)
+"dO" = (/obj/structure/table,/obj/machinery/light,/obj/item/weapon/twohanded/fireaxe,/obj/item/weapon/extinguisher,/turf/open/floor/plasteel,/area/storage/primary)
+"dP" = (/obj/structure/table,/obj/item/device/lightreplacer,/turf/open/floor/plasteel,/area/storage/primary)
+"dQ" = (/obj/structure/table,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/tubes,/obj/machinery/light,/turf/open/floor/plasteel,/area/storage/primary)
+"dR" = (/obj/structure/table,/obj/item/device/flashlight{pixel_y = 5},/turf/open/floor/plasteel,/area/storage/primary)
+
+(1,1,1) = {"
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadadadadadadadadadaeaeaeaeaeaeaeadadadadadadadadadadadadadadadadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafafafafafafafadagagagagacacacadafafafafafafafafafafafafafafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahahahahahahahagaiaiagacacacajajajajakakakakakakakakakakafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahalamamamamahaganaoagagajajajapaqarakasatauavavavavavakafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahawaxayayazahagaiaAaBaBaCaDaCaDaEaFakaGaHaIavaJaKaLavakafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahaMawaNaOaPahagaQaRagagajajajaSaTaDaUaVaWaXavaKavaKaYakafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahaZbabbbcaPahagaiaiagacacacajbdbebfakbgbhaIavaLbiaJavakafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahbjbkblbmbnahagagagagacacacajbobebpakbqbraIavavavavavakafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafahbsbtahahahbububvbvbvbvbvbububwbxajakakakakbybybybybybyafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadbzbAbBbCbDbEbFbubGbHbIbJbKbLbMbubNbObPbQbRbSbTbybUbVbWbXbyafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacbYafbZcacbcccccccdcecfcfcfcfcfcgchcicjccccccccccckclcmcmcmcnafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacbYafbZbObNbEbEcobucpcqcqcqcqcqcrcsctbEbEbEbEbEcobycucmcmcmbybybyacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacbYafbZbObNbEbEbEbucvbvbucwbubvbucsbNbEbEbEbEbEbEcxcucmcmcycnczcnacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacbYafbZbObCcAcAcAcBcCcDcDcDcDcDcDcEcFcAcAcAcAcAcAcGcHcmcmcmbybybyacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacbYafbZbObNbEbEbEbEbEbEbEbEbEbEbEbObNbEbEbEbEbEbEbycIcmcmcmcnafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadbzbAbObNbEbEbEbEbEbEbEbEbEbEbEbObNbEbEbEbEbEbEbycJcKcLcMbyafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNcOcPcQcQcNcRcRcRcNcQcQcNcScTcUcScScScVcVcVbybybybybybyafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNcWcXcYcYcYcYcYcYcYcYcYcZcSdadbdcdddedfdgdhdidjdkdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdmdndndndndndndndndndndocSdpdldcdqdrdsdtdudvdwdkdldxcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzcSdldldAdBdBdBdBdBdBdBdCdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzcSdldldldldldldldldldldldldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzcSdldldDdEdEdEdEdEdEdEdFdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzdGdldldcdHdHdHdHdHdHdHdkdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzdGdldldcdIdIdIdIdIdIdIdkdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzcSdldldAdBdBdBdBdBdBdBdCdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzcSdldldldldldldldldldldldldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdydndndndndndndndndndndzcSdldldDdEdEdEdEdEdEdEdFdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdmdndndndndndndndndndndocSdpdldcdJdJdJdJdJdJdJdkdldxcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNdKdLdLdLdLdLdLdLdLdLdLdMcSdldldcdNdOdNdNdPdQdRdkdldlcSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafcNcNcNcNcNcNcNcNcNcNcNcNcNcScScScScScScScScScScScScScScSafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadafafafafafafafafafafafafafafafafafafafafafafafafafafafafafafadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+"}
diff --git a/_maps/map_files/generic/chapel.dmm b/_maps/map_files/generic/chapel.dmm
deleted file mode 100644
index 39ef0d72ae..0000000000
--- a/_maps/map_files/generic/chapel.dmm
+++ /dev/null
@@ -1,348 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/open/space,
-/area/space)
-"ab" = (
-/turf/closed/indestructible/riveted,
-/area/hades)
-"ac" = (
-/obj/structure/bookcase/random/religion,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ad" = (
-/obj/structure/piano,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ae" = (
-/obj/effect/gibspawner/human,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"af" = (
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ag" = (
-/obj/structure/window/fulltile,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ah" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ai" = (
-/obj/effect/gibspawner/human,
-/mob/living/simple_animal/hostile/hadesacolyte,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"aj" = (
-/mob/living/simple_animal/hostile/hadesacolyte,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ak" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/fulltile,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"al" = (
-/obj/structure/table/reinforced/brass,
-/obj/item/candle/infinite,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"am" = (
-/obj/structure/table/reinforced/brass,
-/obj/item/candle/infinite,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"an" = (
-/obj/structure/table/reinforced/brass,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ao" = (
-/obj/structure/table/reinforced/brass,
-/obj/item/candle/infinite,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"ap" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/fulltile,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"aq" = (
-/turf/open/floor/carpet,
-/area/hades)
-"ar" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/mob/living/simple_animal/hostile/hadesacolyte,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"as" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"at" = (
-/obj/effect/gibspawner/human,
-/turf/open/floor/carpet,
-/area/hades)
-"au" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/carpet,
-/area/hades)
-"av" = (
-/obj/structure/dresser,
-/turf/open/floor/carpet,
-/area/hades)
-"aw" = (
-/obj/structure/table/wood,
-/obj/item/trash/candle,
-/turf/open/floor/carpet,
-/area/hades)
-"ax" = (
-/obj/structure/flora/grass/green,
-/turf/open/floor/grass,
-/area/hades)
-"ay" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/open/floor/grass,
-/area/hades)
-"az" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/open/floor/grass,
-/area/hades)
-"aA" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/open/floor/grass,
-/area/hades)
-"aB" = (
-/obj/structure/bookcase/random/nonfiction,
-/turf/open/floor/carpet,
-/area/hades)
-"aC" = (
-/obj/structure/bookcase/random/fiction,
-/turf/open/floor/carpet,
-/area/hades)
-"aD" = (
-/obj/structure/bookcase/random/adult,
-/turf/open/floor/carpet,
-/area/hades)
-"aE" = (
-/obj/structure/bookcase/random/religion,
-/turf/open/floor/carpet,
-/area/hades)
-"aF" = (
-/obj/structure/kitchenspike,
-/turf/open/floor/mineral/diamond,
-/area/hades)
-"aG" = (
-/mob/living/simple_animal/hostile/hadesacolyte,
-/turf/open/floor/mineral/gold,
-/area/hades)
-"aH" = (
-/turf/open/floor/mineral/gold,
-/area/hades)
-"aI" = (
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/hades)
-"aJ" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/open/floor/grass,
-/area/hades)
-"aK" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/open/floor/grass,
-/area/hades)
-"aL" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/open/floor/grass,
-/area/hades)
-"aM" = (
-/obj/structure/bookcase/random/reference,
-/turf/open/floor/carpet,
-/area/hades)
-"aN" = (
-/obj/structure/closet/cabinet,
-/turf/open/floor/carpet,
-/area/hades)
-"aO" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper/hades_instructions,
-/turf/open/floor/carpet,
-/area/hades)
-"aP" = (
-/obj/structure/flora/ausbushes/fernybush,
-/turf/open/floor/grass,
-/area/hades)
-"aQ" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/black,
-/turf/open/floor/carpet,
-/area/hades)
-"aR" = (
-/mob/living/simple_animal/hostile/hadesacolyte,
-/turf/open/floor/carpet,
-/area/hades)
-"aS" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/box/matches,
-/turf/open/floor/carpet,
-/area/hades)
-"aT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plasteel,
-/area/hades)
-"aU" = (
-/obj/machinery/door/airlock/wood,
-/turf/open/floor/plasteel/hades,
-/area/hades)
-"aV" = (
-/obj/structure/table/wood,
-/obj/item/weapon/lipstick,
-/turf/open/floor/carpet,
-/area/hades)
-"aW" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/fancy/candle_box,
-/turf/open/floor/carpet,
-/area/hades)
-"aX" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/hades)
-"aY" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/hades)
-"aZ" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/crayons,
-/turf/open/floor/carpet,
-/area/hades)
-"ba" = (
-/obj/structure/table/wood,
-/obj/item/weapon/razor,
-/turf/open/floor/carpet,
-/area/hades)
-"bb" = (
-/obj/machinery/door/airlock/wood,
-/turf/open/floor/carpet,
-/area/hades)
-"bc" = (
-/obj/structure/chair/hades,
-/turf/open/floor/mineral/diamond,
-/area/hades)
-"bd" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/carpet,
-/area/hades)
-"be" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/carpet,
-/area/hades)
-"bf" = (
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks/beer,
-/turf/open/floor/carpet,
-/area/hades)
-"bg" = (
-/obj/structure/table/wood,
-/obj/machinery/microwave,
-/turf/open/floor/carpet,
-/area/hades)
-"bh" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/carpet,
-/area/hades)
-"bi" = (
-/obj/machinery/chem_dispenser/drinks,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/hades)
-"bj" = (
-/obj/structure/chair/wood/normal,
-/mob/living/simple_animal/hostile/hadesacolyte,
-/turf/open/floor/carpet,
-/area/hades)
-"bk" = (
-/obj/structure/table/wood,
-/obj/item/weapon/kitchen/fork,
-/turf/open/floor/carpet,
-/area/hades)
-"bl" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/hades)
-"bm" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/box/drinkingglasses,
-/turf/open/floor/carpet,
-/area/hades)
-
-(
-1,
-1,
-1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaabacacacacacacacacacacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaabadaeafafafafaeafafafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaababababagahahaiafafajahahagababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabacacacakalamananananaoalapacacacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabaeafafafafajaqaqaqaqajafafafafaeabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafafafaeafafaqaqaqaqafafaeafafafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafarasasasafaqataqaqafarasasarafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafafafafafafaqaqaqaqafafafafafafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafasasarasafaqaqaqaqafasarasasafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafafaeafafafaqataqaqafafaeafafafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafasasasarafaqaqaqaqafasasarasafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafafafaeafafaqauaqaqafafafafaeafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabafarasasasafaqaqataqafasarasasafabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabaeafafafafafaqaqaqaqafafafafafaeabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaabababababababaqaqaqaqababababababababababababababababababababababaa
-aaaaabavavavavavabawaqaqaqabaxayazaAaxabaBaBaCaCaDaEabaFaGaHaHaHaGaFabaa
-aaaaabaqaqaqaqaqabaIaqaqaqabaJaKaLaAayabaMaqaqaqaqaMabafafafaHafafafabaa
-aaaaabaNaqaqaqaNabaOaqaqaqabaPayaJaxazabaMaqaqaqaqaCabafafafaHafafafabaa
-aaaaabaQaRaqaqaQabaSaqaqaqabaTaTaTaTaTabaEaqaRaRaqaBaUafafafaHafafafabaa
-aaaaabaVaqaqaqaOabaWaqaqaqabaXaqaqaqaYabaEaqaRaRaqaBabafafafaHafafafabaa
-aaaaabaQaqaqaqaQabaZaqaqaqabaXaqaqaqaYabaEaqaqaqaqaCabafafafaHafafafabaa
-aaaaabaIaqaqaRbaabaIaqaqaqbbaqaqaqaqaqabababbbababababaFaGaHbcaHaGaFabaa
-aaaaabaQaRaqaqaQabaqaqaqaqabaqaqaqaqaqabaEaBaqaCaBaEabafafafaHafafafabaa
-aaaaabababbbababababababababaqaqaqaqaqabaEaqaqaqaRaBabafafafaHafafafabaa
-aaaaabaqaqaqaqbdbebfbgbhbiabaXaqaqaRaYabaBaqaqaqaqaEabafafafaHafafafabaa
-aaaaabaqbjbjaqaqaqaqaqaqaqabaXaqaqaqaYabaCaqaqaqaqaMabafafafaHafafafabaa
-aaaaabaXbkaIaYaqaqaqaqaqaqbbaqaqaqaqaqbbaqaqaRaqaqaEabafafafaHafafafabaa
-aaaaabaqblblaqaqaqbmaIaIaOabaqaqaqaqaqabaMaMaBaDaCaMabaFaGaHaHaHaGaFabaa
-aaaaabababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/lavaland.dmm b/_maps/map_files/generic/lavaland.dmm
index 3d1078b926..c7e02ab05a 100644
--- a/_maps/map_files/generic/lavaland.dmm
+++ b/_maps/map_files/generic/lavaland.dmm
@@ -1,599 +1,68359 @@
-"aa" = (/turf/closed/indestructible/riveted,/area/lavaland/surface/outdoors)
-"ab" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"ac" = (/obj/machinery/lavaland_controller,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area)
-"ad" = (/obj/structure/lavaland_door,/turf/closed/indestructible/riveted,/area/lavaland/surface/outdoors)
-"ae" = (/turf/closed/mineral/random/high_chance/volcanic,/area/lavaland/surface/outdoors)
-"af" = (/obj/effect/light_emitter,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"ag" = (/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/surface/outdoors)
-"ah" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/obj/item/weapon/pickaxe,/turf/closed/indestructible/riveted,/area/ruin/unpowered{name = "Necropolis Bridge"})
-"ai" = (/turf/open/floor/plasteel/neutral{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/unpowered{name = "Necropolis Bridge"})
-"aj" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/neutral{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/unpowered{name = "Necropolis Bridge"})
-"ak" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/neutral{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/unpowered{name = "Necropolis Bridge"})
-"al" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/surface/outdoors)
-"am" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/surface/outdoors)
-"an" = (/turf/closed/mineral/random/volcanic,/area/lavaland/surface/outdoors)
-"ao" = (/turf/closed/mineral/random/labormineral/volcanic,/area/lavaland/surface/outdoors)
-"ap" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/turf/closed/mineral/random/volcanic,/area/lavaland/surface/outdoors)
-"aq" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"ar" = (/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"as" = (/obj/structure/table,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"at" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"au" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/obj/machinery/camera{c_tag = "Labor Camp Medical"; dir = 8; network = list("Labor")},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"av" = (/obj/structure/rack{dir = 1},/obj/item/weapon/storage/bag/ore,/obj/item/weapon/pickaxe,/obj/item/device/flashlight,/obj/item/clothing/glasses/meson,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aw" = (/obj/structure/rack{dir = 1},/obj/item/weapon/storage/bag/ore,/obj/item/device/flashlight,/obj/item/weapon/pickaxe,/obj/item/clothing/glasses/meson,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"ax" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/explored)
-"ay" = (/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"az" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aA" = (/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aB" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aC" = (/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Infirmary"; req_access_txt = "0"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aD" = (/obj/structure/closet/crate/internals,/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/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aE" = (/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{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aF" = (/obj/machinery/door/airlock{name = "Labor Camp Storage"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aG" = (/obj/structure/table,/obj/item/trash/plate,/obj/item/weapon/kitchen/fork,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aH" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aI" = (/obj/machinery/door/airlock{name = "Labor Camp External Access"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aJ" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aK" = (/obj/machinery/door/airlock{name = "Labor Camp External Access"},/obj/structure/fans/tiny,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aL" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aM" = (/obj/machinery/door/airlock{name = "Vending"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aN" = (/obj/machinery/light/small,/turf/open/floor/plasteel/loadingarea{tag = "icon-loadingarea (EAST)"; dir = 4; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aO" = (/turf/open/floor/plasteel/delivery{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aP" = (/obj/machinery/camera{c_tag = "Labor Camp External"; dir = 4; network = list("Labor")},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"aQ" = (/obj/machinery/vending/sustenance,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aR" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aS" = (/obj/machinery/mineral/unloading_machine{dir = 1; icon_state = "unloader-corner"; input_dir = 1; output_dir = 2},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aT" = (/obj/structure/ore_box,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/explored)
-"aU" = (/obj/machinery/flasher{id = "Labor"; pixel_x = 0; pixel_y = 0},/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aV" = (/obj/machinery/conveyor{dir = 2; id = "gulag"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aW" = (/obj/structure/closet/crate,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/explored)
-"aX" = (/obj/machinery/door/airlock/glass_security{name = "Labor Camp Shuttle Security Airlock"; req_access_txt = "2"},/obj/structure/fans/tiny,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aY" = (/obj/machinery/light/small{dir = 1},/obj/machinery/button/door{id = "Labor"; name = "Labor Camp Lockdown"; pixel_x = 0; pixel_y = 28; req_access_txt = "2"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"aZ" = (/obj/machinery/door/airlock/glass_security{name = "Labor Camp Shuttle Security Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"ba" = (/obj/machinery/door/poddoor/preopen{id = "Labor"; name = "labor camp blast door"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bb" = (/obj/machinery/camera{c_tag = "Labor Camp Central"; network = list("Labor")},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bc" = (/obj/machinery/conveyor_switch/oneway{id = "gulag"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bd" = (/obj/machinery/mineral/processing_unit_console{dir = 2; machinedir = 4},/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"be" = (/obj/machinery/mineral/processing_unit{dir = 1; output_dir = 2},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bf" = (/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bg" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bh" = (/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/lavaland/surface/outdoors)
-"bi" = (/obj/machinery/computer/shuttle/labor/one_way,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bj" = (/obj/structure/gulag_beacon,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bk" = (/obj/machinery/status_display{density = 0; layer = 4; pixel_x = 0; pixel_y = 32},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bl" = (/turf/open/floor/plasteel/loadingarea{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/laborcamp)
-"bm" = (/obj/machinery/conveyor{dir = 8; id = "gulag"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bn" = (/obj/machinery/conveyor{dir = 10; icon_state = "conveyor0"; id = "gulag"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bo" = (/obj/structure/table,/obj/item/weapon/pickaxe,/obj/item/device/gps/mining,/obj/item/device/gps/mining,/obj/item/device/gps/mining,/obj/item/device/gps/mining,/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 9},/area/mine/eva)
-"bp" = (/obj/machinery/suit_storage_unit/mining,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/eva)
-"bq" = (/obj/machinery/suit_storage_unit/mining,/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 5},/area/mine/eva)
-"br" = (/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"bs" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"bt" = (/obj/machinery/camera{c_tag = "EVA"; dir = 4; network = list("MINE")},/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/eva)
-"bu" = (/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bv" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/eva)
-"bw" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/mine/eva)
-"bx" = (/obj/docking_port/stationary{area_type = /area/lavaland/surface/outdoors; dir = 8; dwidth = 2; height = 5; id = "laborcamp_away"; name = "labor camp"; turf_type = /turf/open/floor/plating/lava/smooth; width = 9},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/explored)
-"by" = (/obj/machinery/door/airlock/glass_security{name = "Labor Camp Shuttle Prisoner Airlock"; req_access_txt = "0"},/obj/structure/fans/tiny,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bz" = (/obj/machinery/door/airlock/glass_security{name = "Labor Camp Shuttle Prisoner Airlock"; req_access_txt = "0"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bA" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bC" = (/obj/machinery/door/airlock/glass_security{name = "Labor Camp Backroom"; req_access_txt = "2"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bD" = (/obj/machinery/power/apc{dir = 1; name = "Labor Camp APC"; pixel_y = 24},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bE" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/machinery/computer/shuttle/mining{req_access = "0"},/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/production)
-"bF" = (/obj/structure/closet/crate,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/production)
-"bG" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"bH" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bI" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/eva)
-"bJ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bK" = (/obj/structure/tank_dispenser/oxygen,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bL" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/eva)
-"bM" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bN" = (/obj/machinery/door/airlock/glass_security{name = "Labor Camp Monitoring"; req_access_txt = "2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bO" = (/obj/machinery/door/airlock/maintenance{name = "Labor Camp Maintenance"; req_access_txt = "2"},/obj/structure/cable{tag = "icon-1-10"; icon_state = "1-10"; d1 = 2; d2 = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"bP" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 0},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"bQ" = (/obj/item/device/radio/beacon,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"bR" = (/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"bS" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"bT" = (/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/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"bU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/airlock/glass_mining{name = "Mining Station EVA"; req_access_txt = "54"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bV" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/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/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/eva)
-"bW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"bY" = (/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/eva)
-"bZ" = (/obj/machinery/door/airlock/external{glass = 1; name = "Mining External Airlock"; opacity = 0; req_access_txt = "54"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"ca" = (/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/eva)
-"cb" = (/obj/machinery/door/airlock/external{glass = 1; name = "Mining External Airlock"; opacity = 0; req_access_txt = "54"},/obj/structure/fans/tiny,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"cc" = (/turf/closed/mineral/random/volcanic,/area/lavaland/surface/outdoors/explored)
-"cd" = (/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"ce" = (/obj/structure/table,/obj/machinery/recharger,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"cf" = (/obj/structure/chair/office/dark,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/mob/living/simple_animal/bot/secbot/beepsky{desc = "Powered by tears and swet of laborer."; name = "Prison Ofitser"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"cg" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/obj/machinery/power/apc{dir = 4; name = "Labor Camp Security APC"; pixel_x = 24; pixel_y = 0},/obj/machinery/camera{c_tag = "Labor Camp Monitoring"; network = list("Labor")},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"ch" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{tag = "icon-5-6"; icon_state = "5-6"; d1 = 2; d2 = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"ci" = (/obj/machinery/power/terminal,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"cj" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"ck" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"cl" = (/obj/docking_port/stationary{area_type = /area/lavaland/surface/outdoors; dir = 8; dwidth = 3; height = 5; id = "mining_away"; name = "lavaland mine"; turf_type = /turf/open/floor/plating/asteroid/basalt/lava_land_surface; width = 7},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"cm" = (/obj/machinery/door/airlock/external{glass = 1; name = "Mining Shuttle Airlock"; opacity = 0; req_access_txt = "0"},/obj/structure/fans/tiny,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cn" = (/obj/machinery/door/airlock/external{glass = 1; name = "Mining Shuttle Airlock"; opacity = 0; req_access_txt = "0"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"co" = (/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"cp" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; layer = 2.4; on = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cq" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{tag = "icon-manifold-b-f (EAST)"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cr" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"cs" = (/obj/machinery/power/apc{dir = 2; name = "Mining EVA APC"; pixel_x = 1; pixel_y = -23},/obj/structure/cable,/obj/machinery/recharge_station,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/eva)
-"ct" = (/obj/machinery/mech_bay_recharge_port,/obj/structure/cable,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"cu" = (/turf/open/floor/mech_bay_recharge_floor{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/eva)
-"cv" = (/obj/machinery/computer/mech_bay_power_console,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/eva)
-"cw" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/eva)
-"cx" = (/obj/structure/ore_box,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/eva)
-"cy" = (/obj/item/weapon/pickaxe,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"cz" = (/obj/structure/ore_box,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"cA" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"cB" = (/obj/machinery/computer/security{name = "Labor Camp Monitoring"; network = list("Labor")},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"cC" = (/obj/machinery/computer/prisoner,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"cD" = (/obj/machinery/power/port_gen/pacman{anchored = 1},/obj/structure/cable,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"cE" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{tag = "icon-0-9"; icon_state = "0-9"; d1 = 2; d2 = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"cF" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"cG" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp)
-"cH" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/production)
-"cI" = (/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{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cJ" = (/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"cK" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/laborcamp/security)
-"cL" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"cM" = (/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"cN" = (/obj/machinery/door/airlock{name = "Closet"; req_access_txt = "0"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cO" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cP" = (/obj/machinery/space_heater,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"cQ" = (/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"cR" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"},/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"cS" = (/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"cT" = (/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/surface/outdoors/explored)
-"cU" = (/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"cV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"cW" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"cX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/light/small{dir = 1},/obj/structure/closet/crate/secure/loot,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"cY" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"cZ" = (/obj/structure/mopbucket,/obj/item/weapon/mop,/obj/item/weapon/reagent_containers/glass/bucket,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"da" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"db" = (/obj/machinery/power/apc{dir = 8; name = "Mining Station Starboard Wing APC"; pixel_x = -27; pixel_y = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"dc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/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"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dd" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 5},/area/mine/production)
-"de" = (/obj/machinery/mineral/mint{input_dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"df" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/loadingarea{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"dg" = (/obj/structure/closet/crate,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/bot{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dh" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/structure/table,/obj/item/weapon/paper{anchored = 0; info = "A hastily written note has been scribbled here... Please use the ore redemption machine in the science wing for smelting. PLEASE! --The Research Staff"; name = "URGENT!"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"di" = (/obj/structure/ore_box,/turf/open/floor/plasteel/bot{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dj" = (/turf/open/floor/plasteel/bot{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dk" = (/turf/open/floor/bluegrid{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dl" = (/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/machinery/power/apc{dir = 1; name = "Mining Communications APC"; pixel_x = 1; pixel_y = 25},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dm" = (/obj/machinery/telecomms/relay/preset/mining,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8; tag = "icon-vault (WEST)"},/area/mine/maintenance)
-"dn" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"do" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/bluegrid{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dp" = (/obj/machinery/light/small{dir = 8},/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/machinery/iv_drip{density = 0},/turf/open/floor/plasteel/whiteblue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1; tag = "icon-whiteblue (NORTH)"},/area/mine/living_quarters)
-"dq" = (/turf/open/floor/plasteel/whiteblue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1; tag = "icon-whiteblue (NORTH)"},/area/mine/living_quarters)
-"dr" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/toxin{pixel_x = 3; pixel_y = 3},/turf/open/floor/plasteel/whiteblue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 5; tag = "icon-whiteblue (NORTHEAST)"},/area/mine/living_quarters)
-"ds" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dt" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"du" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dv" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dw" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/plasteel/purple/side{dir = 4},/area/mine/production)
-"dx" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dy" = (/turf/open/floor/plasteel/loadingarea{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dz" = (/turf/open/floor/plasteel/loadingarea{tag = "icon-loadingarea (EAST)"; dir = 4; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dA" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/delivery{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dB" = (/obj/machinery/vending/boozeomat{req_access_txt = "0"},/obj/effect/decal/cleanable/cobweb,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dC" = (/obj/structure/table/wood/bar,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dD" = (/obj/structure/table/wood/bar,/obj/machinery/light{tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; dir = 1},/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dE" = (/obj/machinery/vending/cigarette{contraband = list(); name = "\improper ShadyCigs Super Deluxe"; premium = list(/obj/item/weapon/lighter = 6); products = list(/obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/lighter = 6, /obj/item/weapon/storage/fancy/cigarettes/cigars = 3, /obj/item/weapon/storage/fancy/cigarettes/cigars/havana = 3, /obj/item/weapon/storage/fancy/cigarettes/cigars/cohiba = 3); refill_canister = null},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dF" = (/obj/structure/closet/crate/bin,/obj/machinery/camera{c_tag = "Crew Area Hallway East"; network = list("MINE")},/obj/item/toy/cards/deck/cas,/obj/item/toy/cards/deck/cas/black,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dG" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/bluegrid{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dH" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dI" = (/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/bluegrid{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dJ" = (/obj/machinery/camera{c_tag = "Communications Relay"; dir = 8; network = list("MINE")},/turf/open/floor/bluegrid{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"dK" = (/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,/obj/machinery/camera{c_tag = "Sleeper Room"; dir = 1; network = list("MINE")},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dL" = (/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dM" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dN" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/whiteblue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4; tag = "icon-whiteblue (EAST)"},/area/mine/living_quarters)
-"dO" = (/obj/structure/cable,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/power/port_gen/pacman{anchored = 1},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dP" = (/obj/machinery/power/port_gen/pacman{anchored = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dQ" = (/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{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dR" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dS" = (/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"dT" = (/obj/machinery/light{dir = 4},/obj/machinery/camera{c_tag = "Shuttle Docking Foyer"; dir = 8; network = list("MINE")},/obj/machinery/newscaster{pixel_x = 30; pixel_y = 1},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"dU" = (/obj/structure/closet/crate{icon_state = "crateopen"; opened = 1},/turf/open/floor/plasteel/bot{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dV" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"dW" = (/obj/machinery/camera{c_tag = "Processing Area Room"; dir = 8; network = list("MINE")},/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = 28},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"dX" = (/obj/machinery/mineral/unloading_machine{dir = 1; icon_state = "unloader-corner"; input_dir = 1; output_dir = 2},/turf/open/floor/plating/warnplate{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 9},/area/mine/production)
-"dY" = (/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"dZ" = (/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ea" = (/obj/machinery/door/airlock/maintenance{name = "Mining Station Communications"; req_access_txt = "48"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/maintenance)
-"eb" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ec" = (/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Infirmary"; req_access_txt = "0"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ed" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/door/airlock/maintenance{name = "Mining Station Maintenance"; req_access_txt = "48"},/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{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ee" = (/turf/open/floor/plasteel/brown/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1; tag = "icon-browncorner (NORTH)"},/area/mine/production)
-"ef" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eh" = (/obj/machinery/conveyor_switch/oneway{id = "mining_internal"; name = "mining conveyor"},/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"ei" = (/obj/machinery/conveyor{dir = 2; id = "mining_internal"},/turf/open/floor/plating/warnplate{tag = "icon-warnplate (WEST)"; dir = 8; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"ej" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ek" = (/obj/structure/chair/wood{tag = "icon-wooden_chair (EAST)"; icon_state = "wooden_chair"; dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"el" = (/obj/structure/table/wood/poker,/obj/item/toy/cards/deck,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"em" = (/obj/structure/chair/wood{tag = "icon-wooden_chair (WEST)"; icon_state = "wooden_chair"; dir = 8},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"en" = (/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eo" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/living_quarters)
-"ep" = (/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/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1; tag = "icon-brown (NORTH)"},/area/mine/living_quarters)
-"eq" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/living_quarters)
-"er" = (/obj/machinery/camera{c_tag = "Crew Area Hallway West"; network = list("MINE")},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"es" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"et" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1; tag = "icon-brown (NORTH)"},/area/mine/living_quarters)
-"eu" = (/obj/machinery/power/apc{dir = 1; name = "Mining Station Port Wing APC"; pixel_x = 1; pixel_y = 25},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ev" = (/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/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1; tag = "icon-brown (NORTH)"},/area/mine/living_quarters)
-"ew" = (/obj/machinery/camera{c_tag = "Crew Area Hallway East"; network = list("MINE")},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/living_quarters)
-"ex" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ey" = (/obj/machinery/door/airlock/glass_mining{name = "Processing Area"; req_access_txt = "48"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ez" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"eA" = (/obj/machinery/mineral/processing_unit_console,/turf/closed/wall{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eB" = (/obj/machinery/mineral/processing_unit{dir = 1; output_dir = 2},/turf/open/floor/plating/warnplate{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 9},/area/mine/production)
-"eC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eD" = (/obj/structure/chair/wood{tag = "icon-wooden_chair (EAST)"; icon_state = "wooden_chair"; dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eE" = (/obj/structure/table/wood/poker,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/item/weapon/lighter,/obj/item/clothing/mask/cigarette/cigar/havana,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eF" = (/obj/structure/chair/wood{tag = "icon-wooden_chair (WEST)"; icon_state = "wooden_chair"; dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock{name = "Cigar Lounge"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{tag = "icon-manifold-b-f (NORTH)"; dir = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eK" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"; tag = ""},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eL" = (/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/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eM" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eN" = (/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"; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"; tag = ""},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eO" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"; tag = ""},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{tag = "icon-manifold-b-f (NORTH)"; dir = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eQ" = (/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/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/living_quarters)
-"eR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/airlock/glass_mining{name = "Mining Station Bridge"; req_access_txt = "48"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"eS" = (/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/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/living_quarters)
-"eT" = (/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/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/airlock/glass_mining{name = "Mining Station Bridge"; req_access_txt = "48"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eV" = (/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/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"eW" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"eY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/production)
-"eZ" = (/obj/machinery/door/airlock/glass_mining{name = "Processing Area"; req_access_txt = "48"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"fb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fd" = (/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 6},/area/mine/production)
-"fe" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ff" = (/obj/structure/table/wood/poker,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fg" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fi" = (/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/living_quarters)
-"fj" = (/obj/machinery/light,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fl" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fm" = (/obj/machinery/light/small,/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/living_quarters)
-"fn" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fo" = (/obj/machinery/light,/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 0; pixel_y = -32},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fp" = (/obj/machinery/light_switch{pixel_y = -25},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fq" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fr" = (/obj/machinery/door/airlock/mining{name = "Mining Station Storage"; req_access_txt = "48"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/airlock{glass = 1; name = "Break Room"; opacity = 0},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ft" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/closet/crate{icon_state = "crateopen"; opened = 1},/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fu" = (/obj/structure/closet/crate{icon_state = "crateopen"; opened = 1},/obj/machinery/light,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fv" = (/obj/structure/closet/crate,/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fw" = (/obj/structure/closet/crate{icon_state = "crateopen"; opened = 1},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 6},/area/mine/production)
-"fx" = (/turf/open/floor/plasteel/loadingarea{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/production)
-"fy" = (/obj/machinery/conveyor{dir = 8; id = "mining_internal"},/obj/structure/plasticflaps,/turf/open/floor/plating/warnplate{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 9},/area/mine/production)
-"fz" = (/obj/machinery/conveyor{dir = 8; id = "mining_internal"},/turf/open/floor/plating/warnplate{tag = "icon-warnplate (NORTH)"; dir = 1; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fA" = (/obj/machinery/conveyor{icon_state = "conveyor0"; dir = 10; id = "mining_internal"},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating/warnplate/corner{tag = "icon-warnplatecorner (EAST)"; dir = 4; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/production)
-"fB" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/plasteel/brown{tag = "icon-brown (NORTHWEST)"; dir = 9; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fC" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/living_quarters)
-"fD" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/living_quarters)
-"fE" = (/obj/machinery/camera{c_tag = "Storage"; dir = 2; network = list("MINE")},/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 5},/area/mine/living_quarters)
-"fF" = (/obj/structure/bed,/obj/item/weapon/bedsheet/brown,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fH" = (/obj/machinery/door/airlock{id_tag = "miningdorm1"; name = "Room 1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/living_quarters)
-"fJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{tag = "icon-manifold-b-f (EAST)"; dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fK" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fL" = (/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fN" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fO" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fP" = (/obj/structure/ore_box,/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/mine/living_quarters)
-"fQ" = (/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = 28},/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/mine/living_quarters)
-"fR" = (/obj/structure/table,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fS" = (/obj/machinery/light/small{dir = 4},/obj/machinery/button/door{id = "miningdorm1"; name = "Door Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; pixel_y = 0; req_access_txt = "0"; specialfunctions = 4},/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fT" = (/obj/machinery/camera{c_tag = "Dormatories"; dir = 4; network = list("MINE")},/turf/open/floor/plasteel/purple/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/mine/living_quarters)
-"fU" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fV" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 6},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fW" = (/obj/docking_port/stationary{area_type = /area/lavaland/surface/outdoors; dir = 2; dwidth = 11; height = 22; id = "whiteship_lavaland"; name = "lavaland wastes"; turf_type = /turf/open/floor/plating/asteroid/basalt/lava_land_surface; width = 35},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"fX" = (/obj/structure/ore_box,/turf/open/floor/plasteel/brown{tag = "icon-brown (SOUTHWEST)"; dir = 10; baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fY" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"fZ" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ga" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/plasteel/purple/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gb" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/plasteel/brown{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 6},/area/mine/living_quarters)
-"gc" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gd" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"ge" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gf" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; layer = 2.4; on = 1},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gg" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 14; tag = "icon-sink (EAST)"},/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gh" = (/obj/machinery/door/airlock{id_tag = "miningdorm2"; name = "Room 2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gi" = (/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gj" = (/obj/machinery/camera{c_tag = "Crew Area"; dir = 1; network = list("MINE")},/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 0; pixel_y = -32},/obj/machinery/light,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gk" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gl" = (/obj/structure/closet/secure_closet/freezer/kitchen/mining,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gm" = (/obj/machinery/light/small{dir = 4},/obj/machinery/button/door{id = "miningdorm2"; name = "Door Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; pixel_y = 0; req_access_txt = "0"; specialfunctions = 4},/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"go" = (/obj/machinery/button/door{id = "lavalandrestroom"; name = "Door Bolt Control"; normaldoorcontrol = 1; pixel_x = -25; pixel_y = -10; req_access_txt = "0"; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gp" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gq" = (/obj/machinery/shower{tag = "icon-shower (EAST)"; icon_state = "shower"; dir = 4},/obj/item/weapon/soap,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gr" = (/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gs" = (/obj/machinery/door/airlock{id_tag = "miningdorm3"; name = "Room 3"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gt" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gu" = (/obj/machinery/door/airlock{id_tag = "lavalandrestroom"; name = "Restroom"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gv" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gx" = (/obj/machinery/door/airlock/glass{name = "Shower"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gy" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; layer = 2.4; on = 1},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gz" = (/obj/machinery/light/small{dir = 4},/obj/machinery/button/door{id = "miningdorm3"; name = "Door Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; pixel_y = 0; req_access_txt = "0"; specialfunctions = 4},/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gA" = (/obj/structure/sink{dir = 8; icon_state = "sink"; pixel_x = -14; tag = "icon-sink (WEST)"},/obj/structure/mirror{pixel_x = -27},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gB" = (/obj/structure/toilet{tag = "icon-toilet00 (WEST)"; icon_state = "toilet00"; dir = 8},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
-"gC" = (/obj/machinery/shower{tag = "icon-shower (EAST)"; icon_state = "shower"; dir = 4},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/mine/living_quarters)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/closed/indestructible/necropolis,
+/area/lavaland/surface/outdoors)
+"ab" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ac" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ad" = (
+/turf/closed/indestructible/necropolis,
+/area/lavaland/surface/outdoors)
+"ae" = (
+/obj/structure/necropolis_gate,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"af" = (
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ag" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/living_quarters)
+"ah" = (
+/turf/closed/indestructible/necropolis,
+/area/ruin/unpowered{
+ name = "Necropolis Bridge"
+ })
+"ai" = (
+/turf/open/indestructible/necropolis,
+/area/ruin/unpowered{
+ name = "Necropolis Bridge"
+ })
+"aj" = (
+/turf/open/indestructible/necropolis,
+/area/lavaland/surface/outdoors)
+"ak" = (
+/obj/effect/light_emitter,
+/turf/open/indestructible/necropolis,
+/area/lavaland/surface/outdoors)
+"al" = (
+/turf/closed/mineral/random/volcanic,
+/area/lavaland/surface/outdoors)
+"am" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"an" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ao" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ap" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aq" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/camera{
+ c_tag = "Labor Camp Medical";
+ dir = 8;
+ network = list("Labor")
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ar" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/item/weapon/storage/bag/ore,
+/obj/item/weapon/pickaxe,
+/obj/item/device/flashlight,
+/obj/item/clothing/glasses/meson,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"as" = (
+/obj/structure/rack{
+ dir = 1
+ },
+/obj/item/weapon/storage/bag/ore,
+/obj/item/device/flashlight,
+/obj/item/weapon/pickaxe,
+/obj/item/clothing/glasses/meson,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"at" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"au" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"av" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aw" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Infirmary";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ax" = (
+/obj/structure/closet/crate/internals,
+/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/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ay" = (
+/obj/structure/table,
+/obj/item/trash/plate,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"az" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aA" = (
+/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{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aB" = (
+/obj/machinery/door/airlock{
+ name = "Labor Camp Storage"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aC" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aD" = (
+/obj/machinery/door/airlock{
+ name = "Vending"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aE" = (
+/obj/machinery/door/airlock{
+ name = "Labor Camp External Access"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aF" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aG" = (
+/obj/machinery/vending/sustenance,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aH" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"aI" = (
+/obj/machinery/mineral/unloading_machine{
+ dir = 1;
+ icon_state = "unloader-corner";
+ input_dir = 1;
+ output_dir = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aJ" = (
+/obj/machinery/camera{
+ c_tag = "Labor Camp External";
+ dir = 4;
+ network = list("Labor")
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aK" = (
+/obj/machinery/flasher{
+ id = "Labor";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aL" = (
+/obj/machinery/mineral/processing_unit_console{
+ dir = 2;
+ machinedir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aM" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aN" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors/explored)
+"aO" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Shuttle Security Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aP" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "Labor";
+ name = "Labor Camp Lockdown";
+ pixel_x = 0;
+ pixel_y = 28;
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aQ" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Labor";
+ name = "labor camp blast door"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aR" = (
+/obj/machinery/camera{
+ c_tag = "Labor Camp Central";
+ network = list("Labor")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aS" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "gulag"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aT" = (
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "gulag"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aU" = (
+/obj/item/weapon/pickaxe,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aV" = (
+/obj/machinery/conveyor{
+ dir = 10;
+ icon_state = "conveyor0";
+ id = "gulag"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aW" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aX" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ tag = "icon-0-9";
+ icon_state = "0-9";
+ d1 = 2;
+ d2 = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"aY" = (
+/obj/structure/ore_box,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aZ" = (
+/obj/machinery/computer/shuttle/labor/one_way,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ba" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bb" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"bc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bd" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Backroom";
+ req_access_txt = "2"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"be" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bf" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Labor Camp APC";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bg" = (
+/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/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bh" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"bi" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bj" = (
+/turf/open/floor/mech_bay_recharge_floor{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"bk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bl" = (
+/obj/docking_port/stationary{
+ area_type = /area/lavaland/surface/outdoors;
+ dir = 8;
+ dwidth = 2;
+ height = 5;
+ id = "laborcamp_away";
+ name = "labor camp";
+ turf_type = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
+ width = 9
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors/explored)
+"bm" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Shuttle Prisoner Airlock";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bn" = (
+/obj/structure/ore_box,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bo" = (
+/obj/structure/closet/secure_closet/miner,
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bp" = (
+/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/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/living_quarters)
+"bq" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/machinery/computer/shuttle/mining{
+ req_access = "0"
+ },
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/production)
+"br" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/eva)
+"bs" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mining Station Bridge";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bt" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/mine/eva)
+"bu" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Monitoring";
+ req_access_txt = "2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bv" = (
+/obj/structure/closet/secure_closet/miner,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 6
+ },
+/area/mine/living_quarters)
+"bw" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Labor Camp Maintenance";
+ req_access_txt = "2"
+ },
+/obj/structure/cable{
+ tag = "icon-1-10";
+ icon_state = "1-10";
+ d1 = 2;
+ d2 = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bx" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"by" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
+ name = "KEEP CLEAR: DOCKING AREA";
+ pixel_y = 0
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"bz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mining Station EVA";
+ req_access_txt = "54"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"bA" = (
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors/explored)
+"bB" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"bC" = (
+/obj/structure/chair/office/dark,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/mob/living/simple_animal/bot/secbot/beepsky{
+ desc = "Powered by tears and swet of laborer.";
+ name = "Prison Ofitser"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"bD" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/weapon/pen,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Labor Camp Security APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Labor Camp Monitoring";
+ network = list("Labor")
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"bE" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ tag = "icon-5-6";
+ icon_state = "5-6";
+ d1 = 2;
+ d2 = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bF" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bG" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bH" = (
+/obj/machinery/door/airlock/external{
+ glass = 1;
+ name = "Mining Shuttle Airlock";
+ opacity = 0;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"bI" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"bJ" = (
+/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/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bK" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"bL" = (
+/obj/machinery/computer/security{
+ name = "Labor Camp Monitoring";
+ network = list("Labor")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"bM" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"bN" = (
+/obj/machinery/power/port_gen/pacman{
+ anchored = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bO" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"bP" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/production)
+"bQ" = (
+/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/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/living_quarters)
+"bR" = (
+/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{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"bS" = (
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"bT" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"bU" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"bV" = (
+/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/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"bW" = (
+/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/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"bX" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bY" = (
+/obj/structure/cable,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/power/port_gen/pacman{
+ anchored = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"bZ" = (
+/obj/machinery/power/port_gen/pacman{
+ anchored = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ca" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mining Station Bridge";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Mining Station Maintenance";
+ req_access_txt = "48"
+ },
+/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{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cd" = (
+/obj/machinery/mineral/equipment_vendor,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ce" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cf" = (
+/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/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1;
+ tag = "icon-brown (NORTH)"
+ },
+/area/mine/living_quarters)
+"cg" = (
+/obj/machinery/camera{
+ c_tag = "Crew Area Hallway East";
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/living_quarters)
+"ch" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"ci" = (
+/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";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ck" = (
+/obj/docking_port/stationary{
+ area_type = /area/lavaland/surface/outdoors;
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining_away";
+ name = "lavaland mine";
+ turf_type = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
+ width = 7
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"cn" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Processing Area";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"co" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"cp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cr" = (
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 6
+ },
+/area/mine/production)
+"cs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ct" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock{
+ glass = 1;
+ name = "Break Room";
+ opacity = 0
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cu" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/living_quarters)
+"cv" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cw" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cx" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cy" = (
+/obj/machinery/door/airlock/mining{
+ name = "Mining Station Storage";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cz" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cA" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cB" = (
+/obj/docking_port/stationary{
+ area_type = /area/lavaland/surface/outdoors;
+ dir = 2;
+ dwidth = 11;
+ height = 22;
+ id = "whiteship_lavaland";
+ name = "lavaland wastes";
+ turf_type = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
+ width = 35
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cC" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"cD" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 6
+ },
+/area/mine/production)
+"cE" = (
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"cF" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "mining_internal"
+ },
+/obj/structure/plasticflaps,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/mine/production)
+"cG" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "mining_internal"
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplate (NORTH)";
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/mine/production)
+"cH" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/living_quarters)
+"cI" = (
+/obj/machinery/conveyor{
+ icon_state = "conveyor0";
+ dir = 10;
+ id = "mining_internal"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplatecorner (EAST)";
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/mine/production)
+"cJ" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/living_quarters)
+"cK" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/brown,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cM" = (
+/obj/machinery/door/airlock{
+ id_tag = "miningdorm1";
+ name = "Room 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/living_quarters)
+"cO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cP" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cQ" = (
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cS" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cT" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cU" = (
+/obj/structure/ore_box,
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/living_quarters)
+"cV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cW" = (
+/obj/structure/table,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cX" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "miningdorm1";
+ name = "Door Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cY" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"cZ" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"da" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"db" = (
+/obj/structure/closet/secure_closet/miner,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dc" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dd" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/beer,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"de" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"df" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dg" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/beer,
+/obj/item/weapon/reagent_containers/food/drinks/beer,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dh" = (
+/obj/machinery/door/airlock{
+ id_tag = "miningdorm2";
+ name = "Room 2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"di" = (
+/obj/machinery/camera{
+ c_tag = "Crew Area";
+ dir = 1;
+ network = list("MINE")
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dj" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dk" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dl" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "miningdorm2";
+ name = "Door Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dm" = (
+/turf/open/floor/bluegrid{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"dn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"do" = (
+/obj/machinery/door/airlock{
+ id_tag = "miningdorm3";
+ name = "Room 3"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dp" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "miningdorm3";
+ name = "Door Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"dq" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors/explored)
+"dr" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "gulag"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"ds" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dt" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"du" = (
+/obj/structure/table,
+/obj/item/weapon/pickaxe,
+/obj/item/device/gps/mining,
+/obj/item/device/gps/mining,
+/obj/item/device/gps/mining,
+/obj/item/device/gps/mining,
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 9
+ },
+/area/mine/eva)
+"dv" = (
+/obj/machinery/suit_storage_unit/mining,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/eva)
+"dw" = (
+/obj/machinery/suit_storage_unit/mining,
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 5
+ },
+/area/mine/eva)
+"dx" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"dy" = (
+/obj/machinery/camera{
+ c_tag = "EVA";
+ dir = 4;
+ network = list("MINE")
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/eva)
+"dz" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dA" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/eva)
+"dB" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/production)
+"dC" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"dD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dE" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dF" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/eva)
+"dG" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dH" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"dI" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"dJ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"dK" = (
+/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/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"dL" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/eva)
+"dM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dO" = (
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/eva)
+"dP" = (
+/obj/machinery/door/airlock/external{
+ glass = 1;
+ name = "Mining External Airlock";
+ opacity = 0;
+ req_access_txt = "54"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dQ" = (
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/eva)
+"dR" = (
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"dS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"dT" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"dU" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Mining EVA APC";
+ pixel_x = 1;
+ pixel_y = -23
+ },
+/obj/structure/cable,
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/eva)
+"dV" = (
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/eva)
+"dW" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/eva)
+"dX" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/eva)
+"dY" = (
+/obj/structure/ore_box,
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/eva)
+"dZ" = (
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"ea" = (
+/obj/machinery/door/airlock{
+ name = "Closet";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"eb" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"ec" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"ed" = (
+/turf/closed/mineral/random/high_chance/volcanic,
+/area/lavaland/surface/outdoors)
+"ee" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ef" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eg" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"eh" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"ei" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ej" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"ek" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/closet/crate/secure/loot,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"el" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"em" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"en" = (
+/obj/structure/fluff/drake_statue,
+/turf/open/indestructible/necropolis,
+/area/lavaland/surface/outdoors)
+"eo" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Mining Station Starboard Wing APC";
+ pixel_x = -27;
+ pixel_y = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"ep" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/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"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"eq" = (
+/obj/machinery/mineral/equipment_vendor,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 5
+ },
+/area/mine/production)
+"er" = (
+/obj/machinery/mineral/mint{
+ input_dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"es" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"et" = (
+/obj/structure/closet/crate,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/bot,
+/area/mine/production)
+"eu" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/obj/structure/table,
+/obj/item/weapon/paper{
+ anchored = 0;
+ info = "A hastily written note has been scribbled here... Please use the ore redemption machine in the cargo office for smelting. PLEASE! --The Research Staff";
+ name = "URGENT!"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"ev" = (
+/obj/structure/ore_box,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/bot,
+/area/mine/production)
+"ew" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/bot,
+/area/mine/production)
+"ex" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Mining Communications APC";
+ pixel_x = 1;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"ey" = (
+/obj/machinery/telecomms/relay/preset/mining,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8;
+ tag = "icon-vault (WEST)"
+ },
+/area/mine/maintenance)
+"ez" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"eA" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
+ },
+/area/mine/living_quarters)
+"eB" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
+ },
+/area/mine/living_quarters)
+"eC" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 5;
+ tag = "icon-whiteblue (NORTHEAST)"
+ },
+/area/mine/living_quarters)
+"eD" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eE" = (
+/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/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eF" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eG" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eH" = (
+/obj/machinery/mineral/equipment_vendor,
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
+ },
+/area/mine/production)
+"eI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"eJ" = (
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"eK" = (
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (EAST)";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"eL" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/delivery,
+/area/mine/production)
+"eM" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/bluegrid{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"eN" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"eO" = (
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/bluegrid{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"eP" = (
+/obj/machinery/camera{
+ c_tag = "Communications Relay";
+ dir = 8;
+ network = list("MINE")
+ },
+/turf/open/floor/bluegrid{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"eQ" = (
+/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,
+/obj/machinery/camera{
+ c_tag = "Sleeper Room";
+ dir = 1;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eR" = (
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"eT" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/whiteblue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4;
+ tag = "icon-whiteblue (EAST)"
+ },
+/area/mine/living_quarters)
+"eU" = (
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/production)
+"eV" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Shuttle Docking Foyer";
+ dir = 8;
+ network = list("MINE")
+ },
+/obj/machinery/newscaster{
+ pixel_x = 30;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"eW" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/bot,
+/area/mine/production)
+"eX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"eY" = (
+/obj/machinery/camera{
+ c_tag = "Processing Area Room";
+ dir = 8;
+ network = list("MINE")
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"eZ" = (
+/obj/machinery/mineral/unloading_machine{
+ dir = 1;
+ icon_state = "unloader-corner";
+ input_dir = 1;
+ output_dir = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/mine/production)
+"fa" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Mining Station Communications";
+ req_access_txt = "48"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"fb" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fc" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Infirmary";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fd" = (
+/obj/machinery/camera{
+ c_tag = "Storage";
+ dir = 2;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 5
+ },
+/area/mine/living_quarters)
+"fe" = (
+/turf/open/floor/plasteel/brown/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/mine/production)
+"ff" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"fg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"fh" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "mining_internal";
+ name = "mining conveyor"
+ },
+/turf/open/floor/plasteel/purple/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"fi" = (
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "mining_internal"
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplate (WEST)";
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/mine/production)
+"fj" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fk" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/living_quarters)
+"fl" = (
+/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/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1;
+ tag = "icon-brown (NORTH)"
+ },
+/area/mine/living_quarters)
+"fm" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/living_quarters)
+"fn" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1;
+ tag = "icon-brown (NORTH)"
+ },
+/area/mine/living_quarters)
+"fp" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Mining Station Port Wing APC";
+ pixel_x = 1;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fq" = (
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fr" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Processing Area";
+ req_access_txt = "48"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fs" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/production)
+"ft" = (
+/obj/machinery/mineral/processing_unit_console,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/production)
+"fu" = (
+/obj/machinery/mineral/processing_unit{
+ dir = 1;
+ output_dir = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/mine/production)
+"fv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fw" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fx" = (
+/obj/structure/fluff/drake_statue/falling,
+/turf/open/indestructible/necropolis,
+/area/lavaland/surface/outdoors)
+"fy" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/turf/closed/mineral/random/volcanic,
+/area/lavaland/surface/outdoors)
+"fz" = (
+/obj/machinery/camera{
+ c_tag = "Crew Area Hallway West";
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/living_quarters)
+"fA" = (
+/obj/machinery/camera{
+ c_tag = "Dormatories";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/mine/living_quarters)
+"fB" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/purple/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/mine/living_quarters)
+"fC" = (
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/bluegrid{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/maintenance)
+"fD" = (
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"fE" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (EAST)";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"fF" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/obj/effect/turf_decal/delivery,
+/area/mine/laborcamp)
+"fG" = (
+/obj/machinery/mineral/processing_unit{
+ dir = 1;
+ output_dir = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"fH" = (
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/mine/laborcamp)
+"fI" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/lavaland/surface/outdoors)
+"fJ" = (
+/turf/closed/mineral/random/volcanic,
+/area/lavaland/surface/outdoors/explored)
+"fK" = (
+/turf/closed/mineral/random/labormineral/volcanic,
+/area/lavaland/surface/outdoors)
+"fL" = (
+/obj/structure/ore_box,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors/explored)
+"fM" = (
+/obj/structure/gulag_beacon,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp)
+"fN" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"fO" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/mine/laborcamp/security)
+"fP" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/turf/closed/indestructible/riveted,
+/area/space)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aeaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaaaaaaaaaeaeaaaaaaaaaaababababaeaeaeaaaaaaaaaaaaababababaeaeaaaaababababababababababababababababababaeaaaaaaaaabababababababababababababababaeaaaaaaaaaaaeaeaeababababababaeaeaeaaaaaaaaaaaeababaeaeabaeaaaaaaaeabababababafababababaeaeaaaaababababaeaaaaaaaeababaeaeaaaaabababaeaeaaaaaaaaaeabababababababababababababaeaeaaaaaaaaabababababaeaeaeaeaeabababaeaaaaaaaaaeaaaaaaaaaeaeabababababaeaaaaaaaaaaaaaaaeaeaeaeaeaeaeababababababababaeaeaeaeabaaaaaaaaaaaaaaaaaaaaaaaeaeababaeaaaa
-aeaaaaaaaaaaaaaaaeababababaeaeabaeaaaaaaaaabaeaaaaaaaaaaabababababaeaeaaaaaaaaaaaaabababababaeaeaeabababababababaeaeaeababababababababaeaaaaaaaaaeabababababaeaeaeabababababababaaaaaaaaaaaeabababababababababaeaeaaaaaaaaaaaeaeabababababaaaaaaababababababababababababaeaaaaabababababaeaeaeababababaeaaaaabababaeaeaaaaaaaaaeababababababababababababababaeaaaaaaaaababababaeaeaeaeaeabababababaaaaaaaaaeaaaaaaaaaeabababababababaaaaaaaeababababaeaaaaaaaaaaaaaaaaababababababaeaeaeabaaaaaaaaaaaaaaaaaaaaaaaeaeababaeaaaa
-abaeaeaeababaeaeababababababababaeaaaaaaaaababababaeaeabababababababaeaaaaaaaaaaaaababababababababababababababaaaaaaaeabababababababababaaaaaaaaaeabababababaeaaaaaaabababababababaeaeabababababababababababababaeaaaaaaaaaaaeabababababababaeaeababababababababababababaeaaaaabababababababababababababaaaaababababaeaeabababababababababababababababababababaaaaaaaaaeabababaaaaaaaaaaabababababababaeaeabaaaaaaaaaeababababababababaeaeabababababaeaaaaaaaaaaaaaaaaabababababababaeaeabaaaaaaaaaaaaaaaaaaaaaaaeabababaeaaaa
-abababagababababababababababababababaeaeabababababaeabababababababababaaaaaaaaaaaaabababababababababababababaeaaaaaaaeabababababababababababaeaeababababababaeaaaaaaaeababababababababababababababababaeabababababaaaaaaaaaaaeababababababababababababababababababababababaaaaaeabababababababababababaeaaaaabaeababaeababababababababababababababaeababababababababaeababababababaeaeabababababababababababaaaaaaaaabababababababababababababababababaaaaaaaaaaaaaaaaabababababababaeaeaeaaaaaaaaaaaaaaaaaaaaaaaeabababaeaaaa
-abababagagabababagabababababababababababababababababababababababababababaeaeaeaeababababababababababababababaeaaaaaaabababababababababababababababababababababaaaaaaaeababababababababababababababaaaaaaaeababababaaaaaaaaaaababababababaeababababababababababababababababaaaaaeababababababababababababaaaaaeaeababababababababababababababababaeaeaeaeaeaeabababababababababababababababababababababababaeaaaaaaaaabababababababababababababababababaaaaaaaaaaaaaaaaabababababababababaeaaaaaaaaaaaaaaaaaaaaaaaeaeabababaaaa
-agagagagagababagagagagagagagagagagagagagagagabagababagagagababababababababababababababababababababababababababaaaaaaabababababagagagababababababababababababababaeaeabababababababababababababababaaaaaaaeabababababaeaeabababababababaeaeaeaeabababababababababababababababaeabababababababababababababaaaaaeaeababababababababababababababaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababaeaaaaaaaaababababababababababababababababababaeaeaeaeaeabababababababababababababaeaeaeabababababaeaeaeababababaaaa
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagabababagagagagagagagabababababababababababagagabagababababababababababababababababababababababababababababababababaeaeababababababababababababababaeaaaaaaaaabababababababababababababababababababababababababababababaaaaaeababababababababababababababaeaaaaaaaaaaaaaaaaaaaaaeababababababababababababababababababababababaeaeababababababababababababababababababababababababababababababababababababababababababababababaeabababababaaaa
-agagagagagababagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagagagabagagagagagabababababababagagagagagagagagagabababababababababababababababababababababababababababababaaaaaaaaabababababahahaiahahabababababababababababababababababababaeaeabababababababababababababababaeaaaaaaaaaaaaaaaaaaaaaeabababababababababababababababababababababababababababababaeabababababababababababababababababababababababababababababababababababababababababababababababae
-agagagagagagabagagagagagagagagagagagagagagababagagagagagagagagagagabababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagagagagagagagagagagabagagagagagagagabababababababababababababababababababababaeaeababababababahajaiakahabababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababaaaaaaababababababababababababababababababababababababababababababababababababababababababababababab
-agagagagagagagagagagagagagagagagagababababababagagagagagagagabababababababababagagagagagagagagagagagagagagagagagagagagabagagagagabagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagababababagagagagagagagagagagagabababagagagagagagagabagagalajaiakamagagagagabagagagagagagagagagagagagagagagagabababababababababababababababababababaeaeaeaeaeabababababababababababababababababababababababababababababababaaaaaaaeabababababababababababababababababababababababababababababababababababababababababababababab
-agagagagagagagagagagagagagagagabababababababagagagagagagagagabababagagagababababagagabababagagagagagagagagagagagagagagagagagagababagagagagagagagagagagagabagagagagagagagagagagabagagagagagagagagagababagagagagagagagagagagagagabababagagagagagagagagagagalajaiakamagagagagagagagagagagagagagagagagagagagagagagababababababababababababagagagagagababaeaeababababababababababababababababababagagagagagagagagagagagagabababababaeababababababababababababababababababababababababababababababababababababababababababababababab
-agagagagagagagagagagagagagagagagagabababababagagagagagagagabababagagagagabababababababababagagagagagagagagagagagagagagagabababababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagabagagagagagagagabagagagalajaiakamagagagagagagagagagagagagagagagagagagagagagagabababababababababababagagagagagagabababababababababababababababababababagagabagagagagagagagagagagagagabababababababababababagagagagagagagagagagagagababagagagagagagagagagagagagabagababababababababababagagagag
-agagagagagagagagagagagagagagagagagagagababagagagagagagagagabagagagagagagagababagagagagagagagagagagagagagagagagagagagagabababababababababababababababagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagalajaiakamababagagagagagagagagagabagababababababababagabagababagagagagagababagagagagagagabababababababagagagababababagagagagagagagabagagagagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagabababababababababababababagabagagagagagagababababababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagalajaiakamagabagagagagagagagagagagagagagababababagagagagagababagagagagagagabagagagagabagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagagagagagagagagagababababababababababababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagalajaiakamagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagabababagagagagagagagagagagagagababagagagagagagagagabagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababababababababagagagagagagagagagagagagagagagagagagagagagagagabagagagalajaiakamagababagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagababababagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagababagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagababagagagagagabababagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagababababagagabagababababababababababagagagagagagagagagagagagagagagagagagagagagagagabagagagalajaiakamagabababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagabagagagagagagagagabagababababagagagagagagagagagagagagagag
-agagagagagagagagagagagagagabanabababababababababababababababababagagagabababagagagagabagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagababababagagagagagagagagagagagababababababababababababagabagagagagagagagagagagagagagagagagagalajaiakamagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagabagagagagagagagagagagagagagagagabababagagagagagagagagagagagagagagagagagagabababagagagagagagagagagagababagagagagagagagagagagagagagag
-agagagagagagagagagagagagagababaeagagagagagagababagagabababababababagagabababagagagababagagagagagagagagagagagagagagagabababagagagagagagagagagagababagagagagababababagagagagagagagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagalajaiakamagagagagagabagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagabababababagagagagagagagagagagabababababababagagagagagagagagagagagagagagabaeaeabagagagagagagagagagagababagagagagagagagagagagagagagag
-agagagagagagagagagagagaganababaeaeabagagagagagabagagagabababababagagababababagagabababagagagagagagagagagagagagagagababababagagagagagagagagababababababababababababababababababagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagabagagagagagalajaiakamagagagagagababagagagagagagagabababababababababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabababababagagagagagagagagagagababababababababababababababababababababababaeaeababagagagagagagagagagababagagagagagagagagagagagagagag
-agagagagagagababababababanabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababagagagagagagagagagagagagagagagagagagagagagabababababababababababababababahajaiakahabababababababababababababababababaeananababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaeaeababababagagagagagagagababababababababababababababababab
-agagagagagaganabababananananabababababababababababananababababababababababababababanananabababababababababababababanabababananananabababababababababababababababababababababababababababababababababababababababababababababababaeaeababababababababababahahaiahahababababababababababababababababananananabababababababababababababababababababababababababababababaeanananananabababababababababababababababananananananananananababababababababababababababababaeanabababababababababababababababababaeanananananananananan
-agagagagagaeananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananaeananananabababababababanananananananananananananananananananaeananananananananananananabaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananaeababababababaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaeanananaeananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeabababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeabababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabababababababababaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeabababababaeaeabananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeabababababaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabababababababaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananan
-agagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeabababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananan
-agagagagagagaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeabababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananababababaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaganababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagabagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananan
-agagagagagagaoabababagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaoaeaoabagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaoaoaoaoaoagagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaoaoaoaoaoaoaoagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoagaoagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoagagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoagaoagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagabananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagabagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaeagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaeaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagababaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagabanagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaoagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagaoaoagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagaeabagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagaeabagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagaeababagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagaeabababagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagaeabababagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganaganananababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagabagagabagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagagabagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagabagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoababagagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoababagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabababaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagabaoabagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagababagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaoagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaoababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaoababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaoababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaoababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagabanananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagagabananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagababaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagabananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagabananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagananananananananananananananananananananananananananababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananapababababanabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagabaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananababababananabanabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananabababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagaqaqararararararaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagaganananananananananananananananananananananananananabababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagaqasatauaravawararaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoagagagagananananananananananananananananananananananananabababababababababapapababapanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaxagagagagagagagagabaqasayazaravaAaBaraoaoaoaoaoaoaoaoaoaoaoaoaoaoaoabagagagaganananananananananananananananananananananananananabababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaxaxagaxaxagagagababararaCararavaAaDaraoaxaoaoaoaoaoaoaoaoaoaoaoaoaoagagagaganananananananananananananananananananananananananananananabababababababababababanabananananananababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaxaxaxaxaxaxaxaxararararaAaAaEararaFararararaxaxaoaoaoaoaoaoaoaoaoaoaoagagagagananabababagananananananananananananananananapababanababananababababababababababanababababababababababababanababanabananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagaxaxaxaxaxaxaxaxaxaxaraGaHaraAaAaAaAaAaAaIaAaJaKaxaxaoaoaoaoaoaoaoaoaoaoaoaoagagaganabagagagagagabananananananananananananananabababababababanababababababababababababababababababanananababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaxaxaxaxaxaxaxaxaxaxaxaraLaAaMaAaAaAaAaNaOararararaPaxaxaxaxaoaoaoaoaoaoaoaoaoagagagagagagagabagabababanananagaganananananananababababababababababababababababababababababababababananabababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaxagagaxaxaxaxaxaxaxaxaraQaRaraAaAaAaAaraSaraTaTaTaxaxaxaxaxaoaoaoaoaoaoaoaoaoagagagagagagababagagagagananagagagananagagagagananababababababababababababababanananababababababababababababababababababanabanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaxaxaxaxaxaxaxaxararararaAaUaAaAaraVaraWaxaxaxaxaxaxaxaxaoaoaoaoaoaoaoaoaxagagagagagabagagagagaganagagagananabagagagagaganabababababababababababananananapababababababababababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagaxagaxaxaxaxaxaxaxaxaxaXaYaZbaaAbbaAbcbdbearaWaxaxaxaxaxaxaxahaoaoaoaoaoaoaoaoaxagagagagagagagagagagagagagagagabababababababagagababababababanananananananananababababababababababababababapapanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaxaxaxaxaxaxaxaxaxararararaAaAaRararaVaraxaxaxaxaxaxaxaxaTaoaoaoaoaoaoaoaxaxagagagagababagagagagagagagagabbfbfbgbgbfbfababagabababababapananananananababababababababababababababababababapanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagaxagagagaxaxaxaxaxaxaxaxbhbibjbkaAaAblbmbmbnaraxaxaxaxaxaxaxaxaoaoaoaoaoaoaoaoaxaxagagagabababababagagagagabababbfbobpbpbqbfabababababababababanananananababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaxaxaxaxaxaxaxaxarararaAaAaAaAararararaxaxaxagaxaxaxaxaxaxaoaoaoaoaoaoaxagagagabababababababagagbrbrbsbsbfbtbububvbfbfbfbfbwabababababababababababababababababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagaxaxaxaxaxaxaxaxbxbyaJbzaAaAbAbBbCbBbDaraxaxagagagagagaxaxaxaoaoaoaoaoaxaxagagagababababababababbsbsbEbFbGbHbIbubJbKbgbLbMbgabababababababababababababababababababababababababababapanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaxaxaxaxaxaxaxaxarararararbNarararbOarararagagagagagagagaxaoaoaxaxaxaxagagababababababababbPbsbsbQbRbSbTbUbVbWbXbYbZcabYcbababababababababababababababababababapabababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaxaxaxaxaxaxaxaxaxaxcccdcecfcgarchcicjckaragagagagagagagagagaxaxaxaxagagagagagabababababclcmbRcncocpcqcrbHcsctcucvbgcwcxbgabababababababababababababababababananananabababababababananancyczababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagaxaxaxaxaxaxaxaxaxcccccdcAcBcCarcDcEcFcGaragagagagagagagagagagagagagagagagagabababababababbsbsbscHbRcIcJbfbfbfbfbfbfbfbfbfbwababababababababababababababababananananapababababababanananababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagaxaxagaxaxagagagagcccdcKcKcKararararararagabababagagagananagagagababagagagagababababababababbsbscLcIcMcNcOcPbraeanananananabababagagabababababababababababananananananabababababanananabababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagaxagagaxagagagagagagagagagagagagagagagabaeanababababaecQcQcRcQcQcQcQagagagabababababababagabbrcScIcJbrbrbrbrbrbrbrbrbranababagagagababababababababababanananananananababababababapababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagcTagagagagagagagagcUcUcUcUcUcUcUcQcVcVcQcQcWcXcYcZdacQagagagagabababababagagagbrdbdccrddbrdedfdgdhdidjbrabagagagagaganabababagababababababananananananananananababababababababapananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagcTagagagagababagagabcQcQcQcQcQcQcUdkdldmdndocUdpdqdqdrcQdsdtdudvdacQabagagagagagababagagagagbrcocIbRdwdxdybRbRbRdzdAbrabagagagagaganababagagabananabababananananananananananananababababapananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagababagabcQdBdCdDdEdFcUdkdGdHdIdJcUdKdLdMdNcQdOdPdQdtdRcQababagagagagagagagagagabbrdScIbRdTbrdUbRdVdWbrdXbragagagagagagananabagagabananapabababanananananananananananababababapananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagababababcQdYdZdZdZdZcUcUcUeacUcUcUcQebecebcQcQcQedcQcQcQcVcVcVagagagagababababbsbseecIbRbGefcLbRegehefeibragagagagagagananabagagabanananananananananananananananananabababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagabababejdZekelemdZejeneoepeqereseneoeteqeueneoevewenenenexcVcVcVcVcVbsbsbsbsbscLbRcIbRcJeycobRegezeAeBbragagagagagagananabagagaganananananananananananananananananapababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagababagababababejeCeDeEeFeGeHeIeJeKeLeLeLeLeLeMeLeNeLeLeOePeLePeLeQeReSeLeLeLeTeTeTbTeUeVeTeWeXeYeZfafbfcfdefeibragagagagaganananagagagagabananananananananananananananananapababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagabababababababejfeekffemdZejenfgfhfifjenenenenenfkenfjexfhfiflenfmcVcVcVcVcVbsbsbsbsbscHbRfnbRcrefcHcJbrefefeibrabagagagagananagagagagagagagagaganananananananananananananabababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagababababababcQdZdZfofpfqcQcQcQfrcQcQcQcQcQcQfifkcQcQebfsebcQcQcQcVababababababababbsbsftfufvfwbrbRfxfyfzfzfAbrababagaganananagagagagagagagagabanananananananananananananabababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagabagababababcQcQcQcQcQcQcQfBfCetfDfEcQfFfGfHfIfJcQfKfLfMfLfNfOcVababagagagagagagababbrbrbrbsbsbrbsbrbrbrbrbrbrabababaganananagagagagagagagababananananabababababanananaeababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagababagababananananancQfPenflenfQcQfRfScQfTfkebfLfLfUfLfLfVcQabagagagagagagagagabanabababababababababababababababababananababagagagagababababapapabababababababababababfWababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagabagagagagabanananancQfXfYfZgagbcQcQcQcQfifkebfLgcgdgegfggcQabagagagagagagagagaganagagagagababababababababababababababanababababagabababababababababababababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagabagagagagabababanaecQcQcVcVcVcQcQfFfGghfIfJcQgifLgjgkfLglcVabagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagagagagabaganananababababancQfRgmcQeqgncQcQcQcQcQcQcQcQanagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagagagagagagagananabababanaecQcQcQcQfifkcQgogpcQgqgrcQananagagagagagagagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagagagagagagaganagagagabanancQfFfGgsfIgtgugvgwgxgwgycQananabagagagagagagagagagagagagagagagagagagagagagabagabababababababababababababababababababababababababababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabancQfRgzcQeqflcQgAgBcQgCgrcQanababagagagagagagagagagagagagagagagagagagagagagagagagagababababababababababababababababababababababababababababababababababababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababcQcQcQcQcVcVcQcQcQcQcQcQcQanababagagagagagagagagagagagagagagagagagagagagabagagagagagagabababababababababababababababababababababababababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananan
-agagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagababagagagabanaeananananananabababagagagagagagagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananaeananananan
-agagagagagagagagababagabagagagagagagagagagagagagagagagagagagagagagabagagagagagabanananabababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababababababababababababababababababababababababababababababababababababababababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabananananananananananananananananananananananananag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabanabababagagagagagabagagagagagagagagagagagagagagagagagagagagababababababababababababababababababababababababababababababababababababababababababababababababababanananananananananananananananananananananananananananananananananananananananananananananananababananananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabanananananananananananananananananananananananagag
-agagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabababagabagagababagababagagagagagagagagagagagagagagagagagababababababababababababababababababababababababababababababababababababababababababababababababababababananananananananaeababanananabababananananananananananananananananananananananananananananananababaeananananananananananananananananananananananananananananananananananananananananananananananananananananananananananabababanananananananananananananananananananaeagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagababagabababaeababagagagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababababababababababananabagagagagagagagabababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagababanananananananananananananananananananagagagagagagagaeanananananananananananananababababanananananananananananananananananananagagagagag
-agagagagagagagagagagabagagababagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagabaeaeaeaeabagagagagagagagagagagagagagagagagagagagagagagababababababababababababababababababababababababababababababababababababababababababababababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagananananaeagagagagagagananananananananabagagagagagagagabanananananananananababagagagagagagagananananaeagagagagagagagagagagagaganagagagagag
-agagagagagagagagagagagagabababababagagagagagagagagagagagagagagagagagagagagagagagabagagagagagabanaeaeaeaeababagagagagagagagagagagagagagagagagagagagagagababababababababababababababababababababababababababababababababababababababababababababababababagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagababagabababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagababaeaeaeaeaeaeababagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababababababababababababagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabaeaeaeaeaeaeababagagagagagagagagagagagagagagagagagabababababababababababababababababababababababababababababababababababababababababababababababagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabaeaeaeaeanababababagabagagagagagagabababagabagabababababababagagagagababababababababababababababababababababababababababababababababababababababagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagabagagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabanaeaeaeaeabagagagagagagagagagagagagagagagagagagabababababababagagagagagagagababababababababababababababababababababababababababagagagagabababababagababagagagagagagagagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagaganaeaeaeabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagabababababababababababababababababababababababagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagagagagabagabababagagagagagagababababababagabagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagagabagagagagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
-agagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagababagagabagagagagagagagagagagagagagagagababagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagagag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ed
+ed
+ed
+ed
+ed
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(6,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ed
+ed
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+dq
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(7,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+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
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+bA
+bA
+ab
+dq
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+"}
+(8,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+ab
+ab
+ed
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ed
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+ab
+fK
+fK
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+af
+af
+af
+bA
+bA
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+"}
+(9,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+ab
+ab
+af
+af
+af
+af
+bA
+bA
+af
+af
+bA
+bA
+af
+af
+bA
+af
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(10,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(11,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+bA
+bA
+dq
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+bA
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(12,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+bA
+bA
+bA
+dq
+bA
+bA
+bA
+bA
+bA
+dq
+bA
+bA
+dq
+bA
+bA
+bA
+af
+bA
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(13,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+af
+bA
+bA
+bA
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+bA
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(14,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+bA
+bA
+bA
+bA
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+bA
+bA
+ab
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+ab
+af
+af
+af
+af
+af
+"}
+(15,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+al
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+bA
+bA
+bA
+bA
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+bA
+bA
+bA
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(16,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+ed
+ed
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+bA
+bA
+bA
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+bA
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(17,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+af
+ed
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+bA
+bA
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+bl
+dq
+dq
+dq
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+"}
+(18,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+an
+an
+an
+an
+an
+aO
+an
+an
+an
+bm
+an
+bA
+bA
+af
+af
+af
+af
+af
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(19,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+fK
+ab
+af
+af
+af
+af
+af
+ab
+an
+ay
+aC
+aG
+an
+aP
+an
+aZ
+an
+aF
+an
+dq
+fJ
+af
+af
+dq
+af
+ab
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+af
+af
+af
+ab
+ab
+an
+az
+at
+au
+an
+aO
+an
+fM
+an
+bm
+an
+fJ
+fJ
+fJ
+af
+af
+af
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(21,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+am
+am
+am
+an
+an
+an
+aD
+an
+an
+aQ
+an
+ba
+at
+at
+an
+fN
+fN
+fN
+af
+af
+af
+al
+ed
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(22,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+am
+ao
+ao
+an
+at
+at
+at
+at
+at
+at
+at
+at
+at
+at
+an
+bB
+bK
+fO
+af
+af
+af
+af
+al
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(23,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+ap
+fD
+aw
+at
+at
+at
+at
+aK
+aR
+at
+at
+at
+bc
+bu
+bC
+bL
+fO
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(24,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+aq
+aM
+an
+aA
+at
+at
+at
+at
+at
+au
+fH
+at
+be
+an
+bD
+bM
+fO
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(25,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+an
+an
+an
+an
+at
+at
+at
+at
+dr
+an
+aS
+an
+bd
+an
+an
+an
+an
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(26,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ed
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+ar
+ar
+ar
+an
+at
+fE
+an
+an
+aL
+an
+aS
+an
+be
+an
+bE
+bN
+an
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+as
+at
+at
+aB
+at
+fF
+aI
+aT
+fG
+aT
+aV
+an
+bf
+bw
+aW
+aX
+an
+af
+af
+ab
+ed
+al
+ab
+ab
+ab
+al
+ab
+ab
+ab
+ed
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+al
+ab
+ab
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+an
+av
+ax
+an
+aE
+an
+an
+an
+an
+an
+an
+an
+an
+an
+bx
+bO
+an
+af
+eh
+eh
+eh
+eh
+ei
+ei
+ei
+ee
+ei
+ei
+ei
+ee
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+al
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+an
+an
+an
+at
+an
+fL
+aN
+aN
+dq
+dq
+dq
+dq
+an
+bF
+bG
+an
+af
+eh
+dm
+dm
+eh
+fj
+fj
+fj
+ee
+cd
+cU
+bn
+ee
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+an
+aF
+an
+fL
+dq
+dq
+dq
+dq
+dq
+dq
+an
+an
+an
+an
+af
+eh
+ex
+eM
+eh
+fk
+fv
+fq
+ee
+fB
+fj
+da
+ei
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(31,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+al
+af
+af
+af
+af
+af
+fK
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+an
+aE
+an
+fL
+dq
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+af
+ab
+eh
+ey
+eN
+fa
+fl
+fw
+cs
+cy
+fo
+cV
+db
+ei
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(32,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+aJ
+dq
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+af
+ab
+ed
+eh
+ez
+eO
+eh
+fm
+bg
+cu
+ee
+cJ
+fj
+bo
+ei
+ab
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(33,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+al
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+ab
+al
+eh
+fC
+eP
+eh
+fz
+bg
+cv
+ee
+fd
+ag
+bv
+ee
+al
+ed
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(34,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+ab
+ab
+eh
+eh
+eh
+eh
+fn
+bg
+fj
+ee
+ee
+ee
+ee
+ee
+ee
+ee
+ee
+ee
+ee
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(35,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ab
+ab
+ab
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+af
+ab
+ee
+eA
+eQ
+ee
+fj
+bg
+fj
+ee
+cK
+cW
+ee
+cK
+cW
+ee
+cK
+cW
+ee
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(36,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+ab
+ei
+eB
+eR
+fb
+fk
+bg
+fj
+ee
+cL
+cX
+ee
+cL
+dl
+ee
+cL
+dp
+ee
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(37,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+ab
+ab
+ab
+af
+af
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+fP
+fL
+fK
+dq
+dq
+af
+af
+af
+af
+ab
+ei
+eB
+eS
+fc
+fo
+bi
+fj
+ee
+cM
+ee
+ee
+dh
+ee
+ee
+do
+ee
+ee
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(38,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+dq
+af
+af
+al
+ed
+ee
+eC
+eT
+fb
+fm
+bg
+fj
+cu
+cN
+fA
+cu
+cN
+fm
+cu
+cN
+fm
+ei
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(39,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+al
+ee
+ee
+ee
+ee
+ee
+fp
+ci
+cl
+cl
+cO
+cl
+cl
+cO
+dn
+cl
+cO
+cV
+ei
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(40,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+af
+af
+ee
+ej
+bX
+bY
+ee
+cx
+bg
+fj
+ee
+ee
+fb
+fb
+ee
+ee
+ee
+ei
+ei
+ee
+al
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(41,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+af
+af
+ef
+ek
+eD
+bZ
+ee
+fk
+bg
+cv
+ee
+cP
+cQ
+cQ
+aH
+ee
+ab
+ab
+ab
+al
+ed
+al
+al
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(42,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+af
+af
+ee
+el
+eE
+bJ
+cc
+cf
+bk
+fq
+fb
+cQ
+cQ
+dc
+cQ
+ee
+ab
+af
+ab
+ab
+al
+al
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(43,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+ab
+ab
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+af
+ab
+ee
+eD
+eF
+ca
+ee
+cg
+cj
+cs
+ct
+cR
+cY
+dd
+di
+ee
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(44,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+af
+af
+ab
+ee
+em
+eG
+eG
+ee
+fj
+bg
+cu
+fb
+cQ
+cQ
+de
+dj
+ee
+ed
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(45,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+ab
+af
+af
+ab
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+fK
+ab
+af
+af
+fK
+fK
+fK
+fK
+fK
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+ee
+ee
+ee
+ee
+ee
+fj
+bg
+fj
+ee
+cS
+cQ
+df
+cQ
+ee
+al
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(46,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+fK
+fK
+fK
+fK
+fK
+af
+af
+af
+af
+af
+af
+af
+dq
+dq
+dq
+dq
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ei
+fj
+bg
+fj
+ee
+cT
+cZ
+dg
+dk
+ee
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(47,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+al
+al
+al
+af
+af
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+ei
+fq
+bp
+cH
+ee
+ei
+ei
+ei
+ei
+ee
+al
+al
+al
+af
+ab
+af
+af
+ab
+ab
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+"}
+(48,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+ab
+af
+af
+af
+af
+af
+ei
+ei
+bs
+ei
+ei
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+al
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+"}
+(49,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+ed
+ab
+ab
+ab
+al
+af
+af
+af
+af
+af
+af
+af
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+al
+al
+al
+af
+af
+af
+af
+al
+al
+af
+af
+af
+af
+af
+af
+af
+al
+al
+al
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ei
+bQ
+ei
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ed
+ed
+ed
+ed
+ed
+al
+al
+af
+af
+af
+"}
+(50,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ei
+bg
+ei
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+ab
+ab
+ed
+ed
+ed
+ed
+ed
+ed
+ed
+ed
+ab
+af
+af
+"}
+(51,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ei
+bg
+ei
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ed
+ed
+ed
+ed
+ed
+ed
+ed
+ab
+af
+af
+"}
+(52,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+ab
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ei
+bg
+ei
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ed
+ed
+ed
+ed
+ed
+ed
+ed
+ab
+af
+af
+"}
+(53,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+dx
+bV
+dx
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ed
+ed
+al
+ed
+ab
+ab
+af
+af
+"}
+(54,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ck
+ab
+ab
+ab
+ab
+af
+af
+ab
+dx
+bV
+dx
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(55,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+ab
+af
+af
+af
+af
+af
+ab
+ab
+by
+bH
+dx
+ab
+ab
+af
+af
+af
+ab
+dx
+bV
+dx
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+"}
+(56,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+dx
+dI
+dx
+ab
+af
+af
+af
+af
+ab
+dx
+dK
+dx
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(57,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+dx
+dx
+bH
+dx
+dx
+ab
+af
+af
+ab
+dx
+dx
+cb
+dx
+dx
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(58,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+bh
+dx
+dH
+dR
+bP
+dx
+bh
+bh
+bh
+bh
+dx
+bU
+bW
+bP
+dx
+bh
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(59,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+ed
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+ab
+bh
+bq
+dI
+dS
+dI
+bU
+eg
+eo
+dR
+eU
+fe
+dI
+bV
+dI
+cz
+bh
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(60,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+af
+af
+ab
+ab
+af
+ab
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+ab
+dx
+dB
+dJ
+dT
+bR
+bR
+bR
+ep
+bR
+bR
+bR
+bR
+ce
+cw
+cA
+bh
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(61,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+ab
+ab
+dx
+dC
+dK
+bI
+bS
+dZ
+bT
+bI
+dI
+dI
+dI
+dI
+ch
+dI
+cC
+dx
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(62,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+al
+ab
+ds
+ds
+ds
+bb
+bz
+bb
+ds
+ea
+bh
+eq
+eH
+eV
+dC
+bS
+cm
+bI
+cD
+dx
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(63,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ds
+du
+dy
+br
+dL
+dU
+ds
+eb
+bh
+bh
+eI
+bh
+ff
+fr
+cn
+ff
+bh
+bh
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(64,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+dt
+dv
+dz
+dz
+dM
+dV
+ds
+ec
+bh
+er
+eJ
+eW
+bU
+dR
+co
+bP
+dI
+dx
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(65,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+af
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+dt
+dv
+dz
+dD
+dN
+bj
+ds
+bh
+bh
+es
+dI
+dI
+dI
+dI
+cp
+bS
+cE
+bh
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(66,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+ds
+dw
+dA
+dE
+dO
+dW
+ds
+ed
+bh
+et
+dI
+eX
+fg
+fg
+cq
+bh
+cF
+bh
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(67,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+ds
+ds
+ds
+dt
+dP
+dt
+ds
+al
+bh
+eu
+dI
+eY
+fh
+fs
+cr
+ff
+cG
+bh
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(68,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+ab
+ab
+ds
+dF
+dQ
+dX
+ds
+al
+bh
+ev
+eK
+bh
+ff
+ft
+ff
+ff
+cG
+bh
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(69,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+ab
+ds
+dG
+dO
+dY
+ds
+al
+bh
+ew
+eL
+eZ
+fi
+fu
+fi
+fi
+cI
+bh
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(70,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+al
+al
+af
+af
+ab
+ds
+dt
+dP
+dt
+ds
+al
+bh
+bh
+bh
+bh
+bh
+bh
+bh
+bh
+bh
+bh
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(71,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+bt
+ab
+ab
+ab
+bt
+al
+al
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(72,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(73,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+ab
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(74,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+al
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(75,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+al
+al
+ab
+ab
+ab
+af
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(76,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+al
+al
+al
+al
+al
+ab
+ab
+af
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(77,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+ab
+ab
+ab
+ab
+al
+al
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(78,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+al
+al
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(79,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+ed
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+af
+af
+af
+af
+"}
+(80,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+al
+al
+al
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+"}
+(81,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+al
+al
+al
+ed
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+"}
+(82,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+al
+al
+al
+ed
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+"}
+(83,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+ab
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+"}
+(84,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+"}
+(85,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+fy
+al
+al
+al
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+"}
+(86,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+ab
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+"}
+(87,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(88,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+af
+ab
+ab
+ab
+af
+ab
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+ab
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(89,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+af
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+fy
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(90,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(91,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(92,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+fy
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+"}
+(93,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+"}
+(94,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(95,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(96,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+"}
+(97,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+al
+ab
+ab
+ab
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(98,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+al
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+"}
+(99,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+al
+al
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(100,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+al
+al
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+fy
+ab
+ab
+al
+al
+al
+al
+al
+al
+fy
+ab
+ab
+ab
+ab
+fy
+fy
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+"}
+(101,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+af
+ab
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+fy
+fy
+ab
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+cB
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+"}
+(102,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+aU
+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
+af
+af
+"}
+(103,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+aY
+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
+af
+af
+af
+"}
+(104,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+fy
+fy
+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
+af
+af
+af
+"}
+(105,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(106,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+fy
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(107,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+al
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(108,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+"}
+(109,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+"}
+(110,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+"}
+(111,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+"}
+(112,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+"}
+(113,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+ab
+ab
+"}
+(114,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+"}
+(115,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+"}
+(116,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ed
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+"}
+(117,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ed
+ed
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(118,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(119,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ed
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+"}
+(120,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+ab
+af
+af
+af
+af
+"}
+(121,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+"}
+(122,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(123,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+en
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+af
+af
+ab
+af
+af
+af
+af
+"}
+(124,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ed
+al
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+ab
+af
+af
+ab
+ab
+af
+af
+af
+"}
+(125,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+aj
+aj
+ab
+ab
+aa
+aa
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+"}
+(126,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+"}
+(127,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ae
+ak
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(128,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(129,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+aj
+aj
+ab
+ab
+aa
+aa
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(130,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(131,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+fx
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+ab
+ab
+af
+af
+af
+ab
+ab
+al
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+al
+al
+ed
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(132,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(133,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aj
+aj
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+"}
+(134,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+ab
+af
+ab
+af
+af
+af
+af
+af
+af
+"}
+(135,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(136,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(137,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(138,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(139,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(140,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(141,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(142,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(143,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(144,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(145,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(146,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(147,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(148,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(149,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(150,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(151,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ed
+ed
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(152,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(153,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(154,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(155,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(156,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(157,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(158,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(159,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(160,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(161,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(162,1,1) = {"
+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
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(163,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(164,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+ab
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(165,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(166,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+af
+ab
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(167,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+ab
+af
+af
+af
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+ab
+af
+ab
+af
+af
+af
+af
+af
+af
+"}
+(168,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(169,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(170,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(171,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(172,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+ed
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+af
+"}
+(173,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(174,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(175,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(176,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+al
+al
+al
+al
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(177,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(178,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(179,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(180,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(181,1,1) = {"
+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
+ab
+ab
+ab
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(182,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(183,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(184,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ed
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(185,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(186,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+al
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(187,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+al
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(188,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(189,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(190,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(191,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(192,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(193,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(194,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(195,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(196,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(197,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(198,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ed
+ed
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(199,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(200,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(201,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(202,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(203,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(204,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(205,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(206,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(207,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+al
+al
+ab
+ab
+ab
+af
+ab
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(208,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+ed
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(209,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ed
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(210,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(211,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(212,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(213,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(214,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(215,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(216,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(217,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(218,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(219,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(220,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(221,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(222,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(223,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(224,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(225,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+al
+al
+al
+al
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(226,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ed
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(227,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+ab
+ab
+ab
+ed
+ed
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(228,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ed
+ed
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(229,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(230,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(231,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(232,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(233,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(234,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(235,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(236,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(237,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(238,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(239,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+ab
+ab
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(240,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+ab
+af
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(241,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+ab
+ab
+ab
+ab
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(242,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(243,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(244,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(245,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(246,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(247,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(248,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(249,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(250,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ab
+ab
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(251,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+ed
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(252,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(253,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ed
+ed
+ed
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(254,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+"}
+(255,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ed
+ab
+ab
+ab
+af
+af
+af
+af
+af
+af
+af
+af
+af
+ab
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+al
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
"}
diff --git a/_maps/map_files/generic/z2.dmm b/_maps/map_files/generic/z2.dmm
index 239790bc13..d8308728c0 100644
--- a/_maps/map_files/generic/z2.dmm
+++ b/_maps/map_files/generic/z2.dmm
@@ -1,1214 +1,79096 @@
-"aa" = (/turf/open/space/transit,/area/space)
-"ab" = (/turf/open/space,/area/space)
-"ac" = (/turf/open/space/transit/horizontal,/area/space)
-"ad" = (/turf/closed/indestructible/riveted,/area/space)
-"ae" = (/obj/structure/window/reinforced,/turf/closed/indestructible/riveted,/area/space)
-"af" = (/obj/structure/window/reinforced{dir = 4},/turf/closed/indestructible/riveted,/area/space)
-"ag" = (/turf/open/floor/holofloor/snow/cold,/area/holodeck/rec_center/winterwonderland)
-"ah" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/closed/indestructible/riveted,/area/space)
-"ai" = (/obj/structure/foamedmetal,/obj/structure/window{icon_state = "rwindow"; dir = 8},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"aj" = (/obj/structure/foamedmetal,/obj/structure/window{icon_state = "rwindow"; dir = 4},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"ak" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"al" = (/obj/structure/table,/obj/item/stack/medical/ointment{heal_burn = 10},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"am" = (/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"an" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 4},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"ao" = (/obj/structure/table/wood/poker,/obj/effect/holodeck_effect/cards,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"ap" = (/obj/structure/table/wood/poker,/obj/item/clothing/mask/cigarette/pipe,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aq" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 8},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"ar" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/wildlife)
-"as" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/offline)
-"at" = (/turf/open/floor/holofloor/plating/burnmix,/area/holodeck/rec_center/burn)
-"au" = (/turf/open/floor/holofloor{dir = 9; icon_state = "red"},/area/holodeck/rec_center/court)
-"av" = (/turf/open/floor/holofloor{dir = 1; icon_state = "red"},/area/holodeck/rec_center/court)
-"aw" = (/turf/open/floor/holofloor{dir = 5; icon_state = "red"},/area/holodeck/rec_center/court)
-"ax" = (/obj/structure/window/reinforced{dir = 8},/turf/closed/indestructible/riveted,/area/space)
-"ay" = (/obj/structure/flora/bush,/turf/open/floor/holofloor/snow/cold,/area/holodeck/rec_center/winterwonderland)
-"az" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"aA" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 1},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aB" = (/obj/effect/holodeck_effect/mobspawner,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/wildlife)
-"aC" = (/obj/effect/holodeck_effect/sparks,/turf/open/floor/holofloor/plating/burnmix,/area/holodeck/rec_center/burn)
-"aD" = (/turf/open/floor/holofloor{dir = 8; icon_state = "red"},/area/holodeck/rec_center/court)
-"aE" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/court)
-"aF" = (/turf/open/floor/holofloor{dir = 4; icon_state = "red"},/area/holodeck/rec_center/court)
-"aG" = (/obj/structure/flora/grass/brown,/turf/open/floor/holofloor/snow/cold,/area/holodeck/rec_center/winterwonderland)
-"aH" = (/obj/structure/table,/obj/item/weapon/gun/energy/laser,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"aI" = (/obj/structure/window/reinforced/tinted{icon_state = "rwindow"; dir = 4},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge)
-"aJ" = (/obj/item/device/instrument/violin,/obj/structure/table/wood,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aK" = (/obj/structure/chair/comfy/brown{buildstackamount = 0},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aL" = (/obj/structure/chair/wood/wings,/turf/open/floor/holofloor/snow/cold,/area/holodeck/rec_center/winterwonderland)
-"aM" = (/obj/structure/flora/tree/pine,/turf/open/floor/holofloor/snow/cold,/area/holodeck/rec_center/winterwonderland)
-"aN" = (/obj/structure/chair/wood,/turf/open/floor/holofloor/snow/cold,/area/holodeck/rec_center/winterwonderland)
-"aO" = (/turf/open/floor/holofloor{dir = 8; icon_state = "green"},/area/holodeck/rec_center/court)
-"aP" = (/turf/open/floor/holofloor{dir = 4; icon_state = "green"},/area/holodeck/rec_center/court)
-"aQ" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aR" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aS" = (/obj/docking_port/stationary/transit{dheight = 0; dir = 2; dwidth = 11; height = 22; id = "whiteship_transit"; width = 35},/turf/open/space/transit/horizontal,/area/space)
-"aT" = (/obj/structure/chair/wood/normal,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aU" = (/obj/docking_port/stationary/transit{dir = 4; dwidth = 1; height = 4; id = "pod3_transit"; turf_type = /turf/open/space/transit/horizontal; width = 3},/turf/open/space/transit/horizontal,/area/space)
-"aV" = (/obj/structure/table,/obj/item/stack/medical/bruise_pack{heal_brute = 10},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/bunker)
-"aW" = (/obj/structure/table/wood/poker,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge)
-"aX" = (/turf/open/floor/holofloor{dir = 10; icon_state = "green"},/area/holodeck/rec_center/court)
-"aY" = (/turf/open/floor/holofloor{dir = 2; icon_state = "green"},/area/holodeck/rec_center/court)
-"aZ" = (/turf/open/floor/holofloor{dir = 6; icon_state = "green"},/area/holodeck/rec_center/court)
-"ba" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/closed/indestructible/riveted,/area/space)
-"bb" = (/obj/effect/holodeck_effect/mobspawner/bee,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/anthophila)
-"bc" = (/obj/effect/holodeck_effect/mobspawner/pet,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge)
-"bd" = (/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge)
-"be" = (/obj/structure/table/glass,/obj/item/weapon/surgicaldrill,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTHWEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 9},/area/holodeck/rec_center/medical)
-"bf" = (/obj/structure/table/glass,/obj/item/weapon/hemostat,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTH)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 1},/area/holodeck/rec_center/medical)
-"bg" = (/obj/structure/table/glass,/obj/item/weapon/scalpel{pixel_y = 10},/obj/item/weapon/circular_saw,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTH)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 1},/area/holodeck/rec_center/medical)
-"bh" = (/obj/structure/table/glass,/obj/item/weapon/retractor,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTH)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 1},/area/holodeck/rec_center/medical)
-"bi" = (/obj/structure/table/glass,/obj/item/weapon/cautery,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTHEAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 5},/area/holodeck/rec_center/medical)
-"bj" = (/turf/open/floor/holofloor{dir = 9; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bk" = (/obj/structure/holohoop,/turf/open/floor/holofloor{dir = 1; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bl" = (/turf/open/floor/holofloor{dir = 5; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bm" = (/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach)
-"bn" = (/obj/structure/table,/obj/machinery/readybutton,/turf/open/floor/holofloor{dir = 9; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"bo" = (/obj/structure/table,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/under/color/red,/obj/item/weapon/holo/esword/red,/turf/open/floor/holofloor{dir = 1; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"bp" = (/obj/structure/table,/turf/open/floor/holofloor{dir = 5; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"bq" = (/obj/machinery/readybutton,/turf/open/floor/holofloor{dir = 9; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"br" = (/turf/open/floor/holofloor{dir = 1; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"bs" = (/turf/open/floor/holofloor{dir = 5; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"bt" = (/obj/structure/table/glass,/obj/item/weapon/surgical_drapes,/obj/item/weapon/razor,/turf/open/floor/holofloor{tag = "icon-white_warn (WEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 8},/area/holodeck/rec_center/medical)
-"bu" = (/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"bv" = (/turf/open/floor/holofloor{tag = "icon-white_warn (EAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 4},/area/holodeck/rec_center/medical)
-"bw" = (/turf/open/floor/holofloor{dir = 8; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bx" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball)
-"by" = (/turf/open/floor/holofloor{dir = 4; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bz" = (/obj/effect/overlay/palmtree_r,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach)
-"bA" = (/obj/effect/overlay/palmtree_l,/obj/effect/overlay/coconut,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach)
-"bB" = (/turf/open/floor/holofloor{dir = 8; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"bC" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/thunderdome)
-"bD" = (/turf/open/floor/holofloor{dir = 4; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"bE" = (/turf/open/floor/holofloor{dir = 8; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"bF" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball)
-"bG" = (/turf/open/floor/holofloor{dir = 4; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"bH" = (/turf/open/floor/holofloor{tag = "icon-white_warn (SOUTHWEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 10},/area/holodeck/rec_center/medical)
-"bI" = (/turf/open/floor/holofloor{icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"},/area/holodeck/rec_center/medical)
-"bJ" = (/obj/structure/table/optable,/turf/open/floor/holofloor{icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"},/area/holodeck/rec_center/medical)
-"bK" = (/obj/machinery/computer/operating,/turf/open/floor/holofloor{icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"},/area/holodeck/rec_center/medical)
-"bL" = (/obj/structure/table/glass,/obj/item/clothing/gloves/color/latex/nitrile,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/mask/surgical,/turf/open/floor/holofloor{tag = "icon-white_warn (SOUTHEAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 6},/area/holodeck/rec_center/medical)
-"bM" = (/turf/open/floor/holofloor{dir = 1; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bN" = (/turf/open/floor/holofloor{dir = 2; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"bO" = (/obj/docking_port/stationary/transit{dir = 4; dwidth = 1; height = 4; id = "pod4_transit"; turf_type = /turf/open/space/transit/horizontal; width = 3},/turf/open/space/transit/horizontal,/area/space)
-"bP" = (/obj/structure/window{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"bQ" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTHWEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 9},/area/holodeck/rec_center/medical)
-"bR" = (/turf/open/floor/holofloor{tag = "icon-white_warn (NORTHEAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 5},/area/holodeck/rec_center/medical)
-"bS" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/beakers,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"bT" = (/obj/machinery/washing_machine,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"bU" = (/turf/open/floor/holofloor{dir = 10; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bV" = (/turf/open/floor/holofloor{dir = 2; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bW" = (/turf/open/floor/holofloor{dir = 6; icon_state = "red"},/area/holodeck/rec_center/basketball)
-"bX" = (/obj/item/clothing/under/color/rainbow,/obj/item/clothing/glasses/sunglasses,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach)
-"bY" = (/obj/structure/window,/turf/open/floor/holofloor{dir = 8; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"bZ" = (/obj/structure/window,/turf/open/floor/holofloor,/area/holodeck/rec_center/thunderdome)
-"ca" = (/obj/structure/window,/turf/open/floor/holofloor{dir = 4; icon_state = "red"},/area/holodeck/rec_center/thunderdome)
-"cb" = (/obj/structure/window{dir = 1},/obj/item/toy/beach_ball/holoball/dodgeball,/turf/open/floor/holofloor{dir = 10; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"cc" = (/obj/structure/window{dir = 1},/obj/item/toy/beach_ball/holoball/dodgeball,/turf/open/floor/holofloor{dir = 2; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"cd" = (/obj/structure/window{dir = 1},/obj/item/toy/beach_ball/holoball/dodgeball,/turf/open/floor/holofloor{dir = 6; icon_state = "red"},/area/holodeck/rec_center/dodgeball)
-"ce" = (/obj/machinery/chem_master,/turf/open/floor/holofloor{tag = "icon-white_warn (SOUTHWEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 10},/area/holodeck/rec_center/medical)
-"cf" = (/turf/open/floor/holofloor{tag = "icon-white_warn (SOUTHEAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 6},/area/holodeck/rec_center/medical)
-"cg" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/syringes,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"ch" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"ci" = (/turf/open/floor/holofloor{dir = 9; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cj" = (/turf/open/floor/holofloor{dir = 1; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"ck" = (/turf/open/floor/holofloor{dir = 5; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cl" = (/obj/item/toy/beach_ball,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach)
-"cm" = (/obj/structure/window{dir = 1},/turf/open/floor/holofloor{dir = 8; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cn" = (/obj/structure/window{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/thunderdome)
-"co" = (/obj/structure/window{dir = 1},/turf/open/floor/holofloor{dir = 4; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cp" = (/obj/structure/window,/obj/item/toy/beach_ball/holoball/dodgeball,/turf/open/floor/holofloor{dir = 9; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cq" = (/obj/structure/window,/obj/item/toy/beach_ball/holoball/dodgeball,/turf/open/floor/holofloor{dir = 1; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cr" = (/obj/structure/window,/obj/item/toy/beach_ball/holoball/dodgeball,/turf/open/floor/holofloor{dir = 5; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cs" = (/obj/docking_port/stationary/transit{dir = 4; dwidth = 9; height = 11; id = "emergency_transit"; width = 22},/turf/open/space/transit,/area/space)
-"ct" = (/obj/structure/window,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"cu" = (/turf/open/floor/holofloor{dir = 8; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cv" = (/obj/item/toy/beach_ball/holoball,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball)
-"cw" = (/turf/open/floor/holofloor{dir = 4; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cx" = (/turf/open/floor/holofloor{dir = 8; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cy" = (/turf/open/floor/holofloor{dir = 4; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cz" = (/turf/open/floor/holofloor{dir = 8; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cA" = (/turf/open/floor/holofloor{dir = 4; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cB" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTHWEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 9},/area/holodeck/rec_center/medical)
-"cC" = (/obj/structure/window{icon_state = "rwindow"; dir = 8},/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTHEAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 5},/area/holodeck/rec_center/medical)
-"cD" = (/obj/structure/window{icon_state = "rwindow"; dir = 8},/obj/structure/window,/obj/machinery/computer/pandemic,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical)
-"cE" = (/turf/open/floor/holofloor{dir = 2; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cF" = (/turf/open/floor/holofloor/beach/coast_t,/area/holodeck/rec_center/beach)
-"cG" = (/turf/open/floor/holofloor{dir = 1; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cH" = (/turf/open/floor/holofloor{tag = "icon-white_warn (WEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 8},/area/holodeck/rec_center/medical)
-"cI" = (/obj/machinery/door/window/westleft,/turf/open/floor/holofloor{dir = 8; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn_corner"; tag = "icon-white_warn (WEST)"},/area/holodeck/rec_center/medical)
-"cJ" = (/obj/machinery/door/window/westleft,/turf/open/floor/holofloor{tag = "icon-white_warn (NORTH)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 1},/area/holodeck/rec_center/medical)
-"cK" = (/turf/open/floor/holofloor/beach/coast_b,/area/holodeck/rec_center/beach)
-"cL" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/holofloor{tag = "icon-white_warn (SOUTHWEST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 10},/area/holodeck/rec_center/medical)
-"cM" = (/obj/structure/window{icon_state = "rwindow"; dir = 8},/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/holofloor{icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"},/area/holodeck/rec_center/medical)
-"cN" = (/obj/structure/window{icon_state = "rwindow"; dir = 8},/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 1},/turf/open/floor/holofloor{icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"},/area/holodeck/rec_center/medical)
-"cO" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 1},/obj/structure/window{icon_state = "rwindow"; dir = 8},/turf/open/floor/holofloor{tag = "icon-white_warn (SOUTHEAST)"; icon = 'icons/turf/floors/warning.dmi'; icon_state = "white_warn"; dir = 6},/area/holodeck/rec_center/medical)
-"cP" = (/turf/open/floor/holofloor{dir = 10; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cQ" = (/obj/structure/holohoop{dir = 1},/turf/open/floor/holofloor{dir = 2; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cR" = (/turf/open/floor/holofloor{dir = 6; icon_state = "green"},/area/holodeck/rec_center/basketball)
-"cS" = (/turf/open/floor/holofloor/beach/water,/area/holodeck/rec_center/beach)
-"cT" = (/obj/structure/table,/turf/open/floor/holofloor{dir = 10; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cU" = (/obj/structure/table,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/green,/obj/item/clothing/under/color/green,/obj/item/weapon/holo/esword/green,/turf/open/floor/holofloor{dir = 2; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cV" = (/obj/structure/table,/obj/machinery/readybutton,/turf/open/floor/holofloor{dir = 6; icon_state = "green"},/area/holodeck/rec_center/thunderdome)
-"cW" = (/turf/open/floor/holofloor{dir = 10; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cX" = (/turf/open/floor/holofloor{dir = 2; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cY" = (/obj/machinery/readybutton,/turf/open/floor/holofloor{dir = 6; icon_state = "green"},/area/holodeck/rec_center/dodgeball)
-"cZ" = (/obj/structure/window/reinforced{dir = 1},/turf/closed/indestructible/riveted,/area/space)
-"da" = (/turf/closed/indestructible/riveted,/area/tdome/arena_source)
-"db" = (/obj/machinery/igniter,/turf/open/floor/plasteel,/area/tdome/arena_source)
-"dc" = (/turf/open/floor/plasteel,/area/tdome/arena_source)
-"dd" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/head/helmet/thunderdome,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/energy/sword/saber/red,/turf/open/floor/plasteel/black,/area/tdome/arena_source)
-"de" = (/obj/machinery/door/poddoor{id = "thunderdomegen"; name = "General Supply"},/turf/open/floor/plasteel/black,/area/tdome/arena_source)
-"df" = (/obj/machinery/door/poddoor{id = "thunderdome"; name = "Thunderdome Blast Door"},/turf/open/floor/plasteel,/area/tdome/arena_source)
-"dg" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/tdome/arena_source)
-"dh" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/tdome/arena_source)
-"di" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/green,/obj/item/clothing/head/helmet/thunderdome,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/energy/sword/saber/green,/turf/open/floor/plasteel/black,/area/tdome/arena_source)
-"dj" = (/turf/open/floor/bluegrid,/area/tdome/arena_source)
-"dk" = (/obj/machinery/flasher{id = "tdomeflash"; name = "Thunderdome Flash"},/turf/open/floor/bluegrid,/area/tdome/arena_source)
-"dl" = (/obj/docking_port/stationary/transit{dir = 8; dwidth = 2; height = 5; id = "laborcamp_transit"; width = 9},/turf/open/space/transit,/area/space)
-"dm" = (/obj/machinery/door/poddoor{id = "thunderdomehea"; name = "Heavy Supply"},/turf/open/floor/plasteel/black,/area/tdome/arena_source)
-"dn" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/weapon/gun/energy/laser,/turf/open/floor/plasteel/black,/area/tdome/arena_source)
-"do" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/weapon/gun/energy/laser,/turf/open/floor/plasteel/black,/area/tdome/arena_source)
-"dp" = (/obj/docking_port/stationary/transit{dheight = 9; dir = 2; dwidth = 5; height = 22; id = "syndicate_transit"; width = 18},/turf/open/space/transit,/area/space)
-"dq" = (/obj/docking_port/stationary/transit{dir = 8; dwidth = 2; height = 12; id = "ferry_transit"; width = 5},/turf/open/space/transit/horizontal,/area/space)
-"dr" = (/obj/docking_port/stationary/transit{dwidth = 1; height = 4; id = "pod1_transit"; width = 3},/turf/open/space/transit,/area/space)
-"ds" = (/obj/docking_port/stationary/transit{dwidth = 1; height = 4; id = "pod2_transit"; width = 3},/turf/open/space/transit,/area/space)
-"dt" = (/obj/docking_port/stationary/transit{dir = 8; dwidth = 5; height = 7; id = "supply_transit"; width = 12},/turf/open/space/transit,/area/space)
-"du" = (/obj/docking_port/stationary/transit{dir = 8; dwidth = 3; height = 5; id = "mining_transit"; width = 7},/turf/open/space/transit,/area/space)
-"dv" = (/obj/docking_port/stationary/transit{dwidth = 3; height = 7; id = "steel_rain_transit"; width = 7},/turf/open/space/transit/horizontal,/area/space)
-"dw" = (/turf/closed/indestructible/riveted,/area/start)
-"dx" = (/obj/effect/landmark/start,/turf/open/floor/plating,/area/start)
-"dy" = (/turf/closed/indestructible/riveted,/area/ctf)
-"dz" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTHWEST)"; dir = 9},/area/ctf)
-"dA" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTH)"; dir = 1},/area/ctf)
-"dB" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTHEAST)"; dir = 5},/area/ctf)
-"dC" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTHWEST)"; dir = 9},/area/ctf)
-"dD" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTH)"; dir = 1},/area/ctf)
-"dE" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTHEAST)"; dir = 5},/area/ctf)
-"dF" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (WEST)"; dir = 8},/area/ctf)
-"dG" = (/turf/open/floor/plasteel/black,/area/ctf)
-"dH" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (EAST)"; dir = 4},/area/ctf)
-"dI" = (/turf/open/floor/plasteel/blue,/area/ctf)
-"dJ" = (/turf/open/floor/plasteel/darkblue,/area/ctf)
-"dK" = (/obj/structure/barricade/security/ctf,/turf/open/floor/plasteel/circuit,/area/ctf)
-"dL" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/bluespace,/area/ctf)
-"dM" = (/obj/structure/barricade/security/ctf,/turf/open/floor/plasteel/bluespace,/area/ctf)
-"dN" = (/turf/open/floor/plasteel/bluespace,/area/ctf)
-"dO" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (WEST)"; dir = 8},/area/ctf)
-"dP" = (/obj/structure/barricade/security/ctf,/turf/open/floor/plasteel/circuit/rcircuit,/area/ctf)
-"dQ" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (EAST)"; dir = 4},/area/ctf)
-"dR" = (/turf/open/floor/plasteel/red,/area/ctf)
-"dS" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/black,/area/ctf)
-"dT" = (/obj/docking_port/stationary/transit{dir = 8; dwidth = 2; height = 8; id = "backup_transit"; width = 8},/turf/open/space/transit,/area/space)
-"dU" = (/turf/closed/indestructible/splashscreen,/area/start)
-"dV" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (SOUTHWEST)"; dir = 10},/area/ctf)
-"dW" = (/turf/open/floor/plasteel/darkblue/side,/area/ctf)
-"dX" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (SOUTHEAST)"; dir = 6},/area/ctf)
-"dY" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (SOUTHWEST)"; dir = 10},/area/ctf)
-"dZ" = (/turf/open/floor/plasteel/darkred/side,/area/ctf)
-"ea" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (SOUTHEAST)"; dir = 6},/area/ctf)
-"eb" = (/obj/structure/window/reinforced/fulltile{health = 1e+007; maxhealth = 1e+007; name = "hardened window"},/turf/open/floor/plating,/area/ctf)
-"ec" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline,/area/ctf)
-"ed" = (/turf/open/floor/plasteel/darkblue/corner,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHWEST)"; dir = 9},/area/ctf)
-"ee" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (WEST)"; dir = 8},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"ef" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eg" = (/turf/open/floor/plasteel/darkblue/corner,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eh" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHEAST)"; dir = 5},/area/ctf)
-"ei" = (/obj/machinery/power/emitter/energycannon,/turf/open/floor/plating,/area/ctf)
-"ej" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (EAST)"; dir = 4},/area/ctf)
-"ek" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (EAST)"; dir = 4},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/area/ctf)
-"el" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (WEST)"; dir = 8},/area/ctf)
-"em" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (EAST)"; dir = 4},/area/ctf)
-"en" = (/turf/open/floor/plating/warnplate{icon_plating = "warnplate"},/area/ctf)
-"eo" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/area/ctf)
-"ep" = (/turf/open/floor/plating/warnplate{dir = 8},/area/ctf)
-"eq" = (/turf/open/floor/plating,/area/ctf)
-"er" = (/turf/open/floor/plating/airless/warnplate{dir = 4; luminosity = 2},/area/ctf)
-"es" = (/turf/open/floor/plasteel/darkblue/corner,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/area/ctf)
-"et" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (NORTH)"; dir = 1},/area/ctf)
-"eu" = (/turf/open/floor/plasteel/darkblue/corner,/area/ctf)
-"ev" = (/turf/open/floor/plating/warnplate{dir = 1},/area/ctf)
-"ew" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (EAST)"; dir = 4},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHWEST)"; dir = 10},/area/ctf)
-"ex" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline,/area/ctf)
-"ey" = (/turf/open/floor/plasteel/darkblue/corner{tag = "icon-darkbluecorners (EAST)"; dir = 4},/turf/open/floor/plasteel/warningline,/area/ctf)
-"ez" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHEAST)"; dir = 6},/area/ctf)
-"eA" = (/obj/machinery/power/emitter/energycannon{tag = "icon-emitter (NORTH)"; icon_state = "emitter"; dir = 1},/turf/open/floor/plating,/area/ctf)
-"eB" = (/obj/structure/divine/trap/ctf/blue,/turf/open/floor/plasteel/blue,/area/ctf)
-"eC" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHWEST)"; dir = 9},/area/ctf)
-"eD" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eE" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHEAST)"; dir = 5},/area/ctf)
-"eF" = (/turf/open/floor/plasteel/darkred,/area/ctf)
-"eG" = (/obj/structure/divine/trap/ctf/red,/turf/open/floor/plasteel/darkred,/area/ctf)
-"eH" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/area/ctf)
-"eI" = (/turf/open/floor/plasteel/circuit,/area/ctf)
-"eJ" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (EAST)"; dir = 4},/area/ctf)
-"eK" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHWEST)"; dir = 10},/area/ctf)
-"eL" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline,/area/ctf)
-"eM" = (/turf/open/floor/plasteel/circuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHEAST)"; dir = 6},/area/ctf)
-"eN" = (/obj/structure/barricade/security/ctf,/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ctf)
-"eO" = (/obj/structure/divine/trap/ctf/red,/turf/open/floor/plasteel/red,/area/ctf)
-"eP" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTHWEST)"; dir = 9},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHWEST)"; dir = 9},/area/ctf)
-"eQ" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eR" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTHEAST)"; dir = 5},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eS" = (/turf/open/floor/plasteel/circuit/gcircuit/off,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eT" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTHWEST)"; dir = 9},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eU" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"eV" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTHEAST)"; dir = 5},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHEAST)"; dir = 5},/area/ctf)
-"eW" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (WEST)"; dir = 8},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/area/ctf)
-"eX" = (/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ctf)
-"eY" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (EAST)"; dir = 4},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (EAST)"; dir = 4},/area/ctf)
-"eZ" = (/turf/open/floor/plasteel/circuit/rcircuit,/area/ctf)
-"fa" = (/turf/open/floor/plasteel/circuit/gcircuit/animated,/area/ctf)
-"fb" = (/obj/machinery/capture_the_flag/blue,/turf/open/floor/plasteel/circuit/gcircuit/animated,/area/ctf)
-"fc" = (/obj/item/weapon/twohanded/required/ctf/blue,/turf/open/floor/plasteel/circuit/gcircuit/animated,/area/ctf)
-"fd" = (/obj/item/weapon/twohanded/required/ctf/red,/turf/open/floor/plasteel/circuit/gcircuit/animated,/area/ctf)
-"fe" = (/obj/machinery/capture_the_flag/red,/turf/open/floor/plasteel/circuit/gcircuit/animated,/area/ctf)
-"ff" = (/obj/effect/landmark/shuttle_import,/turf/open/space,/area/space)
-"fg" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (SOUTHWEST)"; dir = 10},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHWEST)"; dir = 10},/area/ctf)
-"fh" = (/turf/open/floor/plasteel/darkblue/side,/turf/open/floor/plasteel/warningline,/area/ctf)
-"fi" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (SOUTHEAST)"; dir = 6},/turf/open/floor/plasteel/warningline,/area/ctf)
-"fj" = (/turf/open/floor/plasteel/circuit/gcircuit/off,/turf/open/floor/plasteel/warningline,/area/ctf)
-"fk" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (SOUTHWEST)"; dir = 10},/turf/open/floor/plasteel/warningline,/area/ctf)
-"fl" = (/turf/open/floor/plasteel/darkred/side,/turf/open/floor/plasteel/warningline,/area/ctf)
-"fm" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (SOUTHEAST)"; dir = 6},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHEAST)"; dir = 6},/area/ctf)
-"fn" = (/turf/closed/wall/shuttle{icon_state = "swall_s6"; dir = 2},/area/centcom/evac)
-"fo" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_r"; dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac)
-"fp" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac)
-"fq" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_l"; dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac)
-"fr" = (/turf/closed/wall/shuttle{icon_state = "swall_s10"; dir = 2},/area/centcom/evac)
-"fs" = (/obj/docking_port/stationary{dir = 1; dwidth = 1; height = 4; id = "pod1_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space)
-"ft" = (/obj/docking_port/stationary{dir = 1; dwidth = 1; height = 4; id = "pod2_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space)
-"fu" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHWEST)"; dir = 9},/area/ctf)
-"fv" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"fw" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHEAST)"; dir = 5},/area/ctf)
-"fx" = (/turf/closed/wall/shuttle{icon_state = "swall3"; dir = 2},/area/centcom/evac)
-"fy" = (/obj/structure/window/reinforced,/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac)
-"fz" = (/turf/closed/wall/shuttle{icon_state = "swall7"; dir = 2},/area/centcom/evac)
-"fA" = (/turf/closed/wall/shuttle{icon_state = "swall8"; dir = 2},/area/centcom/evac)
-"fB" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plating,/area/centcom/evac)
-"fC" = (/turf/closed/wall/shuttle{icon_state = "swall0"; dir = 2},/area/centcom/evac)
-"fD" = (/obj/structure/window/shuttle,/obj/structure/grille,/turf/open/floor/plating,/area/centcom/evac)
-"fE" = (/turf/closed/wall/shuttle{icon_state = "swall4"; dir = 2},/area/centcom/evac)
-"fF" = (/turf/closed/wall/shuttle{icon_state = "swall11"; dir = 2},/area/centcom/evac)
-"fG" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/area/ctf)
-"fH" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (EAST)"; dir = 4},/area/ctf)
-"fI" = (/turf/open/floor/plating,/area/centcom/evac)
-"fJ" = (/turf/open/floor/plating,/turf/closed/wall/shuttle{icon_state = "swall_f6"; dir = 2},/area/centcom/evac)
-"fK" = (/turf/open/floor/plasteel/shuttle,/turf/closed/wall/shuttle{icon_state = "swall_f9"; dir = 2},/area/centcom/evac)
-"fL" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"fM" = (/turf/open/floor/plasteel/shuttle/yellow,/area/centcom/evac)
-"fN" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/toxin{pixel_x = -2; pixel_y = 4},/obj/item/weapon/storage/firstaid/toxin,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"fO" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/fire{pixel_x = -2; pixel_y = 4},/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"fP" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2; pixel_y = 0},/obj/item/weapon/storage/firstaid/regular{pixel_x = -2; pixel_y = 4},/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"fQ" = (/turf/open/floor/plasteel/shuttle,/turf/closed/wall/shuttle{icon_state = "swall_f5"; dir = 2},/area/centcom/evac)
-"fR" = (/turf/open/floor/plating,/turf/closed/wall/shuttle{dir = 2; icon_state = "swall_f10"; layer = 2},/area/centcom/evac)
-"fS" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHWEST)"; dir = 10},/area/ctf)
-"fT" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline,/area/ctf)
-"fU" = (/turf/open/floor/plasteel/circuit/rcircuit,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHEAST)"; dir = 6},/area/ctf)
-"fV" = (/turf/closed/wall/shuttle{icon_state = "swall1"; dir = 2},/area/centcom/evac)
-"fW" = (/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"fX" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (WEST)"; dir = 8},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"fY" = (/turf/open/floor/plasteel/darkred/corner,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"fZ" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (WEST)"; dir = 8},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTH)"; dir = 1},/area/ctf)
-"ga" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (WEST)"; dir = 8},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (NORTHEAST)"; dir = 5},/area/ctf)
-"gb" = (/turf/closed/wall/shuttle{icon_state = "swall_s5"; dir = 2},/area/centcom/evac)
-"gc" = (/turf/closed/wall/shuttle{icon_state = "swall_s9"; dir = 2},/area/centcom/evac)
-"gd" = (/turf/open/floor/plasteel/darkred/corner,/area/ctf)
-"ge" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (NORTH)"; dir = 1},/area/ctf)
-"gf" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (EAST)"; dir = 4},/area/ctf)
-"gg" = (/turf/closed/wall/shuttle{icon_state = "swall12"; dir = 2},/area/centcom/evac)
-"gh" = (/turf/closed/wall/shuttle{icon_state = "swallc1"; dir = 2},/area/centcom/evac)
-"gi" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gj" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gk" = (/obj/structure/table/reinforced,/obj/item/weapon/pen,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gl" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gm" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gn" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"go" = (/turf/closed/wall/shuttle{icon_state = "swallc2"; dir = 2},/area/centcom/evac)
-"gp" = (/turf/open/floor/plating/warnplate{dir = 4; luminosity = 2; initial_gas_mix = "o2=0.01;n2=0.01"},/area/ctf)
-"gq" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gr" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gs" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gt" = (/obj/structure/table/reinforced,/obj/item/weapon/clipboard,/obj/item/weapon/stamp,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gu" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (EAST)"; dir = 4},/area/ctf)
-"gv" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (WEST)"; dir = 8},/area/ctf)
-"gw" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (WEST)"; dir = 8},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (EAST)"; dir = 4},/area/ctf)
-"gx" = (/obj/structure/table,/obj/item/weapon/gun/projectile/shotgun/automatic/dual_tube,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gy" = (/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gz" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gA" = (/turf/open/floor/plasteel/black,/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHWEST)"; dir = 10},/area/ctf)
-"gB" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (EAST)"; dir = 4},/turf/open/floor/plasteel/warningline,/area/ctf)
-"gC" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline,/area/ctf)
-"gD" = (/turf/open/floor/plasteel/darkred/corner{tag = "icon-darkredcorners (NORTH)"; dir = 1},/turf/open/floor/plasteel/warningline{tag = "icon-warningline (SOUTHEAST)"; dir = 6},/area/ctf)
-"gE" = (/obj/structure/table,/obj/item/weapon/storage/box/handcuffs,/obj/item/device/assembly/flash/handheld,/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gF" = (/obj/machinery/door/window/northright{base_state = "right"; dir = 4; icon_state = "right"; name = "Security Desk"; req_access_txt = "103"},/turf/open/floor/plasteel/shuttle/red,/area/centcom/evac)
-"gG" = (/obj/docking_port/stationary{dir = 4; dwidth = 1; height = 4; id = "pod3_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space)
-"gH" = (/obj/structure/bed,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gI" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/centcom/evac)
-"gJ" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plasteel/shuttle/yellow,/area/centcom/evac)
-"gK" = (/obj/docking_port/stationary{dir = 4; dwidth = 1; height = 4; id = "pod4_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space)
-"gL" = (/turf/closed/wall/shuttle{icon_state = "swall2"; dir = 2},/area/centcom/evac)
-"gM" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gN" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gO" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gP" = (/turf/closed/wall/shuttle{icon_state = "swall14"; dir = 2},/area/centcom/evac)
-"gQ" = (/turf/closed/wall/shuttle{icon_state = "swallc4"; dir = 2},/area/centcom/evac)
-"gR" = (/obj/machinery/door/airlock/shuttle{name = "Cockpit"; req_access_txt = "109"},/turf/open/floor/plasteel/shuttle/yellow,/area/centcom/evac)
-"gS" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gT" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gU" = (/obj/structure/filingcabinet,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gV" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gW" = (/turf/closed/wall/shuttle/smooth,/area/shuttle/escape)
-"gX" = (/obj/machinery/status_display,/turf/closed/wall/shuttle/smooth,/area/shuttle/escape)
-"gY" = (/obj/structure/table,/obj/item/weapon/storage/lockbox,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"gZ" = (/obj/structure/table,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"ha" = (/obj/machinery/computer/shuttle,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"hb" = (/obj/structure/table,/obj/item/weapon/clipboard,/obj/item/weapon/pen,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"hc" = (/obj/structure/table,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel/shuttle,/area/centcom/evac)
-"hd" = (/turf/closed/indestructible/riveted,/area/centcom/ferry)
-"he" = (/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"hf" = (/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
-"hg" = (/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hh" = (/turf/open/floor/plasteel/darkwarning{tag = "icon-warndark (EAST)"; dir = 4},/area/centcom/ferry)
-"hi" = (/turf/open/floor/plasteel/delivery,/area/centcom/ferry)
-"hj" = (/obj/machinery/door/airlock/external{name = "Backup Emergency Escape Shuttle"},/turf/open/floor/plasteel/delivery,/area/centcom/ferry)
-"hk" = (/obj/machinery/door/airlock/shuttle,/obj/docking_port/stationary{dir = 4; dwidth = 3; height = 8; id = "backup_away"; name = "Backup Shuttle Dock"; width = 8},/obj/docking_port/mobile/emergency/backup{dwidth = 3},/turf/open/floor/plating,/area/shuttle/escape)
-"hl" = (/obj/structure/chair/office/light{dir = 4},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"hm" = (/obj/structure/table/wood,/obj/item/weapon/paper{info = "Due to circumstances beyond our control, your Emergency Evacuation Shuttle is out of service. We apologise for the inconvinience this may cause you. Please enjoy the use of this complementary book. Sincerely, Centcom Operations Demolitions Examination Retribution Bugfixing Underlining Services"},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"hn" = (/obj/structure/table/wood,/obj/item/weapon/book/manual/random,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
-"ho" = (/turf/closed/indestructible/fakedoor,/area/centcom/ferry)
-"hp" = (/obj/machinery/door/airlock/centcom{name = "Centcom Backup Docks"; opacity = 1; req_access_txt = "101"},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hq" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hr" = (/obj/machinery/vending/cigarette{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)},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hs" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"ht" = (/obj/machinery/status_display{density = 0; pixel_y = 32; supply_display = 1},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hu" = (/obj/item/weapon/twohanded/required/kirbyplants,/obj/machinery/status_display{pixel_y = 32},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hv" = (/obj/structure/chair/office/dark,/obj/effect/landmark{name = "Emergencyresponseteam"},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hw" = (/obj/structure/table/reinforced,/turf/open/floor/vault,/area/centcom/ferry)
-"hx" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark{name = "Emergencyresponseteam"},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hy" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark{name = "Emergencyresponseteam"},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hz" = (/obj/machinery/shuttle_manipulator,/turf/open/floor/plasteel/circuit,/area/centcom/ferry)
-"hA" = (/turf/open/floor/plasteel/circuit,/area/centcom/ferry)
-"hB" = (/obj/structure/extinguisher_cabinet{pixel_x = 28},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hC" = (/obj/structure/closet/secure_closet/ertCom,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hD" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hE" = (/obj/structure/table/reinforced,/obj/item/weapon/c4,/obj/item/weapon/c4{pixel_x = 7},/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hF" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/syringes,/obj/item/weapon/gun/syringe/rapidsyringe,/obj/structure/extinguisher_cabinet{pixel_y = 28},/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hG" = (/obj/structure/closet/secure_closet/ertEngi,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hH" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/item/weapon/reagent_containers/food/drinks/bottle/tequila,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka{pixel_x = -5},/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{pixel_x = 5},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hI" = (/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hJ" = (/obj/machinery/door/poddoor/ert,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hK" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark{name = "Emergencyresponseteam"},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hL" = (/obj/structure/table/wood,/obj/item/weapon/storage/box/drinkingglasses,/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"hM" = (/turf/closed/indestructible/riveted,/area/centcom/prison)
-"hN" = (/turf/open/floor/plasteel/darkgreen/side{dir = 4},/area/centcom/ferry)
-"hO" = (/obj/machinery/door/poddoor/shutters/preopen{id = "adminshut"; name = "Administrative Shutters"},/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 6},/area/centcom/ferry)
-"hP" = (/turf/open/floor/wood,/area/centcom/ferry)
-"hQ" = (/obj/effect/landmark{name = "prisonwarp"},/turf/open/floor/plasteel,/area/centcom/prison)
-"hR" = (/obj/structure/closet/secure_closet/ertSec,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hS" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/emps,/obj/item/weapon/gun/energy/ionrifle{pin = /obj/item/device/firing_pin},/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hT" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/syringes,/obj/item/weapon/gun/syringe/rapidsyringe,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hU" = (/obj/structure/closet/secure_closet/ertMed,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/ferry)
-"hV" = (/obj/structure/table/reinforced,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/open/floor/vault,/area/centcom/ferry)
-"hW" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 5},/obj/item/weapon/pen/blue,/turf/open/floor/vault,/area/centcom/ferry)
-"hX" = (/obj/machinery/door/airlock/centcom{name = "Administrative Office"; opacity = 1; req_access_txt = "109"},/turf/open/floor/wood,/area/centcom/ferry)
-"hY" = (/obj/structure/chair/office/dark,/turf/open/floor/wood,/area/centcom/ferry)
-"hZ" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 8},/area/centcom/ferry)
-"ia" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 8},/area/centcom/ferry)
-"ib" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 4},/area/centcom/ferry)
-"ic" = (/obj/machinery/door/airlock/centcom{name = "briefing room"; opacity = 1; req_access_txt = "101"},/turf/open/floor/plasteel/black,/area/centcom/ferry)
-"id" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin,/turf/open/floor/carpet,/area/centcom/ferry)
-"ie" = (/obj/structure/table/wood,/obj/item/weapon/pen,/turf/open/floor/carpet,/area/centcom/ferry)
-"if" = (/turf/open/floor/carpet,/area/centcom/ferry)
-"ig" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 1},/area/centcom/ferry)
-"ih" = (/obj/machinery/door/poddoor/shutters/preopen{id = "adminshut"; name = "Administrative Shutters"},/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 1},/area/centcom/ferry)
-"ii" = (/obj/machinery/button/door{id = "adminshut"; name = "Administrative Shutter-Control"; pixel_y = 26},/turf/open/floor/carpet,/area/centcom/ferry)
-"ij" = (/obj/structure/chair/comfy/black{dir = 1},/turf/open/floor/carpet,/area/centcom/ferry)
-"ik" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 9},/area/centcom/ferry)
-"il" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 6},/area/centcom/ferry)
-"im" = (/obj/machinery/door/poddoor/shutters/preopen{id = "adminshut"; name = "Administrative Shutters"},/turf/closed/indestructible/fakeglass,/area/centcom/ferry)
-"in" = (/obj/structure/showcase/fakesec,/turf/open/floor/carpet,/area/centcom/ferry)
-"io" = (/obj/structure/filingcabinet,/turf/open/floor/carpet,/area/centcom/ferry)
-"ip" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/carpet,/area/centcom/ferry)
-"iq" = (/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/fakeglass{icon_state = "fakewindows"; dir = 8},/area/centcom/ferry)
-"ir" = (/obj/machinery/computer/shuttle/ferry,/turf/open/floor/plasteel/darkwarning{dir = 8},/area/centcom/ferry)
-"is" = (/turf/closed/indestructible/riveted,/area/centcom/evac)
-"it" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 12; id = "ferry_away"; name = "unknown"; width = 5},/turf/open/space,/area/space)
-"iu" = (/obj/machinery/door/airlock/external{name = "Ferry Airlock"; req_access_txt = "0"},/turf/open/floor/plasteel/delivery,/area/centcom/ferry)
-"iv" = (/turf/open/floor/plasteel/darkwarning{dir = 8},/area/centcom/ferry)
-"iw" = (/turf/open/floor/plasteel/darkgreen/corner{dir = 4},/area/centcom/ferry)
-"ix" = (/obj/structure/mirror{pixel_y = 32},/obj/structure/dresser,/turf/open/floor/wood,/area/centcom/ferry)
-"iy" = (/obj/machinery/vending/autodrobe,/turf/open/floor/wood,/area/centcom/ferry)
-"iz" = (/turf/open/floor/plasteel/darkred/side{dir = 9},/area/centcom/evac)
-"iA" = (/turf/open/floor/plasteel/darkred/side{dir = 1},/area/centcom/evac)
-"iB" = (/obj/structure/table,/obj/item/weapon/storage/box/handcuffs,/turf/open/floor/plasteel/darkred/side{dir = 5},/area/centcom/evac)
-"iC" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 5},/area/centcom/ferry)
-"iD" = (/obj/machinery/door/airlock/centcom{name = "Dressing Room"; opacity = 1; req_access_txt = "0"},/turf/open/floor/wood,/area/centcom/ferry)
-"iE" = (/obj/machinery/vending/clothing,/turf/open/floor/wood,/area/centcom/ferry)
-"iF" = (/turf/closed/indestructible/fakedoor{name = "Centcom Security"},/area/centcom/evac)
-"iG" = (/turf/open/floor/plasteel/black,/area/centcom/evac)
-"iH" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 10},/area/centcom/ferry)
-"iI" = (/turf/open/floor/plasteel/darkgreen/corner,/area/centcom/ferry)
-"iJ" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_y = 4},/obj/item/weapon/pen,/turf/open/floor/wood,/area/centcom/ferry)
-"iK" = (/obj/structure/table/reinforced,/obj/item/weapon/clipboard,/turf/open/floor/plasteel/darkred/side{dir = 8},/area/centcom/evac)
-"iL" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/black,/area/centcom/evac)
-"iM" = (/obj/structure/showcase/fakesec,/turf/open/floor/plasteel/black,/area/centcom/evac)
-"iN" = (/turf/closed/indestructible/fakeglass,/area/centcom/ferry)
-"iO" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/wood,/area/centcom/ferry)
-"iP" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/centcom/ferry)
-"iQ" = (/obj/machinery/door/window/northleft{dir = 2; name = "Centcom Security"; req_access_txt = "101"},/turf/open/floor/plasteel/black,/area/centcom/evac)
-"iR" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/darkred/side{dir = 10},/area/centcom/evac)
-"iS" = (/obj/structure/table/reinforced,/obj/item/weapon/pen,/turf/open/floor/plasteel/darkred/side{dir = 2},/area/centcom/evac)
-"iT" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel/darkred/side{dir = 2},/area/centcom/evac)
-"iU" = (/obj/machinery/door/airlock/centcom{name = "Transport Shuttle"; opacity = 1; req_access_txt = "101"},/turf/open/floor/plasteel/darkgreen/side{dir = 2},/area/centcom/ferry)
-"iV" = (/turf/closed/indestructible/riveted,/area/centcom/control)
-"iW" = (/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/grass,/area/centcom/control)
-"iX" = (/obj/structure/flora/ausbushes/palebush,/turf/open/floor/grass,/area/centcom/control)
-"iY" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 1},/area/centcom/control)
-"iZ" = (/turf/open/floor/plasteel/green/side{dir = 1},/area/centcom/control)
-"ja" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 9},/area/centcom/evac)
-"jb" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 8},/area/centcom/evac)
-"jc" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 4},/area/centcom/evac)
-"jd" = (/obj/machinery/door/airlock/centcom{name = "Centcom Security"; opacity = 1; req_access_txt = "0"},/turf/open/floor/plasteel/black,/area/centcom/evac)
-"je" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 6},/area/centcom/evac)
-"jf" = (/turf/closed/indestructible/fakeglass,/area/centcom/control)
-"jg" = (/turf/open/floor/plasteel,/area/centcom/control)
-"jh" = (/obj/item/weapon/twohanded/required/kirbyplants,/turf/open/floor/plasteel/red/side{dir = 9},/area/centcom/evac)
-"ji" = (/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 1},/area/centcom/evac)
-"jj" = (/turf/open/floor/plasteel/red/side{dir = 1},/area/centcom/evac)
-"jk" = (/obj/structure/rack,/obj/item/weapon/gun/projectile/shotgun/toy/crossbow,/obj/item/toy/foamblade,/turf/open/floor/plasteel/red/side{dir = 1},/area/centcom/evac)
-"jl" = (/obj/structure/rack,/obj/item/weapon/storage/crayons,/obj/item/toy/sword,/turf/open/floor/plasteel/red/side{dir = 1},/area/centcom/evac)
-"jm" = (/turf/closed/indestructible/fakeglass,/area/centcom/evac)
-"jn" = (/turf/open/floor/plasteel/yellowsiding{dir = 8},/area/centcom/evac)
-"jo" = (/turf/open/floor/plasteel,/area/centcom/evac)
-"jp" = (/turf/open/floor/plasteel/warning{dir = 4},/area/centcom/evac)
-"jq" = (/obj/machinery/door/poddoor/shuttledock{name = "blast doorend"},/turf/open/floor/engine,/area/centcom/evac)
-"jr" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 6},/area/centcom/control)
-"js" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/centcom/evac)
-"jt" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel,/area/centcom/evac)
-"ju" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/gun/energy/gun/mini,/turf/open/floor/plasteel/red/side{dir = 4},/area/centcom/evac)
-"jv" = (/obj/machinery/door/poddoor/shuttledock,/turf/open/floor/engine,/area/centcom/evac)
-"jw" = (/turf/open/floor/grass,/area/centcom/control)
-"jx" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/green/side{dir = 8},/area/centcom/control)
-"jy" = (/turf/open/floor/plasteel/warning{dir = 4},/area/centcom/control)
-"jz" = (/obj/machinery/door/airlock/centcom{name = "Centcom Customs"; opacity = 1; req_access_txt = "109"},/turf/open/floor/plasteel/black,/area/centcom/control)
-"jA" = (/turf/open/floor/plasteel/black,/area/centcom/control)
-"jB" = (/obj/structure/table,/turf/open/floor/plasteel/black,/area/centcom/control)
-"jC" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel/red/side{dir = 2},/area/centcom/evac)
-"jD" = (/obj/structure/table/reinforced,/obj/item/weapon/pen,/turf/open/floor/plasteel/red/side{dir = 2},/area/centcom/evac)
-"jE" = (/obj/structure/table/reinforced,/obj/item/toy/carpplushie,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/red/side{dir = 6},/area/centcom/evac)
-"jF" = (/turf/closed/indestructible/riveted,/area/centcom/supply)
-"jG" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 1},/area/centcom/control)
-"jH" = (/turf/open/floor/plasteel/green/corner,/area/centcom/control)
-"jI" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/black,/area/centcom/control)
-"jJ" = (/turf/open/floor/plasteel/yellowsiding{dir = 1},/area/centcom/evac)
-"jK" = (/turf/open/floor/plasteel/yellowsiding/corner{dir = 1},/area/centcom/evac)
-"jL" = (/obj/docking_port/stationary{dir = 4; dwidth = 25; height = 50; id = "emergency_away"; name = "Centcom Emergency Shuttle Dock"; width = 50},/turf/open/space,/area/space)
-"jM" = (/turf/closed/indestructible/rock/snow,/area/syndicate_mothership)
-"jN" = (/obj/structure/closet,/turf/open/floor/plasteel/warning/corner{dir = 1},/area/centcom/supply)
-"jO" = (/obj/structure/closet/wardrobe/cargotech,/turf/open/floor/plasteel/loadingarea,/area/centcom/supply)
-"jP" = (/obj/structure/closet/secure_closet/quartermaster,/turf/open/floor/plasteel/loadingarea,/area/centcom/supply)
-"jQ" = (/obj/structure/closet,/turf/open/floor/plasteel,/area/centcom/supply)
-"jR" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/centcom/control)
-"jS" = (/obj/machinery/button/door{desc = "A remote control switch for port-side blast doors."; icon_state = "doorctrl0"; id = "CentComPort"; name = "Security Doors"; pixel_y = 28; req_access_txt = "101"},/obj/structure/showcase/fakeid,/turf/open/floor/plasteel/black,/area/centcom/control)
-"jT" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel/black,/area/centcom/control)
-"jU" = (/obj/structure/table,/obj/item/weapon/stamp{pixel_x = -3; pixel_y = 3},/obj/item/weapon/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/item/weapon/paper/centcom,/turf/open/floor/plasteel/black,/area/centcom/control)
-"jV" = (/turf/open/floor/plasteel/red/corner{dir = 1},/area/centcom/evac)
-"jW" = (/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"jX" = (/obj/structure/flora/grass/brown,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"jY" = (/obj/structure/flora/tree/pine,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"jZ" = (/obj/structure/flora/grass/both,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"ka" = (/obj/item/weapon/disk/data,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"kb" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 6},/area/centcom/supply)
-"kc" = (/turf/open/floor/plasteel/warning{dir = 8},/area/centcom/supply)
-"kd" = (/turf/open/floor/plasteel,/area/centcom/supply)
-"ke" = (/turf/open/floor/plasteel/green/corner{dir = 1},/area/centcom/control)
-"kf" = (/turf/open/floor/plasteel/green/corner{dir = 4},/area/centcom/control)
-"kg" = (/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 1; icon_state = "rightsecure"; name = "Centcom Customs"; req_access_txt = "109"},/turf/open/floor/plasteel/black,/area/centcom/control)
-"kh" = (/turf/open/floor/plasteel/warning/corner{dir = 1},/area/centcom/evac)
-"ki" = (/obj/item/toy/figure/syndie,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"kj" = (/obj/machinery/door/airlock/external{name = "Supply Shuttle"; req_access_txt = "106"},/turf/open/floor/plasteel/delivery,/area/centcom/supply)
-"kk" = (/obj/machinery/door/airlock/centcom{name = "Centcom Supply"; req_access_txt = "106"},/turf/open/floor/plasteel/brown{dir = 4},/area/centcom/supply)
-"kl" = (/turf/open/floor/plasteel/brown{dir = 8},/area/centcom/control)
-"km" = (/obj/machinery/door/airlock/centcom{name = "Centcom Docks"; opacity = 1; req_access_txt = "101"},/turf/open/floor/plasteel/black,/area/centcom/control)
-"kn" = (/obj/machinery/door/poddoor/preopen{id = "CentComPort"; name = "security door"},/turf/open/floor/plasteel/loadingarea{dir = 8},/area/centcom/control)
-"ko" = (/turf/open/floor/plasteel/warning{dir = 8},/area/centcom/evac)
-"kp" = (/obj/structure/flora/bush,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"kq" = (/obj/machinery/computer/cargo,/turf/open/floor/plasteel/warning{dir = 8},/area/centcom/supply)
-"kr" = (/turf/open/floor/plasteel/green/corner{dir = 8},/area/centcom/control)
-"ks" = (/turf/open/floor/plasteel/warning/corner{dir = 4},/area/centcom/evac)
-"kt" = (/obj/docking_port/stationary{dir = 8; dwidth = 5; height = 7; id = "supply_away"; name = "Centcom"; width = 12},/turf/open/space,/area/space)
-"ku" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/green/side{dir = 4},/area/centcom/control)
-"kv" = (/turf/open/floor/plasteel/green/corner{dir = 8},/area/centcom/evac)
-"kw" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 1},/area/centcom/supply)
-"kx" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/green/side{dir = 8},/area/centcom/evac)
-"ky" = (/turf/open/floor/plasteel/yellowsiding,/area/centcom/evac)
-"kz" = (/turf/open/floor/plasteel/yellowsiding/corner{dir = 8},/area/centcom/evac)
-"kA" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 1},/area/centcom/supply)
-"kB" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/green/side{dir = 10},/area/centcom/control)
-"kC" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/green/side{dir = 6},/area/centcom/control)
-"kD" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel/green/side{dir = 1},/area/centcom/evac)
-"kE" = (/obj/structure/table/reinforced,/obj/item/weapon/pen,/turf/open/floor/plasteel/green/side{dir = 1},/area/centcom/evac)
-"kF" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/gun/medbeam,/turf/open/floor/plasteel/green/side{dir = 5},/area/centcom/evac)
-"kG" = (/obj/machinery/door/poddoor/shuttledock{name = "blast door3"},/turf/open/floor/engine,/area/centcom/evac)
-"kH" = (/turf/open/floor/plating/asteroid/snow,/area/space)
-"kI" = (/turf/closed/indestructible/fakeglass,/area/centcom/supply)
-"kJ" = (/turf/closed/indestructible/riveted,/area/tdome/tdomeobserve)
-"kK" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 8},/area/tdome/tdomeobserve)
-"kL" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 4},/area/tdome/tdomeobserve)
-"kM" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome"; opacity = 1; req_access_txt = "101"},/turf/open/floor/plasteel,/area/tdome/tdomeobserve)
-"kN" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac)
-"kO" = (/obj/structure/table/reinforced,/obj/item/toy/talking/AI,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/green/side{dir = 4},/area/centcom/evac)
-"kP" = (/obj/machinery/door/poddoor/shuttledock{name = "blast door2"},/turf/open/floor/engine,/area/centcom/evac)
-"kQ" = (/turf/closed/indestructible/riveted,/area/syndicate_mothership)
-"kR" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 8},/area/syndicate_mothership)
-"kS" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 4},/area/syndicate_mothership)
-"kT" = (/obj/structure/table,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel/warning/corner{dir = 4},/area/centcom/supply)
-"kU" = (/obj/structure/table,/obj/item/weapon/clipboard,/obj/item/weapon/coin/silver,/turf/open/floor/plasteel,/area/centcom/supply)
-"kV" = (/obj/structure/table,/obj/item/weapon/pen/blue{pixel_x = 4; pixel_y = 4},/obj/item/weapon/pen/red,/obj/item/weapon/pen{pixel_x = 8; pixel_y = 8},/turf/open/floor/plasteel,/area/centcom/supply)
-"kW" = (/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 9},/area/tdome/tdomeobserve)
-"kX" = (/turf/open/floor/plasteel/red/side{dir = 1},/area/tdome/tdomeobserve)
-"kY" = (/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 1},/area/tdome/tdomeobserve)
-"kZ" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/tdome/tdomeobserve)
-"la" = (/turf/open/floor/plasteel,/area/tdome/tdomeobserve)
-"lb" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/tdome/tdomeobserve)
-"lc" = (/obj/structure/table,/turf/open/floor/plasteel/green/side{dir = 1},/area/tdome/tdomeobserve)
-"ld" = (/turf/open/floor/plasteel/green/side{dir = 1},/area/tdome/tdomeobserve)
-"le" = (/obj/structure/table,/turf/open/floor/plasteel/green/side{dir = 5},/area/tdome/tdomeobserve)
-"lf" = (/obj/item/weapon/twohanded/required/kirbyplants,/turf/open/floor/plasteel/green/side{dir = 10},/area/centcom/evac)
-"lg" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/green/side,/area/centcom/evac)
-"lh" = (/turf/open/floor/plasteel/green/side,/area/centcom/evac)
-"li" = (/obj/structure/rack,/obj/item/weapon/gun/projectile/shotgun/toy/crossbow,/obj/item/toy/katana,/turf/open/floor/plasteel/green/side,/area/centcom/evac)
-"lj" = (/obj/structure/rack,/obj/item/weapon/storage/crayons,/obj/item/toy/sword,/turf/open/floor/plasteel/green/side,/area/centcom/evac)
-"lk" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 1},/area/centcom/evac)
-"ll" = (/obj/machinery/door/poddoor/shuttledock{name = "blast door1"},/turf/open/floor/engine,/area/centcom/evac)
-"lm" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 9; icon_state = "fakewindows"},/area/space)
-"ln" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 8; icon_state = "fakewindows2"},/area/wizard_station)
-"lo" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 5; icon_state = "fakewindows"},/area/space)
-"lp" = (/obj/item/weapon/storage/crayons,/obj/structure/table,/obj/item/weapon/storage/crayons,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lq" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lr" = (/obj/machinery/door/airlock/centcom{name = "Crate Storage"; req_access_txt = "106"},/turf/open/floor/plasteel/delivery,/area/centcom/supply)
-"ls" = (/obj/structure/closet/secure_closet/bar,/turf/open/floor/plasteel/red/side{dir = 8},/area/tdome/tdomeobserve)
-"lt" = (/obj/structure/table,/turf/open/floor/plasteel,/area/tdome/tdomeobserve)
-"lu" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/plasteel/green/side{dir = 4},/area/tdome/tdomeobserve)
-"lv" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 10},/area/centcom/evac)
-"lw" = (/obj/machinery/door/airlock/centcom{name = "Centcom"; opacity = 1; req_access_txt = "0"},/turf/open/floor/plasteel/black,/area/centcom/evac)
-"lx" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 1; icon_state = "fakewindows2"},/area/wizard_station)
-"ly" = (/turf/open/floor/engine/cult,/area/wizard_station)
-"lz" = (/obj/machinery/computer/shuttle/fluff,/turf/open/floor/engine/cult,/area/wizard_station)
-"lA" = (/obj/machinery/computer/shuttle/syndicate/recall,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lB" = (/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lC" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lD" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lE" = (/obj/machinery/vending/cigarette{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)},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lF" = (/obj/structure/urinal{pixel_y = 28},/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lG" = (/obj/item/weapon/soap/syndie,/obj/structure/mopbucket,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lH" = (/obj/structure/mirror{pixel_x = 28},/obj/item/weapon/mop,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lI" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/centcom/supply)
-"lJ" = (/obj/structure/table,/obj/item/weapon/storage/box/drinkingglasses,/turf/open/floor/plasteel/red/side{dir = 8},/area/tdome/tdomeobserve)
-"lK" = (/obj/structure/table,/turf/open/floor/plasteel/green/side{dir = 4},/area/tdome/tdomeobserve)
-"lL" = (/turf/closed/indestructible/fakeglass{color = "#008000"},/area/wizard_station)
-"lM" = (/obj/item/weapon/paper{info = "GET DAT FUKKEN DISK"; name = "memo"},/obj/structure/noticeboard{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lN" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lO" = (/mob/living/simple_animal/hostile/carp/cayenne,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lP" = (/obj/machinery/door/airlock/centcom{name = "Restroom"; opacity = 1; req_access_txt = "150"},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lQ" = (/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lR" = (/obj/structure/mirror{pixel_x = 28},/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"lS" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/tdome/tdomeobserve)
-"lT" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/open/floor/plasteel/green/side{dir = 4},/area/tdome/tdomeobserve)
-"lU" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/green/side{dir = 9},/area/centcom/evac)
-"lV" = (/turf/closed/indestructible/riveted/uranium,/area/wizard_station)
-"lW" = (/obj/structure/showcase{desc = "A strange machine supposedly from another world. The Wizard Federation has been meddling with it for years."; icon = 'icons/obj/machines/telecomms.dmi'; icon_state = "processor"; name = "byond random number generator"},/turf/open/floor/engine/cult,/area/wizard_station)
-"lX" = (/obj/structure/showcase{desc = "A historical figure of great importance to the wizard federation. He spent his long life learning magic, stealing artifacts, and harassing idiots with swords. May he rest forever, Rodney."; icon = 'icons/mob/mob.dmi'; icon_state = "nim"; name = "wizard of yendor showcase"},/turf/open/floor/engine/cult,/area/wizard_station)
-"lY" = (/obj/structure/table/wood,/obj/item/device/paicard,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"lZ" = (/obj/structure/table/wood,/obj/item/pizzabox,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"ma" = (/obj/structure/chair/stool,/obj/effect/landmark{name = "Syndicate-Spawn"},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"mb" = (/obj/machinery/computer/telecrystals/uplinker,/turf/open/floor/plasteel/podhatch{dir = 9},/area/syndicate_mothership)
-"mc" = (/obj/structure/toilet{icon_state = "toilet00"; dir = 8},/obj/structure/window/reinforced/tinted{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/machinery/door/window{tag = "icon-right (WEST)"; name = "Tactical Toilet"; icon_state = "right"; dir = 8; opacity = 1},/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership)
-"md" = (/turf/open/floor/plating/airless,/area/syndicate_mothership)
-"me" = (/turf/open/floor/plating/airless/warnplate{dir = 2},/area/syndicate_mothership)
-"mf" = (/turf/open/floor/plasteel/red/side{dir = 10},/area/tdome/tdomeobserve)
-"mg" = (/turf/open/floor/plasteel/red/side{dir = 2},/area/tdome/tdomeobserve)
-"mh" = (/turf/open/floor/plasteel/neutral/side{dir = 8},/area/tdome/tdomeobserve)
-"mi" = (/turf/open/floor/plasteel/neutral/side{dir = 4},/area/tdome/tdomeobserve)
-"mj" = (/turf/open/floor/plasteel/green/side,/area/tdome/tdomeobserve)
-"mk" = (/turf/open/floor/plasteel/green/side{dir = 6},/area/tdome/tdomeobserve)
-"ml" = (/obj/structure/table/reinforced,/obj/item/weapon/clipboard,/turf/open/floor/plasteel/green/side{dir = 8},/area/centcom/evac)
-"mm" = (/obj/structure/filingcabinet/filingcabinet,/turf/open/floor/plasteel,/area/centcom/evac)
-"mn" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Bridge"},/turf/open/floor/engine/cult,/area/wizard_station)
-"mo" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 9},/area/syndicate_mothership)
-"mp" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 8},/area/syndicate_mothership)
-"mq" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/pizzaslice/mushroom,/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"mr" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/drinks/beer{pixel_x = 5; pixel_y = -2},/obj/item/toy/cards/deck/syndicate{icon_state = "deck_syndicate_full"; pixel_x = -6; pixel_y = 6},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"ms" = (/obj/machinery/computer/telecrystals/uplinker,/turf/open/floor/plasteel/podhatch{dir = 8},/area/syndicate_mothership)
-"mt" = (/obj/structure/closet/cardboard,/turf/open/floor/plating/airless,/area/syndicate_mothership)
-"mu" = (/turf/open/floor/plating/airless/warnplate{dir = 6},/area/syndicate_mothership)
-"mv" = (/turf/open/space,/obj/machinery/porta_turret/syndicate/pod,/turf/closed/wall/shuttle{tag = "icon-wall3 (NORTHWEST)"; icon_state = "wall3"; dir = 9},/area/shuttle/assault_pod)
-"mw" = (/turf/closed/wall/shuttle{tag = "icon-wall3"; icon_state = "wall3"; dir = 2},/area/shuttle/assault_pod)
-"mx" = (/obj/machinery/door/airlock/centcom{name = "Assault Pod"; opacity = 1; req_access_txt = "150"},/turf/open/floor/plating,/area/shuttle/assault_pod)
-"my" = (/turf/open/space,/obj/machinery/porta_turret/syndicate/pod,/turf/closed/wall/shuttle{tag = "icon-wall3 (NORTHEAST)"; icon_state = "wall3"; dir = 5},/area/shuttle/assault_pod)
-"mz" = (/turf/open/floor/plating/airless/warnplate{dir = 10},/area/syndicate_mothership)
-"mA" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 8},/area/tdome/tdomeobserve)
-"mB" = (/turf/closed/indestructible/fakedoor{name = "Centcom"},/area/centcom/evac)
-"mC" = (/turf/open/floor/carpet/carpetsymbol2,/area/wizard_station)
-"mD" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 1},/area/syndicate_mothership)
-"mE" = (/turf/open/floor/plating,/area/syndicate_mothership)
-"mF" = (/obj/machinery/door/poddoor/shutters{id = "nukeop_ready"; name = "shuttle dock"},/turf/open/floor/plating,/area/syndicate_mothership)
-"mG" = (/turf/open/floor/plating/airless/warnplate{dir = 4},/area/syndicate_mothership)
-"mH" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/assault_pod)
-"mI" = (/turf/open/floor/plasteel/shuttle/red,/area/shuttle/assault_pod)
-"mJ" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/assault_pod)
-"mK" = (/turf/open/floor/plating/airless/warnplate{dir = 8},/area/syndicate_mothership)
-"mL" = (/turf/open/floor/grass,/area/tdome/tdomeobserve)
-"mM" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 6},/area/tdome/tdomeobserve)
-"mN" = (/turf/open/floor/plasteel/green/side{dir = 10},/area/centcom/evac)
-"mO" = (/turf/open/floor/plasteel/green/side{dir = 6},/area/centcom/evac)
-"mP" = (/obj/machinery/vending/magivend,/turf/open/floor/engine/cult,/area/wizard_station)
-"mQ" = (/obj/machinery/vending/snack,/turf/open/floor/engine/cult,/area/wizard_station)
-"mR" = (/turf/closed/indestructible/fakeglass,/area/syndicate_mothership)
-"mS" = (/obj/machinery/door/airlock/external{req_access_txt = "150"},/turf/open/floor/plating,/area/syndicate_mothership)
-"mT" = (/obj/machinery/button/door{id = "nukeop_ready"; name = "mission launch control"; pixel_x = -26; pixel_y = 0; req_access_txt = "151"},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"mU" = (/obj/machinery/computer/telecrystals/uplinker,/turf/open/floor/plasteel/podhatch{dir = 10},/area/syndicate_mothership)
-"mV" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/assault_pod)
-"mW" = (/obj/docking_port/stationary{area_type = /area/syndicate_mothership; dheight = 9; dir = 2; dwidth = 5; height = 24; id = "syndicate_away"; name = "syndicate recon outpost"; turf_type = /turf/open/floor/plating/asteroid/snow; width = 18},/turf/open/floor/plating/asteroid/snow,/area/space)
-"mX" = (/obj/item/weapon/storage/box/drinkingglasses,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/structure/table/wood,/turf/open/floor/wood,/area/syndicate_mothership)
-"mY" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/syndicate_mothership)
-"mZ" = (/obj/structure/table/wood,/obj/item/device/syndicatedetonator{desc = "This gaudy button can be used to instantly detonate syndicate bombs that have been activated on the station. It is also fun to press."},/turf/open/floor/wood,/area/syndicate_mothership)
-"na" = (/obj/structure/table/wood,/obj/item/toy/nuke,/turf/open/floor/wood,/area/syndicate_mothership)
-"nb" = (/obj/machinery/door/airlock/centcom{aiControlDisabled = 1; name = "Assault Pod"; opacity = 1; req_access_txt = "150"},/turf/open/floor/plating,/area/shuttle/assault_pod)
-"nc" = (/obj/machinery/computer/shuttle/syndicate/drop_pod,/turf/closed/wall/shuttle{tag = "icon-wall3"; icon_state = "wall3"; dir = 2},/area/shuttle/assault_pod)
-"nd" = (/turf/open/floor/plasteel/redblue,/area/tdome/tdomeobserve)
-"ne" = (/obj/structure/chair,/obj/effect/landmark{name = "tdomeobserve"},/turf/open/floor/plasteel/redblue,/area/tdome/tdomeobserve)
-"nf" = (/obj/structure/bookcase,/turf/open/floor/carpet/carpetsymbol2,/area/wizard_station)
-"ng" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'FOURTH WALL'."; name = "\improper FOURTH WALL"; pixel_x = -32},/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"nh" = (/turf/open/floor/wood,/area/syndicate_mothership)
-"ni" = (/obj/effect/landmark{name = "Syndicate-Spawn"},/turf/open/floor/wood,/area/syndicate_mothership)
-"nj" = (/obj/machinery/door/window{base_state = "right"; dir = 4; icon_state = "right"; name = "Uplink Management Control"; req_access_txt = "151"},/turf/open/floor/wood,/area/syndicate_mothership)
-"nk" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/assault_pod)
-"nl" = (/turf/closed/indestructible/fakedoor{name = "Thunderdome"},/area/tdome/tdomeobserve)
-"nm" = (/obj/machinery/computer/security/telescreen,/turf/open/floor/plasteel/redblue,/area/tdome/tdomeobserve)
-"nn" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 1; icon_state = "fakewindows"},/area/wizard_station)
-"no" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 6; icon_state = "fakewindows2"},/area/wizard_station)
-"np" = (/obj/structure/cult/pylon,/turf/open/floor/engine/cult,/area/wizard_station)
-"nq" = (/obj/effect/mob_spawn/human/corpse/russian/ranged/officer,/obj/structure/chair/wood/wings,/obj/effect/decal/cleanable/blood,/turf/open/floor/engine/cult,/area/wizard_station)
-"nr" = (/obj/machinery/computer/telecrystals/boss,/turf/open/floor/plasteel/podhatch{dir = 5},/area/syndicate_mothership)
-"ns" = (/obj/structure/sign/map/left{pixel_y = -32},/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/syndicate_mothership)
-"nt" = (/obj/structure/sign/map/right{pixel_y = -32},/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/syndicate_mothership)
-"nu" = (/obj/machinery/door/airlock/centcom{name = "Equipment Room"; opacity = 1; req_access_txt = "150"},/turf/open/floor/plasteel/bar{dir = 2},/area/syndicate_mothership)
-"nv" = (/turf/open/space,/obj/machinery/porta_turret/syndicate/pod,/turf/closed/wall/shuttle{tag = "icon-wall3 (SOUTHWEST)"; icon_state = "wall3"; dir = 10},/area/shuttle/assault_pod)
-"nw" = (/turf/open/space,/obj/machinery/porta_turret/syndicate/pod,/turf/closed/wall/shuttle{tag = "icon-wall3 (SOUTHEAST)"; icon_state = "wall3"; dir = 6},/area/shuttle/assault_pod)
-"nx" = (/obj/structure/chair/wood/wings{tag = "icon-wooden_chair_wings (EAST)"; icon_state = "wooden_chair_wings"; dir = 4},/turf/open/floor/carpet/carpetsymbol2,/area/wizard_station)
-"ny" = (/obj/structure/cult/tome,/turf/open/floor/carpet/carpetsymbol2,/area/wizard_station)
-"nz" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Break Room"},/turf/open/floor/engine/cult,/area/wizard_station)
-"nA" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Tabletop Room"},/turf/open/floor/engine/cult,/area/wizard_station)
-"nB" = (/obj/structure/chair/wood/wings{tag = "icon-wooden_chair_wings (EAST)"; icon_state = "wooden_chair_wings"; dir = 4},/turf/open/floor/engine/cult,/area/wizard_station)
-"nC" = (/obj/structure/table/wood/poker,/obj/item/weapon/dice/d20,/turf/open/floor/engine/cult,/area/wizard_station)
-"nD" = (/obj/structure/chair/wood/wings{tag = "icon-wooden_chair_wings (WEST)"; icon_state = "wooden_chair_wings"; dir = 8},/turf/open/floor/engine/cult,/area/wizard_station)
-"nE" = (/turf/open/floor/plasteel/black,/area/syndicate_mothership)
-"nF" = (/obj/machinery/mech_bay_recharge_port,/turf/open/floor/plating,/area/syndicate_mothership)
-"nG" = (/turf/open/floor/mech_bay_recharge_floor,/area/syndicate_mothership)
-"nH" = (/obj/machinery/computer/mech_bay_power_console,/turf/open/floor/plating,/area/syndicate_mothership)
-"nI" = (/obj/machinery/vending/tool,/turf/open/floor/plasteel/black,/area/syndicate_mothership)
-"nJ" = (/obj/structure/closet/cardboard/metal,/turf/open/floor/plating/airless,/area/syndicate_mothership)
-"nK" = (/turf/open/floor/plating/airless/warnplate{dir = 5},/area/syndicate_mothership)
-"nL" = (/obj/machinery/door/airlock/centcom{aiControlDisabled = 1; name = "Assault Pod"; opacity = 1; req_access_txt = "150"},/obj/docking_port/mobile/assault_pod{dwidth = 3; name = "steel rain"},/turf/open/floor/plating,/area/shuttle/assault_pod)
-"nM" = (/turf/open/floor/plating/airless/warnplate{dir = 9},/area/syndicate_mothership)
-"nN" = (/obj/structure/cult/talisman{desc = "A altar dedicated to the Wizard's Federation"},/obj/item/weapon/kitchen/knife/ritual,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/engine/cult,/area/wizard_station)
-"nO" = (/obj/effect/mob_spawn/human/corpse/russian,/turf/open/floor/engine/cult,/area/wizard_station)
-"nP" = (/obj/structure/chair/wood/wings{icon_state = "wooden_chair_wings"; dir = 1},/turf/open/floor/engine/cult,/area/wizard_station)
-"nQ" = (/obj/item/weapon/broken_bottle,/turf/open/floor/engine/cult,/area/wizard_station)
-"nR" = (/turf/open/floor/plating/airless/warnplate{dir = 1},/area/syndicate_mothership)
-"nS" = (/turf/closed/indestructible/riveted,/area/tdome/arena)
-"nT" = (/obj/machinery/igniter,/turf/open/floor/plasteel,/area/tdome/arena)
-"nU" = (/turf/open/floor/plasteel,/area/tdome/arena)
-"nV" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 6},/area/syndicate_mothership)
-"nW" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/black,/area/syndicate_mothership)
-"nX" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/head/helmet/thunderdome,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/energy/sword/saber/red,/turf/open/floor/plasteel/black,/area/tdome/arena)
-"nY" = (/obj/machinery/door/poddoor{id = "thunderdomegen"; name = "General Supply"},/turf/open/floor/plasteel/black,/area/tdome/arena)
-"nZ" = (/obj/effect/landmark{name = "tdome2"},/turf/open/floor/plasteel,/area/tdome/tdome2)
-"oa" = (/obj/machinery/door/poddoor{id = "thunderdome"; name = "Thunderdome Blast Door"},/turf/open/floor/plasteel,/area/tdome/arena)
-"ob" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/tdome/arena)
-"oc" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/tdome/arena)
-"od" = (/obj/effect/landmark{name = "tdome1"},/turf/open/floor/plasteel,/area/tdome/tdome1)
-"oe" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/green,/obj/item/clothing/head/helmet/thunderdome,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/energy/sword/saber/green,/turf/open/floor/plasteel/black,/area/tdome/arena)
-"of" = (/obj/structure/closet/syndicate/personal,/turf/open/floor/plasteel/darkwarning{dir = 1},/area/syndicate_mothership)
-"og" = (/obj/structure/table,/obj/item/weapon/gun/energy/ionrifle{pin = /obj/item/device/firing_pin},/turf/open/floor/plasteel/darkwarning{dir = 1},/area/syndicate_mothership)
-"oh" = (/obj/machinery/recharger{pixel_y = 4},/obj/effect/landmark{name = "tdome2"},/turf/open/floor/plasteel,/area/tdome/tdome2)
-"oi" = (/obj/machinery/recharger{pixel_y = 4},/obj/effect/landmark{name = "tdome1"},/turf/open/floor/plasteel,/area/tdome/tdome1)
-"oj" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Corridor"},/turf/open/floor/engine/cult,/area/wizard_station)
-"ok" = (/obj/machinery/camera{pixel_x = 11; pixel_y = -9; network = list("thunder"); c_tag = "Red Team"},/obj/effect/landmark{name = "tdome2"},/turf/open/floor/plasteel,/area/tdome/tdome2)
-"ol" = (/turf/open/floor/bluegrid,/area/tdome/arena)
-"om" = (/obj/machinery/flasher{id = "tdomeflash"; name = "Thunderdome Flash"},/turf/open/floor/bluegrid,/area/tdome/arena)
-"on" = (/obj/machinery/camera{pixel_x = 12; pixel_y = -10; network = list("thunder"); c_tag = "Green Team"},/obj/effect/landmark{name = "tdome1"},/turf/open/floor/plasteel,/area/tdome/tdome1)
-"oo" = (/obj/machinery/camera{pixel_x = 10; network = list("thunder"); c_tag = "Arena"},/turf/open/floor/bluegrid,/area/tdome/arena)
-"op" = (/turf/open/floor/carpet/carpetsymbol,/area/wizard_station)
-"oq" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 8; icon_state = "fakewindows"},/area/wizard_station)
-"or" = (/turf/closed/indestructible/fakeglass{color = "#008000"; dir = 4; icon_state = "fakewindows"},/area/wizard_station)
-"os" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; locked = 1; name = "Experiment Room"},/turf/open/floor/engine/cult,/area/wizard_station)
-"ot" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Personal Quarters"},/turf/open/floor/engine/cult,/area/wizard_station)
-"ou" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Cargo"},/turf/open/floor/engine/cult,/area/wizard_station)
-"ov" = (/obj/structure/statue/uranium/nuke,/turf/open/floor/plating/asteroid/snow,/area/syndicate_mothership)
-"ow" = (/obj/machinery/door/poddoor{id = "thunderdomehea"; name = "Heavy Supply"},/turf/open/floor/plasteel/black,/area/tdome/arena)
-"ox" = (/obj/effect/decal/cleanable/blood/old,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/goliath,/turf/open/floor/engine/cult,/area/wizard_station)
-"oy" = (/obj/structure/table/wood,/obj/item/clothing/suit/wizrobe/magusblue,/obj/item/clothing/head/wizard/magus,/obj/item/weapon/staff,/turf/open/floor/engine/cult,/area/wizard_station)
-"oz" = (/turf/open/floor/carpet,/area/wizard_station)
-"oA" = (/obj/structure/dresser,/obj/item/weapon/storage/backpack/satchel,/obj/structure/mirror/magic{pixel_y = 28},/turf/open/floor/carpet,/area/wizard_station)
-"oB" = (/obj/structure/closet/masks,/turf/open/floor/engine/cult,/area/wizard_station)
-"oC" = (/obj/structure/rack,/obj/item/weapon/staff,/obj/item/clothing/head/wizard/magus,/obj/item/clothing/suit/wizrobe/magusred,/turf/open/floor/engine/cult,/area/wizard_station)
-"oD" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/weapon/gun/energy/laser,/turf/open/floor/plasteel/black,/area/tdome/arena)
-"oE" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 8},/area/tdome/tdomeadmin)
-"oF" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows2"; dir = 8},/area/tdome/tdomeadmin)
-"oG" = (/turf/closed/indestructible/fakeglass{icon_state = "fakewindows"; dir = 4},/area/tdome/tdomeadmin)
-"oH" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/weapon/gun/energy/laser,/turf/open/floor/plasteel/black,/area/tdome/arena)
-"oI" = (/obj/effect/decal/remains/human,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/engine/cult,/area/wizard_station)
-"oJ" = (/mob/living/simple_animal/hostile/creature{desc = "Chompy, your cute little sanity-destroying otherthing."; name = "Chompy"},/turf/open/floor/engine/cult,/area/wizard_station)
-"oK" = (/obj/structure/table/wood,/obj/effect/landmark{name = "Teleport-Scroll"},/obj/item/weapon/dice/d20,/obj/item/weapon/dice,/turf/open/floor/carpet,/area/wizard_station)
-"oL" = (/obj/effect/landmark/start{name = "wizard"},/turf/open/floor/carpet,/area/wizard_station)
-"oM" = (/obj/structure/bed,/obj/item/weapon/bedsheet/wiz,/turf/open/floor/carpet,/area/wizard_station)
-"oN" = (/obj/structure/closet/wardrobe/mixed,/turf/open/floor/engine/cult,/area/wizard_station)
-"oO" = (/obj/structure/closet/crate{icon_state = "crateopen"; opened = 1},/obj/item/clothing/suit/wizrobe/red,/obj/item/clothing/head/wizard/red,/obj/item/weapon/staff,/obj/item/clothing/shoes/sandal,/turf/open/floor/engine/cult,/area/wizard_station)
-"oP" = (/turf/open/floor/plasteel/redyellow,/area/tdome/tdomeadmin)
-"oQ" = (/obj/structure/chair{dir = 1},/obj/effect/landmark{name = "tdomeadmin"},/turf/open/floor/plasteel/redyellow,/area/tdome/tdomeadmin)
-"oR" = (/obj/structure/table,/obj/machinery/computer/security/telescreen{pixel_y = 0},/turf/open/floor/plasteel/redyellow,/area/tdome/tdomeadmin)
-"oS" = (/obj/structure/chair/comfy/brown{dir = 1},/turf/open/floor/plasteel/redyellow,/area/tdome/tdomeadmin)
-"oT" = (/obj/machinery/button/flasher{id = "tdomeflash"; pixel_x = 0; pixel_y = 0},/obj/structure/table,/turf/open/floor/plasteel/redyellow,/area/tdome/tdomeadmin)
-"oU" = (/obj/structure/table/wood,/obj/item/candle/infinite,/turf/open/floor/carpet,/area/wizard_station)
-"oV" = (/obj/structure/table/wood,/obj/item/weapon/storage/bag/tray,/obj/item/weapon/reagent_containers/food/snacks/burger/spell,/turf/open/floor/carpet,/area/wizard_station)
-"oW" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/engine/cult,/area/wizard_station)
-"oX" = (/obj/structure/rack,/obj/item/weapon/staff/broom,/obj/item/clothing/head/wizard/marisa,/obj/item/clothing/suit/wizrobe/marisa,/obj/item/clothing/shoes/sandal/marisa,/turf/open/floor/engine/cult,/area/wizard_station)
-"oY" = (/turf/closed/indestructible/riveted,/area/tdome/tdomeadmin)
-"oZ" = (/obj/machinery/computer/security/telescreen{pixel_y = -32},/turf/open/floor/plasteel/redyellow,/area/tdome/tdomeadmin)
-"pa" = (/turf/open/floor/plasteel,/area/tdome/tdomeadmin)
-"pb" = (/obj/item/organ/heart,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/engine/cult,/area/wizard_station)
-"pc" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Engine Room"},/turf/open/floor/engine/cult,/area/wizard_station)
-"pd" = (/obj/structure/mecha_wreckage/ripley,/obj/effect/decal/cleanable/oil,/turf/open/floor/engine/cult,/area/wizard_station)
-"pe" = (/obj/structure/closet/crate,/obj/item/weapon/coin/uranium,/obj/effect/spawner/lootdrop/gambling,/obj/item/weapon/lipstick/random,/obj/item/weapon/c_tube,/turf/open/floor/engine/cult,/area/wizard_station)
-"pf" = (/obj/structure/closet/crate,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/crowbar,/obj/item/weapon/wrench,/obj/item/weapon/weldingtool,/turf/open/floor/engine/cult,/area/wizard_station)
-"pg" = (/turf/closed/indestructible/fakedoor{name = "Thunderdome Admin"},/area/tdome/tdomeadmin)
-"ph" = (/obj/structure/table,/obj/machinery/button/door{id = "thunderdomehea"; name = "Heavy Supply Control"; pixel_y = 0; req_access_txt = "102"},/turf/open/floor/plasteel,/area/tdome/tdomeadmin)
-"pi" = (/obj/structure/table,/obj/machinery/button/door{id = "thunderdome"; name = "Main Blast Doors Control"; pixel_y = 0; req_access_txt = "102"},/turf/open/floor/plasteel,/area/tdome/tdomeadmin)
-"pj" = (/obj/structure/table,/obj/machinery/button/door{id = "thunderdomegen"; name = "General Supply Control"; pixel_y = 0; req_access_txt = "102"},/turf/open/floor/plasteel,/area/tdome/tdomeadmin)
-"pk" = (/obj/structure/table/wood,/obj/item/weapon/gun/magic/wand{desc = "Used in emergencies to reignite magma engines."; max_charges = 0; name = "wand of emergency engine ignition"},/turf/open/floor/engine/cult,/area/wizard_station)
-"pl" = (/obj/structure/table/wood,/turf/open/floor/engine/cult,/area/wizard_station)
-"pm" = (/obj/structure/cult/forge{desc = "A engine used in powering the wizards ship"; name = "magma engine"},/turf/open/floor/engine/cult,/area/wizard_station)
-"pn" = (/mob/living/simple_animal/mouse/white{name = "Stuart"},/turf/open/floor/engine/cult,/area/wizard_station)
-"po" = (/turf/closed/indestructible/riveted,/area/centcom/holding)
-"pp" = (/obj/structure/window/reinforced{color = "#008000"; dir = 1},/turf/open/floor/plating/lava/airless,/area/wizard_station)
-"pq" = (/obj/structure/table,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pr" = (/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"ps" = (/obj/structure/closet/secure_closet/bar{req_access_txt = "25"},/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pt" = (/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pu" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pv" = (/obj/structure/rack,/obj/item/device/camera,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pw" = (/obj/structure/rack,/obj/item/toy/sword,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"px" = (/obj/structure/rack,/obj/item/toy/gun,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"py" = (/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pz" = (/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pA" = (/obj/effect/overlay/palmtree_r,/obj/effect/overlay/coconut,/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pB" = (/obj/effect/overlay/palmtree_l,/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pC" = (/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/lava/airless,/area/wizard_station)
-"pD" = (/obj/structure/table,/obj/item/clothing/head/that,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pE" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pF" = (/obj/item/device/camera,/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pG" = (/obj/structure/shuttle/engine/propulsion,/turf/open/space,/area/space)
-"pH" = (/obj/structure/table,/obj/item/ammo_box/foambox,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pI" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/shaker,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pJ" = (/obj/structure/table,/obj/item/weapon/lighter,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pK" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pL" = (/obj/structure/table,/obj/item/weapon/dice/d20,/turf/open/floor/plasteel/freezer{dir = 2},/area/centcom/holding)
-"pM" = (/obj/structure/chair/stool{pixel_y = 8},/obj/item/clothing/head/bandana{pixel_y = -10},/obj/item/clothing/glasses/sunglasses,/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pN" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pO" = (/obj/structure/rack,/obj/item/clothing/head/that,/obj/item/clothing/under/suit_jacket,/obj/item/clothing/tie/waistcoat,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pP" = (/obj/item/toy/beach_ball,/turf/open/floor/plating/beach/sand,/area/centcom/holding)
-"pQ" = (/obj/structure/rack,/obj/item/weapon/storage/crayons,/obj/item/weapon/gun/projectile/automatic/toy/pistol,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pR" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pS" = (/obj/structure/rack,/obj/item/weapon/storage/crayons,/obj/item/weapon/gun/projectile/shotgun/toy/crossbow,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pT" = (/turf/open/floor/plating/beach/coastline_b,/area/centcom/holding)
-"pU" = (/obj/item/clothing/head/collectable/paper,/turf/open/floor/plating/beach/coastline_b,/area/centcom/holding)
-"pV" = (/obj/structure/rack,/obj/item/clothing/shoes/laceup,/obj/item/clothing/under/suit_jacket/female{desc = "A black trouser suit for women. Very formal."; name = "black suit"; pixel_x = 3; pixel_y = 1},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pW" = (/obj/structure/table,/obj/item/weapon/gun/projectile/automatic/toy/pistol,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding)
-"pX" = (/turf/open/floor/plating/beach/water,/area/centcom/holding)
-"pY" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/centcom/holding)
-"pZ" = (/turf/open/floor/plasteel/delivery,/area/centcom/holding)
-"qa" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel,/area/centcom/holding)
-"qb" = (/obj/effect/landmark{name = "Holding Facility"},/turf/open/floor/engine,/area/centcom/holding)
-"qc" = (/turf/closed/indestructible/abductor{icon_state = "alien20"},/area/abductor_ship)
-"qd" = (/turf/closed/indestructible/abductor{icon_state = "alien21"},/area/abductor_ship)
-"qe" = (/turf/closed/indestructible/abductor{icon_state = "alien22"},/area/abductor_ship)
-"qf" = (/turf/closed/indestructible/abductor{icon_state = "alien23"},/area/abductor_ship)
-"qg" = (/turf/closed/indestructible/abductor{icon_state = "alien24"},/area/abductor_ship)
-"qh" = (/turf/closed/indestructible/abductor{icon_state = "alien16"},/area/abductor_ship)
-"qi" = (/turf/closed/indestructible/abductor{icon_state = "alien17"},/area/abductor_ship)
-"qj" = (/obj/machinery/abductor/experiment{team = 1},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qk" = (/obj/effect/landmark/abductor/console,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"ql" = (/obj/machinery/abductor/pad{team = 1},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qm" = (/turf/closed/indestructible/abductor{icon_state = "alien18"},/area/abductor_ship)
-"qn" = (/turf/closed/indestructible/abductor{icon_state = "alien19"},/area/abductor_ship)
-"qo" = (/obj/machinery/abductor/experiment{team = 4},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qp" = (/obj/effect/landmark/abductor/console{team = 4},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qq" = (/obj/machinery/abductor/pad{team = 4},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qr" = (/turf/closed/indestructible/riveted,/area/hades)
-"qs" = (/turf/closed/indestructible/abductor{icon_state = "alien14"},/area/abductor_ship)
-"qt" = (/obj/machinery/computer/camera_advanced/abductor{team = 1},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qu" = (/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qv" = (/obj/structure/closet/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qw" = (/turf/closed/indestructible/abductor{icon_state = "alien15"},/area/abductor_ship)
-"qx" = (/obj/machinery/computer/camera_advanced/abductor{team = 4},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qy" = (/obj/structure/bookcase/random/religion,/turf/open/floor/plasteel/hades,/area/hades)
-"qz" = (/turf/closed/indestructible/abductor{icon_state = "alien12"},/area/abductor_ship)
-"qA" = (/obj/item/weapon/retractor/alien,/obj/item/weapon/hemostat/alien,/obj/structure/table/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qB" = (/obj/effect/landmark/abductor/scientist,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qC" = (/obj/structure/table/optable/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qD" = (/obj/effect/landmark/abductor/agent,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qE" = (/obj/structure/table/abductor,/obj/item/weapon/storage/box/alienhandcuffs,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qF" = (/turf/closed/indestructible/abductor{icon_state = "alien13"},/area/abductor_ship)
-"qG" = (/obj/effect/landmark/abductor/scientist{team = 4},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qH" = (/obj/effect/landmark/abductor/agent{team = 4},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qI" = (/obj/structure/piano,/turf/open/floor/plasteel/hades,/area/hades)
-"qJ" = (/obj/effect/gibspawner/human,/turf/open/floor/plasteel/hades,/area/hades)
-"qK" = (/turf/open/floor/plasteel/hades,/area/hades)
-"qL" = (/turf/closed/indestructible/abductor{icon_state = "alien10"},/area/abductor_ship)
-"qM" = (/obj/item/weapon/surgical_drapes,/obj/item/weapon/paper/abductor,/obj/item/weapon/scalpel/alien,/obj/structure/table/abductor,/obj/item/weapon/cautery/alien,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qN" = (/turf/closed/indestructible/abductor{icon_state = "alien11"},/area/abductor_ship)
-"qO" = (/obj/structure/window/fulltile,/turf/open/floor/plasteel/hades,/area/hades)
-"qP" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/hades,/area/hades)
-"qQ" = (/obj/effect/gibspawner/human,/mob/living/simple_animal/hostile/hadesacolyte,/turf/open/floor/plasteel/hades,/area/hades)
-"qR" = (/mob/living/simple_animal/hostile/hadesacolyte,/turf/open/floor/plasteel/hades,/area/hades)
-"qS" = (/turf/closed/indestructible/abductor{icon_state = "alien6"},/area/abductor_ship)
-"qT" = (/turf/closed/indestructible/abductor{icon_state = "alien7"},/area/abductor_ship)
-"qU" = (/obj/machinery/abductor/gland_dispenser,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qV" = (/obj/structure/table/abductor,/obj/item/weapon/surgicaldrill/alien,/obj/item/weapon/circular_saw/alien,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qW" = (/obj/structure/bed/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship)
-"qX" = (/turf/closed/indestructible/abductor{icon_state = "alien8"},/area/abductor_ship)
-"qY" = (/turf/closed/indestructible/abductor{icon_state = "alien9"},/area/abductor_ship)
-"qZ" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/fulltile,/turf/open/floor/plasteel/hades,/area/hades)
-"ra" = (/obj/structure/table/reinforced/brass,/obj/item/candle/infinite,/turf/open/floor/plasteel/hades,/area/hades)
-"rb" = (/obj/structure/table/reinforced/brass,/obj/item/candle/infinite,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/hades,/area/hades)
-"rc" = (/obj/structure/table/reinforced/brass,/turf/open/floor/plasteel/hades,/area/hades)
-"rd" = (/obj/structure/table/reinforced/brass,/obj/item/candle/infinite,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/hades,/area/hades)
-"re" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/fulltile,/turf/open/floor/plasteel/hades,/area/hades)
-"rf" = (/turf/closed/indestructible/abductor,/area/abductor_ship)
-"rg" = (/turf/closed/indestructible/abductor{icon_state = "alien2"},/area/abductor_ship)
-"rh" = (/turf/closed/indestructible/abductor{icon_state = "alien3"},/area/abductor_ship)
-"ri" = (/turf/closed/indestructible/abductor{icon_state = "alien4"},/area/abductor_ship)
-"rj" = (/turf/closed/indestructible/abductor{icon_state = "alien5"},/area/abductor_ship)
-"rk" = (/turf/open/floor/carpet,/area/hades)
-"rl" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 1},/mob/living/simple_animal/hostile/hadesacolyte,/turf/open/floor/plasteel/hades,/area/hades)
-"rm" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 1},/turf/open/floor/plasteel/hades,/area/hades)
-"rn" = (/obj/effect/gibspawner/human,/turf/open/floor/carpet,/area/hades)
-"ro" = (/obj/machinery/abductor/experiment{team = 2},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rp" = (/obj/effect/landmark/abductor/console{team = 2},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rq" = (/obj/machinery/abductor/pad{team = 2},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rr" = (/obj/machinery/abductor/experiment{team = 3},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rs" = (/obj/effect/landmark/abductor/console{team = 3},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rt" = (/obj/machinery/abductor/pad{team = 3},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"ru" = (/obj/machinery/computer/camera_advanced/abductor{team = 2},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rv" = (/obj/machinery/computer/camera_advanced/abductor{team = 3},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rw" = (/obj/effect/landmark/abductor/scientist{team = 2},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rx" = (/obj/effect/landmark/abductor/agent{team = 2},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"ry" = (/obj/effect/landmark/abductor/scientist{team = 3},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rz" = (/obj/effect/landmark/abductor/agent{team = 3},/turf/open/floor/plating/abductor,/area/abductor_ship)
-"rA" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/hades)
-"rB" = (/obj/structure/dresser,/turf/open/floor/carpet,/area/hades)
-"rC" = (/obj/structure/table/wood,/obj/item/trash/candle,/turf/open/floor/carpet,/area/hades)
-"rD" = (/obj/structure/flora/grass/green,/turf/open/floor/grass,/area/hades)
-"rE" = (/obj/structure/flora/ausbushes/ppflowers,/turf/open/floor/grass,/area/hades)
-"rF" = (/obj/structure/flora/ausbushes/palebush,/turf/open/floor/grass,/area/hades)
-"rG" = (/obj/structure/flora/ausbushes/ywflowers,/turf/open/floor/grass,/area/hades)
-"rH" = (/obj/structure/bookcase/random/nonfiction,/turf/open/floor/carpet,/area/hades)
-"rI" = (/obj/structure/bookcase/random/fiction,/turf/open/floor/carpet,/area/hades)
-"rJ" = (/obj/structure/bookcase/random/adult,/turf/open/floor/carpet,/area/hades)
-"rK" = (/obj/structure/bookcase/random/religion,/turf/open/floor/carpet,/area/hades)
-"rL" = (/obj/structure/kitchenspike,/turf/open/floor/mineral/diamond,/area/hades)
-"rM" = (/mob/living/simple_animal/hostile/hadesacolyte,/turf/open/floor/mineral/gold,/area/hades)
-"rN" = (/turf/open/floor/mineral/gold,/area/hades)
-"rO" = (/obj/structure/table/wood,/turf/open/floor/carpet,/area/hades)
-"rP" = (/obj/structure/flora/ausbushes/grassybush,/turf/open/floor/grass,/area/hades)
-"rQ" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/grass,/area/hades)
-"rR" = (/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/hades)
-"rS" = (/obj/structure/bookcase/random/reference,/turf/open/floor/carpet,/area/hades)
-"rT" = (/obj/structure/closet/cabinet,/turf/open/floor/carpet,/area/hades)
-"rU" = (/obj/structure/table/wood,/obj/item/weapon/paper/hades_instructions,/turf/open/floor/carpet,/area/hades)
-"rV" = (/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/grass,/area/hades)
-"rW" = (/obj/structure/bed,/obj/item/weapon/bedsheet/black,/turf/open/floor/carpet,/area/hades)
-"rX" = (/mob/living/simple_animal/hostile/hadesacolyte,/turf/open/floor/carpet,/area/hades)
-"rY" = (/obj/structure/table/wood,/obj/item/weapon/storage/box/matches,/turf/open/floor/carpet,/area/hades)
-"rZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plasteel,/area/hades)
-"sa" = (/obj/machinery/door/airlock/wood,/turf/open/floor/plasteel/hades,/area/hades)
-"sb" = (/obj/structure/table/wood,/obj/item/weapon/lipstick,/turf/open/floor/carpet,/area/hades)
-"sc" = (/obj/structure/table/wood,/obj/item/weapon/storage/fancy/candle_box,/turf/open/floor/carpet,/area/hades)
-"sd" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 4},/turf/open/floor/carpet,/area/hades)
-"se" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 8},/turf/open/floor/carpet,/area/hades)
-"sf" = (/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/turf/open/floor/carpet,/area/hades)
-"sg" = (/obj/structure/table/wood,/obj/item/weapon/razor,/turf/open/floor/carpet,/area/hades)
-"sh" = (/obj/machinery/door/airlock/wood,/turf/open/floor/carpet,/area/hades)
-"si" = (/obj/structure/chair/hades,/turf/open/floor/mineral/diamond,/area/hades)
-"sj" = (/obj/machinery/vending/cola,/turf/open/floor/carpet,/area/hades)
-"sk" = (/obj/machinery/vending/snack,/turf/open/floor/carpet,/area/hades)
-"sl" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/drinks/beer,/turf/open/floor/carpet,/area/hades)
-"sm" = (/obj/structure/table/wood,/obj/machinery/microwave,/turf/open/floor/carpet,/area/hades)
-"sn" = (/obj/structure/table/wood,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/carpet,/area/hades)
-"so" = (/obj/machinery/chem_dispenser/drinks,/obj/structure/table/wood,/turf/open/floor/carpet,/area/hades)
-"sp" = (/obj/structure/chair/wood/normal,/mob/living/simple_animal/hostile/hadesacolyte,/turf/open/floor/carpet,/area/hades)
-"sq" = (/obj/structure/table/wood,/turf/open/floor/carpet,/area/syndicate_mothership)
-"sr" = (/obj/structure/table/wood,/obj/structure/table/wood,/turf/open/floor/carpet,/area/hades)
-"ss" = (/obj/structure/table/wood,/obj/item/weapon/storage/box/drinkingglasses,/turf/open/floor/carpet,/area/hades)
-"st" = (/obj/structure/lattice,/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" = (
+/turf/closed/indestructible/riveted,
+/area/space)
+"ac" = (
+/obj/structure/window/reinforced,
+/turf/closed/indestructible/riveted,
+/area/space)
+"ad" = (
+/obj/effect/landmark/transit,
+/turf/open/space,
+/area/space)
+"ae" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/closed/indestructible/riveted,
+/area/space)
+"af" = (
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"ag" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/closed/indestructible/riveted,
+/area/space)
+"ah" = (
+/obj/structure/foamedmetal,
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/bunker)
+"ai" = (
+/obj/structure/foamedmetal,
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/bunker)
+"aj" = (
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/bunker)
+"ak" = (
+/turf/open/floor/holofloor{
+ tag = "icon-asteroid_warn_side (WEST)";
+ icon_state = "asteroid_warn_side";
+ dir = 8
+ },
+/area/holodeck/rec_center/bunker)
+"al" = (
+/obj/structure/table,
+/obj/item/stack/medical/ointment{
+ heal_burn = 10
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-asteroid_warn_side (WEST)";
+ icon_state = "asteroid_warn_side";
+ dir = 8
+ },
+/area/holodeck/rec_center/bunker)
+"am" = (
+/obj/structure/table/wood{
+ layer = 3.3
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1;
+ pixel_y = 4
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"an" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"ao" = (
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"ap" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ layer = 3.3;
+ pixel_y = 0
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aq" = (
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/wildlife)
+"ar" = (
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/offline)
+"as" = (
+/turf/open/floor/holofloor/plating/burnmix,
+/area/holodeck/rec_center/burn)
+"at" = (
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/court)
+"au" = (
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/court)
+"av" = (
+/turf/open/floor/holofloor{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/court)
+"aw" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/closed/indestructible/riveted,
+/area/space)
+"ax" = (
+/obj/structure/flora/bush,
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"ay" = (
+/obj/item/toy/snowball{
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/obj/item/toy/snowball{
+ pixel_x = 5;
+ pixel_y = 0
+ },
+/obj/item/toy/snowball{
+ pixel_x = -4
+ },
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"az" = (
+/turf/open/floor/holofloor{
+ tag = "icon-asteroid_warn (WEST)";
+ icon_state = "asteroid_warn";
+ dir = 8
+ },
+/area/holodeck/rec_center/bunker)
+"aA" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/holofloor{
+ tag = "icon-asteroidfloor (WEST)";
+ icon_state = "asteroidfloor";
+ dir = 8
+ },
+/area/holodeck/rec_center/bunker)
+"aB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aC" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aD" = (
+/obj/effect/holodeck_effect/mobspawner,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/wildlife)
+"aE" = (
+/obj/effect/holodeck_effect/sparks,
+/turf/open/floor/holofloor/plating/burnmix,
+/area/holodeck/rec_center/burn)
+"aF" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/court)
+"aG" = (
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/court)
+"aH" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/court)
+"aI" = (
+/obj/structure/flora/grass/brown,
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"aJ" = (
+/obj/structure/table,
+/obj/item/weapon/gun/energy/laser,
+/turf/open/floor/holofloor{
+ tag = "icon-asteroidfloor (WEST)";
+ icon_state = "asteroidfloor";
+ dir = 8
+ },
+/area/holodeck/rec_center/bunker)
+"aK" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aL" = (
+/obj/structure/table/wood/poker,
+/obj/item/clothing/mask/cigarette/pipe,
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aM" = (
+/obj/structure/table/wood/poker,
+/obj/structure/table/wood/poker,
+/obj/effect/holodeck_effect/cards,
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aN" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aO" = (
+/obj/structure/statue/snow/snowman{
+ anchored = 1
+ },
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"aP" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aQ" = (
+/obj/structure/chair/wood/wings,
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"aR" = (
+/obj/structure/window/reinforced/tinted{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aS" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aT" = (
+/obj/structure/flora/tree/pine,
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"aU" = (
+/obj/structure/chair/wood,
+/turf/open/floor/holofloor/snow/cold,
+/area/holodeck/rec_center/winterwonderland)
+"aV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1;
+ pixel_y = 10
+ },
+/turf/open/floor/holofloor{
+ icon_state = "wood";
+ dir = 9
+ },
+/area/holodeck/rec_center/lounge)
+"aW" = (
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "stairs-l"
+ },
+/area/holodeck/rec_center/lounge)
+"aX" = (
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "stairs-r"
+ },
+/area/holodeck/rec_center/lounge)
+"aY" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/court)
+"aZ" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/court)
+"ba" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_y = 4
+ },
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"bb" = (
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"bc" = (
+/obj/structure/chair/comfy/brown{
+ dir = 4
+ },
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"bd" = (
+/obj/structure/chair/comfy/brown{
+ dir = 8
+ },
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"be" = (
+/obj/structure/table,
+/obj/item/stack/medical/bruise_pack{
+ heal_brute = 10
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-asteroid_warn_side (WEST)";
+ icon_state = "asteroid_warn_side";
+ dir = 8
+ },
+/area/holodeck/rec_center/bunker)
+"bf" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"bg" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"bh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/clothing/mask/cigarette/pipe,
+/turf/open/floor/holofloor/carpet,
+/area/holodeck/rec_center/lounge)
+"bi" = (
+/turf/open/floor/holofloor{
+ dir = 10;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/court)
+"bj" = (
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/court)
+"bk" = (
+/turf/open/floor/holofloor{
+ dir = 6;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/court)
+"bl" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/turf/closed/indestructible/riveted,
+/area/space)
+"bm" = (
+/obj/effect/holodeck_effect/mobspawner/bee,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/anthophila)
+"bn" = (
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bo" = (
+/obj/structure/flora/ausbushes/sunnybush,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bp" = (
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bq" = (
+/obj/structure/table/glass,
+/obj/item/weapon/surgicaldrill,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHWEST)";
+ icon_state = "white_warn";
+ dir = 9
+ },
+/area/holodeck/rec_center/medical)
+"br" = (
+/obj/structure/table/glass,
+/obj/item/weapon/hemostat,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTH)";
+ icon_state = "white_warn";
+ dir = 1
+ },
+/area/holodeck/rec_center/medical)
+"bs" = (
+/obj/structure/table/glass,
+/obj/item/weapon/scalpel{
+ pixel_y = 10
+ },
+/obj/item/weapon/circular_saw,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTH)";
+ icon_state = "white_warn";
+ dir = 1
+ },
+/area/holodeck/rec_center/medical)
+"bt" = (
+/obj/structure/table/glass,
+/obj/item/weapon/retractor,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTH)";
+ icon_state = "white_warn";
+ dir = 1
+ },
+/area/holodeck/rec_center/medical)
+"bu" = (
+/obj/structure/table/glass,
+/obj/item/stack/medical/gauze,
+/obj/item/weapon/cautery,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHEAST)";
+ icon_state = "white_warn";
+ dir = 5
+ },
+/area/holodeck/rec_center/medical)
+"bv" = (
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"bw" = (
+/obj/structure/holohoop{
+ layer = 3.9
+ },
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"bx" = (
+/turf/open/floor/holofloor{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"by" = (
+/turf/open/floor/holofloor/beach,
+/area/holodeck/rec_center/beach)
+"bz" = (
+/turf/open/floor/holofloor/basalt,
+/obj/structure/table,
+/obj/machinery/readybutton,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline";
+ icon_state = "warningline";
+ dir = 2
+ },
+/area/holodeck/rec_center/thunderdome)
+"bA" = (
+/turf/open/floor/holofloor/basalt,
+/obj/structure/table,
+/obj/item/clothing/head/helmet/thunderdome,
+/obj/item/clothing/suit/armor/tdome/red,
+/obj/item/clothing/under/color/red,
+/obj/item/weapon/holo/esword/red,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline";
+ icon_state = "warningline";
+ dir = 2
+ },
+/area/holodeck/rec_center/thunderdome)
+"bB" = (
+/turf/open/floor/holofloor/basalt,
+/obj/structure/table,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline";
+ icon_state = "warningline";
+ dir = 2
+ },
+/area/holodeck/rec_center/thunderdome)
+"bC" = (
+/obj/machinery/readybutton,
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"bD" = (
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"bE" = (
+/turf/open/floor/holofloor{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"bF" = (
+/obj/effect/holodeck_effect/mobspawner/pet,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bG" = (
+/obj/structure/flora/ausbushes/ppflowers,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bH" = (
+/obj/effect/holodeck_effect/mobspawner/pet,
+/obj/structure/flora/ausbushes/brflowers,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bI" = (
+/obj/structure/table/glass,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/razor,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (WEST)";
+ icon_state = "white_warn";
+ dir = 8
+ },
+/area/holodeck/rec_center/medical)
+"bJ" = (
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"bK" = (
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (EAST)";
+ icon_state = "white_warn";
+ dir = 4
+ },
+/area/holodeck/rec_center/medical)
+"bL" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"bM" = (
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/basketball)
+"bN" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"bO" = (
+/obj/effect/overlay/palmtree_r,
+/turf/open/floor/holofloor/beach,
+/area/holodeck/rec_center/beach)
+"bP" = (
+/obj/effect/overlay/palmtree_l,
+/obj/effect/overlay/coconut,
+/turf/open/floor/holofloor/beach,
+/area/holodeck/rec_center/beach)
+"bQ" = (
+/turf/open/floor/holofloor/basalt,
+/area/holodeck/rec_center/thunderdome)
+"bR" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"bS" = (
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/dodgeball)
+"bT" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"bU" = (
+/obj/structure/flora/ausbushes/brflowers,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"bV" = (
+/obj/item/weapon/storage/bag/easterbasket{
+ name = "picnic basket";
+ pixel_y = 6
+ },
+/turf/open/floor/holofloor{
+ icon_state = "redbluefull"
+ },
+/area/holodeck/rec_center/pet_lounge)
+"bW" = (
+/obj/item/trash/plate,
+/turf/open/floor/holofloor{
+ icon_state = "redbluefull"
+ },
+/area/holodeck/rec_center/pet_lounge)
+"bX" = (
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHWEST)";
+ icon_state = "white_warn";
+ dir = 10
+ },
+/area/holodeck/rec_center/medical)
+"bY" = (
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/medical)
+"bZ" = (
+/obj/structure/table/optable,
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/medical)
+"ca" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/medical)
+"cb" = (
+/obj/structure/table/glass,
+/obj/item/clothing/gloves/color/latex/nitrile,
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/clothing/mask/surgical,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHEAST)";
+ icon_state = "white_warn";
+ dir = 6
+ },
+/area/holodeck/rec_center/medical)
+"cc" = (
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"cd" = (
+/obj/effect/holodeck_effect/mobspawner/monkey,
+/turf/open/floor/holofloor/beach,
+/area/holodeck/rec_center/beach)
+"ce" = (
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cf" = (
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cg" = (
+/obj/effect/holodeck_effect/mobspawner/pet,
+/turf/open/floor/holofloor{
+ icon_state = "redbluefull"
+ },
+/area/holodeck/rec_center/pet_lounge)
+"ch" = (
+/obj/item/weapon/shovel/spade{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/turf/open/floor/holofloor{
+ icon_state = "redbluefull"
+ },
+/area/holodeck/rec_center/pet_lounge)
+"ci" = (
+/obj/structure/window{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"cj" = (
+/obj/effect/holodeck_effect/mobspawner/bee,
+/obj/item/clothing/head/beekeeper_head,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/anthophila)
+"ck" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHWEST)";
+ icon_state = "white_warn";
+ dir = 9
+ },
+/area/holodeck/rec_center/medical)
+"cl" = (
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHEAST)";
+ icon_state = "white_warn";
+ dir = 5
+ },
+/area/holodeck/rec_center/medical)
+"cm" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/syringes{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/box/beakers,
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"cn" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"co" = (
+/turf/open/floor/holofloor{
+ dir = 10;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"cp" = (
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"cq" = (
+/turf/open/floor/holofloor{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/basketball)
+"cr" = (
+/obj/item/clothing/under/color/rainbow,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/holofloor/beach,
+/area/holodeck/rec_center/beach)
+"cs" = (
+/obj/structure/window,
+/turf/open/floor/holofloor/basalt,
+/area/holodeck/rec_center/thunderdome)
+"ct" = (
+/obj/structure/window{
+ dir = 1
+ },
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/turf/open/floor/holofloor{
+ dir = 10;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cu" = (
+/obj/structure/window{
+ dir = 1
+ },
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cv" = (
+/obj/structure/window{
+ dir = 1
+ },
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/turf/open/floor/holofloor{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cw" = (
+/obj/effect/holodeck_effect/mobspawner/bee,
+/obj/effect/decal/remains/human,
+/obj/item/clothing/suit/beekeeper_suit,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/anthophila)
+"cx" = (
+/obj/effect/holodeck_effect/mobspawner/bee,
+/obj/item/weapon/melee/flyswatter,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/anthophila)
+"cy" = (
+/obj/machinery/chem_master,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHWEST)";
+ icon_state = "white_warn";
+ dir = 10
+ },
+/area/holodeck/rec_center/medical)
+"cz" = (
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHEAST)";
+ icon_state = "white_warn";
+ dir = 6
+ },
+/area/holodeck/rec_center/medical)
+"cA" = (
+/obj/structure/table/glass,
+/obj/item/device/healthanalyzer,
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"cB" = (
+/obj/structure/closet/wardrobe/white,
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"cC" = (
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"cD" = (
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"cE" = (
+/turf/open/floor/holofloor{
+ dir = 5;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"cF" = (
+/obj/item/toy/beach_ball,
+/turf/open/floor/holofloor/beach,
+/area/holodeck/rec_center/beach)
+"cG" = (
+/obj/structure/window{
+ dir = 1
+ },
+/turf/open/floor/holofloor/basalt,
+/area/holodeck/rec_center/thunderdome)
+"cH" = (
+/obj/structure/window,
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/turf/open/floor/holofloor{
+ dir = 9;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cI" = (
+/obj/structure/window,
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cJ" = (
+/obj/structure/window,
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/turf/open/floor/holofloor{
+ dir = 5;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cK" = (
+/obj/structure/sink/puddle,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cL" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cM" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"cN" = (
+/obj/item/toy/beach_ball/holoball,
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/basketball)
+"cO" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"cP" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cQ" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"cR" = (
+/obj/machinery/hydroponics/soil,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cS" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/weapon/cultivator,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cT" = (
+/obj/machinery/hydroponics/soil,
+/obj/effect/holodeck_effect/mobspawner/pet,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cU" = (
+/obj/structure/flora/ausbushes/grassybush,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"cV" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/structure/window{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHWEST)";
+ icon_state = "white_warn";
+ dir = 9
+ },
+/area/holodeck/rec_center/medical)
+"cW" = (
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/structure/window{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHEAST)";
+ icon_state = "white_warn";
+ dir = 5
+ },
+/area/holodeck/rec_center/medical)
+"cX" = (
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/machinery/computer/pandemic,
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/medical)
+"cY" = (
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"cZ" = (
+/turf/open/floor/holofloor/beach/coast_t,
+/area/holodeck/rec_center/beach)
+"da" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/holofloor/beach/coast_t,
+/area/holodeck/rec_center/beach)
+"db" = (
+/obj/item/weapon/shovel/spade,
+/turf/open/floor/holofloor/beach/coast_t,
+/area/holodeck/rec_center/beach)
+"dc" = (
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"dd" = (
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/pet_lounge)
+"de" = (
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (WEST)";
+ icon_state = "white_warn";
+ dir = 8
+ },
+/area/holodeck/rec_center/medical)
+"df" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "white_warn_corner";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/medical)
+"dg" = (
+/obj/machinery/door/window/westleft,
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTH)";
+ icon_state = "white_warn";
+ dir = 1
+ },
+/area/holodeck/rec_center/medical)
+"dh" = (
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTH)";
+ icon_state = "white_warn";
+ dir = 1
+ },
+/area/holodeck/rec_center/medical)
+"di" = (
+/turf/open/floor/holofloor/beach/coast_b,
+/area/holodeck/rec_center/beach)
+"dj" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHWEST)";
+ icon_state = "white_warn";
+ dir = 10
+ },
+/area/holodeck/rec_center/medical)
+"dk" = (
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/medical)
+"dl" = (
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/medical)
+"dm" = (
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/medical)
+"dn" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHEAST)";
+ icon_state = "white_warn";
+ dir = 6
+ },
+/area/holodeck/rec_center/medical)
+"do" = (
+/turf/open/floor/holofloor{
+ dir = 10;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"dp" = (
+/obj/structure/holohoop{
+ dir = 1;
+ layer = 4.1
+ },
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"dq" = (
+/turf/open/floor/holofloor{
+ dir = 6;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/basketball)
+"dr" = (
+/turf/open/floor/holofloor/beach/water,
+/area/holodeck/rec_center/beach)
+"ds" = (
+/turf/open/floor/holofloor/basalt,
+/obj/structure/table,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline (NORTH)";
+ icon_state = "warningline";
+ dir = 1
+ },
+/area/holodeck/rec_center/thunderdome)
+"dt" = (
+/turf/open/floor/holofloor/basalt,
+/obj/structure/table,
+/obj/item/clothing/head/helmet/thunderdome,
+/obj/item/clothing/suit/armor/tdome/green,
+/obj/item/clothing/under/color/green,
+/obj/item/weapon/holo/esword/green,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline (NORTH)";
+ icon_state = "warningline";
+ dir = 1
+ },
+/area/holodeck/rec_center/thunderdome)
+"du" = (
+/turf/open/floor/holofloor/basalt,
+/obj/structure/table,
+/obj/machinery/readybutton,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline (NORTH)";
+ icon_state = "warningline";
+ dir = 1
+ },
+/area/holodeck/rec_center/thunderdome)
+"dv" = (
+/turf/open/floor/holofloor{
+ dir = 10;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"dw" = (
+/turf/open/floor/holofloor{
+ dir = 2;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"dx" = (
+/obj/machinery/readybutton,
+/turf/open/floor/holofloor{
+ dir = 6;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/dodgeball)
+"dy" = (
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/refuel)
+"dz" = (
+/turf/open/floor/holofloor/grass,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline";
+ icon_state = "warningline";
+ dir = 2
+ },
+/area/holodeck/rec_center/spacechess)
+"dA" = (
+/obj/item/weapon/banner/blue,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"dB" = (
+/obj/structure/table/wood/fancy,
+/obj/item/clothing/suit/armor/riot/knight/blue,
+/obj/item/clothing/head/helmet/knight/blue,
+/obj/item/weapon/claymore/weak,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"dC" = (
+/obj/structure/table/wood/fancy,
+/obj/item/clothing/head/crown/fancy{
+ pixel_y = 6
+ },
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"dD" = (
+/obj/structure/table/wood/fancy,
+/obj/item/clothing/suit/armor/riot/knight/red,
+/obj/item/clothing/head/helmet/knight/red,
+/obj/item/weapon/claymore/weak,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"dE" = (
+/obj/item/weapon/banner/red,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"dF" = (
+/turf/open/floor/holofloor/hyperspace,
+/area/holodeck/rec_center/kobayashi)
+"dG" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor/hyperspace,
+/area/holodeck/rec_center/kobayashi)
+"dH" = (
+/obj/structure/closet{
+ density = 0;
+ opened = 1
+ },
+/obj/item/clothing/suit/judgerobe,
+/obj/item/clothing/head/powdered_wig,
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"dI" = (
+/obj/structure/table/wood/fancy,
+/obj/item/clothing/suit/nun,
+/obj/item/clothing/head/nun_hood,
+/obj/item/clothing/suit/holidaypriest,
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"dJ" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/book/bible,
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"dK" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"dL" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"dM" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 5;
+ icon_state = "conveyor0";
+ id = "holocoaster";
+ movedir = null;
+ verted = -1
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"dN" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 8;
+ id = "holocoaster"
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"dO" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 6;
+ id = "holocoaster";
+ movedir = null;
+ verted = -1
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"dP" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/firingrange)
+"dQ" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHWEST)";
+ icon_state = "white_warn";
+ dir = 9
+ },
+/area/holodeck/rec_center/firingrange)
+"dR" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTH)";
+ icon_state = "white_warn";
+ dir = 1
+ },
+/area/holodeck/rec_center/firingrange)
+"dS" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (NORTHEAST)";
+ icon_state = "white_warn";
+ dir = 5
+ },
+/area/holodeck/rec_center/firingrange)
+"dT" = (
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/firingrange)
+"dU" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/refuel)
+"dV" = (
+/obj/item/cardboard_cutout/adaptive{
+ color = "#9999BB";
+ icon_state = "cutout_viva";
+ name = "Black Rook";
+ tag = "icon-cutout_viva"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"dW" = (
+/obj/item/cardboard_cutout/adaptive{
+ color = "#9999BB";
+ icon_state = "cutout_mime";
+ name = "Black Queen";
+ tag = "icon-cutout_mime"
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"dX" = (
+/obj/item/cardboard_cutout/adaptive{
+ color = "#9999BB";
+ icon_state = "cutout_clown";
+ name = "Black King";
+ tag = "icon-cutout_clown"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"dY" = (
+/obj/item/cardboard_cutout/adaptive{
+ color = "#9999BB";
+ icon_state = "cutout_ian";
+ name = "Black Knight";
+ tag = "icon-cutout_ian"
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"dZ" = (
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"ea" = (
+/obj/structure/chair/wood/wings,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"eb" = (
+/obj/structure/window/reinforced,
+/obj/machinery/mass_driver{
+ dir = 1;
+ icon_state = "mass_driver";
+ id = "trektorpedo1";
+ name = "photon torpedo tube";
+ tag = "icon-mass_driver (NORTH)"
+ },
+/obj/item/toy/minimeteor{
+ color = "";
+ desc = "A primitive long-range weapon, inferior to Nanotrasen's perfected bluespace artillery.";
+ icon = 'icons/effects/effects.dmi';
+ icon_state = "impact_laser";
+ name = "photon torpedo"
+ },
+/turf/open/floor/holofloor/hyperspace,
+/area/holodeck/rec_center/kobayashi)
+"ec" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/computer/arcade/orion_trail{
+ desc = "A test for cadets";
+ events = list("Raiders" = 3, "Interstellar Flux" = 1, "Illness" = 3, "Breakdown" = 2, "Malfunction" = 2, "Collision" = 1, "Spaceport" = 2);
+ icon = 'icons/obj/machines/particle_accelerator.dmi';
+ icon_state = "control_boxp";
+ name = "Kobayashi Maru control computer";
+ prizes = list(/obj/item/weapon/paper/trek_diploma = 1);
+ settlers = list("Kirk","Worf","Gene")
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"ed" = (
+/obj/machinery/button/massdriver{
+ id = "trektorpedo1";
+ layer = 3.9;
+ name = "photon torpedo button";
+ pixel_x = -16;
+ pixel_y = -5
+ },
+/obj/machinery/button/massdriver{
+ id = "trektorpedo2";
+ layer = 3.9;
+ name = "photon torpedo button";
+ pixel_x = 16;
+ pixel_y = -5
+ },
+/obj/machinery/computer/arcade/orion_trail{
+ desc = "A test for cadets";
+ events = list("Raiders" = 3, "Interstellar Flux" = 1, "Illness" = 3, "Breakdown" = 2, "Malfunction" = 2, "Collision" = 1, "Spaceport" = 2);
+ icon = 'icons/obj/machines/particle_accelerator.dmi';
+ icon_state = "control_boxp";
+ name = "Kobayashi Maru control computer";
+ prizes = list(/obj/item/weapon/paper/trek_diploma = 1);
+ settlers = list("Kirk","Worf","Gene")
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"ee" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/computer/arcade/orion_trail{
+ desc = "A test for cadets";
+ events = list("Raiders" = 3, "Interstellar Flux" = 1, "Illness" = 3, "Breakdown" = 2, "Malfunction" = 2, "Collision" = 1, "Spaceport" = 2);
+ icon = 'icons/obj/machines/particle_accelerator.dmi';
+ icon_state = "control_boxp";
+ name = "Kobayashi Maru control computer";
+ prizes = list(/obj/item/weapon/paper/trek_diploma = 1);
+ settlers = list("Kirk","Worf","Gene")
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"ef" = (
+/obj/structure/window/reinforced,
+/obj/machinery/mass_driver{
+ dir = 1;
+ icon_state = "mass_driver";
+ id = "trektorpedo2";
+ name = "photon torpedo tube";
+ tag = "icon-mass_driver (NORTH)"
+ },
+/obj/item/toy/minimeteor{
+ color = "";
+ desc = "A primitive long-range weapon, inferior to Nanotrasen's perfected bluespace artillery.";
+ icon = 'icons/effects/effects.dmi';
+ icon_state = "impact_laser";
+ name = "photon torpedo"
+ },
+/turf/open/floor/holofloor/hyperspace,
+/area/holodeck/rec_center/kobayashi)
+"eg" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-chapel (NORTH)";
+ icon_state = "chapel";
+ dir = 1
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eh" = (
+/turf/open/floor/holofloor{
+ tag = "icon-chapel (EAST)";
+ icon_state = "chapel";
+ dir = 4
+ },
+/area/holodeck/rec_center/chapelcourt)
+"ei" = (
+/obj/structure/chair,
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"ej" = (
+/turf/open/floor/holofloor{
+ tag = "icon-chapel (NORTH)";
+ icon_state = "chapel";
+ dir = 1
+ },
+/area/holodeck/rec_center/chapelcourt)
+"ek" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-chapel (EAST)";
+ icon_state = "chapel";
+ dir = 4
+ },
+/area/holodeck/rec_center/chapelcourt)
+"el" = (
+/obj/machinery/conveyor/holodeck{
+ id = "holocoaster"
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"em" = (
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"en" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 1;
+ id = "holocoaster";
+ layer = 2.5
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"eo" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (WEST)";
+ icon_state = "white_warn";
+ dir = 8
+ },
+/area/holodeck/rec_center/firingrange)
+"ep" = (
+/obj/structure/target_stake,
+/obj/machinery/magnetic_module,
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/firingrange)
+"eq" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (EAST)";
+ icon_state = "white_warn";
+ dir = 4
+ },
+/area/holodeck/rec_center/firingrange)
+"er" = (
+/obj/item/cardboard_cutout/adaptive{
+ color = "#9999BB";
+ icon_state = "cutout_greytide";
+ name = "Black Pawn";
+ tag = "icon-cutout_greytide"
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"es" = (
+/obj/item/cardboard_cutout/adaptive{
+ color = "#9999BB";
+ icon_state = "cutout_greytide";
+ name = "Black Pawn";
+ tag = "icon-cutout_greytide"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"et" = (
+/obj/machinery/door/window/westleft{
+ dir = 2;
+ icon_state = "right"
+ },
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"eu" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"ev" = (
+/obj/machinery/door/window/westleft{
+ dir = 2
+ },
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"ew" = (
+/obj/structure/table/glass,
+/obj/machinery/recharger,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"ex" = (
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"ey" = (
+/obj/structure/chair/comfy{
+ tag = "icon-comfychair (NORTH)";
+ icon_state = "comfychair";
+ dir = 1
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"ez" = (
+/obj/structure/table/glass,
+/obj/item/weapon/gun/energy/e_gun/mini/practice_phaser,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"eA" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "chapel";
+ tag = "icon-chapel"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eB" = (
+/turf/open/floor/holofloor{
+ tag = "icon-chapel";
+ icon_state = "chapel";
+ dir = 2
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eC" = (
+/obj/item/weapon/gavelblock,
+/obj/item/weapon/gavelhammer,
+/obj/structure/table/wood,
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eD" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "chapel";
+ tag = "icon-chapel"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eE" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-chapel";
+ icon_state = "chapel";
+ dir = 2
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eF" = (
+/obj/item/weapon/shovel,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"eG" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHWEST)";
+ icon_state = "white_warn";
+ dir = 10
+ },
+/area/holodeck/rec_center/firingrange)
+"eH" = (
+/turf/open/floor/holofloor{
+ icon_state = "white_warn"
+ },
+/area/holodeck/rec_center/firingrange)
+"eI" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-white_warn (SOUTHEAST)";
+ icon_state = "white_warn";
+ dir = 6
+ },
+/area/holodeck/rec_center/firingrange)
+"eJ" = (
+/obj/item/weapon/weldingtool,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/refuel)
+"eK" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"eL" = (
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"eM" = (
+/turf/open/floor/holofloor{
+ tag = "icon-stairs-old (WEST)";
+ icon_state = "stairs-old";
+ dir = 8
+ },
+/area/holodeck/rec_center/thunderdome1218)
+"eN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/melee/chainofcommand{
+ name = "chain whip"
+ },
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/thunderdome1218)
+"eO" = (
+/obj/structure/table/wood,
+/obj/item/weapon/scythe,
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/thunderdome1218)
+"eP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/tailclub,
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/thunderdome1218)
+"eQ" = (
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"eR" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/firingrange)
+"eS" = (
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/firingrange)
+"eT" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/firingrange)
+"eU" = (
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/thunderdome1218)
+"eV" = (
+/obj/machinery/modular_computer/console/preset/civilian,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"eW" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"eX" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"eY" = (
+/obj/machinery/computer/station_alert,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"eZ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-chapel (NORTH)";
+ icon_state = "chapel";
+ dir = 1
+ },
+/area/holodeck/rec_center/chapelcourt)
+"fa" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-chapel (EAST)";
+ icon_state = "chapel";
+ dir = 4
+ },
+/area/holodeck/rec_center/chapelcourt)
+"fb" = (
+/obj/machinery/modular_computer/console/preset/civilian,
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"fc" = (
+/obj/machinery/computer/atmos_alert,
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"fd" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "chapel";
+ tag = "icon-chapel"
+ },
+/area/holodeck/rec_center/chapelcourt)
+"fe" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-chapel";
+ icon_state = "chapel";
+ dir = 2
+ },
+/area/holodeck/rec_center/chapelcourt)
+"ff" = (
+/obj/machinery/conveyor/holodeck{
+ id = "holocoaster"
+ },
+/obj/structure/chair/office{
+ dir = 1;
+ name = "coaster car"
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"fg" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "holocoaster"
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"fh" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"fi" = (
+/obj/item/cardboard_cutout/adaptive{
+ icon_state = "cutout_greytide";
+ name = "White Pawn";
+ tag = "icon-cutout_greytide"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"fj" = (
+/obj/item/cardboard_cutout/adaptive{
+ icon_state = "cutout_greytide";
+ name = "White Pawn";
+ tag = "icon-cutout_greytide"
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"fk" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/thunderdome1218)
+"fl" = (
+/obj/machinery/door/window/westleft{
+ dir = 2
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/thunderdome1218)
+"fm" = (
+/obj/machinery/door/window/westleft{
+ dir = 2;
+ icon_state = "right"
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"fn" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/blue,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/holofloor{
+ tag = "icon-neutral (NORTH)";
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/holodeck/rec_center/kobayashi)
+"fo" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/holofloor{
+ tag = "icon-neutral (NORTH)";
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/holodeck/rec_center/kobayashi)
+"fp" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/red,
+/turf/open/floor/holofloor{
+ tag = "icon-neutral (NORTH)";
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/holodeck/rec_center/kobayashi)
+"fq" = (
+/obj/machinery/door/window/westleft{
+ dir = 2
+ },
+/turf/open/floor/holofloor/plating,
+/area/holodeck/rec_center/kobayashi)
+"fr" = (
+/obj/structure/closet/crate/miningcar{
+ can_buckle = 1;
+ desc = "Great for mining!";
+ name = "minecart"
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"fs" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/firingrange)
+"ft" = (
+/obj/item/weapon/paper/range,
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/firingrange)
+"fu" = (
+/obj/structure/table/reinforced,
+/obj/machinery/magnetic_controller{
+ autolink = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/holofloor{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/holodeck/rec_center/firingrange)
+"fv" = (
+/obj/item/cardboard_cutout/adaptive{
+ icon_state = "cutout_viva";
+ name = "White Rook";
+ tag = "icon-cutout_viva"
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"fw" = (
+/obj/item/cardboard_cutout/adaptive{
+ icon_state = "cutout_mime";
+ name = "White Queen";
+ tag = "icon-cutout_mime"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"fx" = (
+/obj/item/cardboard_cutout/adaptive{
+ icon_state = "cutout_clown";
+ name = "White King";
+ tag = "icon-cutout_clown"
+ },
+/turf/open/floor/holofloor{
+ icon_state = "white"
+ },
+/area/holodeck/rec_center/spacechess)
+"fy" = (
+/obj/item/cardboard_cutout/adaptive{
+ icon_state = "cutout_ian";
+ name = "White Knight";
+ tag = "icon-cutout_ian"
+ },
+/turf/open/floor/holofloor{
+ dir = 8;
+ icon_state = "dark";
+ tag = "icon-white_warn (WEST)"
+ },
+/area/holodeck/rec_center/spacechess)
+"fz" = (
+/turf/open/floor/holofloor{
+ tag = "icon-neutral (NORTH)";
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/holodeck/rec_center/kobayashi)
+"fA" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/kobayashi)
+"fB" = (
+/turf/open/floor/holofloor{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/holodeck/rec_center/firingrange)
+"fC" = (
+/turf/open/floor/holofloor/grass,
+/turf/open/floor/holofloor{
+ tag = "icon-warningline (NORTH)";
+ icon_state = "warningline";
+ dir = 1
+ },
+/area/holodeck/rec_center/spacechess)
+"fD" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/holofloor/grass,
+/area/holodeck/rec_center/thunderdome1218)
+"fE" = (
+/obj/structure/rack,
+/obj/item/clothing/under/trek/medsci,
+/obj/item/clothing/under/trek/medsci,
+/obj/item/clothing/under/trek/command,
+/turf/open/floor/holofloor{
+ tag = "icon-neutral (NORTH)";
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/holodeck/rec_center/kobayashi)
+"fF" = (
+/turf/open/floor/holofloor{
+ tag = "icon-neutral";
+ icon_state = "neutral";
+ dir = 2
+ },
+/area/holodeck/rec_center/kobayashi)
+"fG" = (
+/obj/structure/rack,
+/obj/item/clothing/under/trek/engsec,
+/obj/item/clothing/under/trek/engsec,
+/turf/open/floor/holofloor{
+ tag = "icon-neutral (NORTH)";
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/holodeck/rec_center/kobayashi)
+"fH" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 9;
+ icon_state = "conveyor0";
+ id = "holocoaster";
+ tag = "icon-conveyor0 (NORTHWEST)";
+ verted = -1
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"fI" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 4;
+ id = "holocoaster"
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"fJ" = (
+/obj/machinery/conveyor/holodeck{
+ dir = 10;
+ id = "holocoaster";
+ verted = -1
+ },
+/turf/open/floor/holofloor/asteroid,
+/area/holodeck/rec_center/rollercoaster)
+"fK" = (
+/obj/item/target,
+/obj/item/target/clown,
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/firingrange)
+"fL" = (
+/obj/item/target,
+/obj/item/target/syndicate,
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/firingrange)
+"fM" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/laser/practice,
+/obj/item/clothing/ears/earmuffs,
+/turf/open/floor/holofloor,
+/area/holodeck/rec_center/firingrange)
+"fN" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/closed/indestructible/riveted,
+/area/space)
+"fO" = (
+/turf/closed/indestructible/riveted,
+/area/tdome/arena_source)
+"fP" = (
+/obj/machinery/igniter,
+/turf/open/floor/plasteel,
+/area/tdome/arena_source)
+"fQ" = (
+/turf/open/floor/plasteel,
+/area/tdome/arena_source)
+"fR" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/red,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/tdome/red,
+/obj/item/clothing/head/helmet/thunderdome,
+/obj/item/weapon/melee/baton/loaded,
+/obj/item/weapon/melee/energy/sword/saber/red,
+/turf/open/floor/plasteel/black,
+/area/tdome/arena_source)
+"fS" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdomegen";
+ name = "General Supply"
+ },
+/turf/open/floor/plasteel/black,
+/area/tdome/arena_source)
+"fT" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdome";
+ name = "Thunderdome Blast Door"
+ },
+/turf/open/floor/plasteel,
+/area/tdome/arena_source)
+"fU" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/tdome/arena_source)
+"fV" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/tdome/arena_source)
+"fW" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/green,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/tdome/green,
+/obj/item/clothing/head/helmet/thunderdome,
+/obj/item/weapon/melee/baton/loaded,
+/obj/item/weapon/melee/energy/sword/saber/green,
+/turf/open/floor/plasteel/black,
+/area/tdome/arena_source)
+"fX" = (
+/turf/open/floor/bluegrid,
+/area/tdome/arena_source)
+"fY" = (
+/obj/machinery/flasher{
+ id = "tdomeflash";
+ name = "Thunderdome Flash"
+ },
+/turf/open/floor/bluegrid,
+/area/tdome/arena_source)
+"fZ" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdomehea";
+ name = "Heavy Supply"
+ },
+/turf/open/floor/plasteel/black,
+/area/tdome/arena_source)
+"ga" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/red,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/vest,
+/obj/item/clothing/head/helmet/swat,
+/obj/item/weapon/gun/energy/laser,
+/turf/open/floor/plasteel/black,
+/area/tdome/arena_source)
+"gb" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/green,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/vest,
+/obj/item/clothing/head/helmet/swat,
+/obj/item/weapon/gun/energy/laser,
+/turf/open/floor/plasteel/black,
+/area/tdome/arena_source)
+"gc" = (
+/turf/closed/indestructible/riveted,
+/area/start)
+"gd" = (
+/obj/effect/landmark/start,
+/turf/open/floor/plating,
+/area/start)
+"ge" = (
+/turf/closed/indestructible/riveted,
+/area/ctf)
+"gf" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTHWEST)";
+ dir = 9
+ },
+/area/ctf)
+"gg" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/area/ctf)
+"gh" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTHEAST)";
+ dir = 5
+ },
+/area/ctf)
+"gi" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHWEST)";
+ dir = 9
+ },
+/area/ctf)
+"gj" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
+ },
+/area/ctf)
+"gk" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHEAST)";
+ dir = 5
+ },
+/area/ctf)
+"gl" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (WEST)";
+ dir = 8
+ },
+/area/ctf)
+"gm" = (
+/turf/open/floor/plasteel/black,
+/area/ctf)
+"gn" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/ctf)
+"go" = (
+/turf/open/floor/plasteel/blue,
+/area/ctf)
+"gp" = (
+/turf/open/floor/plasteel/darkblue,
+/area/ctf)
+"gq" = (
+/obj/structure/barricade/security/ctf,
+/turf/open/floor/plasteel/circuit,
+/area/ctf)
+"gr" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/bluespace,
+/area/ctf)
+"gs" = (
+/obj/structure/barricade/security/ctf,
+/turf/open/floor/plasteel/bluespace,
+/area/ctf)
+"gt" = (
+/turf/open/floor/plasteel/bluespace,
+/area/ctf)
+"gu" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (WEST)";
+ dir = 8
+ },
+/area/ctf)
+"gv" = (
+/obj/structure/barricade/security/ctf,
+/turf/open/floor/plasteel/circuit/rcircuit,
+/area/ctf)
+"gw" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (EAST)";
+ dir = 4
+ },
+/area/ctf)
+"gx" = (
+/turf/open/floor/plasteel/red,
+/area/ctf)
+"gy" = (
+/obj/structure/kitchenspike,
+/turf/open/floor/plasteel/black,
+/area/ctf)
+"gz" = (
+/turf/closed/indestructible/splashscreen,
+/area/start)
+"gA" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (SOUTHWEST)";
+ dir = 10
+ },
+/area/ctf)
+"gB" = (
+/turf/open/floor/plasteel/darkblue/side,
+/area/ctf)
+"gC" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (SOUTHEAST)";
+ dir = 6
+ },
+/area/ctf)
+"gD" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHWEST)";
+ dir = 10
+ },
+/area/ctf)
+"gE" = (
+/turf/open/floor/plasteel/darkred/side,
+/area/ctf)
+"gF" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHEAST)";
+ dir = 6
+ },
+/area/ctf)
+"gG" = (
+/obj/structure/window/reinforced/fulltile{
+ obj_integrity = 5000;
+ max_integrity = 5000;
+ name = "hardened window"
+ },
+/turf/open/floor/plating,
+/area/ctf)
+"gH" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"gI" = (
+/turf/open/floor/plasteel/darkblue/corner,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/ctf)
+"gJ" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"gK" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"gL" = (
+/turf/open/floor/plasteel/darkblue/corner,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"gM" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/ctf)
+"gN" = (
+/obj/machinery/power/emitter/energycannon,
+/turf/open/floor/plating,
+/area/ctf)
+"gO" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"gP" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"gQ" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
+ dir = 8
+ },
+/area/ctf)
+"gR" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
+ dir = 4
+ },
+/area/ctf)
+"gS" = (
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"gT" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"gU" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"gV" = (
+/turf/open/floor/plating,
+/area/ctf)
+"gW" = (
+/turf/open/floor/plating{
+ luminosity = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"gX" = (
+/turf/open/floor/plasteel/darkblue/corner,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"gY" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (NORTH)";
+ dir = 1
+ },
+/area/ctf)
+"gZ" = (
+/turf/open/floor/plasteel/darkblue/corner,
+/area/ctf)
+"ha" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hb" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/ctf)
+"hc" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"hd" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"he" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/ctf)
+"hf" = (
+/obj/machinery/power/emitter/energycannon{
+ tag = "icon-emitter (NORTH)";
+ icon_state = "emitter";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ctf)
+"hg" = (
+/obj/structure/trap/ctf/blue,
+/turf/open/floor/plasteel/blue,
+/area/ctf)
+"hh" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/ctf)
+"hi" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hj" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/ctf)
+"hk" = (
+/turf/open/floor/plasteel/darkred,
+/area/ctf)
+"hl" = (
+/obj/structure/trap/ctf/red,
+/turf/open/floor/plasteel/darkred,
+/area/ctf)
+"hm" = (
+/turf/closed/indestructible/rock/snow,
+/area/syndicate_mothership)
+"hn" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"ho" = (
+/turf/open/floor/plasteel/circuit,
+/area/ctf)
+"hp" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"hq" = (
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"hr" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/ctf)
+"hs" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"ht" = (
+/turf/open/floor/plasteel/circuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/ctf)
+"hu" = (
+/obj/structure/barricade/security/ctf,
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ctf)
+"hv" = (
+/obj/structure/trap/ctf/red,
+/turf/open/floor/plasteel/red,
+/area/ctf)
+"hw" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTHWEST)";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/ctf)
+"hx" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hy" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTHEAST)";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hz" = (
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hA" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHWEST)";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hB" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hC" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHEAST)";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/ctf)
+"hD" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (WEST)";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"hE" = (
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ctf)
+"hF" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (EAST)";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"hG" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/area/ctf)
+"hH" = (
+/turf/open/floor/plasteel/circuit/gcircuit/animated,
+/area/ctf)
+"hI" = (
+/obj/machinery/capture_the_flag/blue,
+/turf/open/floor/plasteel/circuit/gcircuit/animated,
+/area/ctf)
+"hJ" = (
+/obj/item/weapon/twohanded/ctf/blue,
+/turf/open/floor/plasteel/circuit/gcircuit/animated,
+/area/ctf)
+"hK" = (
+/obj/item/weapon/twohanded/ctf/red,
+/turf/open/floor/plasteel/circuit/gcircuit/animated,
+/area/ctf)
+"hL" = (
+/obj/machinery/capture_the_flag/red,
+/turf/open/floor/plasteel/circuit/gcircuit/animated,
+/area/ctf)
+"hM" = (
+/obj/effect/landmark/shuttle_import,
+/turf/open/space,
+/area/space)
+"hN" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (SOUTHWEST)";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/ctf)
+"hO" = (
+/turf/open/floor/plasteel/darkblue/side,
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"hP" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (SOUTHEAST)";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"hQ" = (
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"hR" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHWEST)";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"hS" = (
+/turf/open/floor/plasteel/darkred/side,
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"hT" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHEAST)";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/ctf)
+"hU" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/ctf)
+"hV" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"hW" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/ctf)
+"hX" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ctf)
+"hY" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"hZ" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/ctf)
+"ia" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"ib" = (
+/turf/open/floor/plasteel/circuit/rcircuit,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/ctf)
+"ic" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"id" = (
+/turf/open/floor/plasteel/darkred/corner,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"ie" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (WEST)";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ctf)
+"if" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (WEST)";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/ctf)
+"ig" = (
+/turf/open/floor/plasteel/darkred/corner,
+/area/ctf)
+"ih" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (NORTH)";
+ dir = 1
+ },
+/area/ctf)
+"ii" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"ij" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (EAST)";
+ dir = 4
+ },
+/area/ctf)
+"ik" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (WEST)";
+ dir = 8
+ },
+/area/ctf)
+"il" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (WEST)";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/ctf)
+"im" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/ctf)
+"in" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (EAST)";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"io" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/ctf)
+"ip" = (
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/ctf)
+"iq" = (
+/turf/closed/indestructible/riveted,
+/area/centcom/prison)
+"ir" = (
+/obj/machinery/status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"is" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"it" = (
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"iu" = (
+/obj/machinery/ai_status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"iv" = (
+/obj/effect/landmark{
+ name = "prisonwarp"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/prison)
+"iw" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows2";
+ dir = 6
+ },
+/area/centcom/prison)
+"ix" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/centcom/control)
+"iA" = (
+/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/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/lockbox/loyalty,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iC" = (
+/obj/item/weapon/storage/box/emps{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/flashbangs,
+/obj/item/weapon/grenade/plastic/x4,
+/obj/item/weapon/grenade/plastic/x4,
+/obj/item/weapon/grenade/plastic/x4,
+/obj/structure/table/reinforced,
+/obj/item/clothing/ears/earmuffs,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs/cable/zipties,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iE" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"iF" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/prison)
+"iG" = (
+/turf/closed/indestructible/fakedoor{
+ name = "Centcom Cell"
+ },
+/area/centcom/prison)
+"iH" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"iI" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/weapon/storage/belt/security/full,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/clothing/head/helmet/swat/nanotrasen,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"iJ" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/weapon/storage/belt/security/full,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/clothing/head/helmet/swat/nanotrasen,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"iK" = (
+/turf/closed/indestructible/riveted,
+/area/centcom/supply)
+"iL" = (
+/turf/closed/indestructible/fakedoor{
+ name = "Centcom Warehouse"
+ },
+/area/centcom/supply)
+"iM" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/indestructible/riveted,
+/area/centcom/prison)
+"iN" = (
+/obj/structure/sign/securearea,
+/turf/closed/indestructible/riveted,
+/area/centcom/prison)
+"iO" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/control)
+"iP" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/control)
+"iQ" = (
+/obj/machinery/status_display{
+ density = 0;
+ name = "cargo display";
+ pixel_x = 0;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/closed/indestructible/riveted,
+/area/centcom/supply)
+"iR" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/supply)
+"iS" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/centcom/supply)
+"iT" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/centcom/supply)
+"iU" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/centcom/supply)
+"iV" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"iW" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"iX" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/weapon/storage/belt/security/full,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/clothing/head/helmet/swat/nanotrasen,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/control)
+"iY" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/weapon/storage/belt/security/full,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/clothing/head/helmet/swat/nanotrasen,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/control)
+"iZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/centcom/supply)
+"ja" = (
+/turf/open/floor/plasteel/neutral,
+/area/centcom/supply)
+"jb" = (
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/centcom/supply)
+"jc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom";
+ opacity = 1;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"jd" = (
+/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 = 0
+ },
+/turf/open/floor/plating,
+/area/centcom/supply)
+"je" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "QMLoad2";
+ movedir = 2
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/supply)
+"jf" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = 1;
+ id = "QMLoad2";
+ pixel_x = 6
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/centcom/supply)
+"jg" = (
+/turf/open/floor/plasteel/yellowsiding{
+ dir = 1
+ },
+/area/centcom/supply)
+"jh" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"ji" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"jj" = (
+/obj/machinery/vending/security,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"jk" = (
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"jl" = (
+/obj/machinery/door/poddoor{
+ density = 1;
+ icon_state = "closed";
+ id = "QMLoaddoor2";
+ name = "Supply Dock Loading Door";
+ opacity = 1
+ },
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2";
+ movedir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/area/centcom/supply)
+"jm" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2";
+ movedir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"jn" = (
+/obj/machinery/door/poddoor{
+ density = 1;
+ icon_state = "closed";
+ id = "QMLoaddoor2";
+ name = "Supply Dock Loading Door";
+ opacity = 1
+ },
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "QMLoad2";
+ movedir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"jo" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "QMLoad2";
+ movedir = 2
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/end,
+/area/centcom/supply)
+"jp" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/supply)
+"jq" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"jr" = (
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"js" = (
+/obj/machinery/door/airlock/external{
+ name = "Supply Shuttle";
+ req_access_txt = "106"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/supply)
+"jt" = (
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/supply)
+"ju" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/supply)
+"jv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"jw" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"jx" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"jy" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/centcom/control)
+"jz" = (
+/obj/machinery/button/door{
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -27;
+ pixel_y = -5
+ },
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -27;
+ pixel_y = 5
+ },
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"jA" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"jB" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/control)
+"jC" = (
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"jD" = (
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 5;
+ height = 7;
+ id = "supply_away";
+ name = "Centcom";
+ width = 12
+ },
+/turf/open/space,
+/area/space)
+"jE" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
+ },
+/area/centcom/supply)
+"jF" = (
+/obj/machinery/status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/supply)
+"jG" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
+/area/centcom/control)
+"jH" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"jI" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/area/centcom/control)
+"jJ" = (
+/obj/machinery/door/poddoor{
+ density = 1;
+ icon_state = "closed";
+ id = "QMLoaddoor";
+ name = "Supply Dock Loading Door";
+ opacity = 1
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/area/centcom/supply)
+"jK" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"jL" = (
+/obj/machinery/door/poddoor{
+ density = 1;
+ icon_state = "closed";
+ id = "QMLoaddoor";
+ name = "Supply Dock Loading Door";
+ opacity = 1
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"jM" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/area/centcom/supply)
+"jN" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/supply)
+"jO" = (
+/obj/structure/closet/wardrobe/cargotech,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"jP" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "QMLoad";
+ movedir = 2
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/supply)
+"jQ" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = 1;
+ id = "QMLoad";
+ pixel_x = 6
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/centcom/supply)
+"jR" = (
+/obj/structure/closet/secure_closet/quartermaster,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"jS" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"jT" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"jU" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"jV" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/control)
+"jW" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"jX" = (
+/obj/docking_port/stationary{
+ area_type = /area/syndicate_mothership;
+ dir = 1;
+ dwidth = 25;
+ height = 50;
+ id = "emergency_syndicate";
+ name = "Syndicate Auxillary Shuttle Dock";
+ turf_type = /turf/open/floor/plating/asteroid/snow;
+ width = 50
+ },
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"jY" = (
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/centcom/supply)
+"jZ" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ka" = (
+/obj/structure/closet/secure_closet/courtroom,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kb" = (
+/obj/structure/closet/lawcloset,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kc" = (
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/crowbar/red,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kd" = (
+/obj/structure/bookcase/random,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ke" = (
+/obj/structure/bookcase/random,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kf" = (
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kg" = (
+/obj/item/weapon/wrench,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ki" = (
+/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
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kj" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kk" = (
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kl" = (
+/turf/closed/indestructible/riveted,
+/area/syndicate_mothership)
+"km" = (
+/obj/machinery/door/poddoor/shuttledock{
+ checkdir = 1;
+ name = "syndicate blast door";
+ turftype = /turf/open/floor/plating/asteroid/snow
+ },
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"kn" = (
+/turf/open/floor/plasteel/yellowsiding,
+/area/centcom/supply)
+"ko" = (
+/obj/structure/filingcabinet/medical,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/control)
+"kp" = (
+/obj/structure/filingcabinet/security,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/control)
+"kq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kr" = (
+/turf/open/floor/wood,
+/area/centcom/control)
+"ks" = (
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kt" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ku" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/syndicate_mothership)
+"kv" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"kw" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"kx" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"ky" = (
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kA" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kB" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kC" = (
+/obj/structure/chair,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kD" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kE" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 2
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kF" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/stamp/law,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kG" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kH" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"kI" = (
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"kJ" = (
+/turf/open/floor/plasteel/brown,
+/area/centcom/supply)
+"kK" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/brown,
+/area/centcom/supply)
+"kL" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/centcom/supply)
+"kM" = (
+/turf/closed/indestructible/fakedoor{
+ name = "Centcom"
+ },
+/area/centcom/control)
+"kN" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/control)
+"kO" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/control)
+"kP" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"kQ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/device/flashlight/seclite,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"kR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kS" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/stamp/law,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kT" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Security";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/control)
+"kU" = (
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 2;
+ icon_state = "leftsecure";
+ name = "Centcom Stand";
+ req_access_txt = "109";
+ tag = "icon-leftsecure (NORTH)"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kV" = (
+/obj/structure/table/wood,
+/obj/machinery/door/window,
+/obj/item/device/radio/intercom{
+ desc = "Talk smack through this.";
+ syndie = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kW" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/gavelblock,
+/obj/item/weapon/gavelhammer,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kX" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ desc = "Talk smack through this.";
+ syndie = 1
+ },
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 2;
+ icon_state = "leftsecure";
+ name = "Centcom Stand";
+ req_access_txt = "109";
+ tag = "icon-leftsecure (NORTH)"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kY" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/device/megaphone,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"kZ" = (
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 2;
+ icon_state = "leftsecure";
+ name = "Centcom Stand";
+ req_access_txt = "109";
+ tag = "icon-leftsecure (NORTH)"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"la" = (
+/turf/open/space/transit,
+/area/space)
+"lb" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Shuttle Control Office";
+ opacity = 1;
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"lc" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Supply";
+ req_access_txt = "106"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"ld" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/centcom/control)
+"le" = (
+/obj/machinery/door/poddoor/shutters,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"lf" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ dir = 6;
+ icon_state = "asteroid8";
+ name = "sand"
+ },
+/area/centcom/control)
+"lg" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/control)
+"lh" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/crowbar/power,
+/obj/item/weapon/storage/belt/security/full,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"li" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"lj" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/control)
+"lk" = (
+/turf/open/floor/plasteel/vault,
+/area/centcom/control)
+"ll" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"lm" = (
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/control)
+"ln" = (
+/obj/structure/flora/grass/both,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"lo" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"lp" = (
+/obj/machinery/computer/shuttle/auxillary_base{
+ pixel_y = 32
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"lq" = (
+/obj/machinery/computer/shuttle/labor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/supply)
+"lr" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/supply)
+"ls" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"lt" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"lu" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"lv" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/centcom/supply)
+"lw" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/centcom/supply)
+"lx" = (
+/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/centcom/control)
+"ly" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"lz" = (
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/centcom/control)
+"lA" = (
+/turf/open/floor/plasteel/vault{
+ dir = 9
+ },
+/area/centcom/control)
+"lB" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Security";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"lC" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"lD" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ desc = "Talk smack through this.";
+ pixel_x = -32;
+ syndie = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"lE" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"lF" = (
+/obj/structure/flora/grass/brown,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"lG" = (
+/obj/structure/flora/tree/pine,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"lH" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 1
+ },
+/area/syndicate_mothership)
+"lI" = (
+/obj/item/weapon/disk/data,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"lJ" = (
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"lK" = (
+/obj/machinery/computer/security/telescreen/entertainment,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"lL" = (
+/obj/machinery/ai_status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/supply)
+"lM" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/supply)
+"lN" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/centcom/supply)
+"lO" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/centcom/supply)
+"lP" = (
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/centcom/supply)
+"lQ" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/stack/packageWrap,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/centcom/control)
+"lR" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/centcom/control)
+"lS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/centcom/control)
+"lT" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/centcom/control)
+"lU" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/centcom/control)
+"lV" = (
+/obj/item/weapon/storage/firstaid/regular,
+/obj/structure/table,
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/centcom/control)
+"lW" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/grass,
+/area/centcom/control)
+"lX" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/control)
+"lY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/obj/machinery/button/door{
+ id = "XCCsec3";
+ name = "XCC Shutter 3 Control";
+ pixel_x = -24;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/control)
+"lZ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/button/door{
+ id = "XCCsecdepartment";
+ layer = 3;
+ name = "CC Security Checkpoint Control";
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/control)
+"ma" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/centcom/control)
+"mb" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mc" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ desc = "Talk smack through this.";
+ syndie = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"md" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"me" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mf" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"mg" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows2";
+ dir = 1
+ },
+/area/syndicate_mothership)
+"mh" = (
+/obj/item/toy/figure/syndie,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"mi" = (
+/obj/machinery/newscaster/security_unit,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"mj" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/centcom/ferry)
+"mk" = (
+/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/centcom/ferry)
+"ml" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/supply)
+"mm" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/centcom/supply)
+"mn" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/brown,
+/area/centcom/supply)
+"mo" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/supply)
+"mp" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/control)
+"mq" = (
+/turf/open/floor/plasteel/neutral,
+/area/centcom/control)
+"mr" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/centcom/control)
+"ms" = (
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mt" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mu" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/centcom/control)
+"mv" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs/cable/zipties,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mw" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"mx" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"my" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"mz" = (
+/obj/structure/flora/bush,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"mA" = (
+/turf/closed/indestructible/fakeglass,
+/area/syndicate_mothership)
+"mB" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"mC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/centcom/ferry)
+"mD" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror/magic/badmin{
+ pixel_x = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/centcom/ferry)
+"mE" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"mF" = (
+/obj/machinery/keycard_auth{
+ pixel_y = -24
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"mG" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_y = -32
+ },
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/supply)
+"mH" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/supply)
+"mI" = (
+/obj/machinery/light,
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"mJ" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/centcom/supply)
+"mK" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/centcom/supply)
+"mL" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 1
+ },
+/area/centcom/control)
+"mM" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/centcom/control)
+"mN" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCsecdepartment";
+ name = "XCC Security Checkpoint Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"mO" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/control)
+"mP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/photo_album,
+/obj/item/device/camera,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mQ" = (
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mR" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/centcom/control)
+"mS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"mT" = (
+/obj/machinery/door/airlock/silver{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/centcom/ferry)
+"mU" = (
+/obj/machinery/ai_status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"mV" = (
+/obj/machinery/status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"mW" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/centcom/control)
+"mX" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"mY" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/centcom/control)
+"mZ" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"na" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"nb" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"nc" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"nd" = (
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 2;
+ icon_state = "leftsecure";
+ name = "Centcom Stand";
+ req_access_txt = "109";
+ tag = "icon-leftsecure (NORTH)"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ne" = (
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 2;
+ icon_state = "leftsecure";
+ name = "Centcom Stand";
+ req_access_txt = "109";
+ tag = "icon-leftsecure (NORTH)"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"nf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/centcom/ferry)
+"ng" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/device/flashlight/seclite,
+/obj/structure/noticeboard{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"nh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/photo_album,
+/obj/item/device/camera,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ni" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-15";
+ pixel_x = -6;
+ pixel_y = 12;
+ tag = "icon-plant-15"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/centcom/ferry)
+"nj" = (
+/obj/structure/fireplace,
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"nk" = (
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/centcom/ferry)
+"nl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"nm" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Captain's Desk";
+ departmentType = 5;
+ name = "Captain RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nn" = (
+/obj/machinery/computer/card/centcom,
+/obj/item/weapon/card/id/centcom,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"no" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"np" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 32;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"nq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/melee/chainofcommand,
+/obj/item/weapon/stamp/captain,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"nr" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"ns" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"nt" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/supply)
+"nu" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/supply)
+"nv" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/supply)
+"nw" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/supply)
+"nx" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/centcom/control)
+"ny" = (
+/obj/structure/table,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"nz" = (
+/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 = 4
+ },
+/area/centcom/control)
+"nA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"nB" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/control)
+"nC" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/control)
+"nD" = (
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"nE" = (
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"nF" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 4;
+ icon_state = "comfychair"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nG" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nH" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"nJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nK" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 8;
+ icon_state = "comfychair"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nM" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Administrative Office";
+ opacity = 1;
+ req_access_txt = "109"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"nN" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nO" = (
+/obj/machinery/modular_computer/console/preset/command,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"nP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/supply)
+"nQ" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/centcom/supply)
+"nR" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/supply)
+"nS" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"nT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"nU" = (
+/obj/structure/bookcase/random,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/ferry)
+"nV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"nW" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nX" = (
+/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/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nY" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 8;
+ icon_state = "comfychair"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"nZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"oa" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"ob" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"oc" = (
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"od" = (
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"oe" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/mirror/magic/badmin{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"of" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/stamp/qm,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/supply)
+"og" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 8
+ },
+/area/centcom/supply)
+"oh" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"oi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/brigdoor{
+ tag = "icon-rightsecure (EAST)";
+ name = "Centcom Customs";
+ icon_state = "rightsecure";
+ dir = 4;
+ req_access_txt = "109";
+ base_state = "rightsecure"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"oj" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ok" = (
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/structure/table/wood,
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ol" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows2";
+ dir = 6
+ },
+/area/syndicate_mothership)
+"om" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Auxillary Dock";
+ opacity = 1;
+ req_access_txt = ""
+ },
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"on" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oo" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"op" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"oq" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"or" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"os" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"ot" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/under/rank/librarian/curator,
+/obj/item/clothing/under/skirt/black,
+/obj/item/clothing/under/shorts/black,
+/obj/item/clothing/under/pants/track,
+/obj/item/clothing/tie/armband/deputy,
+/obj/item/clothing/tie/waistcoat,
+/obj/item/clothing/shoes/jackboots,
+/obj/item/clothing/shoes/laceup,
+/obj/item/clothing/neck/stripedredscarf,
+/obj/item/clothing/neck/tie/red,
+/obj/item/clothing/head/helmet/space/beret,
+/obj/item/clothing/suit/curator,
+/obj/item/clothing/suit/space/officer,
+/obj/item/clothing/gloves/fingerless,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/glasses/eyepatch,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"ou" = (
+/obj/structure/destructible/cult/tome,
+/obj/item/weapon/book/codex_gigas,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ov" = (
+/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,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/supply)
+"ow" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/supply)
+"ox" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oy" = (
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oz" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oA" = (
+/obj/structure/bookcase/random,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oB" = (
+/obj/structure/bookcase/random,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oC" = (
+/obj/structure/bookcase/random,
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oD" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/centcom/control)
+"oE" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oF" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/centcom/control)
+"oG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"oH" = (
+/obj/item/weapon/storage/crayons,
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"oI" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"oJ" = (
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"oK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oL" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/lighter,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"oN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"oO" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/light,
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"oP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/dsquad,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"oR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/briefcase{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/weapon/storage/lockbox/medal,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oS" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"oT" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oU" = (
+/obj/structure/dresser,
+/obj/structure/sign/goldenplaque{
+ name = "The Most Robust Captain Award for Robustness";
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"oV" = (
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"oW" = (
+/obj/structure/filingcabinet/filingcabinet,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/supply)
+"oX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/supply)
+"oY" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"oZ" = (
+/obj/machinery/button/door{
+ id = "XCCsec3";
+ name = "XCC Shutter 3 Control";
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"pa" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/centcom/control)
+"pb" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/green/side,
+/area/centcom/control)
+"pc" = (
+/turf/open/floor/plasteel/green/side,
+/area/centcom/control)
+"pd" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/centcom/control)
+"pe" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/centcom/control)
+"pf" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ name = "plating";
+ icon_state = "asteroid5"
+ },
+/area/centcom/control)
+"pg" = (
+/turf/closed/indestructible/riveted/uranium,
+/area/wizard_station)
+"ph" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000";
+ dir = 8;
+ icon_state = "fakewindows"
+ },
+/area/wizard_station)
+"pi" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000";
+ dir = 8;
+ icon_state = "fakewindows2"
+ },
+/area/wizard_station)
+"pj" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000";
+ dir = 4;
+ icon_state = "fakewindows"
+ },
+/area/wizard_station)
+"pk" = (
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/space)
+"pl" = (
+/obj/machinery/computer/shuttle/syndicate/recall,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pm" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pn" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"po" = (
+/obj/machinery/vending/cigarette{
+ 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)
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pp" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pq" = (
+/obj/item/weapon/soap/syndie,
+/obj/structure/mopbucket,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pr" = (
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/obj/item/weapon/mop,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"ps" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Administrative Office";
+ opacity = 1;
+ req_access_txt = "109"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/ferry)
+"pt" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"pu" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Security";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/supply)
+"pv" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom";
+ opacity = 1;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/control)
+"pw" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/centcom/control)
+"px" = (
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"py" = (
+/obj/machinery/computer/shuttle,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"pz" = (
+/obj/item/weapon/paper{
+ info = "GET DAT FUKKEN DISK";
+ name = "memo"
+ },
+/obj/structure/noticeboard{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pA" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pB" = (
+/mob/living/simple_animal/hostile/carp/cayenne,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pC" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Restroom";
+ opacity = 1;
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pD" = (
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pE" = (
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"pF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"pG" = (
+/obj/machinery/computer/shuttle/auxillary_base{
+ pixel_y = 32
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/device/radio/headset/headset_cent,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"pH" = (
+/obj/machinery/computer/shuttle/labor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/ferry)
+"pI" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/ferry)
+"pJ" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"pK" = (
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"pL" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"pM" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/item/weapon/weldingtool/experimental,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"pN" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/plasteel{
+ amount = 15
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/cable_coil/white,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"pO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"pP" = (
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"pQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"pR" = (
+/obj/item/device/flashlight/lamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"pS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"pT" = (
+/obj/machinery/computer/card/centcom,
+/obj/item/weapon/card/id/centcom,
+/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 = 28
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"pU" = (
+/obj/structure/sign/securearea,
+/turf/closed/indestructible/riveted,
+/area/centcom/ferry)
+"pV" = (
+/obj/machinery/power/smes/magical,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"pW" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Commander's Office APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/plasteel{
+ amount = 15
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/screwdriver/power,
+/obj/effect/decal/cleanable/dirt,
+/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"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"pX" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/space/hardsuit/deathsquad{
+ pixel_y = 5
+ },
+/obj/item/clothing/gloves/combat,
+/obj/item/clothing/shoes/combat/swat,
+/obj/item/clothing/mask/gas/sechailer/swat,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"pY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/lockbox/loyalty,
+/obj/item/weapon/gun/ballistic/automatic/ar,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"pZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/crowbar/power,
+/obj/item/weapon/storage/belt/security/full,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"qa" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ dir = 6;
+ icon_state = "asteroid8";
+ name = "sand"
+ },
+/area/centcom/supply)
+"qb" = (
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/supply)
+"qc" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCsec3";
+ name = "XCC Checkpoint 3 Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"qd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qe" = (
+/obj/structure/filingcabinet/medical,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qf" = (
+/obj/structure/filingcabinet/security,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qg" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qh" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qi" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qj" = (
+/obj/item/weapon/storage/box/ids{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/silver_ids,
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qk" = (
+/turf/closed/indestructible/riveted,
+/area/centcom/evac)
+"ql" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/centcom/evac)
+"qm" = (
+/obj/machinery/status_display,
+/turf/closed/indestructible/riveted,
+/area/centcom/evac)
+"qn" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"qo" = (
+/obj/structure/table/wood,
+/obj/item/pizzabox,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"qp" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark{
+ name = "Syndicate-Spawn"
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"qq" = (
+/obj/machinery/computer/telecrystals/uplinker,
+/turf/open/floor/plasteel/podhatch{
+ dir = 9
+ },
+/area/syndicate_mothership)
+"qr" = (
+/obj/structure/toilet{
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/structure/window/reinforced/tinted{
+ tag = "icon-rwindow (NORTH)";
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/machinery/door/window{
+ tag = "icon-right (WEST)";
+ name = "Tactical Toilet";
+ icon_state = "right";
+ dir = 8;
+ opacity = 1
+ },
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"qs" = (
+/turf/open/floor/plating/airless,
+/area/syndicate_mothership)
+"qt" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"qu" = (
+/obj/machinery/computer/shuttle/white_ship,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"qv" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/centcom/ferry)
+"qw" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/centcom/ferry)
+"qx" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/centcom/ferry)
+"qy" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/centcom/ferry)
+"qz" = (
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/centcom/ferry)
+"qA" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qB" = (
+/obj/structure/chair/comfy/black,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"qC" = (
+/obj/structure/chair/comfy/black,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"qD" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"qE" = (
+/obj/item/weapon/clipboard,
+/obj/structure/table/reinforced,
+/obj/item/device/detective_scanner,
+/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/centcom/ferry)
+"qF" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"qG" = (
+/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/grimy,
+/area/centcom/ferry)
+"qH" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Administrative Storage";
+ req_access_txt = "106"
+ },
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/meter,
+/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/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qJ" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/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/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/meter,
+/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-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qL" = (
+/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,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"qO" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ icon_state = "darkred";
+ dir = 1
+ },
+/area/centcom/control)
+"qP" = (
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"qQ" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Security";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/evac)
+"qR" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/evac)
+"qS" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qT" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qU" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qV" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qW" = (
+/obj/structure/table,
+/obj/item/toy/foamblade,
+/obj/item/toy/gun,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qX" = (
+/obj/structure/table,
+/obj/item/toy/katana,
+/obj/item/toy/carpplushie,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/evac)
+"qZ" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/evac)
+"ra" = (
+/obj/machinery/door/poddoor/shuttledock,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"rb" = (
+/obj/structure/showcase{
+ desc = "A strange machine supposedly from another world. The Wizard Federation has been meddling with it for years.";
+ icon = 'icons/obj/machines/telecomms.dmi';
+ icon_state = "processor";
+ name = "byond random number generator"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"rc" = (
+/obj/structure/showcase{
+ desc = "A historical figure of great importance to the wizard federation. He spent his long life learning magic, stealing artifacts, and harassing idiots with swords. May he rest forever, Rodney.";
+ icon = 'icons/mob/mob.dmi';
+ icon_state = "nim";
+ name = "wizard of yendor showcase"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"rd" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 9
+ },
+/area/syndicate_mothership)
+"re" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows2";
+ dir = 8
+ },
+/area/syndicate_mothership)
+"rf" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 4
+ },
+/area/syndicate_mothership)
+"rg" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/pizzaslice/mushroom,
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"rh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/beer{
+ pixel_x = 5;
+ pixel_y = -2
+ },
+/obj/item/toy/cards/deck/syndicate{
+ icon_state = "deck_syndicate_full";
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"ri" = (
+/obj/machinery/computer/telecrystals/uplinker,
+/turf/open/floor/plasteel/podhatch{
+ dir = 8
+ },
+/area/syndicate_mothership)
+"rj" = (
+/obj/structure/closet/cardboard,
+/turf/open/floor/plating/airless,
+/area/syndicate_mothership)
+"rk" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/syndicate_mothership)
+"rl" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate/pod,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/assault_pod)
+"rm" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/assault_pod)
+"rn" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Assault Pod";
+ opacity = 1;
+ req_access_txt = "150"
+ },
+/turf/open/floor/plating,
+/area/shuttle/assault_pod)
+"ro" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate/pod,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/assault_pod)
+"rp" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/syndicate_mothership)
+"rq" = (
+/obj/machinery/computer/shuttle/ferry,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/ferry)
+"rr" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/centcom/ferry)
+"rs" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/centcom/ferry)
+"rt" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ru" = (
+/turf/open/floor/plasteel/green/corner,
+/area/centcom/ferry)
+"rv" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/centcom/ferry)
+"rw" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Supply";
+ req_access_txt = "106"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"rx" = (
+/turf/open/floor/plasteel/vault{
+ dir = 9
+ },
+/area/centcom/ferry)
+"ry" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/ferry)
+"rz" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"rA" = (
+/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/grimy,
+/area/centcom/ferry)
+"rB" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"rC" = (
+/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{
+ dir = 8
+ },
+/area/centcom/ferry)
+"rD" = (
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"rE" = (
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"rF" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"rG" = (
+/obj/machinery/computer/monitor,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/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"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"rH" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"rI" = (
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/ammo_box/a357,
+/obj/item/ammo_box/a357,
+/obj/item/weapon/gun/ballistic/revolver/mateba,
+/obj/structure/table/reinforced,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"rJ" = (
+/obj/item/weapon/gun/energy/pulse/carbine/loyalpin,
+/obj/item/device/flashlight/seclite,
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"rK" = (
+/obj/item/weapon/storage/box/emps{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/flashbangs,
+/obj/item/weapon/grenade/plastic/x4,
+/obj/item/weapon/grenade/plastic/x4,
+/obj/item/weapon/grenade/plastic/x4,
+/obj/structure/table/reinforced,
+/obj/item/clothing/ears/earmuffs,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"rL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/centcom/control)
+"rM" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/centcom/control)
+"rN" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"rO" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/centcom/control)
+"rP" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/centcom/control)
+"rQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/centcom/control)
+"rR" = (
+/obj/structure/sign/securearea,
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"rS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/control)
+"rT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/evac)
+"rU" = (
+/turf/open/floor/plasteel/yellowsiding{
+ dir = 1
+ },
+/area/centcom/evac)
+"rV" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/evac)
+"rW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom";
+ opacity = 1;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/evac)
+"rX" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000";
+ dir = 6;
+ icon_state = "fakewindows2"
+ },
+/area/wizard_station)
+"rY" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Cockpit"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"rZ" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "nukeop_ready";
+ name = "shuttle dock"
+ },
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"sa" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/syndicate_mothership)
+"sb" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/assault_pod)
+"sc" = (
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/assault_pod)
+"sd" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/assault_pod)
+"se" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/syndicate_mothership)
+"sf" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sg" = (
+/obj/machinery/keycard_auth{
+ pixel_y = -24
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/button/door{
+ id = "XCCFerry";
+ name = "Hanger Bay Shutters";
+ pixel_x = 0;
+ pixel_y = -38;
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sh" = (
+/obj/machinery/computer/emergency_shuttle,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/ferry)
+"si" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"sj" = (
+/obj/machinery/light,
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sk" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/centcom/ferry)
+"sl" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"sm" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"sn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"so" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/centcom/ferry)
+"sp" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 9
+ },
+/area/centcom/control)
+"sq" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"sr" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/darkred/side,
+/area/centcom/control)
+"ss" = (
+/obj/machinery/computer/card/centcom,
+/obj/machinery/button/door{
+ id = "XCCcustoms1";
+ layer = 3.5;
+ name = "CC Customs 1 Control";
+ pixel_x = 8;
+ pixel_y = -24
+ },
+/obj/machinery/button/door{
+ id = "XCCcustoms2";
+ layer = 3.5;
+ name = "CC Customs 2 Control";
+ pixel_x = -8;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/darkred/side,
+/area/centcom/control)
+"st" = (
+/obj/machinery/computer/security,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"su" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/evac)
+"sv" = (
+/turf/open/floor/plasteel/neutral,
+/area/centcom/evac)
+"sw" = (
+/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/centcom/evac)
+"sx" = (
+/obj/machinery/computer/camera_advanced,
+/turf/open/floor/wood,
+/area/wizard_station)
+"sy" = (
+/obj/structure/table/wood/fancy,
+/obj/item/device/radio/intercom{
+ desc = "Talk smack through this.";
+ syndie = 1
+ },
+/turf/open/floor/wood,
+/area/wizard_station)
+"sz" = (
+/turf/open/floor/carpet,
+/area/wizard_station)
+"sA" = (
+/obj/structure/chair/wood/wings,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"sB" = (
+/obj/machinery/door/airlock/external{
+ req_access_txt = "150"
+ },
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"sC" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 8
+ },
+/area/syndicate_mothership)
+"sD" = (
+/obj/machinery/button/door{
+ id = "nukeop_ready";
+ name = "mission launch control";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "151"
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"sE" = (
+/obj/machinery/computer/telecrystals/uplinker,
+/turf/open/floor/plasteel/podhatch{
+ dir = 10
+ },
+/area/syndicate_mothership)
+"sF" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/assault_pod)
+"sG" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Shuttle Control Office";
+ opacity = 1;
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/ferry)
+"sH" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/crowbar/power,
+/obj/item/weapon/wrench,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"sI" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"sJ" = (
+/obj/structure/bookcase/random,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/centcom/ferry)
+"sM" = (
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/vault,
+/area/centcom/ferry)
+"sN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/centcom/ferry)
+"sO" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sP" = (
+/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/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"sQ" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/leafybush,
+/turf/open/floor/grass,
+/area/centcom/ferry)
+"sR" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/centcom/ferry)
+"sS" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/grass,
+/area/centcom/ferry)
+"sT" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/centcom/ferry)
+"sU" = (
+/obj/machinery/newscaster,
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"sV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 1;
+ icon_state = "rightsecure";
+ name = "Centcom Customs";
+ req_access_txt = "109"
+ },
+/obj/machinery/door/window,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/control)
+"sW" = (
+/turf/open/floor/plasteel/blue/corner,
+/area/centcom/evac)
+"sX" = (
+/turf/open/floor/plasteel/blue/side,
+/area/centcom/evac)
+"sY" = (
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/centcom/evac)
+"sZ" = (
+/turf/open/floor/plasteel,
+/area/centcom/evac)
+"ta" = (
+/obj/docking_port/stationary{
+ dir = 4;
+ dwidth = 25;
+ height = 50;
+ id = "emergency_away";
+ name = "Centcom Emergency Shuttle Dock";
+ width = 50
+ },
+/turf/open/space,
+/area/space)
+"tb" = (
+/turf/open/floor/wood,
+/area/wizard_station)
+"tc" = (
+/obj/structure/chair/wood/wings{
+ icon_state = "wooden_chair_wings";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/wizard_station)
+"td" = (
+/obj/structure/chair/wood/wings{
+ tag = "icon-wooden_chair_wings (EAST)";
+ icon_state = "wooden_chair_wings";
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/wizard_station)
+"te" = (
+/obj/structure/table/wood/poker,
+/obj/item/toy/figure/wizard,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"tf" = (
+/obj/structure/chair/wood/wings{
+ tag = "icon-wooden_chair_wings (WEST)";
+ icon_state = "wooden_chair_wings";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/wizard_station)
+"tg" = (
+/obj/docking_port/stationary{
+ area_type = /area/syndicate_mothership;
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_away";
+ name = "syndicate recon outpost";
+ turf_type = /turf/open/floor/plating/asteroid/snow;
+ width = 18
+ },
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/space)
+"th" = (
+/obj/item/weapon/storage/box/drinkingglasses,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"ti" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"tj" = (
+/obj/structure/table/wood,
+/obj/item/device/syndicatedetonator{
+ desc = "This gaudy button can be used to instantly detonate syndicate bombs that have been activated on the station. It is also fun to press."
+ },
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"tk" = (
+/obj/structure/table/wood,
+/obj/item/toy/nuke,
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"tl" = (
+/obj/machinery/door/airlock/centcom{
+ aiControlDisabled = 1;
+ name = "Assault Pod";
+ opacity = 1;
+ req_access_txt = "150"
+ },
+/turf/open/floor/plating,
+/area/shuttle/assault_pod)
+"tm" = (
+/obj/machinery/computer/shuttle/syndicate/drop_pod,
+/turf/closed/wall/shuttle{
+ tag = "icon-wall3";
+ icon_state = "wall3";
+ dir = 2
+ },
+/area/shuttle/assault_pod)
+"tn" = (
+/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/centcom/ferry)
+"to" = (
+/obj/structure/closet/emcloset,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/ferry)
+"tp" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/ferry)
+"tq" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"tr" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"ts" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Administrative Office";
+ opacity = 1;
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/ferry)
+"tt" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCsec1";
+ name = "XCC Checkpoint 1 Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"tu" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/centcom/control)
+"tv" = (
+/obj/machinery/pdapainter,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"tw" = (
+/obj/machinery/photocopier,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "XCCFerry";
+ name = "Hanger Bay Shutters";
+ pixel_x = -8;
+ pixel_y = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "XCCsec3";
+ name = "CC Main Access Control";
+ pixel_x = 8;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "XCCsec1";
+ name = "CC Shutter 1 Control";
+ pixel_x = 8;
+ pixel_y = 38
+ },
+/obj/machinery/button/door{
+ id = "XCCsec3";
+ name = "XCC Shutter 3 Control";
+ pixel_x = -8;
+ pixel_y = 38
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"tx" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ty" = (
+/obj/item/device/flashlight/lamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"tz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"tA" = (
+/obj/structure/filingcabinet/medical,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"tB" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/centcom/control)
+"tC" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCcustoms2";
+ name = "XCC Customs 2 Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"tD" = (
+/obj/structure/table,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/centcom/control)
+"tE" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/centcom/control)
+"tF" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"tG" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/centcom/control)
+"tH" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCcustoms1";
+ name = "XCC Customs 1 Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"tI" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/centcom/evac)
+"tJ" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (NORTHEAST)";
+ icon_state = "blue";
+ dir = 5
+ },
+/area/centcom/evac)
+"tK" = (
+/turf/open/floor/plasteel/blue,
+/area/centcom/evac)
+"tL" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/centcom/evac)
+"tM" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (WEST)";
+ icon_state = "blue";
+ dir = 8
+ },
+/area/centcom/evac)
+"tN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/evac)
+"tO" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Observation Room"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"tP" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Game Room"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"tQ" = (
+/obj/structure/chair/wood/wings{
+ icon_state = "wooden_chair_wings";
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/wizard_station)
+"tR" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'FOURTH WALL'.";
+ name = "\improper FOURTH WALL";
+ pixel_x = -32
+ },
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"tS" = (
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"tT" = (
+/obj/effect/landmark{
+ name = "Syndicate-Spawn"
+ },
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"tU" = (
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Uplink Management Control";
+ req_access_txt = "151"
+ },
+/turf/open/floor/wood,
+/area/syndicate_mothership)
+"tV" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/assault_pod)
+"tW" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"tX" = (
+/turf/open/floor/plasteel/neutral,
+/area/centcom/ferry)
+"tY" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/ferry)
+"tZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Security";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ua" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCFerry";
+ name = "XCC Ferry Hangar"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/centcom/ferry)
+"ub" = (
+/obj/machinery/button/door{
+ id = "XCCFerry";
+ name = "Hanger Bay Shutters";
+ pixel_x = 0;
+ pixel_y = 24;
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"uc" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/ferry)
+"ud" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/ferry)
+"ue" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/ferry)
+"uf" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/ferry)
+"ug" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Customs";
+ opacity = 1;
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"uh" = (
+/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,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"ui" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 2
+ },
+/turf/open/floor/plasteel/vault,
+/area/centcom/control)
+"uj" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"uk" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/centcom/control)
+"ul" = (
+/turf/open/floor/plasteel/loadingarea,
+/area/centcom/control)
+"um" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/centcom/control)
+"un" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/evac)
+"uo" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (SOUTHEAST)";
+ icon_state = "blue";
+ dir = 6
+ },
+/area/centcom/evac)
+"up" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/evac)
+"uq" = (
+/obj/structure/chair/wood/wings{
+ tag = "icon-wooden_chair_wings (WEST)";
+ icon_state = "wooden_chair_wings";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/wizard_station)
+"ur" = (
+/obj/structure/table/wood/fancy,
+/obj/item/device/camera/spooky,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"us" = (
+/obj/structure/table/wood/poker,
+/obj/item/toy/cards/deck,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"ut" = (
+/obj/machinery/computer/telecrystals/boss,
+/turf/open/floor/plasteel/podhatch{
+ dir = 5
+ },
+/area/syndicate_mothership)
+"uu" = (
+/obj/structure/sign/map/left{
+ pixel_y = -32
+ },
+/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/syndicate_mothership)
+"uv" = (
+/obj/structure/sign/map/right{
+ pixel_y = -32
+ },
+/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/syndicate_mothership)
+"uw" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Equipment Room";
+ opacity = 1;
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/bar{
+ dir = 2
+ },
+/area/syndicate_mothership)
+"ux" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate/pod,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/assault_pod)
+"uy" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate/pod,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/assault_pod)
+"uz" = (
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 2;
+ height = 12;
+ id = "ferry_away";
+ name = "unknown";
+ width = 5
+ },
+/turf/open/space,
+/area/space)
+"uA" = (
+/obj/machinery/door/airlock/external{
+ name = "Ferry Airlock";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"uB" = (
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/ferry)
+"uC" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"uD" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/ferry)
+"uE" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/ferry)
+"uF" = (
+/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/centcom/ferry)
+"uG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/ferry)
+"uH" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/centcom/ferry)
+"uI" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/centcom/ferry)
+"uJ" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/centcom/control)
+"uK" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"uL" = (
+/obj/machinery/computer/card/centcom,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"uM" = (
+/turf/open/floor/plasteel/green/corner,
+/area/centcom/control)
+"uN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/centcom/control)
+"uO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/centcom/control)
+"uP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/evac)
+"uQ" = (
+/turf/open/floor/plasteel/neutral/side{
+ tag = "icon-neutral (NORTHEAST)";
+ icon_state = "neutral";
+ dir = 5
+ },
+/area/centcom/evac)
+"uR" = (
+/obj/item/weapon/statuebust{
+ pixel_y = 12
+ },
+/obj/structure/table/wood/fancy,
+/turf/open/floor/wood,
+/area/wizard_station)
+"uS" = (
+/obj/machinery/vending/magivend,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"uT" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"uU" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/pill_bottle/dice{
+ icon_state = "magicdicebag"
+ },
+/turf/open/floor/carpet,
+/area/wizard_station)
+"uV" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/photo_album,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"uW" = (
+/turf/open/floor/plasteel/black,
+/area/syndicate_mothership)
+"uX" = (
+/obj/machinery/mech_bay_recharge_port,
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"uY" = (
+/turf/open/floor/mech_bay_recharge_floor,
+/area/syndicate_mothership)
+"uZ" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/plating,
+/area/syndicate_mothership)
+"va" = (
+/obj/machinery/vending/tool,
+/turf/open/floor/plasteel/black,
+/area/syndicate_mothership)
+"vb" = (
+/obj/structure/closet/cardboard/metal,
+/turf/open/floor/plating/airless,
+/area/syndicate_mothership)
+"vc" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/syndicate_mothership)
+"vd" = (
+/obj/machinery/door/airlock/centcom{
+ aiControlDisabled = 1;
+ name = "Assault Pod";
+ opacity = 1;
+ req_access_txt = "150"
+ },
+/obj/docking_port/mobile/assault_pod{
+ dwidth = 3;
+ name = "steel rain";
+ port_angle = 90;
+ preferred_direction = 4
+ },
+/turf/open/floor/plating,
+/area/shuttle/assault_pod)
+"ve" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/syndicate_mothership)
+"vf" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"vg" = (
+/obj/machinery/button/door{
+ id = "XCCsec1";
+ name = "CC Shutter 1 Control";
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/ferry)
+"vh" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"vi" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vj" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/centcom/control)
+"vk" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/centcom/control)
+"vl" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vm" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (NORTHWEST)";
+ icon_state = "blue";
+ dir = 9
+ },
+/area/centcom/evac)
+"vn" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (SOUTHWEST)";
+ icon_state = "blue";
+ dir = 10
+ },
+/area/centcom/evac)
+"vo" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Study"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vp" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Break Room"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vq" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/syndicate_mothership)
+"vr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/centcom/ferry)
+"vs" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/ferry)
+"vt" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"vu" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -28
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/ferry)
+"vv" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Briefing Room";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/ferry)
+"vw" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"vx" = (
+/obj/item/weapon/storage/box/ids{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/silver_ids,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vz" = (
+/obj/machinery/computer/prisoner,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vA" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"vC" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/corner,
+/area/centcom/control)
+"vD" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/centcom/control)
+"vE" = (
+/obj/item/weapon/storage/firstaid/regular,
+/obj/structure/table,
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/centcom/control)
+"vF" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/centcom/evac)
+"vG" = (
+/obj/structure/chair/wood/wings,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vH" = (
+/obj/structure/table/wood,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/retractor,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vJ" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/wizrobe/magusblue,
+/obj/item/clothing/head/wizard/magus,
+/obj/item/weapon/staff,
+/obj/structure/mirror/magic{
+ pixel_y = 28
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vK" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/wizrobe/magusred,
+/obj/item/clothing/head/wizard/magus,
+/obj/item/weapon/staff,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"vL" = (
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,
+/turf/open/floor/grass,
+/area/wizard_station)
+"vM" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/decal/cleanable/blood/gibs/body,
+/turf/open/floor/grass,
+/area/wizard_station)
+"vN" = (
+/obj/effect/decal/remains/xeno/larva,
+/turf/open/floor/grass,
+/area/wizard_station)
+"vO" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/grass,
+/area/wizard_station)
+"vP" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/black,
+/area/syndicate_mothership)
+"vQ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"vR" = (
+/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/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"vS" = (
+/obj/structure/bookcase/random,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"vT" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"vU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"vV" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"vW" = (
+/obj/structure/closet/secure_closet/ertEngi,
+/obj/structure/sign/directions/engineering{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"vX" = (
+/obj/structure/closet/secure_closet/ertEngi,
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/ferry)
+"vY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/device/flashlight/seclite,
+/obj/structure/noticeboard{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"vZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/c4{
+ pixel_x = 6
+ },
+/obj/item/weapon/c4{
+ pixel_x = -4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"wa" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/energy/e_gun,
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/ferry)
+"wb" = (
+/obj/structure/closet/secure_closet/ertCom,
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 2;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_y = 24;
+ tag = "icon-direction_bridge"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/ferry)
+"wc" = (
+/obj/machinery/door/airlock/glass_medical{
+ name = "Infirmary"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/control)
+"wd" = (
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/centcom/evac)
+"we" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (NORTH)";
+ icon_state = "blue";
+ dir = 1
+ },
+/area/centcom/evac)
+"wf" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000";
+ dir = 1;
+ icon_state = "fakewindows"
+ },
+/area/wizard_station)
+"wg" = (
+/obj/structure/destructible/cult/tome,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"wh" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/clothing/suit/wizrobe/red,
+/obj/item/clothing/head/wizard/red,
+/obj/item/weapon/staff,
+/obj/item/clothing/shoes/sandal/magic,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"wi" = (
+/turf/open/floor/grass,
+/area/wizard_station)
+"wj" = (
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/corgi,
+/turf/open/floor/grass,
+/area/wizard_station)
+"wk" = (
+/obj/structure/closet/syndicate/personal,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/syndicate_mothership)
+"wl" = (
+/obj/structure/table,
+/obj/item/weapon/gun/energy/ionrifle{
+ pin = /obj/item/device/firing_pin
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/syndicate_mothership)
+"wm" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/drinkingglasses,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wn" = (
+/turf/open/floor/plasteel/black,
+/area/centcom/ferry)
+"wo" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark{
+ name = "Emergencyresponseteam"
+ },
+/turf/open/floor/plasteel/black,
+/area/centcom/ferry)
+"wp" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark{
+ name = "Emergencyresponseteam"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/ferry)
+"wq" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wr" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ws" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"wt" = (
+/turf/open/floor/plasteel/blue/corner,
+/area/centcom/control)
+"wu" = (
+/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/centcom/control)
+"wv" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"ww" = (
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"wx" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"wy" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000";
+ dir = 1;
+ icon_state = "fakewindows2"
+ },
+/area/wizard_station)
+"wz" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"wA" = (
+/obj/structure/destructible/cult/talisman{
+ desc = "A altar dedicated to the Wizard's Federation"
+ },
+/obj/item/weapon/kitchen/knife/ritual,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"wB" = (
+/obj/item/clothing/shoes/sandal/marisa,
+/obj/item/clothing/suit/wizrobe/marisa,
+/obj/item/clothing/head/wizard/marisa,
+/obj/item/weapon/staff/broom,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"wC" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/mob/living/simple_animal/hostile/creature{
+ name = "Experiment 35b"
+ },
+/turf/open/floor/grass,
+/area/wizard_station)
+"wD" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"wE" = (
+/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,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"wF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wJ" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "Emergencyresponseteam"
+ },
+/turf/open/floor/plasteel/black,
+/area/centcom/ferry)
+"wK" = (
+/obj/machinery/door/poddoor/ert,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/ferry)
+"wL" = (
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/centcom/ferry)
+"wM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/radio,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/ferry)
+"wN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"wO" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"wP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"wQ" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"wR" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/green/corner,
+/area/centcom/control)
+"wS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/centcom/control)
+"wT" = (
+/obj/structure/table/optable,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"wU" = (
+/turf/open/floor/plasteel/blue,
+/area/centcom/control)
+"wV" = (
+/obj/machinery/computer/communications,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"wW" = (
+/turf/open/floor/plasteel/yellowsiding,
+/area/centcom/evac)
+"wX" = (
+/turf/closed/indestructible/fakeglass{
+ color = "#008000"
+ },
+/area/wizard_station)
+"wY" = (
+/obj/effect/landmark/start{
+ name = "wizard"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"wZ" = (
+/obj/effect/decal/remains/human,
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/grass,
+/area/wizard_station)
+"xa" = (
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/slime,
+/turf/open/floor/grass,
+/area/wizard_station)
+"xb" = (
+/obj/effect/decal/remains/xeno,
+/turf/open/floor/grass,
+/area/wizard_station)
+"xc" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"xd" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"xe" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/seclite,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xf" = (
+/obj/machinery/shuttle_manipulator,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/centcom/ferry)
+"xg" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/centcom/ferry)
+"xh" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xi" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "Emergencyresponseteam"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/ferry)
+"xj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xk" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/zipties,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/centcom/ferry)
+"xl" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Briefing Area APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xm" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/indestructible/riveted,
+/area/centcom/control)
+"xn" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"xo" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/evac)
+"xp" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/evac)
+"xq" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/evac)
+"xr" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/evac)
+"xs" = (
+/obj/structure/table,
+/obj/item/toy/sword,
+/obj/item/weapon/gun/ballistic/shotgun/toy/crossbow,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/evac)
+"xt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/centcom/evac)
+"xu" = (
+/obj/structure/chair/wood/wings{
+ icon_state = "wooden_chair_wings";
+ dir = 1
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"xv" = (
+/mob/living/simple_animal/bot/medbot/mysterious{
+ desc = "If you don't accidentally blow yourself up from time to time you're not really a wizard anyway.";
+ faction = list("neutral","silicon","creature");
+ name = "Nobody's Perfect"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"xw" = (
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
+/turf/open/floor/grass,
+/area/wizard_station)
+"xx" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xy" = (
+/obj/machinery/computer/card/centcom,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"xz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/grimy,
+/area/centcom/ferry)
+"xA" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs/cable/zipties,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xE" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/lockbox/loyalty,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/centcom/ferry)
+"xF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/ferry)
+"xG" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xH" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "XCCsec3";
+ name = "CC Main Access Shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/control)
+"xI" = (
+/obj/item/weapon/defibrillator/loaded,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"xJ" = (
+/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/centcom/control)
+"xK" = (
+/obj/machinery/sleeper{
+ tag = "icon-sleeper-open (EAST)";
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/control)
+"xL" = (
+/obj/machinery/light,
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/control)
+"xM" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/control)
+"xN" = (
+/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/cmo,
+/area/centcom/control)
+"xO" = (
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/cmo,
+/area/centcom/control)
+"xP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 1;
+ icon_state = "rightsecure";
+ name = "Centcom Customs";
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/evac)
+"xQ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/evac)
+"xR" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 1;
+ icon_state = "rightsecure";
+ name = "Centcom Customs";
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/evac)
+"xS" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Observation Deck"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"xT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/device/radio/headset/headset_cent,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"xU" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark{
+ name = "Emergencyresponseteam"
+ },
+/turf/open/floor/plasteel/black,
+/area/centcom/ferry)
+"xV" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark{
+ name = "Emergencyresponseteam"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/ferry)
+"xW" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/centcom/evac)
+"xX" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/grass,
+/area/centcom/evac)
+"xY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs/cable/zipties,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"xZ" = (
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/centcom/evac)
+"ya" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/button/door{
+ id = "XCCcustoms1";
+ layer = 3;
+ name = "CC Emergency Docks Control";
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yb" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ dir = 6;
+ icon_state = "asteroid8";
+ name = "sand"
+ },
+/area/centcom/evac)
+"yc" = (
+/obj/structure/statue/uranium/nuke,
+/turf/open/floor/plating/asteroid/snow/atmosphere,
+/area/syndicate_mothership)
+"yd" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ye" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/lighter,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yf" = (
+/obj/structure/bookcase/random,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yg" = (
+/obj/structure/filingcabinet/medical,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yh" = (
+/obj/structure/filingcabinet/security,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yi" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Briefing Room APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yk" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light,
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"ym" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yn" = (
+/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/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/ferry)
+"yo" = (
+/obj/structure/closet/secure_closet/ertMed,
+/obj/structure/sign/directions/medical{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"yp" = (
+/obj/structure/closet/secure_closet/ertMed,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = -32;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/centcom/ferry)
+"yq" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/emps,
+/obj/item/weapon/gun/energy/ionrifle,
+/obj/structure/sign/bluecross_2{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"yr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/syringes,
+/obj/item/weapon/gun/syringe/rapidsyringe,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"ys" = (
+/obj/structure/closet/secure_closet/ertSec,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/centcom/ferry)
+"yt" = (
+/obj/structure/closet/secure_closet/ertSec,
+/obj/structure/sign/directions/security{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/centcom/ferry)
+"yu" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"yv" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/centcom/control)
+"yw" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/centcom/control)
+"yx" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/centcom/control)
+"yy" = (
+/obj/structure/table,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/centcom/control)
+"yz" = (
+/obj/structure/filingcabinet/medical,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"yA" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"yB" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yC" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/centcom/evac)
+"yD" = (
+/obj/machinery/computer/security,
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yE" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/weapon/storage/belt/security/full,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/clothing/head/helmet/swat/nanotrasen,
+/obj/item/weapon/crowbar/red,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"yF" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/centcom/control)
+"yG" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/centcom/control)
+"yH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -4
+ },
+/obj/item/weapon/reagent_containers/hypospray/medipen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"yI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"yJ" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/weapon/storage/belt/security/full,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/clothing/head/helmet/swat/nanotrasen,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yM" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yN" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/centcom/control)
+"yO" = (
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (EAST)";
+ dir = 4
+ },
+/area/centcom/control)
+"yP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/control)
+"yQ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/reagent_containers/food/drinks/britcup,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/control)
+"yR" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (WEST)";
+ dir = 8
+ },
+/area/centcom/control)
+"yS" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yT" = (
+/turf/open/floor/plasteel/vault{
+ dir = 9
+ },
+/area/centcom/evac)
+"yU" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yW" = (
+/obj/item/weapon/storage/box/ids{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/silver_ids,
+/obj/structure/table/reinforced,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/evac)
+"yX" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Storage"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"yY" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Personal Quarters"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"yZ" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Bathroom"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"za" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"zb" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (EAST)";
+ dir = 4
+ },
+/area/centcom/control)
+"zc" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen/red,
+/obj/machinery/door/window/brigdoor{
+ tag = "icon-rightsecure (EAST)";
+ name = "Centcom Customs";
+ icon_state = "rightsecure";
+ dir = 4;
+ req_access_txt = "109";
+ base_state = "rightsecure"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/control)
+"zd" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/blue,
+/obj/machinery/door/window/brigdoor{
+ tag = "icon-rightsecure (WEST)";
+ name = "Centcom Customs";
+ icon_state = "rightsecure";
+ dir = 8;
+ req_access_txt = "109";
+ base_state = "rightsecure"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/centcom/control)
+"ze" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (WEST)";
+ dir = 8
+ },
+/area/centcom/control)
+"zf" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"zg" = (
+/obj/item/clothing/suit/wizrobe/black,
+/obj/item/clothing/head/wizard/black,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/wizard_station)
+"zh" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/wizard_station)
+"zi" = (
+/obj/item/cardboard_cutout,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/wizard_station)
+"zj" = (
+/obj/structure/table/wood,
+/obj/effect/landmark{
+ name = "Teleport-Scroll"
+ },
+/obj/item/weapon/dice/d20,
+/obj/item/weapon/dice,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"zk" = (
+/obj/structure/punching_bag,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"zl" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zm" = (
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zn" = (
+/obj/structure/mirror/magic{
+ pixel_y = 28
+ },
+/obj/structure/sink{
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zo" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "XCCsec3";
+ name = "CC Main Access Control"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"zp" = (
+/obj/machinery/computer/security,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"zq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/centcom/control)
+"zr" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/green/corner,
+/area/centcom/control)
+"zs" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"zt" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/blue,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"zu" = (
+/obj/item/weapon/cautery/alien,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/wizard_station)
+"zv" = (
+/obj/item/weapon/coin/antagtoken,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/wizard_station)
+"zw" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/wiz,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"zx" = (
+/obj/item/weapon/soap/homemade,
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zy" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome Booth";
+ opacity = 1;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/centcom/control)
+"zz" = (
+/obj/structure/closet/cardboard,
+/obj/item/weapon/banhammer,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/wizard_station)
+"zA" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/wizard_station)
+"zB" = (
+/obj/vehicle/scooter/skateboard{
+ tag = "icon-skateboard (EAST)";
+ icon_state = "skateboard";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/wizard_station)
+"zC" = (
+/obj/structure/dresser,
+/obj/item/weapon/storage/backpack/satchel,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"zD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/bag/tray,
+/obj/item/weapon/reagent_containers/food/snacks/burger/spell,
+/turf/open/floor/carpet,
+/area/wizard_station)
+"zE" = (
+/obj/structure/bookcase/random/adult,
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zF" = (
+/obj/structure/toilet{
+ tag = "icon-toilet00 (NORTH)";
+ icon_state = "toilet00";
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zG" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/skub{
+ pixel_y = 16
+ },
+/turf/open/floor/plasteel/white,
+/area/wizard_station)
+"zH" = (
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeobserve)
+"zI" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeobserve)
+"zJ" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/tdome/tdomeobserve)
+"zK" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/tdome/tdomeobserve)
+"zL" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"zM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"zN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/tdome/tdomeobserve)
+"zO" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/tdome/tdomeobserve)
+"zP" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"zQ" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"zR" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"zS" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/green/side{
+ dir = 5
+ },
+/area/tdome/tdomeobserve)
+"zT" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Centcom Security";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeobserve)
+"zU" = (
+/obj/machinery/door/airlock{
+ icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
+ name = "Engine Room"
+ },
+/obj/structure/barricade/wooden,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"zV" = (
+/turf/closed/indestructible/riveted,
+/area/centcom/holding)
+"zW" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"zX" = (
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"zY" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ name = "plating";
+ icon_state = "asteroid5"
+ },
+/area/tdome/tdomeobserve)
+"zZ" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ dir = 6;
+ icon_state = "asteroid8";
+ name = "sand"
+ },
+/area/tdome/tdomeobserve)
+"Aa" = (
+/turf/open/floor/plasteel/red/corner,
+/area/tdome/tdomeobserve)
+"Ab" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/tdome/tdomeobserve)
+"Ac" = (
+/obj/machinery/status_display,
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeobserve)
+"Ad" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Ae" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/tdome/tdomeobserve)
+"Af" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/paper/pamphlet/ccaInfo,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"Ag" = (
+/turf/open/floor/plasteel/neutral,
+/area/tdome/tdomeobserve)
+"Ah" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/tdome/tdomeobserve)
+"Ai" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Aj" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/tdome/tdomeobserve)
+"Ak" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Al" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/tdome/tdomeobserve)
+"Am" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/tdome/tdomeobserve)
+"An" = (
+/obj/structure/table/wood,
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"Ao" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gun/magic/wand{
+ desc = "Used in emergencies to reignite magma engines.";
+ max_charges = 0;
+ name = "wand of emergency engine ignition"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"Ap" = (
+/obj/structure/table/wood,
+/obj/item/weapon/bikehorn/golden{
+ pixel_x = -8;
+ pixel_y = 8
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"Aq" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Ar" = (
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"As" = (
+/obj/structure/closet/secure_closet/bar{
+ req_access_txt = "25"
+ },
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"At" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Au" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Av" = (
+/obj/structure/rack,
+/obj/item/device/camera,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Aw" = (
+/obj/structure/rack,
+/obj/item/toy/sword,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Ax" = (
+/obj/structure/rack,
+/obj/item/toy/gun,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Ay" = (
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Az" = (
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"AA" = (
+/obj/effect/overlay/palmtree_r,
+/obj/effect/overlay/coconut,
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"AB" = (
+/obj/effect/overlay/palmtree_l,
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"AC" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 9
+ },
+/area/tdome/tdomeobserve)
+"AD" = (
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"AE" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 5
+ },
+/area/tdome/tdomeobserve)
+"AF" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"AG" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"AH" = (
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 2;
+ icon_state = "rightsecure";
+ name = "Thunderdoom Booth";
+ req_access_txt = "109"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"AI" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"AJ" = (
+/turf/open/floor/plasteel/goonplaque{
+ desc = "This is a plaque commemorating the thunderdome and all those who have died at its pearly blast doors."
+ },
+/area/tdome/tdomeobserve)
+"AK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/corner,
+/area/tdome/tdomeobserve)
+"AL" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"AM" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"AN" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHWEST)";
+ icon_state = "whitegreen";
+ dir = 9
+ },
+/area/tdome/tdomeobserve)
+"AO" = (
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"AP" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
+ },
+/area/tdome/tdomeobserve)
+"AQ" = (
+/obj/structure/table,
+/obj/item/clothing/head/that,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"AR" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"AS" = (
+/obj/item/device/camera,
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"AT" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (NORTH)";
+ icon_state = "whiteredcorner";
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"AU" = (
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"AV" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (EAST)";
+ icon_state = "whiteredcorner";
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"AW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/tdome/tdomeobserve)
+"AX" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/tdome/tdomeobserve)
+"AY" = (
+/turf/open/floor/plasteel/red/side,
+/area/tdome/tdomeobserve)
+"AZ" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/tdome/tdomeobserve)
+"Ba" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome Backstage";
+ opacity = 1;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Bb" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/tdome/tdomeobserve)
+"Bc" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"Bd" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Be" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/tdome/tdomeobserve)
+"Bf" = (
+/turf/open/floor/plasteel/green/side,
+/area/tdome/tdomeobserve)
+"Bg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Bh" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"Bi" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Bj" = (
+/obj/structure/destructible/cult/forge{
+ desc = "A engine used in powering the wizards ship";
+ name = "magma engine"
+ },
+/turf/open/floor/engine/cult,
+/area/wizard_station)
+"Bk" = (
+/obj/structure/table,
+/obj/item/ammo_box/foambox,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Bl" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Bm" = (
+/obj/structure/table,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Bn" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Bo" = (
+/obj/structure/table,
+/obj/item/weapon/dice/d20,
+/turf/open/floor/plasteel/freezer{
+ dir = 2
+ },
+/area/centcom/holding)
+"Bp" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/item/clothing/head/bandana{
+ pixel_y = -10
+ },
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"Bq" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"Br" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"Bs" = (
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"Bt" = (
+/obj/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"Bu" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"Bv" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/tdome/tdomeobserve)
+"Bw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"Bx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/tdome/tdomeobserve)
+"By" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/tdome/tdomeobserve)
+"Bz" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/redyellow/side,
+/area/tdome/tdomeobserve)
+"BA" = (
+/turf/open/floor/plasteel/redyellow/side,
+/area/tdome/tdomeobserve)
+"BB" = (
+/turf/open/floor/plasteel/loadingarea,
+/area/tdome/tdomeobserve)
+"BC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/green/side,
+/area/tdome/tdomeobserve)
+"BD" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/tdome/tdomeobserve)
+"BE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"BF" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"BG" = (
+/obj/structure/window/reinforced{
+ resistance_flags = 3;
+ color = "#008000";
+ dir = 1
+ },
+/turf/open/floor/plating/lava,
+/area/wizard_station)
+"BH" = (
+/obj/structure/rack,
+/obj/item/clothing/head/that,
+/obj/item/clothing/under/suit_jacket,
+/obj/item/clothing/tie/waistcoat,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"BI" = (
+/obj/item/toy/beach_ball,
+/turf/open/floor/plating/beach/sand,
+/area/centcom/holding)
+"BJ" = (
+/obj/machinery/door/airlock/silver{
+ name = "Shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"BK" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeobserve)
+"BL" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeobserve)
+"BM" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeobserve)
+"BN" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeobserve)
+"BO" = (
+/obj/structure/shuttle/engine/heater{
+ resistance_flags = 3
+ },
+/obj/structure/window/reinforced{
+ resistance_flags = 3;
+ color = "#008000";
+ dir = 1
+ },
+/turf/open/floor/plating/lava/airless,
+/area/wizard_station)
+"BP" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/gun/ballistic/automatic/toy/pistol,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"BQ" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"BR" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BS" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BT" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BU" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawbacon,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawbacon,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawbacon,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawbacon,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/killertomato,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/killertomato,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/killertomato,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/killertomato,
+/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/sausage,
+/obj/item/weapon/reagent_containers/food/snacks/sausage,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawcutlet,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawcutlet,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawcutlet,
+/obj/item/weapon/reagent_containers/food/snacks/carpmeat,
+/obj/item/weapon/reagent_containers/food/snacks/carpmeat,
+/obj/item/weapon/reagent_containers/food/snacks/carpmeat,
+/obj/item/weapon/reagent_containers/food/snacks/carpmeat,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BV" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/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/whitebeet,
+/obj/item/weapon/reagent_containers/food/snacks/grown/whitebeet,
+/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/rice,
+/obj/item/weapon/reagent_containers/food/snacks/grown/rice,
+/obj/item/weapon/reagent_containers/food/snacks/grown/icepepper,
+/obj/item/weapon/reagent_containers/food/snacks/grown/icepepper,
+/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/lemon,
+/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/lime,
+/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/orange,
+/obj/item/weapon/reagent_containers/food/snacks/grown/cherries,
+/obj/item/weapon/reagent_containers/food/snacks/grown/apple,
+/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/deus,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BW" = (
+/obj/machinery/processor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/end,
+/area/tdome/tdomeobserve)
+"BX" = (
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/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,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/vanillapod,
+/obj/item/weapon/reagent_containers/food/snacks/grown/vanillapod,
+/obj/item/weapon/reagent_containers/food/snacks/grown/sugarcane,
+/obj/item/weapon/reagent_containers/food/snacks/grown/sugarcane,
+/obj/item/weapon/reagent_containers/food/snacks/grown/oat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/oat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,
+/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,
+/obj/item/weapon/reagent_containers/food/snacks/grown/corn,
+/obj/item/weapon/reagent_containers/food/snacks/grown/corn,
+/obj/item/weapon/reagent_containers/food/snacks/grown/chili,
+/obj/item/weapon/reagent_containers/food/snacks/grown/chili,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/apple,
+/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BY" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/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/bear,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/goliath,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/goliath,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/goliath,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/goliath,
+/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/xeno,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
+/obj/item/weapon/reagent_containers/food/snacks/spaghetti,
+/obj/item/weapon/reagent_containers/food/snacks/spaghetti,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawcutlet,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawcutlet,
+/obj/item/weapon/reagent_containers/food/snacks/meat/rawcutlet,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"BZ" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/tdome/tdomeobserve)
+"Ca" = (
+/obj/structure/table/wood,
+/obj/structure/sign/goldenplaque{
+ pixel_y = 32
+ },
+/obj/item/clothing/tie/lawyers_badge{
+ desc = "A badge of upmost glory.";
+ name = "thunderdome badge"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeobserve)
+"Cb" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Cc" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tdome/tdomeobserve)
+"Cd" = (
+/obj/structure/table/wood,
+/obj/structure/sign/goldenplaque{
+ pixel_y = 32
+ },
+/obj/item/clothing/tie/medal/silver{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeobserve)
+"Ce" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/grass,
+/area/tdome/tdomeobserve)
+"Cf" = (
+/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 = 8
+ },
+/area/tdome/tdomeobserve)
+"Cg" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/beanbag,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Ch" = (
+/obj/structure/table/wood,
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Ci" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Cj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/drinkingglasses,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Ck" = (
+/turf/open/floor/plasteel/green/corner,
+/area/tdome/tdomeobserve)
+"Cl" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Cm" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/space,
+/area/wizard_station)
+"Cn" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/gun/ballistic/shotgun/toy/crossbow,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Co" = (
+/turf/open/floor/plating/beach/coastline_b,
+/area/centcom/holding)
+"Cp" = (
+/obj/item/clothing/head/collectable/paper,
+/turf/open/floor/plating/beach/coastline_b,
+/area/centcom/holding)
+"Cq" = (
+/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
+ },
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (NORTH)";
+ icon_state = "whiteredcorner";
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"Cr" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Cs" = (
+/turf/open/floor/plasteel/red,
+/area/tdome/tdomeobserve)
+"Ct" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/trophy/gold_cup,
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeobserve)
+"Cu" = (
+/turf/open/floor/plasteel/bar,
+/area/tdome/tdomeobserve)
+"Cv" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Cw" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Cx" = (
+/obj/structure/rack,
+/obj/item/clothing/shoes/laceup,
+/obj/item/clothing/under/suit_jacket/female{
+ desc = "A black trouser suit for women. Very formal.";
+ name = "black suit";
+ pixel_x = 3;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Cy" = (
+/obj/structure/table,
+/obj/item/weapon/gun/ballistic/automatic/toy/pistol,
+/turf/open/floor/plasteel/cafeteria,
+/area/centcom/holding)
+"Cz" = (
+/turf/open/floor/plating/beach/water,
+/area/centcom/holding)
+"CA" = (
+/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
+ },
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"CB" = (
+/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/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CC" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/red,
+/area/tdome/tdomeobserve)
+"CD" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"CE" = (
+/obj/structure/table/wood,
+/obj/structure/sign/atmosplaque{
+ desc = "This plaque commemorates those who have fallen in glorious combat. For all the charred, dizzy, and beaten men who have died in its hands.";
+ name = "Thunderdome Plaque";
+ pixel_y = -32
+ },
+/obj/item/clothing/tie/medal/gold{
+ pixel_x = 3;
+ pixel_y = 5
+ },
+/obj/item/clothing/tie/medal/gold,
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeobserve)
+"CF" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CG" = (
+/obj/structure/table/wood,
+/obj/structure/sign/atmosplaque{
+ desc = "This plaque commemorates those who have fallen in glorious combat. For all the charred, dizzy, and beaten men who have died in its hands.";
+ name = "Thunderdome Plaque";
+ pixel_y = -32
+ },
+/obj/item/clothing/tie/medal{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeobserve)
+"CH" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/bar,
+/area/tdome/tdomeobserve)
+"CI" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/bar,
+/area/tdome/tdomeobserve)
+"CJ" = (
+/obj/machinery/chem_master/condimaster{
+ name = "HoochMaster 2000"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CK" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/tdome/tdomeobserve)
+"CL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/centcom/holding)
+"CM" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/holding)
+"CN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/centcom/holding)
+"CO" = (
+/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
+ },
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (WEST)";
+ icon_state = "whiteredcorner";
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CP" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/snacks/mint,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CQ" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/red,
+/area/tdome/tdomeobserve)
+"CR" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/turf/open/floor/plasteel/bar,
+/area/tdome/tdomeobserve)
+"CS" = (
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CT" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/tdome/tdomeobserve)
+"CU" = (
+/obj/item/weapon/reagent_containers/food/snacks/egg/rainbow{
+ desc = "I bet you think you're pretty clever... well you are.";
+ name = "easter egg"
+ },
+/turf/open/space,
+/area/space)
+"CV" = (
+/obj/effect/landmark{
+ name = "Holding Facility"
+ },
+/turf/open/floor/engine,
+/area/centcom/holding)
+"CW" = (
+/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
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CX" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/apron/chef,
+/obj/item/weapon/kitchen/rollingpin,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"CY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/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,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"CZ" = (
+/turf/open/floor/plasteel/vault,
+/area/tdome/tdomeobserve)
+"Da" = (
+/obj/structure/chair,
+/obj/effect/landmark{
+ name = "tdomeobserve"
+ },
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Db" = (
+/obj/structure/chair,
+/obj/effect/landmark{
+ name = "tdomeobserve"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dc" = (
+/obj/machinery/computer/security/telescreen{
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dd" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"De" = (
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Df" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Dg" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome Locker Room";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeobserve)
+"Dh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Di" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/storage/bag/tray,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"Dj" = (
+/turf/open/floor/plasteel/redyellow,
+/area/tdome/tdomeobserve)
+"Dk" = (
+/obj/machinery/vending/boozeomat,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/tdome/tdomeobserve)
+"Dm" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/tdome/tdomeobserve)
+"Dn" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/clothing/head/chefhat,
+/turf/open/floor/plasteel/vault,
+/area/tdome/tdomeobserve)
+"Do" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/tdomeobserve)
+"Dp" = (
+/obj/machinery/computer/security/telescreen{
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dq" = (
+/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/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dr" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/tdome/tdomeobserve)
+"Ds" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/tdome/tdomeobserve)
+"Dt" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"Du" = (
+/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 = 8
+ },
+/area/tdome/tdomeobserve)
+"Dv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/structure/sign/barsign{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dw" = (
+/obj/machinery/icecream_vat,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dx" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dy" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows2";
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"Dz" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 4
+ },
+/area/tdome/tdomeobserve)
+"DA" = (
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/structure/table/wood,
+/obj/structure/sign/barsign{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"DB" = (
+/obj/item/weapon/lighter{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lighter,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"DC" = (
+/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/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeobserve)
+"DD" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/tdome/tdomeobserve)
+"DE" = (
+/turf/closed/indestructible/riveted,
+/area/tdome/arena)
+"DF" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome Gear Room";
+ opacity = 1;
+ req_access_txt = "101"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/arena)
+"DG" = (
+/obj/machinery/igniter,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/tdome/arena)
+"DH" = (
+/turf/open/floor/plasteel,
+/area/tdome/arena)
+"DI" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/tdome/arena)
+"DJ" = (
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeadmin)
+"DK" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/tdome/tdomeadmin)
+"DL" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome Administration";
+ opacity = 1;
+ req_access_txt = "102"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeadmin)
+"DM" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/red,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/tdome/red,
+/obj/item/clothing/head/helmet/thunderdome,
+/obj/item/weapon/melee/baton/loaded,
+/obj/item/weapon/melee/energy/sword/saber/red,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/tdome/arena)
+"DN" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdomegen";
+ name = "General Supply"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/tdome/arena)
+"DO" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/tdome/arena)
+"DP" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/tdome/arena)
+"DQ" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/tdome/arena)
+"DR" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdome";
+ name = "Thunderdome Blast Door"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/tdome/arena)
+"DS" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/tdome/arena)
+"DT" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/tdome/arena)
+"DU" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/tdome/arena)
+"DV" = (
+/turf/open/floor/plasteel/neutral,
+/area/tdome/arena)
+"DW" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/tdome/arena)
+"DX" = (
+/turf/open/floor/plasteel/green/side{
+ dir = 4
+ },
+/area/tdome/arena)
+"DY" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdome";
+ name = "Thunderdome Blast Door"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/tdome/arena)
+"DZ" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/tdome/arena)
+"Ea" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/tdome/arena)
+"Eb" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/tdome/arena)
+"Ec" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdomegen";
+ name = "General Supply"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/tdome/arena)
+"Ed" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/green,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/tdome/green,
+/obj/item/clothing/head/helmet/thunderdome,
+/obj/item/weapon/melee/baton/loaded,
+/obj/item/weapon/melee/energy/sword/saber/green,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/tdome/arena)
+"Ee" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ dir = 6;
+ icon_state = "asteroid8";
+ name = "sand"
+ },
+/area/tdome/tdomeadmin)
+"Ef" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/tdome/tdomeadmin)
+"Eg" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/tdome/tdomeadmin)
+"Eh" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/tdome/arena)
+"Ei" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/tdome/arena)
+"Ej" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/tdome/arena)
+"Ek" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/tdome/arena)
+"El" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/tdome/arena)
+"Em" = (
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
+ },
+/area/tdome/arena)
+"En" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/tdome/arena)
+"Eo" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/tdome/arena)
+"Ep" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/tdome/arena)
+"Eq" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/tdome/arena)
+"Er" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/plasteel{
+ name = "plating";
+ icon_state = "asteroid5"
+ },
+/area/tdome/tdomeadmin)
+"Es" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/tdome/tdomeadmin)
+"Et" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/tdome/tdomeadmin)
+"Eu" = (
+/obj/machinery/camera{
+ pixel_x = 11;
+ pixel_y = -9;
+ network = list("thunder");
+ c_tag = "Red Team"
+ },
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/tdome/arena)
+"Ev" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/tdome/arena)
+"Ew" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tdome/arena)
+"Ex" = (
+/obj/machinery/flasher{
+ id = "tdomeflash";
+ name = "Thunderdome Flash"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tdome/arena)
+"Ey" = (
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/tdome/arena)
+"Ez" = (
+/obj/machinery/camera{
+ pixel_x = 12;
+ pixel_y = -10;
+ network = list("thunder");
+ c_tag = "Green Team"
+ },
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/tdome/arena)
+"EA" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/plating/asteroid,
+/area/tdome/tdomeadmin)
+"EB" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/tdome/tdomeadmin)
+"EC" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/tdome/tdomeadmin)
+"ED" = (
+/obj/machinery/camera{
+ pixel_x = 10;
+ network = list("thunder");
+ c_tag = "Arena"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tdome/arena)
+"EE" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/tdome/arena)
+"EF" = (
+/turf/open/floor/plasteel/green/corner,
+/area/tdome/arena)
+"EG" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/tdome/arena)
+"EH" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/tdome/arena)
+"EI" = (
+/obj/effect/landmark{
+ name = "tdome2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/tdome/arena)
+"EJ" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/tdome/arena)
+"EK" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/tdome/arena)
+"EL" = (
+/obj/effect/landmark{
+ name = "tdome1"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/tdome/arena)
+"EM" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdomehea";
+ name = "Heavy Supply"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 1
+ },
+/area/tdome/arena)
+"EN" = (
+/obj/machinery/door/poddoor{
+ id = "thunderdomehea";
+ name = "Heavy Supply"
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/tdome/arena)
+"EO" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/tdome/tdomeadmin)
+"EP" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/red,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/vest,
+/obj/item/clothing/head/helmet/swat,
+/obj/item/weapon/gun/energy/laser,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/tdome/arena)
+"EQ" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"ER" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows2";
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"ES" = (
+/turf/closed/indestructible/fakeglass{
+ icon_state = "fakewindows";
+ dir = 4
+ },
+/area/tdome/tdomeadmin)
+"ET" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/green,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/suit/armor/vest,
+/obj/item/clothing/head/helmet/swat,
+/obj/item/weapon/gun/energy/laser,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/tdome/arena)
+"EU" = (
+/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/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"EV" = (
+/obj/effect/landmark{
+ name = "tdomeadmin"
+ },
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeadmin)
+"EW" = (
+/obj/machinery/computer/security/telescreen{
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"EX" = (
+/obj/structure/chair/comfy/brown{
+ color = "#66b266";
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkgreen,
+/area/tdome/tdomeadmin)
+"EY" = (
+/obj/machinery/button/flasher{
+ id = "tdomeflash";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"EZ" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"Fa" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"Fb" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fc" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fe" = (
+/turf/open/floor/plasteel/grimy,
+/area/tdome/tdomeadmin)
+"Ff" = (
+/turf/open/floor/plasteel/darkgreen/side{
+ tag = "icon-darkgreen (NORTH)";
+ icon_state = "darkgreen";
+ dir = 1
+ },
+/area/tdome/tdomeadmin)
+"Fg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fh" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"Fi" = (
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/escape)
+"Fj" = (
+/turf/closed/indestructible/fakedoor{
+ name = "Thunderdome Admin"
+ },
+/area/tdome/tdomeadmin)
+"Fk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Thunderdome Administration";
+ opacity = 1;
+ req_access_txt = "102"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fl" = (
+/turf/open/floor/plasteel/vault,
+/area/tdome/tdomeadmin)
+"Fm" = (
+/obj/machinery/door/airlock/external{
+ name = "Backup Emergency Escape Shuttle"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/ferry)
+"Fn" = (
+/obj/machinery/door/airlock/titanium,
+/obj/docking_port/stationary{
+ dir = 4;
+ dwidth = 2;
+ height = 8;
+ id = "backup_away";
+ name = "Backup Shuttle Dock";
+ width = 8
+ },
+/obj/docking_port/mobile/emergency/backup,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"Fo" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"Fp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper{
+ info = "Due to circumstances beyond our control, your Emergency Evacuation Shuttle is out of service. We apologise for the inconvinience this may cause you. Please enjoy the use of this complementary book. Sincerely, Centcom Operations Demolitions Examination Retribution Bugfixing Underlining Services"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"Fq" = (
+/obj/structure/bookcase/random,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fr" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fs" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Ft" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/device/radio/headset/headset_cent,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fu" = (
+/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/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fv" = (
+/obj/machinery/button/door{
+ id = "thunderdomehea";
+ name = "Heavy Supply Control";
+ pixel_y = 0;
+ req_access_txt = "102"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fw" = (
+/obj/machinery/button/door{
+ id = "thunderdome";
+ name = "Main Blast Doors Control";
+ pixel_y = 0;
+ req_access_txt = "102"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fx" = (
+/obj/machinery/button/door{
+ id = "thunderdomegen";
+ name = "General Supply Control";
+ pixel_y = 0;
+ req_access_txt = "102"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/lighter,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"Fz" = (
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"FA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"FB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/drinkingglasses,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 5
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tdome/tdomeadmin)
+"FC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/random,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"FD" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/genericbush,
+/turf/open/floor/grass,
+/area/tdome/tdomeadmin)
+"FE" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/tdome/tdomeadmin)
+"FF" = (
+/obj/machinery/status_display,
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeadmin)
+"FG" = (
+/obj/machinery/ai_status_display,
+/turf/closed/indestructible/riveted,
+/area/tdome/tdomeadmin)
+"FH" = (
+/turf/closed/wall/mineral/titanium/overspace,
+/area/centcom/evac)
+"FI" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_r";
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/centcom/evac)
+"FJ" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/centcom/evac)
+"FK" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_l";
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/centcom/evac)
+"FL" = (
+/obj/docking_port/stationary{
+ dir = 1;
+ dwidth = 1;
+ height = 4;
+ id = "pod4_away";
+ name = "recovery ship";
+ width = 3
+ },
+/turf/open/space,
+/area/space)
+"FM" = (
+/obj/docking_port/stationary{
+ dir = 1;
+ dwidth = 1;
+ height = 4;
+ id = "pod3_away";
+ name = "recovery ship";
+ width = 3
+ },
+/turf/open/space,
+/area/space)
+"FN" = (
+/turf/closed/wall/mineral/titanium,
+/area/centcom/evac)
+"FO" = (
+/obj/structure/window/reinforced,
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/centcom/evac)
+"FP" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/plating,
+/area/centcom/evac)
+"FQ" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/centcom/evac)
+"FR" = (
+/turf/open/floor/plating,
+/area/centcom/evac)
+"FS" = (
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/titanium/interior,
+/area/centcom/evac)
+"FT" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
+/area/centcom/evac)
+"FU" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"FV" = (
+/turf/open/floor/mineral/titanium/yellow,
+/area/centcom/evac)
+"FW" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/firstaid/toxin,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"FX" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"FY" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 0
+ },
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"FZ" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Ga" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien20"
+ },
+/area/abductor_ship)
+"Gb" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien21"
+ },
+/area/abductor_ship)
+"Gc" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien22"
+ },
+/area/abductor_ship)
+"Gd" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien23"
+ },
+/area/abductor_ship)
+"Ge" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien24"
+ },
+/area/abductor_ship)
+"Gf" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien16"
+ },
+/area/abductor_ship)
+"Gg" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien17"
+ },
+/area/abductor_ship)
+"Gh" = (
+/obj/machinery/abductor/experiment{
+ team = 1
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gi" = (
+/obj/effect/landmark/abductor/console,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gj" = (
+/obj/machinery/abductor/pad{
+ team = 1
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gk" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien18"
+ },
+/area/abductor_ship)
+"Gl" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien19"
+ },
+/area/abductor_ship)
+"Gm" = (
+/obj/machinery/abductor/experiment{
+ team = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gn" = (
+/obj/effect/landmark/abductor/console{
+ team = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Go" = (
+/obj/machinery/abductor/pad{
+ team = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gp" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"Gq" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"Gr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/pen,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"Gs" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"Gt" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Gu" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Gv" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien14"
+ },
+/area/abductor_ship)
+"Gw" = (
+/obj/machinery/computer/camera_advanced/abductor{
+ team = 1
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gx" = (
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gy" = (
+/obj/structure/closet/abductor,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Gz" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien15"
+ },
+/area/abductor_ship)
+"GA" = (
+/obj/machinery/computer/camera_advanced/abductor{
+ team = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GB" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GC" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GD" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GE" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/stamp,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GF" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien12"
+ },
+/area/abductor_ship)
+"GG" = (
+/obj/item/weapon/retractor/alien,
+/obj/item/weapon/hemostat/alien,
+/obj/structure/table/abductor,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GH" = (
+/obj/effect/landmark/abductor/scientist,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GI" = (
+/obj/structure/table/optable/abductor,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GJ" = (
+/obj/effect/landmark/abductor/agent,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GK" = (
+/obj/structure/table/abductor,
+/obj/item/weapon/storage/box/alienhandcuffs,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GL" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien13"
+ },
+/area/abductor_ship)
+"GM" = (
+/obj/effect/landmark/abductor/scientist{
+ team = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GN" = (
+/obj/effect/landmark/abductor/agent{
+ team = 4
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GO" = (
+/obj/structure/table,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GP" = (
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GQ" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"GR" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien10"
+ },
+/area/abductor_ship)
+"GS" = (
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/paper/abductor,
+/obj/item/weapon/scalpel/alien,
+/obj/structure/table/abductor,
+/obj/item/weapon/cautery/alien,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"GT" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien11"
+ },
+/area/abductor_ship)
+"GU" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/handcuffs,
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GV" = (
+/obj/machinery/door/window/northright{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Security Desk";
+ req_access_txt = "103"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/centcom/evac)
+"GW" = (
+/obj/docking_port/stationary{
+ dir = 4;
+ dwidth = 1;
+ height = 4;
+ id = "pod2_away";
+ name = "recovery ship";
+ width = 3
+ },
+/turf/open/space,
+/area/space)
+"GX" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien6"
+ },
+/area/abductor_ship)
+"GY" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien7"
+ },
+/area/abductor_ship)
+"GZ" = (
+/obj/machinery/abductor/gland_dispenser,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Ha" = (
+/obj/structure/table/abductor,
+/obj/item/weapon/surgicaldrill/alien,
+/obj/item/weapon/circular_saw/alien,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hb" = (
+/obj/structure/bed/abductor,
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hc" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien8"
+ },
+/area/abductor_ship)
+"Hd" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien9"
+ },
+/area/abductor_ship)
+"He" = (
+/turf/closed/indestructible/abductor,
+/area/abductor_ship)
+"Hf" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien2"
+ },
+/area/abductor_ship)
+"Hg" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien3"
+ },
+/area/abductor_ship)
+"Hh" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien4"
+ },
+/area/abductor_ship)
+"Hi" = (
+/turf/closed/indestructible/abductor{
+ icon_state = "alien5"
+ },
+/area/abductor_ship)
+"Hj" = (
+/obj/structure/bed,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Hk" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/centcom/evac)
+"Hl" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/yellow,
+/area/centcom/evac)
+"Hm" = (
+/obj/docking_port/stationary{
+ dir = 4;
+ dwidth = 2;
+ height = 7;
+ id = "pod1_away";
+ name = "recovery ship";
+ width = 5
+ },
+/turf/open/space,
+/area/space)
+"Hn" = (
+/obj/machinery/abductor/experiment{
+ team = 2
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Ho" = (
+/obj/effect/landmark/abductor/console{
+ team = 2
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hp" = (
+/obj/machinery/abductor/pad{
+ team = 2
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hq" = (
+/obj/machinery/abductor/experiment{
+ team = 3
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hr" = (
+/obj/effect/landmark/abductor/console{
+ team = 3
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hs" = (
+/obj/machinery/abductor/pad{
+ team = 3
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Ht" = (
+/obj/machinery/computer/camera_advanced/abductor{
+ team = 2
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hu" = (
+/obj/machinery/computer/camera_advanced/abductor{
+ team = 3
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hv" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Hw" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Hx" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"Hy" = (
+/obj/effect/landmark/abductor/scientist{
+ team = 2
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"Hz" = (
+/obj/effect/landmark/abductor/agent{
+ team = 2
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"HA" = (
+/obj/effect/landmark/abductor/scientist{
+ team = 3
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"HB" = (
+/obj/effect/landmark/abductor/agent{
+ team = 3
+ },
+/turf/open/floor/plating/abductor,
+/area/abductor_ship)
+"HC" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Cockpit";
+ req_access_txt = "109"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/centcom/evac)
+"HD" = (
+/obj/structure/table,
+/obj/item/device/radio/off,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HE" = (
+/obj/structure/chair{
+ dir = 4;
+ name = "Prosecution"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HF" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HG" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/lockbox,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HI" = (
+/obj/structure/table,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HJ" = (
+/obj/machinery/computer/shuttle,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HK" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/pen,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HL" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/mineral/titanium/blue,
+/area/centcom/evac)
+"HM" = (
+/turf/closed/indestructible/riveted,
+/area/awaymission/errorroom)
+"HN" = (
+/turf/closed/mineral/ash_rock,
+/area/awaymission/errorroom)
+"HO" = (
+/obj/structure/speaking_tile,
+/turf/closed/mineral/ash_rock,
+/area/awaymission/errorroom)
+"HP" = (
+/obj/item/rupee,
+/turf/open/floor/plating/ashplanet/wateryrock{
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ planetary_atmos = 0
+ },
+/area/awaymission/errorroom)
+"HQ" = (
+/turf/open/floor/plating/ashplanet/wateryrock{
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ planetary_atmos = 0
+ },
+/area/awaymission/errorroom)
+"HR" = (
+/obj/effect/landmark/error,
+/turf/open/floor/plating/ashplanet/wateryrock{
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ planetary_atmos = 0
+ },
+/area/awaymission/errorroom)
+"HS" = (
+/obj/structure/signpost/salvation{
+ icon = 'icons/obj/structures.dmi';
+ icon_state = "ladder10";
+ invisibility = 100
+ },
+/turf/open/floor/plating/ashplanet/wateryrock{
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ planetary_atmos = 0
+ },
+/area/awaymission/errorroom)
+"HT" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"HU" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/centcom/control)
+"HV" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"HW" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"HX" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"HY" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"HZ" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Ia" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Ib" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Ic" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Id" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Ie" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"If" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Ig" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
+"Ih" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/centcom/evac)
+"Ii" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/centcom/evac)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababadaeaeaeaeaeadaeaeaeaeaeadaeaeaeaeaeadaeaeaeaeaeadaeaeaeaeaeadaeaeaeaeaeadaeaeaeaeaead
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagagagagagahaiajakakalahamanaoapaqaharararararahasasasasasahatatatatatahauavavavawax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagayagagagahaiajakakazahamamaAaAamaharaBaraBarahasasasasasahataCataCatahaDaEaEaEaFax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagagagaGagahaiajakakaHahaIamamamamaharararararahasasasasasahatatatatatahaDaEaEaEaFax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagagagagagahaiajakakakahaIaJaKaKamaharararararahasasasasasahatataCatatahaDaEaEaEaFax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagaLagagagahaiajakakaHahaIamamamamahararaBararahasasasasasahatatatatatahaDaEaEaEaFax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagaMagaNayahaiajakakaHahaIamamamamahararaBararahasasasasasahatatatatatahaOaEaEaEaPax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagaGagagagahaiajakakakahaIaQaRaRamaharararararahasasasasasahatataCatatahaOaEaEaEaPax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagagagagagahaiajakakaHahaIamamamamaharararararahasasasasasahatatatatatahaOaEaEaEaPax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacaSacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagagagaGagahaiajakakazahamamaTaTamaharaBaraBarahasasasasasahataCataCatahaOaEaEaEaPax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacaUacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafagagagagagahaiajakakaVahamanaWaoaqaharararararahasasasasasahatatatatatahaXaYaYaYaZax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababadbababababaadbababababaadbababababaadbababababaadbababababaadbababababaadbababababaad
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbcbdbcbdbcahbebfbgbhbiahbjbjbkblblahbmbmbmbmbmahbnbobobobpahbqbrbrbrbsax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbdbcbdbcbdahbtbubububvahbwbwbxbybyahbmbzbmbAbmahbBbCbCbCbDahbEbFbFbFbGax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbcbdbcbdbcahbHbIbJbKbLahbwbMbMbMbyahbmbmbmbmbmahbBbCbCbCbDahbEbNbNbNbGax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacbOacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbdbdbdbdbdahbububPbPbPahbwbxbxbxbyahbmbmbmbmbmahbBbCbCbCbDahbEbFbFbFbGax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbcbdbcbdbcahbQbRbSbubTahbUbVbVbVbWahbmbXbmbmbmahbYbZbZbZcaahcbcccccccdax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbcbdbcbdbcahcecfcgbuchahcicjcjcjckahbmbmbmclbmahcmcncncncoahcpcqcqcqcrax
-aaaaaaaaaaaaaaaacsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbdbdbdbdbdahctctbububuahcubxcvbxcwahbmbmbmbmbmahcxbCbCbCcyahczbFbFbFcAax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbcbdbcbdbcahcBcCcDbubuahcucEcEcEcwahcFcFcFcFcFahcxbCbCbCcyahczcGcGcGcAax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbdbcbdbcbdahcHcIcJcJbRahcucubxcwcwahcKcKcKcKcKahcxbCbCbCcyahczbFbFbFcAax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababafbbbbbbbbbbahbcbdbcbdbcahcLcMcMcNcOahcPcPcQcRcRahcScScScScSahcTcUcUcUcVahcWcXcXcXcYax
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababadcZcZcZcZcZadcZcZcZcZcZadcZcZcZcZcZadcZcZcZcZcZadcZcZcZcZcZadcZcZcZcZcZadcZcZcZcZcZad
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadadadadadadadadadbdcdcdcdcdcdcdcdcdcdcdcdcdcdbdadadadadadadadada
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadddeadadadadaddfdgdcdcdcdcdcdcdcdcdcdcdcdcdcdhdfadadadadaddedida
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadddeadadadadaddfdgdcdcdcdcdcdcdcdcdcdcdcdcdcdhdfadadadadaddedida
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadddeadadadadaddfdgdcdcdcdcdcdjdkdjdcdcdcdcdcdhdfadadadadaddedida
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadddeadadadadaddfdgdcdcdcdcdcdjdjdjdcdcdcdcdcdhdfadadadadaddedida
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadddeadadadadaddfdgdcdcdcdcdcdcdcdcdcdcdcdcdcdhdfadadadadaddedida
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadddeadadadadaddfdgdcdcdcdcdcdcdcdcdcdcdcdcdcdhdfadadadadaddedida
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababdadadadmdmdmdmdmdadbdcdcdcdcdcdcdcdcdcdcdcdcdcdbdadmdmdmdmdmdadada
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdadndndndndndaadadadadadadadadadadadadadadaddadodododododaabab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdadadadadadadaabababababababababababababababdadadadadadadaabab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacdqacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaadraaaaaaaaaadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadtaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaduaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababacacacacacacacacacacacacacacacdvacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdxdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydyab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababdydzdAdAdAdAdAdBdydzdAdAdAdBdydzdAdAdAdBdydzdAdAdAdBdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydCdDdDdDdEdydCdDdDdDdEdydCdDdDdDdEdydCdDdDdDdDdDdEdyab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacacabababababababababababababdydFdGdGdGdGdGdHdIdFdJdKdJdHdIdFdJdKdJdHdIdFdJdKdJdHdLdLdLdLdLdMdMdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdMdMdLdLdLdLdLdOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdIdFdJdKdKdHdIdFdKdKdKdHdIdFdKdKdJdHdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdMdLdLdLdLdLdLdLdLdMdLdLdLdLdLdLdLdLdMdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdOdGdPdPdQdRdOdPdPdPdQdRdOdPdPdGdQdRdOdGdSdSdSdGdQdyab
-dwdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdJdKdJdHdIdFdJdKdJdHdIdFdJdKdJdHdLdLdLdLdLdMdMdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdMdMdLdLdLdLdLdOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-dUdwdwdwdwdwdwdwdwdwdwdwdwdwdwabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdydVdWdWdWdXdydVdWdWdWdXdydVdWdWdWdXdydGdGdGdydydydydGdGdGdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydYdZdZdZeadydYdZdZdZeadydYdZdZdZeadydOdGdSdSdSdGdQdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdydydIdIdIdydydyebebebdydydydIdIdIdydyecececdydydydyecececdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydRdRdRdydydyebebebdydydydRdRdRdydydOdGdGdGdGdGdQdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdydzdAdAdAdBdydzdAdAdAdBdydzdAdAdAdBdyedeeefefegeeefefegeeefefegeeefefegeeefehdydyeidydydyeidydydyeidydydydyeidydydydyeidydydyeidydydyeidydydydydydCdDdDdDdEdydCdDdDdDdEdydCdDdDdDdEdydOdGdSdSdSdGdQdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdJdKdJdHdIdFdJdKdJdHdIdFdJdKdJdHejekdJeldGemdJeldGemdJeldGemdJeldGemdKelejdydyendydydyendydydyendydydydyendydydydyendydydyendydydyendydydydydydOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdIdFdJdKdKdHdIdFdKdKdKdHdIdFdKdKdJdHejeodHdJdGdGdHdJdGdGdHdJdGdGdHdJdGdGdKdJejepeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqerdOdGdPdPdQdRdOdPdPdPdQdRdOdPdPdGdQdRdOdGdSdSdSdGdQdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdJdKdJdHdIdFdJdKdJdHdIdFdJdKdJdHejesdJetdGeudJetdGeudJetdGeudJetdGeudKetejdydyevdyebdyevdyebdyevdydyebdyevdyebdydyevdyebdyevdyebdyevdydyebdydydOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydVdWdWdWdWdWdXdydVdWdWdWdXdydVdWdWdWdXdydVdWdWdWdXdyewexececeyexececeyexececeyexececeyexecezdydyeAdyebdyeAdyebdyeAdydyebdyeAdyebdydyeAdyebdyeAdyebdyeAdydyebdydydYdZdZdZeadydYdZdZdZeadydYdZdZdZeadydYdZdZdZdZdZeadyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdyeBdydydydydyeBdydydIdIdIdydydydJdJdJdydydydyeqdydydydyefdydydydydydKdKdKdydydydydyeCeDeDeDeEdydyebdyebdyebdyebdyebdydyebdyebdyebdydyebdyebdyebdyebdyebdydyebdydydydyeqdydydydyeFeFeFdydydydRdRdRdydyeGdydydydydyeGdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJdJdJdJdJdydzdAdAdAdBdydJdJdJdJdJdydydyeqdydydydydGdNdNdNdNdNdNdNdNdNdNdNdNdNeHeIeIeIeJdNdNdNdNdNdNdNdNdNdNdNdNdNdGdydydydGdNdNdNdNdNdNdNdNdNdNdNdNdNdGdydydydyeqdydydyeFeFeFeFeFdydCdDdDdDdEdyeFeFeFeFeFeFeFdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdKdKdKdKdKdJeBdFdJdKdJdHdydJdGdGdGdJdydydyeqdydydydydGdyebebebdydKdKdKdyebebebdyeKeLeLeLeMdyebebebdyeNeNeNdyebebebdydGdydydydGdyebebebdydPdPdPdyebebebdydGdydydydyeqdydydyeFdGdGdGeFdydOdGdPdGdQeOeFdPdPdPdPdPeFdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdKdJdJdJdKdJeBdFdKdKdKdHdydJdydKdydJdyeqeqeqeqeqeqdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGePeQeQeQeReSeSeSeSeSeSeSeSeSeSeSeSeSeTeUeUeUeVdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGeqeqeqeqeqeqdyeFdydPdyeFdydOdPdPdPdQeOeFdPeFeFeFdPeFdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdKdJdJdJdKdJeBdFdJdKdJdHdydJdGdGdGdJdydydyeqdyebdydGdGdGeIeIeIeIeIeIeIeIeIeIeIdGeWdJdJdJdHeXeXeXeXeXdyeXdyeXeXeXeXeXdOeFeFeFeYdGeZeZeZeZeZeZeZeZeZeZeZdGdGdGdyebdyeqdydydyeFdGdGdGeFdydOdGdPdGdQeOeFdPeFeFeFdPeFdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJdJdJdJdJdydVdWdWdWdXdydJdJdJdJdJdydydyeqebebebdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGeWdJdKdJdHeXeXeXeXeXeXdyeXeXeXeXeXeXdOeFdPeFeYdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGebebebeqdydydyeFeFeFeFeFdydYdZdZdZeadyeFeFeFeFeFeFeFdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydydIdIdIdIdIdydydydydydydydydydJdJdJdydydydydydyebdydGdGdydJdIdJdyebebebdydJdIdJdyeWdJdJdJdHdyeXeIdKeXeXeXeXeXdPeZeXdydOeFeFeFeYdyeFdReFdyebebebdyeFdReFdydGdGdyebdydydydydydyeFeFeFdydydydydydydydydyeFeFeFeFeFdydyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJdJdJdJdJdydJdJdJdJdJdydJdJdJdJdJdydJdJdJdJdJdydGdGdydIdJdIdKeIeIeIdKdIdJdIdyeWdJdydJdHdyeXeXeIdKeXeXeXdPeZeXeXdydOeFdyeFeYdydReFdRdPeZeZeZdPdReFdRdydGdGdyeFeFeFeFeFdyeFeFeFeFeFdyeFeFeFeFeFdyeFeFeFeFeFeFeFdyab
-ababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJfadJdJdJdydJdGdydGdJdJdJdKfadKdJdJdJdGdydGdJdJdGdGebdJdIdJeIeIeIeIeIdJdIdJdyeWdJdKdJdHdyeIeXeXeIdKeXdPeZeXeXeZdydOeFdPeFeYdyeFdReFeZeZeZeZeZeFdReFebdGdGeFeFdGdydGeFeFeFdPfadPeFeFeFdGdydGeFdyeFeFeFfaeFeFeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJfafbfadJdJdydJdGdKdGdJdJdJfafcfadJdJdJdGdKdGdJdJdGdGebdIdJdIeIeIdKeIeIdIdJdIdyeWdJdKdJdHdydKeIeXeXeIeXeZeXeXeZdPdydOeFdPeFeYdydReFdReZeZdPeZeZdReFdRebdGdGeFeFdGdPdGeFeFeFfafdfaeFeFeFdGdPdGeFdyeFeFfafefaeFeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJfadJdJdJdydJdGdydGdJdJdJdKfadKdJdJdJdGdydGdJdJdGdGebdJdIdJeIeIeIeIeIdJdIdJdyeWdJdKdJdHdyeIeXeXeIdKeXdPeZeXeXeZdydOeFdPeFeYdyeFdReFeZeZeZeZeZeFdReFebdGdGeFeFdGdydGeFeFeFdPfadPeFeFeFdGdydGeFdyeFeFeFfaeFeFeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJdJdJdJdJdydJdJdJdJdJdydJdJdJdJdJdydJdJdJdJdJdydGdGdydIdJdIdKeIeIeIdKdIdJdIdyeWdJdydJdHdyeXeXeIdKeXeXeXdPeZeXeXdydOeFdyeFeYdydReFdRdPeZeZeZdPdReFdRdydGdGdyeFeFeFeFeFdyeFeFeFeFeFdyeFeFeFeFeFdyeFeFeFeFeFeFeFdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababffababababababababababababababababababababababababababdydydIdIdIdIdIdydydydydydydydydydJdJdJdydydydydydyebdydGdGdydJdIdJdyebebebdydJdIdJdyeWdJdJdJdHdyeXeIdKeXeXeXeXeXdPeZeXdydOeFeFeFeYdyeFdReFdyebebebdyeFdReFdydGdGdyebdydydydydydyeFeFeFdydydydydydydydydyeFeFeFeFeFdydyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJdJdJdJdJdydzdAdAdAdBdydJdJdJdJdJdydydyeqebebebdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGeWdJdKdJdHeXeXeXeXeXeXdyeXeXeXeXeXeXdOeFdPeFeYdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGebebebeqdydydyeFeFeFeFeFdydCdDdDdDdEdyeFeFeFeFeFeFeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdKdJdJdJdKdJeBdFdGdKdGdHdydJdGdGdGdJdydydyeqdyebdydGdGdGeIeIeIeIeIeIeIeIeIeIeIdGeWdJdJdJdHeXeXeXeXeXdyeXdyeXeXeXeXeXdOeFeFeFeYdGeZeZeZeZeZeZeZeZeZeZeZdGdGdGdyebdyeqdydydyeFdGdGdGeFdydOeFdPeFdQeOeFdPeFeFeFdPeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdKdJdJdJdKdJeBdFdKdKdKdHdydJdydKdydJdyeqeqeqeqeqeqdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGfgfhfhfhfifjfjfjfjfjfjfjfjfjfjfjfjfjfkflflflfmdGdGdGdGdGdGdGdGdGdGdGdGdGdGdGeqeqeqeqeqeqdyeFdydPdyeFdydOdPdPdPdQeOeFdPeFeFeFdPeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfnfofpfqfrabfsabababftabfnfofpfqfrabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdKdKdKdKdKdJeBdFdGdKdGdHdydJdGdGdGdJdydydyeqdydydydydGdyebebebdydKdKdKdyebebebdydGdydydydGdyebebebdyeNeNeNdyebebebdyfufvfvfvfwdyebebebdydPdPdPdyebebebdydGdydydydyeqdydydyeFdGdGdGeFdydOeFdPeFdQeOeFdPdPdPdPdPeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxfyfyfyfzfAfBfCfDfCfBfEfFfyfyfyfxabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydJdJdJdJdJdJdJdydVdWdWdWdXdydJdJdJdJdJdydydyeqdydydydydGdNdNdNdNdNdNdNdNdNdNdNdNdNdGdydydydGdNdNdNdNdNdNdNdNdNdNdNdNdNfGeZeZeZfHdNdNdNdNdNdNdNdNdNdNdNdNdNdGdydydydyeqdydydyeFeFeFeFeFdydYdZdZdZeadyeFeFeFeFeFeFeFdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxfIfIfJfKfLfMfNfOfPfMfLfQfRfIfIfxabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdyeBdydydydydyeBdydydIdIdIdydydydJdJdJdydydydyeqdydydydyebdydyebdyebdyebdyebdyebdydyebdydydyebdydyebdyebdyebdyebdyebdydyfSfTfTfTfUdydydydydydPdPdPdydydydydyecdydydydyeqdydydydyeFeFeFdydydydRdRdRdydyeGdydydydydyeGdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxfIfIfVfWfWfMfWfWfWfMfWfWfVfIfIfxabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydzdAdAdAdAdAdBdydzdAdAdAdBdydzdAdAdAdBdydzdAdAdAdBdydyebdydyeidyebdyeidyebdyeidydyebdyeidyebdydyeidyebdyeidyebdyeidydyfXeffYfZefeffYfZefeffYfZefeffYfZefeffYgadydCdDdDdDdEdydCdDdDdDdEdydCdDdDdDdEdydCdDdDdDdDdDdEdyab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababgbfRfIfBfWfMfMfMfMfMfMfMfWfBfIfJgcabababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdGdKdGdHdIdFdGdKdGdHdIdFdGdKdGdHdydyebdydyendyebdyendyebdyendydyebdyendyebdydyendyebdyendyebdyendydyeogddPgedGgdeFgedGgdeFgedGgdeFgedGgdeFgfeodOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababgbggghgigjgkglfMgmfWfMgngogggcababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdIdFdGdKdKdHdIdFdKdKdKdHdIdFdKdKdGdHepeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqeqgpeoeFdPdGdGeFdOdGdGeFdOdGdGeFdOdGdGeFdOejeodOdGdPdPdQdRdOdPdPdPdQdRdOdPdPdGdQdRdOdGdSdSdSdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgqgrgsgtfMfWfWfMgnfxababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdGdKdGdHdIdFdGdKdGdHdIdFdGdKdGdHdydydydydyevdydydyevdydydyevdydydydyevdydydydyevdydydyevdydydyevdydyeogudPgvdGgueFgvdGgueFgvdGgueFgvdGgueFgweodOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgxgygyglfMgngzfMgnfVababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdydVdWdWdWdXdydVdWdWdWdXdydVdWdWdWdXdydydydydyeAdydydyeAdydydyeAdydydydyeAdydydydyeAdydydyeAdydydyeAdydygAecgBgCececgBgCececgBgCececgBgCececgBgDdydYdZdZdZeadydYdZdZdZeadydYdZdZdZeadydOdGdSdSdSdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgEgygygFfMgngzfMfMfBgGabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdydydIdIdIdydydyebebebdydydydIdIdIdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydyefefefdydydydyefefefdydydRdRdRdydydyebebebdydydydRdRdRdydydOdGdGdGdGdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfzggggggghfMfWfWfMgnfCababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdydzdAdAdAdBdydzdAdAdAdBdydzdAdAdAdBdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydGdGdGdydydydydGdGdGdydCdDdDdDdEdydCdDdDdDdEdydCdDdDdDdEdydOdGdSdSdSdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgHfMgHfxfMgngzfMgngIababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdGdKdGdHdIdFdGdKdGdHdIdFdGdKdGdHdGdLdLdLdLdMdMdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdMdMdLdLdLdLdLdOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgHfMgHfVfMgngzfMgnfCababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdSdSdSdGdHdIdFdGdKdKdHdIdFdKdKdKdHdIdFdKdKdGdHdGdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdMdLdLdLdLdLdLdLdLdMdLdLdLdLdLdLdLdLdMdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdOdGdPdPdQdRdOdPdPdPdQdRdOdPdPdGdQdRdOdGdSdSdSdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgHfMfMgJfMfMfMfMfMfBgKabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydFdGdGdGdGdGdHdIdFdGdKdGdHdIdFdGdKdGdHdIdFdGdKdGdHdGdLdLdLdLdMdMdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdNdLdLdLdLdLdLdLdLdLdNdLdLdLdLdLdLdMdMdLdLdLdLdLdOdGdPdGdQdRdOdGdPdGdQdRdOdGdPdGdQdRdOdGdGdGdGdGdQdyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgHfMgHgLfMfWfWfWfWgLababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydVdWdWdWdWdWdXdydVdWdWdWdXdydVdWdWdWdXdydVdWdWdWdXdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydYdZdZdZeadydYdZdZdZeadydYdZdZdZeadydYdZdZdZdZdZeadyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgHfMgHfxfMgMgNgOfLfxababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababdydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydydyab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababgbgPgPgggQgRfEgggPgPgcabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababgbfFgSgnfMgTgUfzgcababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgOfWgVfWgSfxabababababababababababababababababababababababababababababababababababababababababababababababgWgXgWgWgWgWgXgWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababfxgYgZhahbhcfxababababababababababababababababababababababababababababababababababababababababababhdhdhdhdhdgWhehehfhfhehegWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababgbgIgIgIgIgIgcababababababababababababababababababababababababababababababababababababababababababhdhghhhihjhkhehehfhfhlhmgWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhghdhdhdgWhehehfhfhehngWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhdhdhdhdhohdhdhdhphdababgWhehehfhfhehegWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhqhrhshghghghthuhghdababgWhehehehehehegWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhghghghvhghvhghghghdababgWhehehfhfhehegWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhghghwhwhwhwhxhghghdababgWgXgWgWgWgWgXgWababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhdhdhdhdhdhdhdhghyhwhzhAhwhghghBhdababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhChDhEhFhGhGhdhghghwhwhwhwhxhghHhdababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhIhIhIhIhIhIhJhghghKhghKhghghghLhdhdhdhdhdhMhMhMhMhMhMhMhMhMabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhIhIhIhIhIhIhJhghghghghghghghghNhOhPhPhPhdhMhQhMhQhMhQhMhQhMabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhRhRhShThUhUhdhVhWhghghghghghghNhXhPhYhPhdhMhMhMhMhMhMhMhMhMabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhdhZiaiaibhdhdhZiaiaibhdhdhdichdhdidieifhdhMhQhMhQhMhQhMhQhMabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababighghghNihiiijifhdhMhMhMhMhMhMhMhMhMabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababikilhghghNiminioiphdababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiqilirhghghNhdhdhdhdhdhMhMhMhMhMhMhMhMhMabisisisisisisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababitiuhiivhghgiwhdixhPiyhdhMhQhMhQhMhQhMhQhMabisiziAiAiBisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiqiCivhghghgiDhPhPiEhdhMhMhMhMhMhMhMhMhMabiFiGiGiGiGisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiHiChghgiIhdhPhPiJhdhMhQhMhQhMhQhMhQhMabisiGiKiLiMisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiNhghghNhdhPiOiPhdhMhMhMhMhMhMhMhMhMabisiQiRiSiTisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababhdhdhdhdhdiUhdhdhdhdhdhdababababababababababisiGiGiGiGisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiViWiXiWiYiZiYiWiXiWiVabababisisisisisisisisjajbjcjdjeisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiViWiWiWjfjgjfiWiWiWiVabababisjhjijijijjjkjljmjnjojojpjqababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiVjriVjriVjgiVjriVjriViViViVisjsjojojojojojtjujnjojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababiVjwiYjxjgjgjgjgjgjyjzjAjAjBisjsjojojojojCjDjEjnjojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababjFjFjFjFjFjFjFjwjGjxjgjgjgjHiVjriViVjAjIisjsjojojojojJjJjJjKjojojpjvjLabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMababababababababababababababababababababababababababababababababababababababjFjNjOjPjOjQjFjwjfjxjgjgjgjRjrjwiVjSjTjUisjVjojojojojojojojojojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababjMjWjWjWjWjWjWjWjWjWjXjWjWjWjYjZjWjWjWjWjWjYjWjWjWjWjWkajYjWjWjMababababababababababababababababababababababababababababababababababababababkbkckdkdkdkdjFjriVkejgjgjgkfiVjriVjrkgjriskhjojojojojojojojojojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababjMjWjWjWjWjXjWjWjWjWjWjWjWjWjWjWjWjYjWjWjWjWjWjWjWjYjWkijWjWjWjMababababababababababababababababababababababababababababababababababababababkjkckdkdkdkdkkkljgjgjgjgjgjgjgjykmjAjAjAknkojojojojojojojojojojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWjWkpjWjWjWjWjWjXjWjWjZjWjWjYjWjWjYjWjWjYjZjWjYjWjMababababababababababababababababababababababababababababababababababababababkbkqkdkdkdkdjFjriVkrjgjgjgjHiVjriViViViVisksjojojojojojojojojojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjYjWjWjXjWjWjYjZjWjWjYjWjZjMabababababababababababababababababababababababababababababababababababababktkjkckdkdkdkdjFjwiYjxjgjgjgkuiYjwiVabababiskvjojojojojojojojojojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjXjWjWjWjWjWjWjWjZjWjYjZjWjYjWjMababababababababababababababababababababababababababababababababababababababkwkckdkdkdkdjFjwjGjxjgjgjgkujGjwiVabababiskxjojojojokykykykzjojojpjvababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjZjWjWjWjYjWjWkpjZjWjWjWjMababababababababababababababababababababababababababababababababababababababkAkckdkdkdkdjFjwjfkBkrjgjHkCjfjwiVabababiskxjojojojokDkEkFjnjojojpkGababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWkHkHkHkHkHkHkHkHkHjWjWjWjWjWjWkpjWjWjXjWjXjWjYjWjYjMababababababababababababababababababababababababababababababababababababababkIkckdkdkdkdjFkJkJkKkLkMkKkLkJkJkJabababiskxjojojojojokNkOjnjojojpkPababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWkHkHkHkHkHkHkHkHkHjWjWjWjWjWjWkQkQkRkSkQkQjWjZjYjWjMababababababababababababababababababababababababababababababababababababababjFkTkUkVkdkdjFkWkXkYkZlalblcldlekJabababislflglglglhliljlkjnjojojpllababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalmlnlnlnloaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWkHkHkHkHkHkHkHkHkHjWjWjWjWjWkQkQlplqlqlpkQkQkQkQkQkQkQkQababababababababababababababababababababababababababababababababababababjFjFjFjFlrjFjFlslaltkZlalbltlalukJabababisisisisisisisislvjbjclwjeisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalxlylzlylxaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWkHkHkHkHkHkHkHkHkHjWkpjWjWjWkQlAlBlBlBlBlClDlEkQlFlGlHkQababababababababababababababababababababababababababababababababababababababjFlIlIlIjFlJlaltkZlalbltlalKkJabababababababababababisjojojojoisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalLlylylylLaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWkHkHkHkHkHkHkHkHkHjWjWjWjWjXkQlMlBlNlNlOlBlBlBlPlQlQlRkQkQkQkQkQkQkQkQkQkQkQkQabababababababababababababababababababababababababababjFlIlIlIjFlSlaltkZlalbltlalTkJabababababababababababisjolUkEkDisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalVlWlylXlVaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWkHkHkHkHkHkHkHjWjWjWjWjWjWkQlBlNlYlZlNlBmambkQlQmckQkQmdmdmdmemememememdmdkQabababababababababababababababababababababababababababjFlIlIlIjFmfmgmgmhlamimjmjmkkJabababababababababababisjomlkNmmisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalVlVmnlVlVaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWjWkHkHkHkHkHmompmpmpmpmpkSkQlBlNmqmrlNlBmamskQkQkQkQkQmdmtmumvmwmxmwmymzmdkQabababababababababababababababababababababababababababjFjFjFjFjFkKmAkLkJlakJkKmAkLkJabababababababababababmBjojojojoisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalVlymClylVaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWkHkHkHkHkHkHkHkHkHkHmDmEmEmEmEmEmEmFlBlBlBlBlBlBmamskQkQkQkQkQmdmGmvmwmHmImJmwmymKkQabababababababababababababababababababababababababababababababkJmLmLmLmMlamMmLmLmLkJabababababababababababismNlhlhmOisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaalVmPmCmQlVaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababjMjWjWkHkHkHkHkHkHkHkHkHkHmRmSkRmpmpmpkSkQmTlNlNlNlBlBmamUkRmpmpmpmpmpmpmwmHmImVmImJmwmKkQababababababababababababababababababababababababababababkJkJkJkJkJkJkJkJkMkJkJkJkJkJkJkJkJababababababababisisisisisisababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaalVlVlVlVlVlVaaaalVlymClylVaaaalVlVlVlVlVlVaaaaaaaaaaaaababababababababjMjWjWkHkHkHkHkHkHkHkHkHkHkHmWkHkHjWjWjWkQmXmYmZmYnalBlBlBmSmEmEmEmEmEmSnbmImJncmHmInbmKkQababababababababababababababababababababababababababababkJndnenenenenendndndnenenenenendkJababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaalVnfnfnfnflVlVlVlVlVmnlVlVlVlVlVlylylylylVaaaaaaaaaaaaababababababababjMngjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjXkQnhninhnhnjlBlBlBkRmpmpmpmpmpmpmwmHmInkmImJmwmKkQababababababababababababababababababababababababababababnlndndndnmndndndndndndndnmndndndnlababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaannmCmCmCmCnolynplylylylylynplynolylynqlynnaaaaaaaaaaaaababababababababjMjWjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWkpjWkQkQmbnrnsntkQnukQkQkQkQkQkQmdmGnvmwmHmImJmwnwmKkQababababababababababababababababababababababababababababkJndnenenenenendndndnenenenenendkJababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaalxnxnymCmCnzlylylylylylylylylynAlynBnCnDlxaaaaaaaaaaaaababababababababjMjWjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWkQkQkQkQkQkQnEnEnFnGnHnIkQmdnJnKnvmwnLmwnwnMmdkQababababababababababababababababababababababababababababkJkKmAmAmAmAmAmAmAmAmAmAmAmAmAkLkJababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaalLmCmCmCnfnolylylylynNlylylylynolynOnPnQlLaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWjWjWkpjWkQnEnEnEnEnEnEkQmdmdmdnRnRnRnRnRmdmdkQababababababababababababababababababababnSnSnSnSnSnSnSnSnSnTnUnUnUnUnUnUnUnUnUnUnUnUnUnTnSnSnSnSnSnSnSnSnSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaalVnfnfmCnflVlylylylylylylylylylVlylylylylVaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWjXjWjWjZnVnEnEnEnEnEnWkQkQkQkQkQkQkQkQkQkQkQkQababababababababababababababababababababnSnXnYnZnZnZnZnZoaobnUnUnUnUnUnUnUnUnUnUnUnUnUocoaodododododnYoenSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaalVlVlVnzlVlVlynplylylylylynplylVlVnAlVlVlVaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWkpjYjXkpkQofofofofofogkQabababababababababababababababababababababababababababababababnSnXnYnZohnZohnZoaobnUnUnUnUnUnUnUnUnUnUnUnUnUocoaodoiodoiodnYoenSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaalVlylylylVlVlVlVnoojnolVlVlVlVlylylylVaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWjWjWjYjWkQkQkQkQkQkQkQkQabababababababababababababababababababababababababababababababnSnXnYnZnZoknZnZoaobnUnUnUnUnUolomolnUnUnUnUnUocoaododonododnYoenSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaannlylylylylylylylylylylylylylylylylynnaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWjYjWkpjWjMababababababababababababababababababababababababababababababababababababababnSnXnYnZnZnZnZnZoaobnUnUnUnUnUolooolnUnUnUnUnUocoaodododododnYoenSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaalxlyoplyoplyoplyoplyoplyoplyoplyoplylxaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHkHjWjWjWjWjWjWjWjMababababababababababababababababababababababababababababababababababababababnSnXnYnZohnZohnZoaobnUnUnUnUnUnUnUnUnUnUnUnUnUocoaodoiodoiodnYoenSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaalLlylylylylylylylylylylylylylylylylylLaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHjWkHkHkHkHkHkHkHkHkHkHkHjWjWjWjWkijWjWjMababababababababababababababababababababababababababababababababababababababnSnXnYnZnZnZnZnZoaobnUnUnUnUnUnUnUnUnUnUnUnUnUocoaodododododnYoenSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaalVlVoqorosoqorlVlVotlVlVoqorouoqorlVlVaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHjWkHkHkHkHkHjWkHkHkHkHkHjWjWjWkiovkijWjMababababababababababababababababababababababababababababababababababababababnSnSnSowowowowownSnTnUnUnUnUnUnUnUnUnUnUnUnUnUnTnSowowowowownSnSnSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaalVlylylylyoxlVoyozoAlVoBlylylyoClVaaaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHjWjWjWjWjWjWjWkHkHkHkHkHjWjWjWjWkijWjWjMababababababababababababababababababababababababababababababababababababababababnSoDoDoDoDoDnSoEoFoFoFoFoFoFoFoFoFoFoFoFoFoGnSoHoHoHoHoHnSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaalVoIoJlylylylVoKoLoMlVoNlylylyoOlVaaaaaaaaaaaaaaaaababababababababjMjWkHkHkHkHkHjWjWjWjWjWjWjWkHkHkHkHkHjWjWjWjWjWjWjWjMababababababababababababababababababababababababababababababababababababababababnSnSnSnSnSnSnSoPoQoQoQoQoQoRoSoToQoQoQoQoQoPnSnSnSnSnSnSnSababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaalVlylylylylylVoUozoVlVoWlylylyoXlVaaaaaaaaaaaaaaaaababababababababjMjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjWjMababababababababababababababababababababababababababababababababababababababababababababababoYoPoPoPoZoPpapapapapaoPoZoPoPoPoYababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaalVlVlylypblVlVlVpclVlVlVpdpepflVlVaaaaaaaaaaaaaaaaababababababababjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMjMababababababababababababababababababababababababababababababababababababababababababababababoYoYpgoYoYoYoYphpipjoYoYoYoYpgoYoYababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaalVlVlVlVlVpkpllyplpllVlVlVlVlVaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababoYoYoYoYoYababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaalVlylylylylylVaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaalVpmlypnlypmlVaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopopopopopopopopopopopopopopopopopopoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaalVpppppppppplVaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopqprpsptptprpupvpwpxpypzpApzpzpzpBpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaalVlVpCpCpClVlVaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopqprprprprprpDpypypypEpzpzpzpFpzpzpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapGpGpGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopHprpIpqpJpKpLpypypypypzpzpMpzpNpApoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopOpypEpEpEpEpEpypypypypzpzpzpPpzpzpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopQpypypypypypypypypypypRpzpzpzpzpzpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopSpypypypypypypypypEpypRpTpTpTpUpTpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopVpypypypypypypypEpWpEpRpXpXpXpXpXpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopopYpZpZqapopopopopopopopopopopopopoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpoqbqbqbqbpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpoqbqbqbqbpoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababpopopopopopoababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababqcqdqeqfqgabababqcqdqeqfqgababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababqhqiqjqkqlqmqnabqhqiqoqpqqqmqnabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababqrqrqrqrqrqrqrqrqrqrqrqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababqsqtquququqvqwabqsqxquququqvqwabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababqrqyqyqyqyqyqyqyqyqyqyqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababqzqAqBqCqDqEqFabqzqAqGqCqHqEqFabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-ababababqrqIqJqKqKqKqKqJqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababqLqMquququqvqNabqLqMquququqvqNabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqrqrqrqOqPqPqQqKqKqRqPqPqOqrqrqrqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababqSqTqUqVqWqXqYabqSqTqUqVqWqXqYabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqyqyqyqZrarbrcrcrcrcrdrareqyqyqyqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababrfrgrhrirjabababrfrgrhrirjababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqJqKqKqKqKqRrkrkrkrkqRqKqKqKqKqJqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKqKqKqJqKqKrkrkrkrkqKqKqJqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababqcqdqeqfqgabababqcqdqeqfqgababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKrlrmrmrmqKrkrnrkrkqKrlrmrmrlqKqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababqhqirorprqqmqnabqhqirrrsrtqmqnabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKqKqKqKqKqKrkrkrkrkqKqKqKqKqKqKqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababqsruquququqvqwabqsrvquququqvqwabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKrmrmrlrmqKrkrkrkrkqKrmrlrmrmqKqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababqzqArwqCrxqEqFabqzqAryqCrzqEqFabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKqKqJqKqKqKrkrnrkrkqKqKqJqKqKqKqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababqLqMquququqvqNabqLqMquququqvqNabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKrmrmrmrlqKrkrkrkrkqKrmrmrlrmqKqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababqSqTqUqVqWqXqYabqSqTqUqVqWqXqYabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKqKqKqJqKqKrkrArkrkqKqKqKqKqJqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababrfrgrhrirjabababrfrgrhrirjababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqKrlrmrmrmqKrkrkrnrkqKrmrlrmrmqKqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqJqKqKqKqKqKrkrkrkrkqKqKqKqKqKqJqrabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqrqrqrqrqrqrrkrkrkrkqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrBrBrBrBrBqrrCrkrkrkqrrDrErFrGrDqrrHrHrIrIrJrKqrrLrMrNrNrNrMrLqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrkrkrkrkrkqrrOrkrkrkqrrPrQrRrGrEqrrSrkrkrkrkrSqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrTrkrkrkrTqrrUrkrkrkqrrVrErPrDrFqrrSrkrkrkrkrIqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrWrXrkrkrWqrrYrkrkrkqrrZrZrZrZrZqrrKrkrXrXrkrHsaqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrsbrkrkrkrUqrscrkrkrkqrsdrkrkrkseqrrKrkrXrXrkrHqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrWrkrkrkrWqrsfrkrkrkqrsdrkrkrkseqrrKrkrkrkrkrIqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrOrkrkrXsgqrrOrkrkrkshrkrkrkrkrkqrqrqrshqrqrqrqrrLrMrNsirNrMrLqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrWrXrkrkrWqrrkrkrkrkqrrkrkrkrkrkqrrKrHrkrIrHrKqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqrqrshqrqrqrqrqrqrqrqrrkrkrkrkrkqrrKrkrkrkrXrHqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrkrkrkrksjskslsmsnsoqrsdrkrkrXseqrrHrkrkrkrkrKqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrrkspsprkrkrkrkrkrkrkqrsdrkrkrkseqrrIrkrkrkrkrSqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrsdsqsrserkrkrkrkrkrkshrkrkrkrkrkshrkrkrXrkrkrKqrqKqKqKrNqKqKqKqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrsdsqsqserkrkssrOrOrUqrrkrkrkrkrkqrrSrSrHrJrIrSqrrLrMrNrNrNrMrLqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-abqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababst
-ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababst
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gz
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HN
+HN
+HN
+HN
+HN
+HN
+HN
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HP
+HP
+HP
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HP
+HP
+HP
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HP
+HP
+HP
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HQ
+HQ
+HQ
+HQ
+HQ
+HQ
+HQ
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gd
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HQ
+HQ
+HQ
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HO
+HP
+HP
+HP
+HQ
+HQ
+HR
+HS
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HQ
+HQ
+HQ
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HQ
+HQ
+HQ
+HQ
+HQ
+HQ
+HQ
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HP
+HP
+HP
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HP
+HP
+HP
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HP
+HP
+HP
+HQ
+HP
+HP
+HP
+HN
+HM
+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
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+gc
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HN
+HN
+HN
+HN
+HN
+HN
+HN
+HN
+HN
+HM
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+HM
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+wf
+wy
+wX
+pg
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+pg
+pg
+vG
+wg
+wz
+wg
+xu
+pg
+wf
+wX
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+sx
+tb
+vo
+px
+px
+px
+px
+px
+xS
+px
+px
+pg
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+sy
+uq
+tb
+pg
+px
+px
+px
+px
+px
+pg
+px
+sz
+px
+pg
+pg
+pg
+pg
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+tb
+tb
+tb
+tb
+pg
+vG
+wg
+px
+wg
+xu
+pg
+px
+px
+px
+pg
+zg
+zu
+zz
+pg
+pg
+rX
+pg
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+sx
+tc
+tb
+tb
+tb
+pg
+pg
+wf
+wy
+wX
+pg
+pg
+px
+sz
+px
+yX
+zh
+zh
+zA
+zU
+px
+px
+pg
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+pg
+pg
+sy
+tb
+tb
+tb
+uR
+pg
+vH
+px
+px
+px
+xv
+pg
+px
+px
+px
+pg
+zi
+zv
+zB
+pg
+pg
+zU
+pg
+pg
+pg
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+px
+rb
+pg
+pg
+pg
+tO
+pg
+pg
+pg
+vI
+px
+px
+px
+px
+pg
+px
+sz
+px
+pg
+pg
+pg
+pg
+pg
+px
+px
+Bj
+BG
+pg
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+ph
+px
+px
+px
+rX
+px
+px
+px
+px
+uS
+pg
+px
+px
+px
+px
+px
+rX
+px
+px
+px
+pg
+zj
+sz
+zC
+pg
+An
+px
+px
+BG
+BO
+Cm
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pi
+py
+px
+px
+rY
+px
+px
+px
+px
+px
+vp
+px
+px
+wA
+wY
+px
+xS
+px
+sz
+px
+yY
+sz
+zw
+sz
+rX
+Ao
+px
+px
+BG
+BO
+Cm
+la
+la
+CU
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pj
+px
+px
+px
+rX
+px
+px
+px
+px
+uT
+pg
+px
+px
+px
+px
+px
+rX
+px
+px
+px
+pg
+zk
+sz
+zD
+pg
+An
+px
+px
+BG
+BO
+Cm
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+px
+rc
+pg
+pg
+pg
+tP
+pg
+pg
+pg
+vJ
+px
+px
+px
+px
+pg
+px
+sz
+px
+pg
+pg
+pg
+pg
+pg
+Ap
+px
+Bj
+BG
+pg
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+pg
+pg
+sz
+td
+sz
+ur
+uU
+pg
+vK
+wh
+wB
+px
+px
+pg
+px
+px
+px
+pg
+zl
+zx
+zE
+pg
+pg
+rX
+pg
+pg
+pg
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+sA
+te
+tQ
+sz
+uV
+pg
+pg
+wf
+wy
+wX
+pg
+pg
+px
+sz
+px
+yZ
+zm
+zm
+zF
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+tf
+sz
+td
+sz
+ph
+vL
+vO
+wC
+wZ
+vO
+ph
+px
+px
+px
+pg
+zn
+zm
+zG
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+sA
+us
+tQ
+pi
+vM
+wi
+vM
+xa
+vM
+pi
+px
+sz
+px
+pg
+pg
+pg
+pg
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+tf
+sz
+pj
+vN
+wj
+vO
+wi
+vO
+pj
+px
+px
+pg
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+pg
+pg
+vO
+wi
+vM
+xb
+xw
+pg
+wf
+wX
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+pg
+pg
+pg
+pg
+pg
+pg
+pg
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+la
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+tR
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lF
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+mz
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lF
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+pk
+rd
+mg
+mA
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lG
+hq
+lF
+hq
+hq
+hq
+hq
+hq
+hq
+pk
+pk
+hq
+re
+kI
+sB
+tg
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+ln
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+re
+kI
+sC
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lF
+hq
+hq
+hq
+hq
+mz
+hq
+hq
+re
+kI
+re
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lG
+ln
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+re
+kI
+re
+hq
+hq
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+kl
+kl
+kl
+kl
+hq
+hq
+hq
+hq
+lG
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+re
+kI
+re
+hq
+hq
+mz
+hq
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+pk
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+hq
+hq
+hq
+hq
+hq
+ln
+hq
+hq
+hq
+hq
+lF
+hq
+rf
+kI
+rf
+hq
+lF
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+hq
+hq
+lG
+hq
+hq
+hq
+hq
+hq
+kl
+kl
+kl
+kl
+kl
+rZ
+kl
+kl
+kl
+kl
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+lG
+hq
+hq
+lF
+hq
+hq
+mz
+kl
+kl
+pl
+pz
+oJ
+oJ
+oJ
+sD
+th
+tS
+kl
+kl
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+jX
+km
+ku
+kI
+kl
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+kl
+oH
+oJ
+oJ
+pA
+pA
+oJ
+pA
+ti
+tT
+qq
+kl
+hq
+lF
+mz
+hq
+lG
+hq
+hq
+mh
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+ol
+oI
+oJ
+pA
+qn
+rg
+oJ
+pA
+tj
+tS
+ut
+kl
+hq
+hq
+lG
+hq
+hq
+hq
+mh
+yc
+mh
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+oJ
+oJ
+pA
+qo
+rh
+oJ
+pA
+ti
+tS
+uu
+kl
+mz
+hq
+lF
+lG
+mz
+hq
+hq
+mh
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kI
+kI
+kI
+kI
+kI
+kI
+kI
+kI
+kI
+om
+oJ
+oJ
+pB
+pA
+pA
+oJ
+oJ
+tk
+tU
+uv
+kl
+hq
+ln
+mz
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+kl
+lH
+mg
+mA
+kl
+kl
+kl
+kl
+kl
+kl
+pm
+oJ
+oJ
+oJ
+oJ
+oJ
+oJ
+oJ
+kl
+kl
+kl
+ol
+kl
+kl
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+lI
+mh
+ln
+hq
+ln
+ln
+hq
+hq
+kl
+pn
+oJ
+qp
+qp
+qp
+qp
+oJ
+oJ
+uw
+uW
+uW
+uW
+wk
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+lG
+hq
+hq
+lG
+hq
+hq
+lG
+ln
+kl
+po
+oJ
+qq
+ri
+ri
+sE
+oJ
+oJ
+kl
+uW
+uW
+uW
+wk
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gf
+Gv
+GF
+GR
+GX
+aa
+aa
+aa
+Gf
+Gv
+GF
+GR
+GX
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+hq
+hq
+lG
+hq
+lG
+hq
+hq
+lG
+kl
+kl
+pC
+kl
+kl
+kl
+sC
+sB
+sC
+kl
+uX
+uW
+uW
+wk
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Ga
+Gg
+Gw
+GG
+GS
+GY
+He
+aa
+Ga
+Gg
+Ht
+GG
+GS
+GY
+He
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+hq
+hq
+lG
+hq
+ln
+hq
+hq
+lG
+hq
+kl
+pp
+pD
+pD
+kl
+kl
+re
+kI
+re
+kl
+uY
+uW
+uW
+wk
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gb
+Gh
+Gx
+GH
+Gx
+GZ
+Hf
+aa
+Gb
+Hn
+Gx
+Hy
+Gx
+GZ
+Hf
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+km
+ku
+kI
+kl
+ln
+hq
+hq
+hq
+lG
+hq
+hq
+lG
+ln
+kl
+pq
+pD
+qr
+kl
+kl
+re
+kI
+re
+kl
+uZ
+uW
+uW
+wk
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+Gi
+Gx
+GI
+Gx
+Ha
+Hg
+aa
+Gc
+Ho
+Gx
+GI
+Gx
+Ha
+Hg
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+kl
+kl
+kl
+kl
+hq
+hq
+lG
+ln
+hq
+hq
+ln
+hq
+lG
+ol
+pr
+pE
+kl
+kl
+kl
+re
+kI
+re
+kl
+va
+uW
+vP
+wl
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gd
+Gj
+Gx
+GJ
+Gx
+Hb
+Hh
+aa
+Gd
+Hp
+Gx
+Hz
+Gx
+Hb
+Hh
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+ln
+lG
+hq
+ln
+hq
+kl
+kl
+kl
+kl
+kl
+kl
+re
+kI
+re
+kl
+kl
+kl
+kl
+kl
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Ge
+Gk
+Gy
+GK
+Gy
+Hc
+Hi
+aa
+Ge
+Gk
+Gy
+GK
+Gy
+Hc
+Hi
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lG
+hq
+hq
+hq
+lG
+ln
+hm
+aa
+kl
+qs
+qs
+qs
+re
+kI
+re
+qs
+qs
+qs
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gl
+Gz
+GL
+GT
+Hd
+aa
+aa
+aa
+Gl
+Gz
+GL
+GT
+Hd
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lG
+hq
+ln
+hq
+hm
+aa
+kl
+qs
+rj
+sa
+re
+sB
+re
+sa
+vb
+qs
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+ln
+hq
+hq
+ln
+hq
+lG
+hm
+aa
+kl
+qs
+rk
+rl
+rm
+tl
+rm
+ux
+vc
+qs
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gf
+Gv
+GF
+GR
+GX
+aa
+aa
+aa
+Gf
+Gv
+GF
+GR
+GX
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+lG
+hq
+hq
+hq
+hm
+aa
+kl
+qt
+rl
+rm
+sb
+sc
+sb
+rm
+ux
+vq
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Ga
+Gg
+GA
+GG
+GS
+GY
+He
+aa
+Ga
+Gg
+Hu
+GG
+GS
+GY
+He
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+qt
+rm
+sb
+sc
+sd
+sc
+sb
+rm
+vq
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gb
+Gm
+Gx
+GM
+Gx
+GZ
+Hf
+aa
+Gb
+Hq
+Gx
+HA
+Gx
+GZ
+Hf
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+qt
+rn
+sc
+sF
+tm
+tV
+sc
+vd
+vq
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+Gn
+Gx
+GI
+Gx
+Ha
+Hg
+aa
+Gc
+Hr
+Gx
+GI
+Gx
+Ha
+Hg
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+qt
+rm
+sd
+sc
+sb
+sc
+sd
+rm
+vq
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gd
+Go
+Gx
+GN
+Gx
+Hb
+Hh
+aa
+Gd
+Hs
+Gx
+HB
+Gx
+Hb
+Hh
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+qt
+ro
+rm
+sd
+sc
+sd
+rm
+uy
+vq
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Ge
+Gk
+Gy
+GK
+Gy
+Hc
+Hi
+aa
+Ge
+Gk
+Gy
+GK
+Gy
+Hc
+Hi
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+qs
+rp
+ro
+rm
+tl
+rm
+uy
+ve
+qs
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Gl
+Gz
+GL
+GT
+Hd
+aa
+aa
+aa
+Gl
+Gz
+GL
+GT
+Hd
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+qs
+qs
+se
+se
+se
+se
+se
+qs
+qs
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+kl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hq
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+hm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FH
+FN
+FN
+FN
+FH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FI
+FO
+FR
+FR
+FR
+FH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FJ
+FO
+FR
+FR
+FR
+FN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+zV
+zV
+zV
+zV
+zV
+zV
+zV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FK
+FO
+FS
+FN
+FP
+FN
+FN
+FN
+FN
+FN
+FN
+FN
+FN
+FN
+FN
+FH
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Aq
+Aq
+Bk
+BH
+BP
+Cn
+Cx
+zV
+zV
+zV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FH
+FN
+FT
+FZ
+FZ
+Gp
+GB
+GO
+GU
+FN
+Hj
+Hj
+Hj
+Hj
+Hj
+FN
+FH
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Ar
+Ar
+Ar
+Ay
+Ay
+Ay
+Ay
+CL
+CV
+CV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FN
+FU
+FZ
+FV
+Gq
+GC
+GP
+GP
+FN
+FV
+FV
+FV
+FV
+FV
+FN
+FN
+FN
+FN
+FH
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+As
+Ar
+Bl
+AR
+Ay
+Ay
+Ay
+CM
+CV
+CV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FL
+FP
+FV
+FV
+FV
+Gr
+GD
+GP
+GP
+FN
+Hj
+Hj
+FV
+Hj
+Hj
+FN
+HD
+Hx
+HH
+Hk
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+At
+Ar
+Aq
+AR
+Ay
+Ay
+Ay
+CM
+CV
+CV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FN
+FW
+FZ
+FV
+Gs
+GE
+Gs
+GV
+FN
+FN
+FN
+Hl
+FN
+FN
+FN
+Gu
+FZ
+HI
+Hk
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+At
+Ar
+Bm
+AR
+Ay
+Ay
+Ay
+CN
+CV
+CV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FQ
+FX
+FZ
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+HC
+FV
+HG
+HJ
+Hk
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Ar
+Ar
+Bn
+AR
+Ay
+Ay
+Ay
+zV
+zV
+zV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FN
+FY
+FZ
+FV
+Gt
+FZ
+Gu
+Gu
+FZ
+Gu
+Gu
+FV
+FZ
+Hv
+FN
+HE
+FZ
+HK
+Hk
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Au
+AQ
+Bo
+AR
+Ay
+Ay
+Ay
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FM
+FP
+FV
+FV
+FV
+FZ
+FZ
+GQ
+GQ
+FZ
+GQ
+GQ
+FV
+FZ
+Hw
+FN
+HF
+HD
+HL
+Hk
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Av
+Ay
+Ay
+Ay
+Ay
+Ay
+Ay
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FN
+FU
+FZ
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FV
+FZ
+Hx
+FN
+FN
+FN
+FN
+FH
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Aw
+Ay
+Ay
+Ay
+Ay
+Ay
+AR
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FH
+FN
+FT
+FZ
+FZ
+Gu
+Gu
+Gu
+FV
+Gu
+Gu
+Gu
+FV
+FZ
+FU
+FN
+FH
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Ax
+Ay
+Ay
+Ay
+Ay
+AR
+Cy
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FI
+FO
+FS
+FN
+FP
+FN
+FN
+FN
+FP
+FN
+Hk
+FN
+FP
+FN
+FN
+FH
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Ay
+AR
+Ay
+Ay
+Ay
+Ay
+AR
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FJ
+FO
+FR
+FR
+FR
+FN
+aa
+aa
+GW
+aa
+aa
+aa
+Hm
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Az
+Az
+Az
+Az
+BQ
+BQ
+BQ
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FK
+FO
+FR
+FR
+FR
+FH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+AA
+Az
+Az
+Az
+Az
+Co
+Cz
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+FH
+FN
+FN
+FN
+FH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Az
+Az
+Bp
+Az
+Az
+Co
+Cz
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Az
+AS
+Az
+BI
+Az
+Co
+Cz
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+Az
+Az
+Bq
+Az
+Az
+Cp
+Cz
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+AB
+Az
+AA
+Az
+Az
+Co
+Cz
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zV
+zV
+zV
+zV
+zV
+zV
+zV
+zV
+zV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+hM
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+nf
+nf
+mU
+mV
+nf
+nf
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+nf
+pF
+qu
+rq
+sf
+nf
+aa
+aa
+uz
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+pG
+qv
+rr
+sg
+lJ
+aa
+nf
+uA
+nf
+aa
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+nf
+pH
+qw
+rs
+sh
+lJ
+tn
+nf
+uB
+nf
+vr
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+nf
+pI
+qx
+rt
+si
+mU
+to
+nf
+uA
+nf
+to
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+mV
+pJ
+qy
+ru
+sj
+mV
+tp
+tW
+uC
+tW
+vs
+mV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+nf
+pK
+qy
+ru
+qA
+sG
+tq
+tX
+uD
+tX
+vt
+nf
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+pL
+qz
+rv
+sk
+lJ
+tr
+tY
+uE
+tY
+vu
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+lJ
+lJ
+rw
+lJ
+lJ
+lJ
+tZ
+uF
+tZ
+lJ
+lJ
+nf
+nf
+mV
+nf
+nf
+lJ
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+nf
+nf
+lJ
+nf
+nf
+lJ
+pM
+qA
+rx
+qA
+sH
+lJ
+ua
+ua
+ua
+lJ
+vQ
+wm
+nD
+vU
+xx
+xT
+yd
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+ng
+nD
+nU
+on
+oK
+lJ
+pN
+qA
+ry
+qA
+sI
+lJ
+tZ
+uF
+tZ
+lJ
+vR
+od
+od
+od
+od
+od
+ye
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+nh
+nE
+nV
+nE
+oL
+lJ
+lJ
+lJ
+lJ
+lJ
+pt
+lJ
+ub
+uG
+ue
+pt
+vS
+od
+wD
+xc
+xy
+od
+yf
+pt
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+ni
+nF
+nW
+nE
+oM
+mV
+pO
+qB
+rz
+sl
+sJ
+lJ
+qw
+uH
+rt
+mV
+vT
+od
+wE
+xd
+xz
+od
+yg
+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
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+nj
+nG
+nX
+oo
+nI
+ps
+oQ
+qC
+rA
+sm
+sK
+lJ
+qw
+tX
+rt
+pU
+vU
+wn
+ry
+wn
+ry
+wn
+yh
+mV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+mi
+mB
+lJ
+nk
+nH
+nY
+op
+oN
+lJ
+pP
+op
+nE
+nE
+sL
+mU
+uc
+tX
+uf
+vv
+qA
+ry
+wF
+xe
+xA
+ry
+yi
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lK
+mj
+mC
+mT
+nl
+nI
+nI
+oq
+oO
+mV
+pQ
+qD
+rB
+sn
+sM
+ts
+ud
+tX
+ud
+mU
+qA
+wo
+wG
+xf
+xB
+xU
+yj
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zH
+zH
+zH
+zH
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gf
+gl
+gl
+gl
+gl
+gl
+gl
+gl
+gl
+gl
+gA
+hg
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+hg
+gf
+gl
+gl
+gl
+gl
+gl
+gl
+gl
+gl
+gl
+gA
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+mk
+mD
+lJ
+nm
+nJ
+nZ
+nL
+oP
+lK
+pR
+qE
+rC
+nE
+sN
+pU
+ue
+tX
+vf
+vv
+qA
+wp
+wH
+xg
+xC
+xV
+yk
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zH
+zY
+zZ
+zN
+DK
+Ef
+Er
+Ee
+Ef
+DK
+Ef
+Er
+Ee
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gB
+ge
+gp
+gq
+gq
+gq
+gp
+go
+gp
+gp
+gp
+gp
+gp
+go
+gp
+gq
+gq
+gq
+gp
+ge
+gg
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+lJ
+lJ
+mU
+nn
+nK
+oa
+or
+oQ
+ps
+pS
+qF
+rD
+so
+sO
+lJ
+qy
+tX
+ru
+pU
+vV
+wo
+wI
+xh
+xD
+xU
+yl
+lJ
+aa
+aa
+aa
+aa
+aa
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zN
+zN
+zH
+DJ
+DJ
+Ef
+Ef
+DJ
+DJ
+DJ
+Ef
+Ef
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gB
+ge
+gp
+gq
+gp
+gp
+gp
+go
+gp
+gp
+hH
+gp
+gp
+go
+gp
+gp
+gp
+gq
+gp
+ge
+gg
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+mV
+no
+nL
+ob
+os
+oR
+lJ
+pT
+qG
+rE
+nE
+sP
+lJ
+qy
+tX
+ru
+lJ
+vU
+ry
+wJ
+xi
+wJ
+ry
+ym
+lJ
+aa
+aa
+aa
+aa
+aa
+zH
+AC
+AT
+Br
+zH
+BR
+Cq
+CA
+CO
+CW
+zH
+Dl
+Dt
+BK
+DL
+Eg
+Es
+EB
+Eg
+DL
+Eg
+EO
+EO
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gB
+ge
+gp
+gq
+gp
+gp
+gp
+go
+gp
+hH
+hI
+hH
+gp
+go
+gp
+gp
+gp
+gq
+gp
+ge
+gg
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+jD
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+lK
+nM
+lJ
+lJ
+lJ
+lJ
+pU
+qH
+lJ
+mV
+lJ
+lJ
+qy
+tX
+ru
+pt
+on
+wn
+ry
+wn
+ry
+wn
+yn
+lJ
+aa
+aa
+aa
+aa
+aa
+zH
+AD
+AU
+Bs
+BJ
+Bs
+Bs
+Bs
+Bs
+Bs
+Dg
+AY
+Bb
+BK
+DL
+Eg
+Et
+EC
+Eg
+DL
+Eg
+EO
+EO
+DJ
+Fj
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gB
+ge
+gp
+gq
+gp
+gp
+gp
+go
+gp
+gp
+hH
+gp
+gp
+go
+gp
+gp
+gp
+gq
+gp
+ge
+gg
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iZ
+jl
+js
+iZ
+js
+jJ
+iZ
+aa
+aa
+aa
+aa
+iZ
+iZ
+lL
+jF
+iK
+lJ
+np
+nL
+oc
+ot
+oS
+mV
+pM
+qI
+rF
+lJ
+sQ
+nf
+qy
+tX
+ru
+lJ
+mU
+pU
+wK
+wK
+wK
+pU
+mV
+lJ
+aa
+aa
+aa
+aa
+aa
+zH
+AE
+AV
+Bt
+zH
+BS
+BS
+BS
+BS
+BS
+zH
+AX
+Bu
+DE
+DE
+DE
+DE
+DE
+DE
+DE
+DE
+EO
+EO
+EO
+EO
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gB
+ge
+gp
+gq
+gq
+gq
+gp
+go
+gp
+gp
+gp
+gp
+gp
+go
+gp
+gq
+gq
+gq
+gp
+ge
+gg
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+jd
+jm
+jt
+iZ
+jt
+jK
+jd
+aa
+aa
+aa
+aa
+iZ
+lo
+lM
+ml
+mE
+lJ
+nq
+nN
+od
+od
+oT
+pt
+pV
+qJ
+rG
+mV
+sR
+nf
+qy
+tX
+ru
+lJ
+vW
+wq
+qA
+qA
+qA
+wq
+yo
+lJ
+aa
+aa
+aa
+aa
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+AY
+Bb
+DE
+DM
+DM
+DM
+DM
+DM
+DM
+DE
+EO
+EO
+EO
+EO
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gh
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gC
+hg
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+hg
+gh
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gC
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iQ
+iZ
+iZ
+jn
+js
+iZ
+js
+jL
+iZ
+iZ
+iZ
+iZ
+iQ
+iK
+lp
+lN
+mm
+mF
+lJ
+nr
+nO
+oe
+ou
+oU
+mU
+pW
+qK
+rH
+lJ
+sQ
+nf
+qy
+uD
+ru
+lJ
+vX
+qA
+wL
+wL
+wL
+qA
+yp
+lJ
+aa
+aa
+aa
+aa
+zH
+zW
+zH
+AW
+Bd
+BK
+Aj
+Cr
+AF
+Cr
+AF
+Cr
+Dm
+Bu
+DE
+DN
+DN
+DN
+DN
+DN
+DN
+DE
+DE
+DE
+Fb
+Fb
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+hg
+hg
+hg
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+hg
+hg
+hg
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iR
+iR
+je
+jo
+iS
+jz
+jE
+jM
+jP
+jP
+jP
+iR
+iR
+iZ
+lq
+iT
+mn
+mG
+lJ
+mU
+mV
+lJ
+lJ
+lJ
+lJ
+lJ
+qL
+pU
+lJ
+nf
+pt
+qy
+tX
+ru
+lJ
+vY
+qA
+wM
+xj
+xE
+qA
+yq
+lJ
+aa
+aa
+aa
+aa
+zI
+zX
+zI
+AX
+Bu
+BK
+BT
+AM
+AG
+AM
+AG
+AM
+AG
+Bc
+DF
+DO
+Eh
+Eh
+Eh
+Eh
+EG
+EM
+EP
+DE
+EO
+EO
+DJ
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iS
+iS
+jf
+jp
+ju
+ju
+ju
+jN
+jQ
+jY
+jY
+jE
+jE
+iZ
+lr
+lO
+kJ
+mH
+lL
+ns
+nP
+of
+ov
+oV
+mV
+pX
+qM
+rI
+lJ
+sS
+nf
+qy
+tX
+ru
+lJ
+vZ
+qA
+wN
+xk
+xF
+qA
+yr
+lJ
+aa
+aa
+aa
+aa
+zH
+zN
+zH
+AY
+Bb
+zH
+zH
+Ba
+zH
+zH
+Ac
+BL
+Ac
+zH
+DE
+DP
+Ei
+Ej
+Ej
+Ei
+EH
+EM
+EP
+DE
+EO
+EO
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gp
+gp
+gp
+gB
+go
+gg
+gp
+gp
+gp
+gB
+go
+gg
+gp
+gq
+gp
+gB
+ge
+gp
+gm
+gm
+gm
+gp
+ge
+gg
+gm
+gq
+gm
+gB
+go
+gg
+gm
+gm
+gm
+gB
+go
+gg
+gm
+gm
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iT
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+kJ
+iQ
+ls
+iT
+kJ
+mI
+jF
+lt
+lv
+og
+mm
+oV
+pt
+pY
+qN
+rJ
+lJ
+sT
+nf
+qy
+uI
+ru
+lJ
+wa
+qA
+wL
+wL
+wL
+qA
+ys
+mU
+aa
+aa
+aa
+aa
+zH
+zY
+zN
+AX
+Bu
+zH
+BU
+Cb
+CB
+CP
+CX
+Dh
+Dn
+Du
+DE
+DP
+Ej
+Eu
+Ej
+Ej
+EH
+EM
+EP
+DE
+EO
+EO
+Ef
+FE
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gq
+gq
+gq
+gB
+go
+gg
+gq
+gq
+gq
+gB
+go
+gg
+gq
+gq
+gq
+gB
+ge
+gp
+ge
+gq
+ge
+gp
+ge
+gg
+gq
+gq
+gq
+gB
+go
+gg
+gq
+gq
+gq
+gB
+go
+gg
+gq
+gq
+gq
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iL
+iT
+ja
+jg
+iR
+ja
+iR
+ja
+iR
+ja
+iR
+kn
+ja
+kJ
+lb
+lt
+iT
+kJ
+lt
+lb
+lt
+iT
+ja
+kJ
+lt
+mU
+pZ
+qA
+rK
+lJ
+sS
+nf
+uf
+uG
+vg
+lJ
+wb
+wr
+wO
+xl
+xG
+wr
+yt
+lJ
+aa
+aa
+aa
+aa
+zH
+zZ
+zN
+AY
+Bb
+Ac
+BV
+Bs
+Cs
+Bs
+Cs
+Bs
+Cs
+Dv
+DE
+DP
+Ei
+Ej
+Ej
+Ei
+EH
+EM
+EP
+DE
+EO
+EO
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gp
+gq
+gp
+gB
+go
+gg
+gp
+gq
+gp
+gB
+go
+gg
+gp
+gq
+gp
+gB
+ge
+gp
+gm
+gm
+gm
+gp
+ge
+gg
+gm
+gq
+gm
+gB
+go
+gg
+gm
+gq
+gm
+gB
+go
+gg
+gm
+gq
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iL
+iT
+ja
+jg
+jq
+ja
+jq
+ja
+jq
+ja
+jq
+kn
+ja
+kJ
+iK
+lu
+lP
+kL
+mJ
+iK
+nt
+iT
+ja
+kJ
+oW
+lJ
+lJ
+lJ
+lJ
+lJ
+lJ
+lJ
+tZ
+uF
+tZ
+lJ
+mU
+pU
+lJ
+lJ
+lJ
+pU
+mV
+lJ
+yN
+it
+it
+it
+zH
+zN
+zH
+AX
+Bu
+zH
+BW
+Cs
+Bs
+CQ
+Bs
+Cs
+Bs
+Dw
+DE
+DQ
+Ek
+Ek
+Ek
+Ek
+EI
+EM
+EP
+DE
+Fc
+Fc
+DJ
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iT
+ja
+jg
+jq
+ja
+jq
+ja
+jq
+ja
+jq
+kn
+ja
+kJ
+jF
+iK
+iK
+lb
+iK
+iQ
+nu
+lO
+ja
+mn
+oX
+iQ
+iK
+iK
+pw
+lW
+it
+tt
+tt
+tt
+tt
+tt
+it
+pw
+lW
+it
+it
+it
+pf
+iz
+qP
+iz
+lf
+iz
+zJ
+Aa
+AF
+AZ
+Bv
+Ac
+BX
+Bs
+CC
+BN
+CY
+Di
+Do
+zH
+DE
+DR
+DR
+DR
+DR
+DR
+DR
+DE
+DE
+DE
+DJ
+Fk
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+gp
+gp
+gp
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iL
+iT
+ja
+jg
+jq
+ja
+jq
+ja
+jq
+ja
+jq
+kn
+ja
+kK
+iK
+lv
+jY
+jY
+mm
+iK
+nv
+iT
+ja
+kJ
+nP
+iK
+qa
+iK
+iz
+iz
+it
+ir
+jc
+lx
+jc
+ir
+it
+iz
+iz
+it
+lW
+it
+iz
+ir
+HU
+iu
+iz
+it
+zK
+Ab
+AG
+AM
+Bw
+zH
+BY
+Cs
+CD
+BM
+CZ
+Dj
+Dj
+Dx
+DG
+DS
+El
+Ev
+Ev
+EE
+DS
+DG
+EQ
+EU
+Fd
+Fc
+Fq
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iL
+iT
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+ja
+kJ
+lc
+iT
+ja
+ja
+kJ
+lc
+lt
+nQ
+jb
+kL
+oY
+iK
+iZ
+iK
+rL
+rM
+lX
+tu
+rM
+uJ
+vh
+vw
+lX
+ws
+wP
+rR
+iz
+it
+qf
+yE
+lA
+za
+zo
+it
+zH
+Ac
+zH
+Ba
+zH
+zH
+zH
+zH
+zH
+zH
+Da
+Dj
+Db
+Dy
+DH
+DH
+DH
+DH
+DH
+DH
+DH
+DH
+ER
+EV
+Fe
+Fl
+Fr
+FF
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gp
+gq
+gp
+gB
+gG
+gg
+gp
+gq
+gp
+gB
+gp
+gp
+gm
+ge
+gm
+gp
+gp
+gp
+gq
+hH
+gq
+gp
+gp
+gp
+gm
+ge
+gm
+gp
+gp
+gg
+gm
+gq
+gm
+gB
+gG
+gg
+gm
+gq
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iU
+jb
+jb
+jr
+jv
+jv
+jb
+jO
+jR
+jO
+jb
+jb
+kL
+iK
+lw
+jb
+jb
+mK
+iK
+nw
+nR
+oh
+lt
+oZ
+pu
+qb
+pu
+rM
+mq
+lX
+mq
+mp
+mq
+mq
+mq
+lX
+mq
+ws
+kT
+qP
+kT
+lk
+jB
+jB
+jB
+zp
+it
+zL
+Ad
+zN
+AG
+Bx
+zH
+BZ
+Ce
+BZ
+zH
+Db
+Dj
+Db
+Dy
+DI
+DT
+DT
+DT
+DT
+DT
+DT
+DI
+ER
+EV
+Fe
+Fl
+Fs
+Ef
+FE
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gq
+gq
+gq
+gB
+gG
+gg
+gq
+gq
+gq
+gB
+gp
+gp
+gm
+gq
+gm
+gp
+gp
+gp
+hH
+hJ
+hH
+gp
+gp
+gp
+gm
+gq
+gm
+gp
+gp
+gg
+gq
+gq
+gq
+gB
+gG
+gg
+gq
+gq
+gq
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iK
+iK
+iQ
+iK
+iK
+iK
+iK
+jF
+iK
+iK
+iK
+iK
+iQ
+iK
+iK
+iK
+iK
+mo
+iK
+iK
+iQ
+iZ
+oi
+ow
+iZ
+iK
+iZ
+iK
+rN
+rN
+iz
+iz
+ug
+iz
+iz
+iz
+is
+rN
+rN
+it
+iz
+it
+yu
+tz
+yO
+zb
+mb
+ir
+zM
+Ae
+AH
+Bb
+By
+zH
+zN
+zN
+zN
+zH
+Dc
+Dj
+Dp
+Dy
+DH
+DU
+DU
+DU
+DU
+DU
+DU
+DH
+ER
+EW
+Fc
+Fl
+Ft
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gp
+gq
+gp
+gB
+gG
+gg
+gp
+gq
+gp
+gB
+gp
+gp
+gm
+ge
+gm
+gp
+gp
+gp
+gq
+hH
+gq
+gp
+gp
+gp
+gm
+ge
+gm
+gp
+gp
+gg
+gm
+gq
+gm
+gB
+gG
+gg
+gm
+gq
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+ld
+iz
+lQ
+mp
+mL
+mW
+nx
+mW
+mp
+mL
+pa
+it
+pf
+it
+rM
+mq
+iz
+tv
+iH
+uK
+vi
+vx
+iz
+mq
+vh
+iz
+pw
+it
+it
+iz
+yP
+zc
+iz
+is
+zN
+Af
+zN
+Bb
+AY
+zH
+Ca
+Ct
+CE
+zH
+Db
+Dj
+Db
+Dy
+DH
+DV
+DV
+DV
+DV
+DV
+DV
+DH
+ER
+EV
+Fe
+Fl
+Fu
+DJ
+Ef
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+it
+it
+lR
+mq
+mq
+mq
+mq
+mq
+mq
+mq
+pb
+is
+it
+is
+rM
+mq
+it
+tw
+lk
+kr
+vj
+vy
+iz
+mq
+wQ
+is
+it
+is
+yv
+yF
+ul
+mp
+nS
+iz
+zO
+zQ
+AI
+Bc
+Bz
+zH
+zN
+zN
+zN
+zH
+Db
+Dj
+Db
+Dy
+DH
+DV
+DV
+DV
+DV
+DV
+DV
+DH
+ER
+EV
+Fe
+Fl
+Fg
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+gp
+gp
+gp
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+ge
+go
+go
+go
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+le
+lx
+lS
+mq
+mq
+mq
+mq
+mq
+mq
+mq
+pb
+iz
+qc
+lx
+rM
+mq
+iz
+tx
+uh
+ks
+mO
+vz
+ir
+mq
+vh
+iz
+xH
+lx
+yw
+mq
+mq
+mq
+zq
+iz
+zP
+Ag
+Ag
+Ag
+BA
+BL
+Cb
+Cb
+CF
+BN
+Db
+Dj
+Db
+Dy
+DH
+DV
+DV
+Ew
+Ew
+DV
+DV
+DH
+ER
+EW
+Fc
+Fl
+Fv
+Ef
+FE
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gp
+gp
+gp
+gp
+gp
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+gf
+gl
+gl
+gl
+gA
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+kM
+le
+kM
+lT
+mq
+mq
+mX
+ny
+nS
+mq
+mq
+pc
+pv
+qc
+pv
+rO
+mq
+iz
+ty
+ui
+ks
+ks
+sq
+iz
+mq
+mq
+pv
+xH
+pv
+ul
+mq
+mp
+mq
+ul
+zy
+zQ
+Ag
+AJ
+Ag
+BB
+BM
+Cc
+Cc
+Cc
+BM
+CZ
+Dj
+Db
+Dy
+DH
+DV
+DV
+Ex
+ED
+DV
+DV
+DH
+ER
+EX
+Ff
+Fl
+Fw
+FG
+Ef
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gp
+gq
+gp
+gB
+go
+gg
+gp
+gq
+gp
+gB
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gp
+gm
+gm
+gm
+gp
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gg
+gm
+gq
+gm
+gB
+go
+gg
+gm
+gq
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+le
+iz
+lS
+mq
+mq
+mq
+mq
+mq
+mq
+mq
+pb
+lx
+qc
+iz
+rP
+mq
+iz
+tz
+uj
+ks
+mO
+vA
+ir
+mq
+uM
+lx
+xH
+iz
+yx
+mq
+mq
+mq
+zr
+iz
+zR
+Ag
+Ag
+Ag
+BA
+BN
+Cb
+Cb
+CF
+zH
+Db
+Dj
+Db
+Dy
+DH
+DV
+DV
+Ew
+Ew
+DV
+DV
+DH
+ER
+EY
+Fc
+Fl
+Fx
+Ef
+FE
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gq
+gq
+gq
+gB
+go
+gg
+gq
+gq
+gq
+gB
+gV
+gV
+gV
+gV
+gV
+gV
+ge
+gp
+ge
+gq
+ge
+gp
+ge
+gV
+gV
+gV
+gV
+gV
+gV
+gg
+gq
+gq
+gq
+gB
+go
+gg
+gq
+gq
+gq
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+it
+it
+lU
+mq
+mq
+mq
+mq
+mq
+mq
+mq
+pb
+is
+it
+is
+rP
+mq
+it
+tA
+lk
+kr
+vk
+vB
+iz
+mq
+wR
+is
+it
+is
+yy
+yG
+ul
+mp
+mX
+iz
+zS
+zQ
+AK
+Bd
+Bz
+zH
+zN
+zN
+zN
+zH
+Db
+Dj
+Db
+Dy
+DH
+DV
+DV
+DV
+DV
+DV
+DV
+DH
+ER
+EV
+Fe
+Fl
+Fg
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gg
+gp
+gp
+gp
+gB
+go
+gg
+gp
+gp
+gp
+gB
+ge
+ge
+ge
+gV
+ge
+gG
+ge
+gp
+gm
+gm
+gm
+gp
+ge
+gG
+ge
+gV
+ge
+ge
+ge
+gg
+gm
+gm
+gm
+gB
+go
+gg
+gm
+gm
+gm
+gB
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+lf
+iz
+lV
+mr
+mM
+mY
+nz
+mY
+mM
+mr
+pd
+it
+lW
+iz
+rP
+mq
+iz
+qf
+iH
+uL
+vl
+mS
+iz
+mq
+uM
+iz
+lW
+it
+it
+iz
+yQ
+zd
+iz
+is
+zN
+Af
+zN
+Bb
+Bf
+zH
+Cd
+Ct
+CG
+zH
+Db
+Dj
+Db
+Dy
+DH
+DV
+DV
+DV
+DV
+DV
+DV
+DH
+ER
+EV
+Fe
+Fl
+Fy
+DJ
+Ef
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gp
+gp
+gp
+gp
+gp
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+gh
+gn
+gn
+gn
+gC
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iz
+it
+iz
+jc
+lx
+jc
+iz
+it
+iz
+it
+iz
+it
+rN
+rN
+iz
+iz
+ug
+iz
+iz
+iz
+is
+rN
+rN
+it
+iz
+it
+yz
+yH
+yR
+ze
+vi
+ir
+zM
+Ah
+AH
+Bb
+BC
+zH
+zN
+zN
+zN
+zH
+Dc
+Dj
+Dp
+Dy
+DH
+DW
+DW
+DW
+DW
+DW
+DW
+DH
+ER
+EW
+Fc
+Fl
+Fz
+Ef
+FE
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+gO
+gO
+gO
+ge
+ge
+ge
+ge
+gV
+ge
+gG
+ge
+ge
+gp
+gp
+gp
+ge
+ge
+gG
+ge
+gV
+ge
+ge
+ge
+ge
+ge
+gU
+ge
+ge
+ge
+ge
+gm
+gm
+gm
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iq
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iq
+lW
+it
+mN
+mN
+mN
+mN
+mN
+it
+lW
+iz
+pw
+iz
+rP
+mq
+lX
+mq
+mp
+mq
+mq
+mq
+lX
+mq
+wt
+kT
+qP
+kT
+lk
+jB
+jB
+jB
+zs
+it
+zL
+Ai
+zN
+AL
+BD
+zH
+Ce
+BZ
+Ce
+zH
+Da
+Dj
+Db
+Dy
+DI
+DT
+DT
+DT
+DT
+DT
+DT
+DI
+ER
+EV
+Fe
+Fl
+FA
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+gm
+gH
+gI
+gP
+gT
+gX
+hb
+ge
+ge
+ge
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+ge
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iq
+iw
+iG
+iN
+iw
+iG
+iq
+iw
+iG
+iq
+iw
+iG
+iq
+iw
+iG
+iN
+iw
+iG
+iq
+is
+ir
+iz
+jc
+lx
+jc
+iz
+it
+it
+it
+it
+it
+rQ
+rP
+lX
+tB
+rP
+uM
+uM
+vC
+lX
+wt
+wS
+xm
+iz
+it
+yA
+yI
+lA
+zf
+zt
+it
+zH
+Ac
+zH
+Ba
+zH
+zH
+zH
+zH
+zH
+zH
+Db
+Dj
+Db
+Dy
+DH
+DH
+DH
+DH
+DH
+DH
+DH
+DH
+ER
+EV
+Fe
+Fl
+FB
+FF
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+gm
+gH
+gJ
+gp
+gn
+gp
+hc
+gK
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ir
+ix
+iH
+iO
+iV
+iV
+jh
+iV
+iV
+jA
+iV
+iV
+jS
+iV
+iV
+iV
+kN
+iH
+kT
+lX
+iH
+iO
+iV
+iV
+iV
+kN
+iz
+lf
+it
+it
+it
+rR
+lB
+it
+ir
+jc
+lx
+jc
+ir
+it
+iz
+iz
+it
+pw
+it
+iz
+ir
+iH
+iu
+iz
+it
+zJ
+Aj
+AL
+AF
+BE
+zH
+Cf
+Cu
+CH
+BM
+CZ
+Dj
+Dj
+Dz
+DG
+DX
+Em
+Ey
+Ey
+EF
+DX
+DG
+ES
+EU
+Fg
+Fc
+Fq
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+gm
+gH
+gK
+gQ
+gp
+gY
+gH
+ge
+gt
+ge
+gm
+gm
+gm
+ge
+ge
+gG
+gG
+gG
+ge
+ge
+gm
+gm
+gm
+ge
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+is
+iy
+iH
+iP
+iW
+iW
+iW
+iW
+jw
+iH
+jG
+iW
+iW
+iW
+iW
+iW
+kO
+iH
+kT
+lX
+iH
+iP
+iW
+iW
+jw
+jH
+iz
+pe
+it
+it
+pw
+iz
+qP
+it
+tC
+tC
+tC
+tC
+tC
+it
+pw
+lW
+it
+it
+it
+ld
+iz
+iH
+iz
+pe
+iz
+zK
+Ak
+AM
+Be
+Bv
+Ac
+Cg
+Cu
+CI
+BN
+Dd
+Dd
+Do
+zH
+DE
+DY
+DY
+DY
+DY
+DY
+DY
+DE
+DE
+DE
+DJ
+Fk
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gm
+gm
+gm
+gH
+ge
+gt
+gG
+gm
+ho
+gm
+gp
+go
+gp
+go
+gp
+go
+gp
+gm
+ho
+gm
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+iz
+iz
+ir
+iz
+jc
+iz
+iz
+jx
+jB
+jH
+iz
+iz
+jc
+iz
+ir
+iz
+iz
+it
+iz
+jc
+iz
+iz
+iz
+jx
+jH
+ir
+iz
+it
+it
+iz
+ir
+lB
+it
+ir
+jc
+lx
+jc
+ir
+it
+iz
+iz
+iu
+ir
+it
+it
+it
+lB
+it
+it
+it
+zH
+zN
+zH
+AX
+BF
+zH
+Ch
+Cu
+Cu
+CR
+Cu
+Cu
+Cu
+DA
+DE
+DZ
+En
+En
+En
+En
+EJ
+EN
+ET
+DE
+Fc
+Fc
+DJ
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+gL
+gR
+gm
+gZ
+hd
+ge
+gt
+gG
+gm
+ho
+gm
+go
+gp
+go
+gp
+go
+gp
+go
+gm
+ho
+gm
+gG
+gt
+gG
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+iA
+iI
+iI
+iX
+iH
+ji
+iz
+jx
+jB
+jH
+iz
+jT
+iH
+ko
+kv
+kP
+lg
+ir
+lY
+iH
+mO
+mZ
+iz
+jx
+jH
+iz
+pe
+iz
+qd
+qO
+iH
+sp
+it
+tD
+uk
+uN
+uk
+pa
+ir
+wu
+wT
+xn
+xI
+iz
+ld
+iz
+iH
+it
+pf
+ld
+zH
+Al
+zN
+Bf
+Bb
+Ac
+Ci
+Cu
+Cu
+Cu
+Cu
+Cu
+Cu
+DB
+DE
+Ea
+Eo
+Ep
+Ep
+Eo
+EK
+EN
+ET
+DE
+EO
+EO
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+gJ
+gp
+gn
+gp
+hc
+ge
+gt
+gG
+gm
+ho
+gm
+gp
+go
+gp
+go
+gp
+go
+gp
+gm
+ho
+gm
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iu
+iB
+iH
+iH
+iH
+iH
+jj
+ir
+jx
+jB
+jH
+ir
+jU
+iH
+iH
+iH
+iH
+iH
+kT
+lk
+jB
+ks
+na
+ir
+jx
+jH
+iz
+lf
+iz
+qe
+qO
+mv
+mS
+sU
+lU
+mq
+mq
+mq
+pb
+sU
+wv
+mq
+wU
+xJ
+iz
+pf
+iz
+jB
+it
+iz
+iz
+zH
+Am
+zN
+AX
+BF
+zH
+Cj
+Cb
+CJ
+CS
+De
+Dk
+Dq
+DC
+DE
+Ea
+Ep
+Ez
+Ep
+Ep
+EK
+EN
+ET
+DE
+EO
+EO
+Ef
+FE
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gQ
+gp
+gY
+gH
+ge
+gt
+ge
+gm
+ho
+gm
+ge
+gq
+ho
+ho
+ho
+gq
+ge
+gm
+ho
+gm
+ge
+gt
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+iC
+iJ
+iJ
+iY
+iH
+ji
+iz
+jx
+jB
+jH
+iz
+jV
+iH
+kp
+kw
+kQ
+lh
+ir
+lZ
+iH
+mO
+nb
+iz
+jx
+jH
+iz
+pe
+iz
+qf
+qO
+mb
+sq
+iz
+tE
+mq
+mq
+mq
+vD
+iz
+wv
+wU
+mq
+xK
+iz
+pe
+iz
+jB
+it
+iH
+iH
+zH
+zN
+zH
+Bf
+Bb
+zH
+zH
+Ba
+zH
+zH
+Ac
+zH
+Ac
+zH
+DE
+Ea
+Eo
+Ep
+Ep
+Eo
+EK
+EN
+ET
+DE
+EO
+EO
+Ef
+FD
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+gm
+gH
+gK
+gm
+gm
+gm
+gH
+gq
+gt
+gq
+gm
+ho
+gm
+gG
+ho
+ho
+ho
+ho
+ho
+gG
+gm
+ho
+gm
+gq
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+iz
+iz
+ir
+iz
+jc
+iz
+iz
+jx
+jB
+jH
+iz
+iz
+jc
+iz
+ir
+iz
+iz
+it
+iz
+jc
+iz
+iz
+iz
+jx
+jH
+ir
+iz
+ir
+qg
+qO
+jB
+sr
+sV
+tF
+ul
+mq
+mq
+mp
+wc
+ww
+mq
+wU
+xL
+it
+iz
+it
+iH
+kT
+jB
+jB
+zT
+zX
+zT
+AX
+BF
+BK
+Ck
+AF
+AL
+AF
+AL
+AF
+AL
+Bd
+DF
+Eb
+Eq
+Eq
+Eq
+Eq
+EL
+EN
+ET
+DE
+EO
+EO
+DJ
+DJ
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+gm
+gH
+gL
+gR
+gm
+gZ
+hd
+gq
+gt
+gq
+gm
+ho
+gm
+gG
+ho
+ho
+gq
+ho
+ho
+gG
+gm
+ho
+gm
+gq
+gt
+gG
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+is
+iD
+iH
+iO
+iV
+iV
+iV
+iV
+jy
+iH
+jI
+iV
+iV
+iV
+iV
+iV
+kN
+iH
+kT
+lX
+iH
+iO
+iV
+iV
+jy
+jH
+iz
+pf
+iz
+qh
+qO
+rS
+ss
+iz
+tE
+mq
+mq
+mq
+vD
+iz
+ww
+wU
+mq
+xM
+iz
+lf
+iz
+jB
+it
+iH
+iH
+zH
+zW
+zH
+Bg
+Bc
+BK
+Ab
+Cv
+AM
+Cv
+AM
+Cv
+Dr
+BF
+DE
+Ec
+Ec
+Ec
+Ec
+Ec
+Ec
+DE
+DE
+DE
+Fb
+Fb
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+gm
+gH
+gJ
+gp
+gn
+gp
+hc
+gq
+gt
+gq
+gm
+ho
+gm
+gG
+ho
+ho
+ho
+ho
+ho
+gG
+gm
+ho
+gm
+gq
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ir
+iE
+iH
+iP
+iW
+iW
+jk
+iW
+iW
+jC
+iW
+iW
+jW
+iW
+iW
+iW
+kO
+iH
+kT
+lX
+iH
+iP
+iW
+iW
+iW
+kO
+iz
+ld
+iz
+qi
+qO
+jB
+sr
+sV
+tF
+ul
+mq
+mq
+mp
+wc
+ww
+mq
+wU
+xN
+iz
+ld
+iz
+jB
+it
+it
+it
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+Bf
+Bb
+DE
+Ed
+Ed
+Ed
+Ed
+Ed
+Ed
+DE
+EO
+EO
+EO
+EO
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gQ
+gp
+gY
+gH
+ge
+gt
+ge
+gm
+ho
+gm
+ge
+gq
+ho
+ho
+ho
+gq
+ge
+gm
+ho
+gm
+ge
+gt
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iq
+iw
+iG
+iN
+iw
+iG
+iq
+iw
+iG
+iq
+iw
+iG
+iq
+iw
+iG
+iN
+iw
+iG
+iq
+is
+ir
+iz
+jc
+lx
+jc
+iz
+it
+it
+it
+qj
+iH
+mb
+st
+iz
+tG
+um
+uO
+um
+vE
+iz
+wx
+wV
+ww
+xO
+iz
+lf
+iz
+iH
+it
+aa
+aa
+aa
+zH
+AN
+Bh
+Br
+zH
+BS
+BS
+BS
+BS
+BS
+zH
+AX
+BF
+DE
+DE
+DE
+DE
+DE
+DE
+DE
+DE
+EO
+EO
+EO
+EO
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gm
+gm
+gm
+gH
+ge
+gt
+gG
+gm
+ho
+gm
+gp
+go
+gp
+go
+gp
+go
+gp
+gm
+ho
+gm
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iq
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iM
+iv
+iF
+iq
+it
+ms
+mP
+iH
+kq
+iH
+oj
+ox
+it
+it
+it
+lB
+iu
+it
+it
+ir
+jc
+lx
+jc
+ir
+it
+it
+it
+lB
+it
+it
+iz
+it
+lB
+it
+aa
+aa
+aa
+zH
+AO
+AU
+Bs
+BJ
+Bs
+Bs
+Bs
+Bs
+Bs
+Dg
+Bf
+Bb
+BK
+DL
+Eg
+Es
+EB
+Eg
+DL
+Eg
+EO
+EO
+DJ
+Fj
+DJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+gL
+gR
+gm
+gZ
+hd
+ge
+gt
+gG
+gm
+ho
+gm
+go
+gp
+go
+gp
+go
+gp
+go
+gm
+ho
+gm
+gG
+gt
+gG
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+iq
+ir
+kd
+ks
+ks
+ks
+ks
+ks
+oy
+iz
+pe
+iz
+qP
+iz
+ld
+it
+tH
+tH
+tH
+tH
+tH
+it
+pe
+iz
+qP
+kT
+iH
+jB
+jB
+iH
+kM
+aa
+aa
+aa
+zH
+AP
+Bi
+Bt
+zH
+Cl
+Cw
+CK
+CT
+Df
+zH
+Ds
+DD
+BK
+DL
+Eg
+Et
+EC
+Eg
+DL
+Eg
+EO
+EO
+DJ
+jB
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gJ
+gp
+gn
+gp
+hc
+ge
+gt
+gG
+gm
+ho
+gm
+gp
+go
+gp
+go
+gp
+go
+gp
+gm
+ho
+gm
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+jZ
+kq
+iH
+iH
+iH
+ly
+it
+kd
+ks
+ks
+ks
+ks
+ks
+oz
+ir
+it
+qk
+qQ
+qk
+qk
+qk
+qm
+rW
+sw
+rW
+qm
+qk
+qk
+qk
+qQ
+qk
+qk
+qk
+qk
+qQ
+qk
+aa
+aa
+aa
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zH
+zN
+zN
+zH
+DJ
+DJ
+Ef
+Ef
+DJ
+DJ
+DJ
+Ef
+Ef
+DJ
+jB
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gQ
+gp
+gY
+gH
+ge
+gt
+ge
+gm
+gm
+gm
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+gm
+gm
+gm
+ge
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+ka
+kr
+kx
+kR
+li
+kr
+kT
+iH
+ks
+ks
+ks
+ks
+ks
+oy
+it
+pw
+qk
+qR
+rT
+su
+su
+su
+un
+uP
+un
+su
+su
+su
+rT
+xo
+qk
+xW
+qk
+yJ
+yS
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zH
+Al
+Am
+zN
+Ee
+Ef
+EA
+DK
+Ef
+Ee
+Ef
+EA
+DK
+DJ
+jB
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gm
+gm
+gm
+gH
+hh
+hn
+hr
+hw
+hD
+hD
+hD
+hD
+hD
+hD
+hD
+hD
+hD
+hD
+hD
+hN
+gm
+gm
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kb
+kr
+ky
+kS
+li
+kr
+ir
+mt
+mQ
+nc
+nA
+iH
+iH
+kk
+it
+lW
+ql
+qS
+rU
+sv
+sv
+sv
+sv
+sv
+sv
+sv
+sv
+sv
+wW
+xp
+ql
+xW
+ql
+yK
+yC
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+zH
+zH
+zH
+zH
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+DJ
+jB
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gL
+gR
+gm
+gZ
+hd
+hi
+ho
+hs
+hx
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+hO
+ge
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+it
+jc
+it
+it
+it
+jc
+it
+it
+it
+it
+is
+jc
+jc
+is
+it
+pw
+qm
+qT
+rU
+sv
+sW
+tI
+sv
+sv
+sv
+sv
+sv
+sv
+wW
+xq
+qm
+xX
+qk
+yJ
+yS
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+lJ
+Fm
+lJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gs
+gr
+ge
+ge
+gJ
+gq
+gq
+gq
+hc
+hi
+ho
+hs
+hx
+gp
+gq
+gp
+ge
+gq
+gq
+gq
+ge
+gp
+gq
+gp
+hO
+ge
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gr
+gs
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kc
+iH
+kz
+is
+lj
+lz
+ma
+mu
+mR
+nd
+lk
+iH
+iH
+ly
+it
+iz
+qk
+qT
+rU
+sv
+sX
+tJ
+tI
+sv
+sv
+sv
+sv
+sv
+wW
+xq
+qk
+ql
+qk
+qk
+qQ
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+EZ
+EZ
+Fn
+EZ
+EZ
+EZ
+EZ
+EZ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gK
+gQ
+gp
+gY
+gH
+hi
+ho
+hs
+hx
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+gp
+hO
+ge
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kd
+ks
+ks
+kT
+lk
+lA
+mb
+mv
+mS
+iz
+lk
+kr
+kr
+kq
+it
+pw
+qk
+qT
+rU
+sv
+sX
+tK
+tJ
+tI
+sv
+sv
+sv
+sv
+wW
+xq
+ql
+xY
+yB
+yL
+yT
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Fa
+Fh
+Fh
+Fh
+Fh
+Fh
+Fh
+Fa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gM
+gO
+gO
+gO
+he
+hj
+hp
+ht
+hy
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+gn
+hP
+gm
+gm
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iu
+ke
+ks
+kA
+ir
+iz
+lB
+iz
+iz
+iz
+ir
+nB
+mw
+ks
+oA
+it
+lW
+qk
+qU
+rU
+sv
+sW
+tL
+tL
+tL
+tL
+tL
+vF
+sv
+wW
+xp
+xP
+xZ
+yC
+yC
+yS
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+EZ
+Fh
+Fh
+Fh
+Fh
+Fh
+Fh
+EZ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gU
+ge
+ge
+ge
+gt
+ge
+hz
+hE
+hE
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+hE
+hE
+hQ
+ge
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kd
+kr
+kB
+kU
+kr
+kr
+kr
+kr
+kr
+iz
+nC
+mw
+ks
+oB
+it
+pw
+ql
+qV
+rU
+sv
+sY
+tK
+tK
+tK
+vm
+tM
+wd
+sv
+wW
+xr
+xQ
+xZ
+yC
+yC
+yU
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+EZ
+Fi
+Fi
+Fi
+Fi
+Fh
+Fi
+EZ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+hz
+hE
+hE
+hE
+hE
+ho
+gq
+ho
+hE
+hE
+hE
+hE
+hQ
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+is
+kf
+kr
+kC
+kV
+kr
+ks
+mc
+mw
+kr
+iz
+nC
+mw
+ks
+oC
+it
+lW
+qk
+qW
+rU
+sv
+sZ
+sY
+tK
+tK
+tK
+vF
+sZ
+sv
+wW
+xp
+xR
+xZ
+yC
+yC
+yV
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+EZ
+Fi
+Fi
+Fi
+Fi
+Fh
+Fi
+EZ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+gt
+gG
+hz
+hE
+hE
+ho
+hE
+hE
+ho
+hE
+hE
+ho
+hE
+hE
+hQ
+gG
+gt
+gG
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ir
+kg
+kr
+kD
+kW
+kr
+ks
+md
+mw
+kr
+iz
+nC
+mw
+ks
+oD
+it
+pw
+qk
+qT
+rU
+sv
+sW
+tL
+uo
+tK
+tK
+tK
+vF
+sv
+wW
+xq
+ql
+ya
+yD
+yM
+yW
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+EZ
+Fh
+Fo
+Fh
+Fh
+Fh
+Fh
+EZ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+hz
+hE
+hE
+gq
+ho
+hE
+hE
+hE
+ho
+gq
+hE
+hE
+hQ
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+is
+kh
+kr
+kE
+kX
+kr
+ks
+ks
+ks
+kr
+kT
+lk
+ks
+ks
+oE
+is
+iz
+qk
+qT
+rU
+sv
+sY
+tM
+tM
+tM
+tM
+tM
+wd
+sv
+wW
+xq
+qk
+ql
+qk
+qk
+qk
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Fa
+Fh
+Fp
+FC
+Fh
+Fh
+Fh
+Fa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gt
+ge
+hz
+hE
+hE
+hE
+gq
+ho
+hE
+ho
+gq
+hE
+hE
+hE
+hQ
+ge
+gt
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ir
+ki
+kr
+kF
+kY
+kr
+ks
+md
+mw
+kr
+iz
+nC
+mw
+ks
+oF
+it
+pw
+qm
+qT
+rU
+sv
+sv
+sv
+sv
+uQ
+vn
+tK
+we
+sv
+wW
+xq
+qm
+xW
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+EZ
+EZ
+EZ
+EZ
+EZ
+EZ
+EZ
+EZ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+hu
+hz
+ge
+hE
+hE
+hE
+gq
+ho
+gq
+hE
+hE
+hE
+ge
+hQ
+hu
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+is
+kj
+kr
+kC
+kV
+kr
+ks
+mc
+mw
+kr
+iz
+nC
+mw
+ks
+oC
+it
+pw
+ql
+qX
+rU
+sv
+sv
+sv
+sv
+sv
+uQ
+vn
+we
+sv
+wW
+xs
+ql
+xX
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gs
+gr
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+gt
+hu
+hz
+hE
+ge
+hE
+hE
+hE
+hE
+hE
+hE
+hE
+ge
+hE
+hQ
+hu
+gt
+gG
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gr
+gs
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kd
+kr
+kB
+kZ
+kr
+kr
+kr
+kr
+kr
+iz
+nC
+mw
+ks
+oB
+it
+lW
+qk
+qY
+rU
+sv
+sv
+sv
+sv
+sv
+sv
+uQ
+wd
+sv
+wW
+xt
+qk
+xW
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+hu
+hz
+ge
+hE
+hE
+hE
+gv
+hG
+gv
+hE
+hE
+hE
+ge
+hQ
+hu
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+iu
+ke
+ks
+kG
+ir
+ll
+lC
+me
+mx
+lC
+ir
+nB
+mw
+ks
+kd
+it
+it
+qk
+qS
+rU
+sv
+sv
+sv
+sv
+sv
+sv
+sv
+sv
+sv
+wW
+xp
+qk
+qk
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gt
+ge
+hz
+hE
+hE
+hE
+gv
+hG
+hE
+hG
+gv
+hE
+hE
+hE
+hQ
+ge
+gt
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kd
+ks
+ks
+kT
+lk
+lD
+lE
+lE
+lD
+iz
+lk
+kr
+kr
+oG
+it
+pe
+ql
+qZ
+rV
+rV
+rV
+rV
+rV
+rV
+rV
+rV
+rV
+rV
+rV
+Ih
+ql
+yb
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+hz
+hE
+hE
+gv
+hG
+hE
+hE
+hE
+hG
+gv
+hE
+hE
+hQ
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+kk
+kt
+kH
+is
+lm
+lE
+mf
+my
+lE
+ne
+lk
+nT
+ok
+kh
+it
+it
+qk
+HV
+HW
+HX
+HY
+HZ
+Ia
+Ib
+Ic
+Id
+Ie
+If
+Ig
+Ii
+qk
+qk
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+gt
+gG
+hz
+hE
+hE
+hG
+hE
+hE
+hG
+hE
+hE
+hG
+hE
+hE
+hQ
+gG
+gt
+gG
+gN
+gS
+gV
+ha
+hf
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+it
+it
+it
+it
+it
+it
+iu
+it
+it
+ir
+it
+it
+it
+it
+it
+it
+it
+qk
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+ra
+qk
+qk
+qk
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+hz
+hE
+hE
+hE
+hE
+hG
+gv
+hG
+hE
+hE
+hE
+hE
+hQ
+gG
+gt
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ta
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+ge
+hz
+hE
+hE
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+hE
+hE
+hQ
+ge
+gt
+ge
+ge
+ge
+gW
+ge
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gm
+gm
+hA
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+hR
+hU
+hX
+hZ
+ic
+gT
+gT
+gT
+im
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+ge
+hB
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hS
+hV
+hG
+ia
+gK
+ig
+hk
+ij
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gs
+gr
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+ge
+ge
+hB
+hk
+gv
+hk
+ge
+gv
+gv
+gv
+ge
+hk
+gv
+hk
+hS
+hV
+hG
+ia
+id
+gv
+gv
+gv
+in
+ge
+ge
+gr
+gs
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+ge
+hB
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hS
+hV
+hG
+ia
+ie
+ih
+gm
+ik
+io
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gm
+gm
+hC
+hF
+hF
+hF
+hF
+hF
+hF
+hF
+hF
+hF
+hF
+hF
+hT
+hW
+hY
+ib
+gK
+gm
+gm
+gm
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ab
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ab
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+ge
+gm
+gm
+gm
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+gm
+gm
+gm
+ge
+gt
+ge
+gK
+ig
+hk
+ij
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+af
+af
+af
+af
+af
+af
+af
+af
+af
+af
+bl
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bl
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+gm
+hG
+gm
+hk
+gx
+hk
+gx
+hk
+gx
+hk
+gm
+hG
+gm
+gG
+gt
+ge
+id
+hk
+gu
+hk
+in
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+af
+ax
+af
+af
+aQ
+aT
+aI
+af
+ay
+af
+bl
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bl
+dy
+dU
+dU
+dy
+dU
+dU
+dy
+dU
+dU
+dy
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+gt
+gG
+gm
+hG
+gm
+gx
+hk
+gx
+hk
+gx
+hk
+gx
+gm
+hG
+gm
+gG
+gt
+ge
+ie
+ih
+gm
+ik
+io
+ge
+ge
+gt
+gr
+gt
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+af
+ay
+af
+af
+af
+af
+af
+af
+ay
+af
+bl
+bm
+bm
+bm
+bm
+cj
+cw
+bm
+bm
+bm
+bm
+bl
+dy
+dU
+dU
+eJ
+dU
+dU
+eJ
+dU
+dU
+dy
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+gm
+hG
+gm
+hk
+gx
+hk
+gx
+hk
+gx
+hk
+gm
+hG
+gm
+gG
+gt
+ge
+gK
+gm
+gm
+gm
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+af
+ay
+aI
+aO
+af
+aU
+af
+af
+aI
+af
+bl
+bm
+bm
+bm
+bm
+bm
+cx
+bm
+bm
+bm
+bm
+bl
+dy
+dU
+dU
+dy
+dU
+dU
+dy
+dU
+dU
+dy
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gt
+ge
+gm
+hG
+gm
+ge
+gv
+hG
+hG
+hG
+gv
+ge
+gm
+hG
+gm
+ge
+gt
+ge
+gK
+ig
+hk
+ij
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+af
+af
+af
+af
+af
+ax
+af
+af
+af
+af
+bl
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bl
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+dy
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gv
+gm
+hG
+gm
+gG
+hG
+hG
+hG
+hG
+hG
+gG
+gm
+hG
+gm
+gv
+gt
+gv
+id
+hk
+gu
+hk
+in
+gK
+gm
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+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
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+gt
+gv
+gm
+hG
+gm
+gG
+hG
+hG
+gv
+hG
+hG
+gG
+gm
+hG
+gm
+gv
+gt
+gv
+ie
+ih
+gm
+ik
+io
+gK
+gm
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+bl
+bn
+bp
+bF
+cf
+bF
+bn
+cf
+bF
+bo
+bn
+bl
+dz
+dV
+er
+eK
+eL
+eK
+eL
+fi
+fv
+fC
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gv
+gm
+hG
+gm
+gG
+hG
+hG
+hG
+hG
+hG
+gG
+gm
+hG
+gm
+gv
+gt
+gv
+gK
+gm
+gm
+gm
+gH
+gK
+gm
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ai
+ai
+ai
+ai
+ai
+ai
+ai
+ai
+ai
+ai
+bl
+bo
+bF
+bU
+bn
+bn
+bG
+cK
+cR
+cR
+cf
+bl
+dz
+dW
+es
+eL
+eK
+eL
+eK
+fj
+fw
+fC
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gt
+ge
+gm
+hG
+gm
+ge
+gv
+hG
+hG
+hG
+gv
+ge
+gm
+hG
+gm
+ge
+gt
+ge
+gK
+ig
+hk
+ij
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+bl
+bn
+bG
+bV
+cg
+bn
+bn
+bU
+cS
+cT
+bn
+bl
+dz
+dX
+er
+eK
+eL
+eK
+eL
+fi
+fx
+fC
+fN
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+gm
+hG
+gm
+hk
+gx
+hk
+gx
+hk
+gx
+hk
+gm
+hG
+gm
+gG
+gt
+ge
+id
+hk
+gu
+hk
+in
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ak
+az
+az
+ak
+az
+az
+ak
+az
+az
+ak
+bl
+bp
+bH
+bW
+ch
+bn
+bo
+cL
+cT
+cR
+bp
+bl
+dz
+dY
+es
+eL
+eK
+eL
+eK
+fj
+fy
+fC
+fN
+fO
+fO
+fO
+fO
+fO
+fO
+fO
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+gN
+gS
+gV
+ha
+hf
+gG
+gt
+gG
+gm
+hG
+gm
+gx
+hk
+gx
+hk
+gx
+hk
+gx
+gm
+hG
+gm
+gG
+gt
+ge
+ie
+ih
+gm
+ik
+io
+ge
+ge
+gs
+gr
+gs
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+al
+aA
+aJ
+ak
+aJ
+aJ
+ak
+aJ
+aA
+be
+bl
+bn
+bn
+bF
+cf
+bn
+bF
+bn
+cU
+dd
+bn
+bl
+dz
+dV
+er
+eK
+eL
+eK
+eL
+fi
+fv
+fC
+fN
+fO
+fR
+fR
+fR
+fR
+fR
+fR
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+gG
+gm
+hG
+gm
+hk
+gx
+hk
+gx
+hk
+gx
+hk
+gm
+hG
+gm
+gG
+gt
+ge
+gK
+gm
+gm
+gm
+gH
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+fO
+fS
+fS
+fS
+fS
+fS
+fS
+fO
+fO
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gt
+ge
+gm
+gm
+gm
+ge
+ge
+gG
+gG
+gG
+ge
+ge
+gm
+gm
+gm
+ge
+gt
+ge
+gK
+ig
+hk
+ij
+gH
+gK
+gm
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+am
+aB
+ao
+ao
+aR
+aR
+aR
+aR
+aR
+aR
+bl
+bq
+bI
+bX
+bJ
+ck
+cy
+bJ
+cV
+de
+dj
+ac
+dA
+dZ
+et
+eM
+eU
+eU
+eU
+fk
+dZ
+fD
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+ga
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gH
+id
+hk
+gu
+hk
+in
+gK
+gm
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+an
+ao
+aK
+ao
+aS
+aV
+ba
+bc
+bc
+bf
+bl
+br
+bJ
+bY
+bJ
+cl
+cz
+bJ
+cW
+df
+dk
+ac
+dB
+dZ
+eu
+eN
+eU
+eU
+eU
+fk
+dZ
+fD
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+ga
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+ge
+ge
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+ge
+ge
+ge
+if
+ii
+gO
+il
+ip
+gK
+gm
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ao
+aC
+aL
+aP
+ao
+aW
+bb
+bb
+bb
+bg
+bl
+bs
+bJ
+bZ
+ci
+cm
+cA
+bJ
+cX
+dg
+dl
+ac
+dC
+ea
+eu
+eO
+eU
+eU
+eU
+fl
+dZ
+fD
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+ga
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+ge
+ge
+gW
+ge
+ge
+ge
+ge
+ge
+gV
+ge
+gG
+ge
+ge
+hk
+hk
+hk
+ge
+ge
+gG
+ge
+gV
+ge
+ge
+ge
+ge
+gT
+gT
+gT
+ge
+ge
+ge
+gr
+gr
+gr
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ao
+aC
+aM
+aP
+ao
+aX
+bb
+bb
+bb
+bg
+bl
+bt
+bJ
+ca
+ci
+bJ
+bJ
+bJ
+bJ
+dh
+dm
+ac
+dD
+dZ
+eu
+eP
+eU
+eU
+eU
+fk
+dZ
+fD
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+ga
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+ge
+ge
+gV
+gG
+gG
+gG
+hk
+hk
+hk
+hk
+hk
+gG
+gG
+gG
+gV
+ge
+ge
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ap
+ao
+aN
+ao
+aS
+aV
+bb
+bd
+bd
+bh
+bl
+bu
+bK
+cb
+ci
+cn
+cB
+bJ
+bJ
+cl
+dn
+ac
+dE
+dZ
+ev
+eM
+eU
+eU
+eU
+fk
+dZ
+fD
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+ga
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gm
+gm
+gm
+gE
+gx
+gj
+gm
+gm
+gm
+gE
+ge
+ge
+ge
+gV
+ge
+gG
+ge
+hk
+gm
+gm
+gm
+hk
+ge
+gG
+ge
+gV
+ge
+ge
+ge
+gj
+gm
+gm
+gm
+gE
+gx
+gj
+gm
+gm
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+fO
+fT
+fT
+fT
+fT
+fT
+fT
+fO
+fO
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gv
+gv
+gv
+gE
+gx
+gj
+gv
+gv
+gv
+gE
+gV
+gV
+gV
+gV
+gV
+gV
+ge
+hk
+ge
+gv
+ge
+hk
+ge
+gV
+gV
+gV
+gV
+gV
+gV
+gj
+gv
+gv
+gv
+gE
+gx
+gj
+gv
+gv
+gv
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+bl
+bv
+bL
+bL
+bL
+co
+cC
+cM
+cM
+cM
+do
+bl
+dF
+eb
+ew
+ex
+eV
+fb
+ex
+fm
+fz
+fE
+fN
+fP
+fU
+fU
+fU
+fU
+fU
+fU
+fP
+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
+ge
+gj
+gm
+gv
+gm
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+hk
+gm
+gm
+gm
+hk
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gj
+gm
+gv
+gm
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+aq
+aD
+aq
+aq
+aq
+aq
+aq
+aq
+aD
+aq
+bl
+bv
+bL
+cc
+bM
+cp
+cD
+bM
+cY
+cM
+do
+bl
+dG
+ec
+ex
+ex
+eW
+eW
+fh
+fn
+fA
+fF
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+ge
+ge
+gV
+ge
+ge
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(234,1,1) = {"
+ac
+aq
+aq
+aq
+aq
+aD
+aD
+aq
+aq
+aq
+aq
+bl
+bw
+bM
+cc
+bM
+cp
+cD
+cN
+cY
+bM
+dp
+bl
+dG
+ed
+ey
+ex
+ex
+ex
+fh
+fo
+fA
+fF
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+hk
+hk
+hk
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+aq
+aD
+aq
+aq
+aq
+aq
+aq
+aq
+aD
+aq
+bl
+bx
+bN
+cc
+bM
+cp
+cD
+bM
+cY
+cO
+dq
+bl
+dG
+ee
+ex
+ex
+eX
+eX
+fh
+fp
+fA
+fF
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+bl
+bx
+bN
+bN
+bN
+cq
+cE
+cO
+cO
+cO
+dq
+bl
+dF
+ef
+ez
+ex
+eY
+fc
+ex
+fq
+fz
+fG
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gj
+gm
+gv
+gm
+gE
+gG
+gj
+gm
+gv
+gm
+gE
+hk
+hk
+gm
+ge
+gm
+hk
+hk
+hk
+gv
+hH
+gv
+hk
+hk
+hk
+gm
+ge
+gm
+hk
+hk
+gj
+gm
+gv
+gm
+gE
+gG
+gj
+gm
+gv
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gj
+gv
+gv
+gv
+gE
+gG
+gj
+gv
+gv
+gv
+gE
+hk
+hk
+gm
+gv
+gm
+hk
+hk
+hk
+hH
+hK
+hH
+hk
+hk
+hk
+gm
+gv
+gm
+hk
+hk
+gj
+gv
+gv
+gv
+gE
+gG
+gj
+gv
+gv
+gv
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bl
+by
+by
+by
+by
+by
+by
+by
+cZ
+di
+dr
+bl
+dH
+eg
+eA
+eQ
+eZ
+fd
+eZ
+fd
+eZ
+eD
+fN
+fQ
+fQ
+fQ
+fX
+fX
+fQ
+fQ
+fQ
+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
+ge
+gj
+gm
+gv
+gm
+gE
+gG
+gj
+gm
+gv
+gm
+gE
+hk
+hk
+gm
+ge
+gm
+hk
+hk
+hk
+gv
+hH
+gv
+hk
+hk
+hk
+gm
+ge
+gm
+hk
+hk
+gj
+gm
+gv
+gm
+gE
+gG
+gj
+gm
+gv
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bl
+by
+bO
+cd
+by
+cr
+by
+by
+da
+di
+dr
+bl
+dI
+eh
+eB
+eQ
+fa
+fe
+fa
+fe
+fa
+eB
+fN
+fQ
+fQ
+fQ
+fY
+fX
+fQ
+fQ
+fQ
+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
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bl
+by
+by
+by
+by
+by
+by
+by
+db
+di
+dr
+bl
+dJ
+ei
+eC
+eQ
+eQ
+eQ
+eQ
+eQ
+eQ
+eQ
+fN
+fQ
+fQ
+fQ
+fX
+fX
+fQ
+fQ
+fQ
+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
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+hk
+hk
+hk
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bl
+by
+bP
+cd
+by
+by
+cF
+by
+cZ
+di
+dr
+bl
+dK
+ej
+eD
+eQ
+eZ
+fd
+eZ
+fd
+eZ
+eD
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+gi
+gu
+gu
+gu
+gD
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bl
+by
+by
+by
+by
+by
+by
+by
+cZ
+di
+dr
+bl
+dL
+ek
+eE
+eQ
+fa
+fe
+fa
+fe
+fa
+eB
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gj
+gm
+gv
+gm
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+ge
+hk
+gm
+gm
+gm
+hk
+ge
+gj
+hk
+gv
+hk
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gj
+gv
+gv
+gv
+gE
+gx
+gj
+gv
+gv
+gv
+gE
+gx
+gj
+gv
+gv
+gv
+gE
+ge
+hk
+ge
+gv
+ge
+hk
+ge
+gj
+gv
+gv
+gv
+gE
+gx
+gj
+gv
+gv
+gv
+gE
+gx
+gj
+gv
+gv
+gv
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+as
+as
+as
+as
+as
+as
+as
+as
+as
+as
+bl
+bz
+bQ
+bQ
+bQ
+cs
+cG
+bQ
+bQ
+bQ
+ds
+bl
+dM
+el
+el
+el
+el
+ff
+ff
+ff
+ff
+fH
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gj
+gm
+gm
+gm
+gE
+gx
+gj
+gm
+gm
+gm
+gE
+gx
+gj
+gm
+gv
+gm
+gE
+ge
+hk
+gm
+gm
+gm
+hk
+ge
+gj
+hk
+gv
+hk
+gE
+gx
+gj
+gm
+gm
+gm
+gE
+gx
+gj
+gm
+gm
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+as
+aE
+as
+as
+as
+as
+as
+as
+aE
+as
+bl
+bA
+bQ
+bQ
+bQ
+cs
+cG
+bQ
+bQ
+bQ
+dt
+bl
+dN
+em
+eF
+em
+em
+fg
+em
+em
+em
+fI
+fN
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+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
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+gk
+gw
+gw
+gw
+gF
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+as
+as
+as
+aE
+as
+as
+aE
+as
+as
+as
+bl
+bA
+bQ
+bQ
+bQ
+cs
+cG
+bQ
+bQ
+bQ
+dt
+bl
+dN
+em
+em
+em
+em
+em
+em
+em
+em
+fI
+fN
+fP
+fV
+fV
+fV
+fV
+fV
+fV
+fP
+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
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+hv
+hv
+hv
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+hv
+hv
+hv
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+ge
+gx
+gx
+gx
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+as
+aE
+as
+as
+as
+as
+as
+as
+aE
+as
+bl
+bA
+bQ
+bQ
+bQ
+cs
+cG
+bQ
+bQ
+bQ
+dt
+bl
+dN
+em
+em
+em
+em
+em
+em
+fr
+em
+fI
+fN
+fO
+fT
+fT
+fT
+fT
+fT
+fT
+fO
+fO
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gi
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gD
+hl
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+hl
+gi
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gu
+gD
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+as
+as
+as
+as
+as
+as
+as
+as
+as
+as
+bl
+bB
+bQ
+bQ
+bQ
+cs
+cG
+bQ
+bQ
+bQ
+du
+bl
+dO
+en
+en
+en
+en
+en
+en
+en
+en
+fJ
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+gb
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gE
+ge
+hk
+gv
+gv
+gv
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+gv
+gv
+gv
+hk
+ge
+gj
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+gb
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gE
+ge
+hk
+gv
+hk
+hk
+hk
+hk
+hk
+hk
+hH
+hk
+hk
+hk
+hk
+hk
+hk
+gv
+hk
+ge
+gj
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+at
+aF
+aF
+aF
+aF
+aY
+aY
+aY
+aY
+bi
+bl
+bC
+bR
+bR
+bR
+ct
+cH
+cP
+cP
+cP
+dv
+bl
+dP
+dP
+dP
+dP
+dP
+dP
+dP
+dP
+dP
+dP
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+gb
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gE
+ge
+hk
+gv
+hk
+hk
+hk
+hk
+hk
+hH
+hL
+hH
+hk
+hk
+hk
+hk
+hk
+gv
+hk
+ge
+gj
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+au
+aG
+aG
+aG
+aG
+aG
+aG
+aG
+aG
+bj
+bl
+bD
+bS
+ce
+bS
+cu
+cI
+bS
+dc
+bS
+dw
+bl
+dQ
+eo
+eG
+eR
+eR
+eR
+eR
+fs
+fB
+fK
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+gb
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gE
+ge
+hk
+gv
+hk
+hk
+hk
+hk
+hk
+hk
+hH
+hk
+hk
+hk
+hk
+hk
+hk
+gv
+hk
+ge
+gj
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gy
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+au
+aG
+aG
+aG
+aG
+aG
+aG
+aG
+aG
+bj
+bl
+bD
+bS
+ce
+bS
+cu
+cI
+bS
+dc
+bS
+dw
+bl
+dR
+ep
+eH
+eS
+eS
+eS
+eS
+ft
+fB
+fL
+fN
+fO
+ab
+ab
+ab
+ab
+ab
+ab
+fZ
+gb
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gj
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gE
+ge
+hk
+gv
+gv
+gv
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+hk
+gv
+gv
+gv
+hk
+ge
+gj
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gE
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+au
+aG
+aG
+aG
+aG
+aG
+aG
+aG
+aG
+bj
+bl
+bD
+bS
+ce
+bS
+cu
+cI
+bS
+dc
+bS
+dw
+bl
+dS
+eq
+eI
+eT
+eT
+eT
+eT
+fu
+fB
+fM
+fN
+fO
+fS
+fS
+fS
+fS
+fS
+fS
+fO
+fO
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+gk
+gw
+gw
+gw
+gw
+gw
+gw
+gw
+gw
+gw
+gF
+hl
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+ge
+hk
+hk
+hk
+hk
+hk
+hl
+gk
+gw
+gw
+gw
+gw
+gw
+gw
+gw
+gw
+gw
+gF
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ac
+av
+aH
+aH
+aH
+aH
+aZ
+aZ
+aZ
+aZ
+bk
+bl
+bE
+bT
+bT
+bT
+cv
+cJ
+cQ
+cQ
+cQ
+dx
+bl
+dT
+dT
+dT
+dT
+dT
+dT
+dT
+dT
+dT
+dT
+fN
+fO
+fW
+fW
+fW
+fW
+fW
+fW
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+ge
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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) = {"
+ab
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+ab
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+ab
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ab
+fO
+fO
+fO
+fO
+fO
+fO
+fO
+fO
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+HT
"}
diff --git a/_maps/map_files/generic/z3.dmm b/_maps/map_files/generic/z3.dmm
index abc53bcd50..7c3b1d0e4b 100644
--- a/_maps/map_files/generic/z3.dmm
+++ b/_maps/map_files/generic/z3.dmm
@@ -1,5 +1,5 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/obj/docking_port/stationary{dheight = 0; dir = 2; dwidth = 11; height = 22; id = "whiteship_away"; name = "Deep Space"; width = 35},/turf/open/space,/area/space)
+"b" = (/obj/docking_port/stationary{dheight = 0;dir = 2;dwidth = 11;height = 22;id = "whiteship_away";name = "Deep Space";width = 35},/turf/open/space,/area/space)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
diff --git a/_maps/map_files/generic/z5.dmm b/_maps/map_files/generic/z5.dmm
index b5fa974079..8ffc46ab5a 100644
--- a/_maps/map_files/generic/z5.dmm
+++ b/_maps/map_files/generic/z5.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)
@@ -153,10 +153,7 @@
/turf/open/floor/plating/airless,
/area/mine/abandoned)
"aA" = (
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_dead";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/dead,
/turf/open/floor/plasteel/airless,
/area/mine/abandoned)
"aB" = (
@@ -280,10 +277,7 @@
/turf/open/floor/plating/airless,
/area/mine/abandoned)
"aU" = (
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_dead";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/dead,
/obj/structure/alien/weeds,
/turf/open/floor/plating/airless,
/area/mine/abandoned)
@@ -324,10 +318,7 @@
/obj/item/weapon/shard{
icon_state = "small"
},
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_dead";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/dead,
/turf/open/space,
/area/mine/abandoned)
"bc" = (
@@ -396,10 +387,7 @@
},
/area/mine/abandoned)
"bn" = (
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_dead";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/dead,
/obj/structure/alien/weeds,
/turf/open/floor/plasteel/airless{
icon_state = "floorscorched1"
@@ -465,10 +453,7 @@
/turf/open/floor/plating/airless,
/area/mine/abandoned)
"by" = (
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_dead";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/dead,
/obj/structure/alien/weeds,
/turf/open/floor/plasteel/airless,
/area/mine/abandoned)
@@ -694,7 +679,8 @@
/turf/open/floor/plasteel/airless/asteroid,
/area/mine/abandoned)
"cl" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/abandoned)
@@ -702,7 +688,8 @@
/obj/item/weapon/shard{
icon_state = "medium"
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/abandoned)
@@ -733,17 +720,20 @@
/turf/open/floor/plating/airless/astplate,
/area/mine/abandoned)
"cp" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 10
},
/area/mine/unexplored)
"cq" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/unexplored)
"cr" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 6
},
/area/mine/unexplored)
@@ -1091,7 +1081,7 @@
/turf/open/floor/plasteel/floorgrime,
/area/mine/laborcamp)
"dp" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/chair{
dir = 8
},
@@ -1318,10 +1308,12 @@
icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plasteel/asteroid/warning,
+/turf/open/floor/plasteel/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line,
/area/mine/laborcamp)
"dT" = (
-/turf/open/floor/plasteel/asteroid/warning,
+/turf/open/floor/plasteel/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line,
/area/mine/explored)
"dU" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -1409,7 +1401,8 @@
/area/mine/laborcamp)
"ef" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/asteroid/warning{
+/turf/open/floor/plasteel/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 8
},
/area/mine/explored)
@@ -1487,12 +1480,14 @@
dir = 4;
network = list("Labor")
},
-/turf/open/floor/plasteel/asteroid/warning{
+/turf/open/floor/plasteel/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/explored)
"eq" = (
-/turf/open/floor/plasteel/asteroid/warning{
+/turf/open/floor/plasteel/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/explored)
@@ -1500,7 +1495,8 @@
/obj/machinery/conveyor_switch/oneway{
id = "gulag"
},
-/turf/open/floor/plasteel/asteroid/warning{
+/turf/open/floor/plasteel/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/explored)
@@ -1656,7 +1652,8 @@
dir = 8;
network = list("MINE")
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/north_outpost)
@@ -1786,7 +1783,8 @@
/turf/open/floor/plasteel,
/area/mine/north_outpost)
"fe" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/north_outpost)
@@ -1807,7 +1805,8 @@
/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/north_outpost)
"fg" = (
/obj/structure/disposalpipe/segment{
@@ -1824,7 +1823,8 @@
/turf/open/floor/plating,
/area/mine/explored)
"fi" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/north_outpost)
@@ -1832,7 +1832,8 @@
/obj/machinery/conveyor_switch{
id = "mining_north"
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/north_outpost)
@@ -1899,7 +1900,8 @@
/area/mine/north_outpost)
"fv" = (
/obj/structure/rack,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/north_outpost)
"fw" = (
/obj/structure/disposalpipe/segment,
@@ -1948,7 +1950,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/mine/laborcamp/security)
@@ -1965,7 +1968,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/mine/laborcamp/security)
@@ -1989,7 +1993,8 @@
/turf/open/floor/plating,
/area/mine/laborcamp)
"fG" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/laborcamp/security)
@@ -2157,7 +2162,8 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/laborcamp/security)
@@ -2312,14 +2318,17 @@
name = "EXTERNAL AIRLOCK";
pixel_x = -32
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/mine/north_outpost)
"gv" = (
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/mine/north_outpost)
"gw" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/mine/north_outpost)
"gx" = (
/obj/structure/grille,
@@ -2452,17 +2461,20 @@
/turf/open/floor/plating,
/area/mine/laborcamp/security)
"gM" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 10
},
/area/mine/explored)
"gN" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/explored)
"gO" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 6
},
/area/mine/explored)
@@ -2471,24 +2483,28 @@
dir = 1
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/north_outpost)
"gQ" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/explored)
"gR" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 5
},
/area/mine/explored)
"gS" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/explored)
@@ -2517,7 +2533,8 @@
/turf/open/floor/plating/airless/astplate,
/area/mine/explored)
"gX" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 9
},
/area/mine/explored)
@@ -2745,22 +2762,26 @@
/area/mine/west_outpost)
"hH" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/west_outpost)
"hI" = (
/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/west_outpost)
"hJ" = (
/obj/structure/rack,
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/west_outpost)
"hK" = (
/obj/structure/rack,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/west_outpost)
"hL" = (
/obj/structure/window/reinforced{
@@ -2777,13 +2798,15 @@
/obj/machinery/disposal/deliveryChute{
pixel_y = 5
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/mine/west_outpost)
"hM" = (
/turf/open/floor/plasteel,
/area/mine/west_outpost)
"hN" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/west_outpost)
@@ -2801,7 +2824,8 @@
/turf/open/floor/plating,
/area/mine/west_outpost)
"hP" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 5
},
/area/mine/west_outpost)
@@ -2835,13 +2859,15 @@
/turf/open/floor/plasteel,
/area/mine/west_outpost)
"hU" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/west_outpost)
"hV" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/west_outpost)
@@ -2860,7 +2886,8 @@
/turf/open/floor/plasteel/airless/asteroid,
/area/mine/west_outpost)
"hY" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 4
},
/area/mine/west_outpost)
@@ -2919,12 +2946,14 @@
/area/mine/west_outpost)
"ig" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/west_outpost)
"ih" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 6
},
/area/mine/west_outpost)
@@ -3092,7 +3121,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 8
},
/area/mine/explored)
@@ -3100,7 +3130,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 4
},
/area/mine/explored)
@@ -3301,7 +3332,8 @@
/turf/open/floor/plating,
/area/mine/west_outpost)
"jh" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/explored)
@@ -3312,7 +3344,8 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 1
},
/area/mine/explored)
@@ -3590,13 +3623,19 @@
/obj/structure/disposalpipe/trunk{
dir = 1
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
"jU" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
@@ -3605,7 +3644,10 @@
dir = 6
},
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
@@ -3654,12 +3696,14 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/eva)
"kd" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 5
},
/area/mine/eva)
@@ -3719,7 +3763,8 @@
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"kk" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/mine/living_quarters)
@@ -3743,12 +3788,14 @@
/turf/open/space,
/area/mine/production)
"ko" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/mine/production)
"kp" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/production)
@@ -3758,7 +3805,8 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/production)
@@ -3770,7 +3818,8 @@
pixel_y = 0
},
/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/mine/production)
@@ -3785,9 +3834,10 @@
name = "Mining Station EVA";
req_access_txt = "54"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/eva)
"kt" = (
/obj/structure/cable{
@@ -3808,7 +3858,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/mine/eva)
"kw" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/eva)
@@ -3820,7 +3871,8 @@
/turf/open/floor/plasteel/airless/asteroid,
/area/mine/eva)
"ky" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 4
},
/area/mine/eva)
@@ -3903,7 +3955,8 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/living_quarters)
@@ -3966,7 +4019,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/mine/production)
@@ -4004,7 +4058,8 @@
/obj/machinery/atmospherics/pipe/manifold{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4041,12 +4096,14 @@
/area/mine/eva)
"kU" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/eva)
"kV" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 6
},
/area/mine/eva)
@@ -4095,7 +4152,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/mine/living_quarters)
@@ -4152,7 +4210,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/mine/production)
@@ -4160,7 +4219,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/mine/production)
@@ -4185,7 +4245,8 @@
icon_state = "alarm0";
pixel_x = 24
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4199,12 +4260,14 @@
icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/production)
"ln" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/production)
@@ -4212,7 +4275,8 @@
/obj/machinery/conveyor_switch{
id = "mining_external"
},
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 2
},
/area/mine/production)
@@ -4261,7 +4325,8 @@
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"lv" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/mine/production)
@@ -4283,7 +4348,8 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4304,7 +4370,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/mine/production)
@@ -4329,7 +4396,8 @@
/obj/structure/disposalpipe/trunk{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/mine/production)
@@ -4345,7 +4413,8 @@
dir = 4;
id = "mining_external"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4460,7 +4529,8 @@
name = "Station Intercom (General)";
pixel_x = -28
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/mine/production)
@@ -4481,7 +4551,8 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4574,10 +4645,12 @@
/area/mine/living_quarters)
"mg" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/mine/living_quarters)
"mh" = (
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/mine/living_quarters)
"mi" = (
/obj/structure/sign/securearea{
@@ -4588,7 +4661,8 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/mine/living_quarters)
"mj" = (
/obj/machinery/power/apc{
@@ -4601,7 +4675,8 @@
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/mine/production)
@@ -4616,15 +4691,17 @@
/area/mine/production)
"ml" = (
/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
"mm" = (
/obj/machinery/mineral/equipment_vendor,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"mn" = (
/obj/machinery/mineral/mint{
@@ -4645,7 +4722,10 @@
pixel_y = 28
},
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
@@ -4657,16 +4737,22 @@
/obj/structure/table,
/obj/item/weapon/paper{
anchored = 0;
- info = "A hastily written note has been scribbled here... Please use the ore redemption machine in the science wing for smelting. PLEASE! --The Research Staff";
+ info = "A hastily written note has been scribbled here... Please use the ore redemption machine in the cargo office for smelting. PLEASE! --The Research Staff";
name = "URGENT!"
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
"mr" = (
/obj/structure/barricade/wooden,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
@@ -4718,7 +4804,8 @@
/turf/open/floor/plasteel/loadingarea,
/area/mine/production)
"mz" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/mine/production)
@@ -4733,15 +4820,17 @@
dir = 4
},
/obj/structure/barricade/wooden,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"mC" = (
/turf/open/floor/plasteel/airless/asteroid,
/area/mine/explored)
"mD" = (
-/turf/open/floor/plasteel/airless/asteroid/warning{
+/turf/open/floor/plasteel/airless/asteroid,
+/obj/effect/turf_decal/stripes/asteroid/line{
dir = 4
},
/area/mine/explored)
@@ -4775,12 +4864,14 @@
/area/mine/production)
"mH" = (
/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/mine/production)
"mI" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/mine/production)
@@ -4803,16 +4894,20 @@
pixel_x = 30;
pixel_y = 1
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"mK" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
@@ -4834,7 +4929,8 @@
name = "Station Intercom (General)";
pixel_x = 28
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4845,7 +4941,8 @@
input_dir = 1;
output_dir = 2
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/mine/production)
@@ -4865,9 +4962,10 @@
name = "Mining Shuttle Airlock";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"mQ" = (
/turf/open/floor/plasteel,
@@ -4885,7 +4983,8 @@
dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/mine/production)
@@ -4898,7 +4997,8 @@
id = "mining_internal";
name = "mining conveyor"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4907,7 +5007,8 @@
dir = 2;
id = "mining_internal"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/mine/production)
@@ -4918,12 +5019,14 @@
/turf/open/floor/plating/asteroid/airless,
/area/mine/explored)
"mX" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/mine/production)
"mY" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/mine/production)
@@ -4951,7 +5054,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -4966,9 +5070,10 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"nd" = (
/obj/machinery/atmospherics/pipe/simple{
@@ -4978,7 +5083,8 @@
dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/mine/production)
@@ -4986,7 +5092,8 @@
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/mine/production)
@@ -5000,7 +5107,8 @@
/obj/machinery/light{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -5013,7 +5121,8 @@
dir = 1;
output_dir = 2
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/mine/production)
@@ -5025,7 +5134,8 @@
/turf/open/floor/plasteel,
/area/mine/production)
"nk" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/mine/production)
@@ -5034,24 +5144,28 @@
name = "Processing Area";
req_access_txt = "48"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"nm" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/mine/production)
"nn" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/mine/production)
"no" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/mine/production)
@@ -5067,7 +5181,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/mine/production)
@@ -5076,12 +5191,14 @@
dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/mine/production)
"ns" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/mine/production)
@@ -5090,9 +5207,10 @@
/obj/machinery/door/window/northleft{
name = "Output Access"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"nu" = (
/obj/machinery/door/window/northleft{
@@ -5100,9 +5218,10 @@
icon_state = "right";
name = "Output Access"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"nv" = (
/obj/machinery/mineral/stacking_unit_console,
@@ -5160,7 +5279,10 @@
dir = 1;
pixel_y = -1
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
@@ -5170,20 +5292,25 @@
opened = 1
},
/obj/machinery/light,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
/area/mine/production)
"nC" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"nD" = (
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/mine/production)
"nE" = (
/obj/machinery/conveyor{
@@ -5192,7 +5319,8 @@
},
/obj/structure/plasticflaps,
/obj/structure/barricade/wooden,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/production)
@@ -5201,7 +5329,8 @@
dir = 1;
input_dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/mine/production)
@@ -5210,7 +5339,8 @@
dir = 8;
id = "mining_internal"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/production)
@@ -5223,7 +5353,8 @@
/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/mine/production)
@@ -5256,7 +5387,8 @@
/obj/structure/disposalpipe/trunk{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/mine/production)
diff --git a/_maps/metastation.dm b/_maps/metastation.dm
index 9987cd2459..3fbd063eaf 100644
--- a/_maps/metastation.dm
+++ b/_maps/metastation.dm
@@ -5,6 +5,7 @@
#define MINETYPE "lavaland"
#include "map_files\MetaStation\MetaStation.dmm"
+#ifndef TRAVIS_MASS_MAP_BUILD
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
#include "map_files\generic\z4.dmm"
@@ -21,7 +22,7 @@
#define MAP_NAME "MetaStation"
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
-
+#endif
#elif !defined(MAP_OVERRIDE)
#warn a map has already been included, ignoring MetaStation.
diff --git a/_maps/ministation.dm b/_maps/ministation.dm
deleted file mode 100644
index 268439050a..0000000000
--- a/_maps/ministation.dm
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
-MiniStation FAQ - Mod Created By Giacom
-
-
-What is it?
-
-A mod of tgstation 13 that is modified for low population servers; with simplified jobs, maps, duties and command structure.
-
-How do I run it?
-
-Simply tick this file, and only this file in the _maps folder, then compile and you will be running MiniStation.
-
-Who is the target audience?
-
-Server hosters who want to host a server for a player count of around 5 to 20 people.
-
-What about the map?
-
-The map has been created from the ground up with population size in mind.
-
-What about the jobs?
-
-Many jobs have been combined or just plainly cut out. These are the remaining jobs with their duties next to them.
-
- * Captain - Make sure your station is running.
- * HoP - You're second in command, protect the Captain and be his right hand man.
- * Cargo Tech x3 - Running cargo bay and mining minerals for the station.
- * Bartender - Keeping the bar, serving drinks and food. Hire the unemployeed to grow food for you, or do it yourself.
- * Janitor - Cleans the station, removes litter and empty trash bins to be recycled by the crusher.
- * Station Engineer x4 - Keeping the power running and fixing station damage.
- * Security Officer x4 - Protecting the crewmembers and serving space law.
- * Detective - Using forensic science to help security officers catch criminals.
- * Scientist x4 - Research and development of new technologies and create bombs.
- * Medical Doctor x4 - Healing the crew, performing surgeries and cloning dead crew.
- * Chemist - Creating useful chemicals for the crew to use.
- * Clown - Create laughter and boost the morale of the crew. Honk!
- * Assistant xInfinity - Not in charge at all.
-
-There will be 26 job slots (not including Assistant) available on MiniStation; the HoP can add more from his ID computer.
-There is a more simplified command system, with the Captain being the big boss and the HoP being second in command.
-The heads will have control over all departments and jobs.
-
-What else has changed?
-
-Changes to the uplinks were made to discourage murderboning, the rest is the same.
-
-*/
-
-#if !defined(MAP_FILE)
-
- #define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
-
- #define MINETYPE "mining"
-
- #include "map_files\MiniStation\MiniStation.dmm"
- #include "map_files\generic\z2.dmm"
- #include "map_files\generic\z3.dmm"
- #include "map_files\generic\z4.dmm"
- #include "map_files\MiniStation\z5.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"
-
- #define MAP_PATH "map_files/MiniStation"
- #define MAP_FILE "MiniStation.dmm"
- #define MAP_NAME "MiniStation"
-
- #define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
-
- #if !defined(MAP_OVERRIDE_FILES)
- #define MAP_OVERRIDE_FILES
- #include "map_files\MiniStation\misc.dm"
- #include "map_files\MiniStation\cargopacks.dm"
- #include "map_files\MiniStation\telecomms.dm"
- #include "map_files\MiniStation\uplink_item.dm"
- #include "map_files\MiniStation\job\jobs.dm"
- #include "map_files\MiniStation\job\removed.dm"
- #endif
-
-#elif !defined(MAP_OVERRIDE)
-
- #warn a map has already been included, ignoring ministation.
-
-#endif
diff --git a/_maps/efficiencystation.dm b/_maps/omegastation.dm
similarity index 60%
rename from _maps/efficiencystation.dm
rename to _maps/omegastation.dm
index 8c2840df48..ad4fe6607c 100644
--- a/_maps/efficiencystation.dm
+++ b/_maps/omegastation.dm
@@ -4,7 +4,8 @@
#define MINETYPE "lavaland"
- #include "map_files\EfficiencyStation\EfficiencyStation.dmm"
+ #include "map_files\OmegaStation\OmegaStation.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,20 @@
#include "map_files\generic\z10.dmm"
#include "map_files\generic\z11.dmm"
- #define MAP_PATH "map_files/EfficiencyStation"
- #define MAP_FILE "EfficiencyStation.dmm"
- #define MAP_NAME "Efficiency Station"
+ #define MAP_PATH "map_files/OmegaStation"
+ #define MAP_FILE "OmegaStation.dmm"
+ #define MAP_NAME "OmegaStation"
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
+#endif
+ #if !defined(MAP_OVERRIDE_FILES)
+ #define MAP_OVERRIDE_FILES
+ #include "map_files\OmegaStation\job\job_changes.dm"
+ #include "map_files\OmegaStation\job\removed_jobs.dm"
+ #endif
#elif !defined(MAP_OVERRIDE)
- #warn a map has already been included, ignoring Efficiency Station.
+ #warn a map has already been included, ignoring OmegaStation.
#endif
diff --git a/_maps/pubbystation.dm b/_maps/pubbystation.dm
new file mode 100644
index 0000000000..9ef04e8061
--- /dev/null
+++ b/_maps/pubbystation.dm
@@ -0,0 +1,38 @@
+#if !defined(MAP_FILE)
+
+ #define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
+
+ #define MINETYPE "lavaland"
+
+ #include "map_files\PubbyStation\PubbyStation.dmm"
+#ifndef TRAVIS_MASS_MAP_BUILD
+ #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"
+
+ #define MAP_PATH "map_files/PubbyStation"
+ #define MAP_FILE "PubbyStation.dmm"
+ #define MAP_NAME "PubbyStation"
+
+ #define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
+#endif
+ #if !defined(MAP_OVERRIDE_FILES)
+ #define MAP_OVERRIDE_FILES
+ #include "map_files\PubbyStation\job\job_changes.dm"
+ #include "map_files\PubbyStation\job\removed_jobs.dm"
+ #include "map_files\PubbyStation\monastery_shuttle.dm"
+ #include "map_files\PubbyStation\areas.dm"
+ #endif
+
+#elif !defined(MAP_OVERRIDE)
+
+ #warn a map has already been included, ignoring PubbyStation.
+
+#endif
diff --git a/_maps/runtimestation.dm b/_maps/runtimestation.dm
new file mode 100644
index 0000000000..7c97c10344
--- /dev/null
+++ b/_maps/runtimestation.dm
@@ -0,0 +1,23 @@
+#if !defined(MAP_FILE)
+
+ // Runtime Station
+ // This is a developer sandbox map that will compile and
+ // load quickly. Not intended for production deployment.
+
+ #define TITLESCREEN "title"
+
+ #define MINETYPE "lavaland"
+
+ #include "map_files\debug\runtimestation.dmm"
+
+ #define MAP_PATH "map_files/debug"
+ #define MAP_FILE "runtimestation.dmm"
+ #define MAP_NAME "Runtime Station"
+
+ #define MAP_TRANSITION_CONFIG list(MAIN_STATION = UNAFFECTED)
+
+#elif !defined(MAP_OVERRIDE)
+
+ #warn a map has already been included, ignoring Runtime Station.
+
+#endif
diff --git a/_maps/shuttles/cargo_birdboat.dmm b/_maps/shuttles/cargo_birdboat.dmm
index ed21b35382..2ab5bbab09 100644
--- a/_maps/shuttles/cargo_birdboat.dmm
+++ b/_maps/shuttles/cargo_birdboat.dmm
@@ -1,15 +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/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/supply)
"b" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/supply)
"c" = (
/turf/closed/wall/shuttle{
@@ -29,7 +23,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"f" = (
/obj/machinery/conveyor{
@@ -37,7 +31,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"g" = (
/obj/machinery/conveyor{
@@ -45,7 +39,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"h" = (
/obj/machinery/conveyor{
@@ -53,7 +47,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"i" = (
/obj/machinery/conveyor{
@@ -61,7 +55,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"j" = (
/obj/machinery/conveyor{
@@ -69,7 +63,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"k" = (
/obj/machinery/conveyor{
@@ -77,7 +71,7 @@
id = "cargoshuttle";
name = "cargo shuttle conveyor belt"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"l" = (
/obj/machinery/door/poddoor{
@@ -92,13 +86,13 @@
/turf/open/floor/plating,
/area/shuttle/supply)
"m" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"n" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/supply)
"o" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -121,10 +115,10 @@
/obj/machinery/conveyor_switch/oneway{
id = "cargoshuttle"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/supply)
"q" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -148,9 +142,7 @@
/turf/open/floor/plating,
/area/shuttle/supply)
"s" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/supply)
"t" = (
/turf/closed/wall/shuttle{
@@ -192,15 +184,15 @@
/area/shuttle/supply)
(1,1,1) = {"
-a
-d
-d
-d
-d
-d
-d
-d
-s
+b
+b
+b
+b
+b
+b
+b
+b
+b
w
"}
(2,1,1) = {"
@@ -212,7 +204,7 @@ m
m
m
g
-t
+b
x
"}
(3,1,1) = {"
@@ -260,18 +252,18 @@ n
p
n
g
-t
+b
z
"}
(7,1,1) = {"
-c
-d
-d
+b
+b
+b
l
o
-d
+b
q
r
-v
+b
w
"}
diff --git a/_maps/shuttles/cargo_box.dmm b/_maps/shuttles/cargo_box.dmm
index bbc040600c..9826719dbe 100644
--- a/_maps/shuttles/cargo_box.dmm
+++ b/_maps/shuttles/cargo_box.dmm
@@ -1,15 +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/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/supply)
"b" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/supply)
"c" = (
/turf/closed/wall/shuttle{
@@ -24,7 +18,7 @@
},
/area/shuttle/supply)
"e" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"f" = (
/obj/machinery/conveyor{
@@ -38,7 +32,7 @@
/turf/open/floor/plating,
/area/shuttle/supply)
"g" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -58,10 +52,10 @@
pixel_x = 24;
pixel_y = -8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
"i" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -90,10 +84,8 @@
},
/area/shuttle/supply)
"l" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/supply)
"m" = (
/turf/open/floor/plasteel/shuttle,
@@ -153,17 +145,17 @@
/area/shuttle/supply)
(1,1,1) = {"
-a
-d
-d
-d
-d
-d
-d
-d
-d
-k
-o
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
s
"}
(2,1,1) = {"
@@ -177,7 +169,7 @@ e
e
e
l
-p
+b
t
"}
(3,1,1) = {"
@@ -232,21 +224,21 @@ h
e
e
e
-m
-p
+l
+b
v
"}
(7,1,1) = {"
-c
-d
-d
+b
+b
+b
f
g
-d
+b
i
j
-d
-n
-r
+b
+b
+b
s
"}
diff --git a/_maps/shuttles/emergency_airless.dmm b/_maps/shuttles/emergency_airless.dmm
index 17c492af9d..5a822e413a 100644
--- a/_maps/shuttles/emergency_airless.dmm
+++ b/_maps/shuttles/emergency_airless.dmm
@@ -1,381 +1,36 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/open/space,
-/area/space)
-"b" = (
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"c" = (
-/turf/closed/wall,
-/area/shuttle/escape)
-"d" = (
-/obj/structure/fireaxecabinet,
-/turf/closed/wall,
-/area/shuttle/escape)
-"e" = (
-/obj/structure/closet/malf,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"f" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"g" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"h" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"i" = (
-/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"j" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"k" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"l" = (
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"m" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"n" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"o" = (
-/obj/docking_port/mobile/emergency{
- name = "Shuttle Under Construction";
- timid = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"p" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"q" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"r" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"s" = (
-/obj/machinery/status_display,
-/turf/closed/wall,
-/area/shuttle/escape)
+"a" = (/turf/open/space,/area/space)
+"b" = (/turf/open/floor/plating/airless,/area/shuttle/escape)
+"c" = (/turf/closed/wall,/area/shuttle/escape)
+"d" = (/obj/structure/closet/malf,/turf/open/floor/plating/airless,/area/shuttle/escape)
+"e" = (/obj/machinery/status_display,/turf/closed/wall,/area/shuttle/escape)
+"f" = (/obj/effect/shuttle_build,/turf/open/floor/plating/airless,/area/shuttle/escape)
+"g" = (/turf/open/floor/plating,/area/shuttle/escape)
+"h" = (/obj/docking_port/mobile/emergency{name = "Shuttle Under Construction";timid = 1},/turf/open/floor/plating/airless,/area/shuttle/escape)
+"i" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4;name = "4maintenance loot spawner"},/turf/open/floor/plating/airless,/area/shuttle/escape)
+"j" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
+"k" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape)
(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-b
-l
-b
-o
-b
-b
-b
-b
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-b
-c
-s
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-a
-a
-"}
-(3,1,1) = {"
-b
-b
-e
-e
-e
-b
-b
-m
-m
-m
-m
-m
-b
-b
-b
-b
-b
-b
-b
-b
-q
-r
-"}
-(4,1,1) = {"
-c
-b
-b
-b
-b
-b
-b
-n
-n
-n
-n
-n
-b
-b
-b
-b
-b
-b
-b
-b
-q
-r
-"}
-(5,1,1) = {"
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-q
-r
-"}
-(6,1,1) = {"
-c
-b
-b
-b
-b
-b
-b
-m
-m
-m
-m
-m
-b
-b
-b
-b
-b
-b
-b
-b
-q
-r
-"}
-(7,1,1) = {"
-d
-b
-b
-b
-b
-b
-b
-n
-n
-n
-n
-n
-b
-b
-b
-b
-b
-b
-b
-b
-q
-r
-"}
-(8,1,1) = {"
-c
-b
-f
-h
-j
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-q
-r
-"}
-(9,1,1) = {"
-c
-b
-g
-i
-k
-b
-b
-m
-m
-m
-m
-m
-b
-b
-b
-p
-p
-p
-b
-b
-q
-r
-"}
-(10,1,1) = {"
-a
-b
-c
-c
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-s
-c
-b
-c
-a
-a
-"}
-(11,1,1) = {"
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-c
-b
-c
-c
-a
-a
-a
-a
-a
-a
-a
-a
+aabbbbbbbaa
+abbbbbbbbba
+acdbbbbbbba
+aedbbbfbbba
+abdbbbbbbba
+abbbbbbbbba
+bbbbbbbbbbc
+gbbbbbbbbbc
+bbbbbbbbbbc
+hbbbbbbbbbc
+bbbbbbbbbbc
+bbbbbbbbbbb
+bbbbbbbbbbc
+bbbbbbbbbbc
+abbbbbbbbba
+abbbbbbbica
+abbbbbbbiea
+acbbbbbbica
+acbbbbbbbba
+acbbbbbbbca
+aajjjjjjjaa
+aakkkkkkkaa
"}
diff --git a/_maps/shuttles/emergency_asteroid.dmm b/_maps/shuttles/emergency_asteroid.dmm
index cc22fab653..b98874a2e2 100644
--- a/_maps/shuttles/emergency_asteroid.dmm
+++ b/_maps/shuttles/emergency_asteroid.dmm
@@ -1,18 +1,12 @@
-//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/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"ac" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ad" = (
/obj/structure/window/shuttle,
@@ -20,10 +14,10 @@
/turf/open/floor/plating,
/area/shuttle/escape)
"ae" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"af" = (
/turf/closed/wall/shuttle{
@@ -40,13 +34,13 @@
/turf/open/floor/plating,
/area/shuttle/escape)
"ai" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aj" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -57,7 +51,7 @@
width = 28;
timid = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"ak" = (
/turf/closed/wall/shuttle{
@@ -66,11 +60,11 @@
},
/area/shuttle/escape)
"al" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"am" = (
/obj/structure/shuttle/engine/propulsion{
@@ -94,14 +88,14 @@
/area/shuttle/escape)
"ap" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aq" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"ar" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"as" = (
/turf/closed/wall/shuttle{
@@ -110,7 +104,7 @@
},
/area/shuttle/escape)
"at" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"au" = (
/turf/closed/wall/shuttle{
@@ -122,16 +116,16 @@
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aw" = (
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"ax" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"ay" = (
/turf/closed/wall/shuttle{
@@ -140,10 +134,7 @@
},
/area/shuttle/escape)
"az" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"aA" = (
/turf/closed/wall/shuttle{
@@ -152,9 +143,8 @@
},
/area/shuttle/escape)
"aB" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f13"
- },
+/turf/open/floor/mineral/titanium,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/escape)
"aC" = (
/turf/closed/wall/shuttle{
@@ -175,38 +165,38 @@
name = "Station Intercom (General)";
pixel_x = -28
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aF" = (
/obj/machinery/suit_storage_unit,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aG" = (
/obj/machinery/door/airlock/mining{
name = "Emergency Shuttle Storage";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aH" = (
/obj/structure/extinguisher_cabinet{
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aI" = (
/obj/structure/closet,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aJ" = (
/obj/structure/table,
/obj/item/weapon/extinguisher,
/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aK" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aL" = (
/obj/structure/table,
@@ -215,7 +205,7 @@
pixel_x = 2;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aM" = (
/obj/structure/closet/emcloset,
@@ -224,11 +214,11 @@
name = "Station Intercom (General)";
pixel_y = 23
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aN" = (
/obj/structure/bed/roller,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aO" = (
/turf/closed/wall/shuttle{
@@ -241,36 +231,36 @@
name = "Emergency Shuttle Brig";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aQ" = (
/obj/structure/bed,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aR" = (
/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aS" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aT" = (
/obj/structure/chair/office/light{
name = "Chief Engineer"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aU" = (
/obj/structure/chair/office/light{
name = "Captain"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aV" = (
/obj/structure/chair/office/light{
name = "Head of Security"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aW" = (
/obj/item/device/radio/intercom{
@@ -278,36 +268,33 @@
name = "Station Intercom (General)";
pixel_y = 23
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aX" = (
/obj/machinery/ai_status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aY" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aZ" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ba" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bb" = (
/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bc" = (
/obj/structure/table,
@@ -315,29 +302,29 @@
pixel_x = -1;
pixel_y = 6
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bd" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"be" = (
/obj/structure/table,
/obj/item/weapon/folder/blue,
/obj/item/weapon/pen,
/obj/machinery/recharger,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bf" = (
/obj/machinery/ai_slipper,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bg" = (
/obj/machinery/door/airlock/glass_command{
name = "Emergency Shuttle Cockpit";
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bh" = (
/obj/structure/grille,
@@ -346,41 +333,38 @@
/area/shuttle/escape)
"bi" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"bj" = (
/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bk" = (
/obj/structure/chair/office/light{
dir = 1;
name = "Research Director"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bl" = (
/obj/structure/chair/office/light{
dir = 1;
name = "Head of Personnel"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bm" = (
/obj/structure/chair/office/light{
dir = 1;
name = "Chief Medical Officer"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bn" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bo" = (
/obj/machinery/status_display,
@@ -391,7 +375,7 @@
/area/shuttle/escape)
"bp" = (
/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bq" = (
/obj/machinery/door/airlock/glass_medical{
@@ -399,7 +383,7 @@
name = "Escape Shuttle Infirmary";
req_access_txt = "5"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"br" = (
/obj/machinery/door/airlock/glass_medical{
@@ -407,11 +391,11 @@
name = "Escape Shuttle Infirmary";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bs" = (
/obj/structure/bed,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bt" = (
/obj/structure/sink{
@@ -423,17 +407,17 @@
/obj/structure/mirror{
pixel_x = -30
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bu" = (
/obj/machinery/door/airlock{
name = "Emergency Shuttle Restroom"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bv" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bw" = (
/obj/structure/chair{
@@ -443,7 +427,7 @@
name = "Station Intercom (General)";
pixel_y = -29
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bx" = (
/obj/structure/chair{
@@ -452,21 +436,21 @@
/obj/structure/extinguisher_cabinet{
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"by" = (
/obj/structure/table,
/obj/item/weapon/extinguisher,
/obj/item/weapon/crowbar,
/obj/machinery/recharger,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bz" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bA" = (
/turf/closed/wall/shuttle{
@@ -486,28 +470,28 @@
name = "Station Intercom (General)";
pixel_x = -28
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bD" = (
/obj/structure/closet/secure_closet/medical2,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bE" = (
/obj/structure/toilet{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bF" = (
/obj/structure/table,
/obj/item/weapon/retractor,
/obj/item/weapon/hemostat,
/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bG" = (
/obj/structure/table/optable,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bH" = (
/obj/structure/table,
@@ -516,82 +500,84 @@
pixel_x = 4
},
/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bI" = (
-/turf/closed/wall/shuttle,
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
(1,1,1) = {"
aa
aa
-ab
+ac
am
-as
+ac
ad
ad
-ad
-as
+bI
+ac
am
-bB
+ac
aa
aa
"}
(2,1,1) = {"
-ab
+ac
am
-ak
+ac
an
-ak
+ac
aR
aS
bj
-ak
+ac
an
-ak
+ac
am
-bB
+ac
"}
(3,1,1) = {"
ac
an
-ay
-au
-aA
+ac
+ac
+ac
aS
aS
aS
ac
-au
-ay
+ac
+ac
an
-aA
+ac
"}
(4,1,1) = {"
ac
-ao
+ac
az
aF
-ak
+ac
aT
bc
bk
-ak
-bt
ac
-ao
-aA
+bt
+az
+ac
+ac
"}
(5,1,1) = {"
ad
ap
aq
aq
-ak
+ac
aU
bd
bl
-ak
+ac
at
bu
bE
@@ -602,50 +588,50 @@ ae
aq
aq
aq
-ak
+ac
aV
be
bm
-ak
+ac
at
ac
-au
-bI
+ac
+ac
"}
(7,1,1) = {"
ad
ar
aq
aq
-ak
+ac
aW
bf
bn
-ak
+ac
at
bu
bE
ad
"}
(8,1,1) = {"
-af
-as
-as
+ac
+ac
+ac
aG
-aO
+ac
aX
bg
-bo
+bi
az
bu
-ay
-as
-bA
+az
+ac
+ac
"}
(9,1,1) = {"
ag
-af
-aA
+ac
+ac
aH
at
at
@@ -654,13 +640,13 @@ at
at
at
ac
-bA
+ac
aa
"}
(10,1,1) = {"
ag
ag
-ak
+ac
aI
at
aY
@@ -668,7 +654,7 @@ aY
aY
at
bv
-ak
+ac
aa
aa
"}
@@ -683,7 +669,7 @@ ah
aK
at
aL
-ak
+ac
aa
aa
"}
@@ -698,14 +684,14 @@ ah
aK
at
aS
-ak
+ac
aa
aa
"}
(13,1,1) = {"
ah
ah
-aC
+aB
aK
at
aZ
@@ -713,7 +699,7 @@ ah
aK
at
bw
-ak
+ac
aa
aa
"}
@@ -773,7 +759,7 @@ ah
aK
at
bx
-ak
+ac
aa
aa
"}
@@ -788,14 +774,14 @@ ah
aK
at
aS
-ak
+ac
aa
aa
"}
(19,1,1) = {"
ah
ah
-aC
+aB
aL
at
aZ
@@ -803,14 +789,14 @@ ah
aK
at
by
-ak
+ac
aa
aa
"}
(20,1,1) = {"
ag
ag
-ak
+ac
aM
at
ba
@@ -818,14 +804,14 @@ ba
ba
at
aI
-ak
+ac
aa
aa
"}
(21,1,1) = {"
ag
-ag
-ak
+ac
+ac
aN
at
at
@@ -833,14 +819,14 @@ at
at
at
aN
-ak
-aa
+ac
+ac
aa
"}
(22,1,1) = {"
-ab
-au
-ao
+ac
+ac
+ac
ad
aP
ad
@@ -848,24 +834,24 @@ bi
ad
br
ad
-ao
-au
-bB
+ac
+ac
+ac
"}
(23,1,1) = {"
-ak
+ac
av
aE
av
aw
bb
-ak
+ac
bp
at
at
bC
bF
-ak
+ac
"}
(24,1,1) = {"
al
@@ -883,47 +869,47 @@ bG
ad
"}
(25,1,1) = {"
-ak
+ac
ax
ax
ax
aw
aw
-ak
+ac
at
at
bz
bD
bH
-ak
+ac
"}
(26,1,1) = {"
-af
-au
-as
-as
+ac
+ac
+ac
+ac
ad
aP
-ak
+ac
bq
ad
-as
-as
-au
-bA
+ac
+ac
+ac
+ac
"}
(27,1,1) = {"
aa
aa
-af
-aA
+ac
+ac
aQ
aw
ad
at
bs
ac
-bA
+ac
aa
aa
"}
@@ -931,13 +917,13 @@ aa
ag
ag
ag
-af
-au
+ac
+ac
ad
-ao
+ac
ad
-au
-bA
+ac
+ac
aa
aa
aa
diff --git a/_maps/shuttles/emergency_bar.dmm b/_maps/shuttles/emergency_bar.dmm
index 15abf97cae..15884f8264 100644
--- a/_maps/shuttles/emergency_bar.dmm
+++ b/_maps/shuttles/emergency_bar.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
"aa" = (
/turf/open/space,
/area/space)
"ab" = (
-/turf/closed/wall/shuttle/smooth/overspace,
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"ac" = (
/obj/structure/grille,
@@ -17,7 +17,7 @@
},
/area/shuttle/escape)
"ae" = (
-/turf/closed/wall/shuttle/smooth/nodiagonal,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"af" = (
/obj/structure/table/wood,
@@ -150,7 +150,7 @@
/area/shuttle/escape)
"aA" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aB" = (
/turf/closed/wall/shuttle{
@@ -160,7 +160,7 @@
/area/shuttle/escape)
"aC" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aD" = (
/obj/machinery/flasher{
@@ -204,10 +204,10 @@
pixel_x = -24;
pixel_y = -6
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aI" = (
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aJ" = (
/obj/machinery/door/airlock/glass{
@@ -217,24 +217,24 @@
/turf/open/floor/plasteel/bar,
/area/shuttle/escape)
"aK" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aL" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aM" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aN" = (
/obj/structure/chair/stool/bar{
@@ -276,7 +276,7 @@
/turf/open/floor/plasteel/bar,
/area/shuttle/escape)
"aT" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -350,7 +350,7 @@
},
/area/shuttle/escape)
"bg" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plasteel/bar,
@@ -362,7 +362,7 @@
/turf/open/floor/plasteel/shuttle/white,
/area/shuttle/escape)
"bi" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bj" = (
/obj/structure/table/reinforced,
@@ -394,10 +394,10 @@
/obj/structure/grille,
/obj/structure/window/shuttle,
/obj/structure/sign/bluecross_2,
-/turf/open/floor/plasteel/freezer,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"bo" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plasteel/freezer,
@@ -409,13 +409,13 @@
/obj/machinery/door/airlock/glass_medical{
name = "Medbay"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"br" = (
/obj/machinery/sleeper{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bs" = (
/obj/machinery/door/airlock{
@@ -424,7 +424,7 @@
/turf/open/floor/plasteel/freezer,
/area/shuttle/escape)
"bt" = (
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"bu" = (
/obj/machinery/door/airlock{
@@ -441,7 +441,7 @@
"bw" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bx" = (
/obj/structure/toilet{
@@ -461,21 +461,16 @@
/obj/item/weapon/hemostat,
/obj/item/weapon/retractor,
/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bA" = (
-/turf/closed/wall/shuttle{
- tag = "icon-gwall_space";
- icon_state = "gwall_space";
- dir = 2
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
/area/shuttle/escape)
"bB" = (
-/turf/closed/wall/shuttle{
- tag = "icon-wall3";
- icon_state = "wall3";
- dir = 2
- },
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/escape)
"bC" = (
/obj/structure/window/reinforced{
@@ -485,10 +480,10 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"bD" = (
-/turf/closed/wall/shuttle{
- tag = "icon-gwall_space (EAST)";
- icon_state = "gwall_space";
- dir = 4
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
/area/shuttle/escape)
"bE" = (
@@ -578,7 +573,7 @@
pixel_x = 4;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bT" = (
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -594,7 +589,7 @@
pixel_x = 4;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bV" = (
/obj/structure/table/wood/bar{
@@ -611,7 +606,7 @@ aa
aa
aa
aa
-ab
+bt
bt
bt
aK
@@ -627,12 +622,12 @@ bt
bo
bt
bt
-bA
+bt
aa
"}
(2,1,1) = {"
aa
-ab
+bt
bt
bt
bt
@@ -651,11 +646,11 @@ bt
bp
bs
bx
-bB
-bB
+bt
+bt
"}
(3,1,1) = {"
-ab
+bt
ae
al
aq
@@ -799,7 +794,7 @@ bC
bE
"}
(9,1,1) = {"
-ab
+bt
ae
ap
au
@@ -824,7 +819,7 @@ bE
"}
(10,1,1) = {"
aa
-ab
+bt
bt
bt
bt
@@ -843,15 +838,15 @@ bF
br
br
bU
-bB
-bB
+bt
+bt
"}
(11,1,1) = {"
aa
aa
aa
aa
-ab
+bt
ac
bt
ac
@@ -867,6 +862,6 @@ bt
ac
bt
ac
-bD
+bt
aa
"}
diff --git a/_maps/shuttles/emergency_birdboat.dmm b/_maps/shuttles/emergency_birdboat.dmm
index b664d550b0..e62291eabf 100644
--- a/_maps/shuttles/emergency_birdboat.dmm
+++ b/_maps/shuttles/emergency_birdboat.dmm
@@ -1,55 +1,19 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
/turf/open/space,
/area/space)
-"ab" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+"b" = (
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
-"ac" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+"c" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"ad" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/escape)
-"ae" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/escape)
-"af" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
-/area/shuttle/escape)
-"ag" = (
+"d" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/escape)
-"ah" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4";
- dir = 2
- },
-/area/shuttle/escape)
-"ai" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"aj" = (
+"e" = (
/obj/structure/table,
/obj/item/weapon/scalpel,
/obj/item/weapon/retractor{
@@ -59,7 +23,7 @@
/obj/item/weapon/hemostat,
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"ak" = (
+"f" = (
/obj/structure/table,
/obj/item/weapon/cautery,
/obj/item/weapon/surgicaldrill,
@@ -68,97 +32,82 @@
},
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"al" = (
+"g" = (
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"am" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/escape)
-"an" = (
+"h" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_r";
dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"ao" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
+"i" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
-"ap" = (
+"j" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"aq" = (
-/turf/open/floor/plasteel/shuttle,
+"k" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ar" = (
+"l" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-22"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"as" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/escape)
-"at" = (
+"m" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"au" = (
+"n" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"av" = (
+"o" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion";
dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"aw" = (
+"p" = (
/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ax" = (
+"q" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ay" = (
+"r" = (
/obj/machinery/door/airlock/glass_command{
name = "bridge door";
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"az" = (
-/turf/open/floor/plasteel/shuttle/red,
+"s" = (
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"aA" = (
+"t" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_l";
dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"aB" = (
+"u" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"aC" = (
+"v" = (
/obj/structure/table,
/obj/machinery/recharger{
active_power_usage = 0;
@@ -166,90 +115,58 @@
pixel_y = 4;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"aD" = (
+"w" = (
/obj/structure/table,
/obj/item/weapon/storage/box/handcuffs,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"aE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
-/area/shuttle/escape)
-"aF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
- },
-/area/shuttle/escape)
-"aG" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/escape)
-"aH" = (
-/turf/closed/wall/shuttle,
-/area/shuttle/escape)
-"aI" = (
+"x" = (
/obj/machinery/door/airlock/glass_security{
name = "security airlock";
req_access_txt = "63"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"aJ" = (
+"y" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"aK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
-/area/shuttle/escape)
-"aL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"aM" = (
+"z" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
layer = 4.1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"aN" = (
-/turf/open/floor/plasteel/shuttle/white,
+"A" = (
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"aO" = (
+"B" = (
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aP" = (
+"C" = (
/obj/structure/chair{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aQ" = (
+"D" = (
/obj/structure/table,
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aR" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle/white,
+"E" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"aS" = (
+"F" = (
/obj/structure/chair{
dir = 8
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aT" = (
+"G" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/snacks/boiledspaghetti{
name = "pasghetti";
@@ -258,39 +175,33 @@
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aU" = (
-/obj/machinery/door/airlock/shuttle,
+"H" = (
+/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;
timid = 1;
name = "Birdboat emergency escape shuttle"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"aV" = (
+"I" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/snacks/chocolatebar,
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aW" = (
+"J" = (
/obj/structure/chair{
dir = 1
},
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/escape)
-"aY" = (
+"K" = (
/obj/structure/chair,
/obj/structure/window/reinforced{
dir = 1;
@@ -298,13 +209,13 @@
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"aZ" = (
+"L" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"ba" = (
+"M" = (
/obj/structure/table/glass,
/obj/item/weapon/storage/firstaid/fire{
pixel_x = 5;
@@ -313,25 +224,13 @@
/obj/item/weapon/storage/firstaid/toxin,
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"bb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/escape)
-"bc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1";
- dir = 2
- },
-/area/shuttle/escape)
-"bd" = (
+"N" = (
/obj/structure/chair{
dir = 1
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"be" = (
+"O" = (
/obj/structure/table/glass,
/obj/item/weapon/storage/firstaid/brute{
pixel_x = 5;
@@ -340,314 +239,314 @@
/obj/item/weapon/storage/firstaid/brute,
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"bf" = (
+"P" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -32
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"bg" = (
+"Q" = (
/obj/structure/chair,
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
-"bh" = (
+"R" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 1
},
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
-"bi" = (
+"S" = (
/obj/structure/table/glass,
/obj/item/weapon/defibrillator/loaded,
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
(1,1,1) = {"
-aa
-aa
-ab
-as
-ag
-aH
-ag
-ag
-ag
-ag
-ag
-bb
-aa
-aa
+a
+a
+c
+c
+d
+c
+d
+d
+d
+d
+d
+c
+a
+a
"}
(2,1,1) = {"
-aa
-ab
-ao
-aw
-ar
-ag
-aM
-aS
-aS
-aS
-aM
-bc
-bb
-aa
+a
+c
+i
+p
+l
+d
+z
+F
+F
+F
+z
+i
+c
+a
"}
(3,1,1) = {"
-aa
-af
-ap
-ax
-aq
-ay
-aN
-aN
-aN
-aN
-aN
-bd
-ac
-aa
+a
+c
+j
+q
+k
+r
+A
+A
+A
+A
+A
+N
+c
+a
"}
(4,1,1) = {"
-aa
-ag
-aq
-aq
-aq
-ah
-aO
-aO
-aQ
-aN
-aN
-bd
-ac
-aa
+a
+d
+k
+k
+k
+c
+B
+B
+D
+A
+A
+N
+c
+a
"}
(5,1,1) = {"
-aa
-ag
-aq
-aq
-aB
-ac
-aP
-aP
-aV
-aN
-aN
-bd
-ac
-aa
+a
+d
+k
+k
+u
+c
+C
+C
+I
+A
+A
+N
+c
+a
"}
(6,1,1) = {"
-aa
-ah
-ar
-aq
-ar
-ac
-aQ
-aT
-aQ
-aN
-aN
-bd
-bc
-bb
+a
+c
+l
+k
+l
+c
+D
+G
+D
+A
+A
+N
+i
+c
"}
(7,1,1) = {"
-aa
-ad
-as
-ay
-ag
-af
-aN
-aN
-aN
-aN
-aN
-aN
-aM
-ac
+a
+c
+c
+r
+d
+c
+A
+A
+A
+A
+A
+A
+z
+c
"}
(8,1,1) = {"
-aa
-ac
-at
-az
-az
-ag
-aM
-aN
-aN
-aN
-aN
-aN
-bf
-af
+a
+c
+m
+s
+s
+d
+z
+A
+A
+A
+A
+A
+P
+c
"}
(9,1,1) = {"
-aa
-ac
-at
-az
-az
-aI
-aN
-aN
-aW
-aY
-aN
-aN
-bg
-ag
+a
+c
+m
+s
+s
+x
+A
+A
+J
+K
+A
+A
+Q
+d
"}
(10,1,1) = {"
-aa
-ac
-at
-az
-az
-ag
-aN
-aN
-aW
-aY
-aN
-aN
-bg
-ag
+a
+c
+m
+s
+s
+d
+A
+A
+J
+K
+A
+A
+Q
+d
"}
(11,1,1) = {"
-aa
-ac
-at
-az
-aC
-ah
-aN
-aN
-aW
-aY
-aN
-aN
-bg
-ag
+a
+c
+m
+s
+v
+c
+A
+A
+J
+K
+A
+A
+Q
+d
"}
(12,1,1) = {"
-aa
-ac
-at
-az
-aD
-ac
-aN
-aN
-aW
-aY
-aN
-aN
-aM
-ah
+a
+c
+m
+s
+w
+c
+A
+A
+J
+K
+A
+A
+z
+c
"}
(13,1,1) = {"
-ab
-ai
-am
-am
-am
-ao
-aN
-aN
-aX
-as
-aJ
-ag
-aX
-aL
+c
+c
+c
+c
+c
+i
+A
+A
+c
+c
+y
+d
+c
+c
"}
(14,1,1) = {"
-ac
-aj
-au
-al
-al
-aJ
-aN
-aN
-aJ
-aZ
-al
-al
-bh
-ac
+c
+e
+n
+g
+g
+y
+A
+A
+y
+L
+g
+g
+R
+c
"}
(15,1,1) = {"
-ac
-ak
-al
-al
-al
-aJ
-aN
-aN
-aJ
-al
-al
-al
-al
-ac
+c
+f
+g
+g
+g
+y
+A
+A
+y
+g
+g
+g
+g
+c
"}
(16,1,1) = {"
-ac
-al
-al
-al
-aE
-aK
-aR
-aR
-aE
-aK
-ba
-be
-bi
-ac
+c
+g
+g
+g
+c
+c
+E
+E
+c
+c
+M
+O
+S
+c
"}
(17,1,1) = {"
-ad
-am
-am
-am
-aF
-aL
-aN
-aN
-ad
-aF
-am
-am
-am
-aL
+c
+c
+c
+c
+c
+c
+A
+A
+c
+c
+c
+c
+c
+c
"}
(18,1,1) = {"
-ae
-an
-av
-aA
-aG
-af
-aR
-aU
-af
-ae
-an
-av
-aA
-aG
+c
+h
+o
+t
+c
+c
+E
+H
+c
+c
+h
+o
+t
+c
"}
diff --git a/_maps/shuttles/emergency_box.dmm b/_maps/shuttles/emergency_box.dmm
index 51d5348175..051259ad30 100644
--- a/_maps/shuttles/emergency_box.dmm
+++ b/_maps/shuttles/emergency_box.dmm
@@ -1,12 +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
"aa" = (
/turf/open/space,
/area/space)
"ab" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"ac" = (
/obj/structure/grille,
@@ -20,25 +17,23 @@
},
/area/shuttle/escape)
"ae" = (
-/turf/open/floor/plasteel/shuttle/white,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
+/turf/open/floor/mineral/titanium,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/escape)
"af" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"ag" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ah" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ai" = (
/obj/structure/table,
@@ -47,7 +42,7 @@
pixel_y = 3
},
/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aj" = (
/turf/open/floor/plasteel/shuttle/white,
@@ -56,37 +51,34 @@
},
/area/shuttle/escape)
"ak" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"al" = (
/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"am" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"an" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ao" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ap" = (
/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aq" = (
/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"ar" = (
/obj/structure/chair{
@@ -96,7 +88,7 @@
pixel_x = 0;
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"as" = (
/obj/item/device/radio/intercom{
@@ -104,7 +96,7 @@
pixel_x = 0;
pixel_y = -29
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"at" = (
/obj/machinery/button/flasher{
@@ -112,11 +104,11 @@
pixel_x = 6;
pixel_y = -24
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"au" = (
/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"av" = (
/turf/closed/wall/shuttle{
@@ -141,18 +133,15 @@
name = "Emergency Shuttle Cockpit";
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"az" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aA" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aB" = (
/obj/machinery/flasher{
@@ -160,14 +149,14 @@
pixel_x = 6;
pixel_y = 24
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aC" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aD" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aE" = (
/obj/structure/table,
@@ -177,7 +166,7 @@
pixel_y = 3
},
/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aF" = (
/obj/machinery/flasher{
@@ -190,20 +179,20 @@
pixel_x = -24;
pixel_y = -6
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aG" = (
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aH" = (
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Brig";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aI" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock";
req_access_txt = "2"
},
@@ -213,21 +202,21 @@
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aK" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aL" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aM" = (
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aN" = (
/turf/closed/wall/shuttle{
@@ -242,7 +231,7 @@
},
/area/shuttle/escape)
"aP" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -256,14 +245,14 @@
pixel_x = -5;
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aR" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aS" = (
/obj/structure/chair{
@@ -272,7 +261,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aT" = (
/obj/structure/chair{
@@ -281,16 +270,16 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aU" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aV" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plating,
@@ -300,13 +289,13 @@
pixel_x = 0;
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aX" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Cargo"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aY" = (
/obj/machinery/status_display,
@@ -319,7 +308,7 @@
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Infirmary"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ba" = (
/turf/closed/wall/shuttle{
@@ -328,21 +317,21 @@
},
/area/shuttle/escape)
"bb" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"bc" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"bd" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"be" = (
/obj/structure/table,
@@ -356,15 +345,15 @@
pixel_x = 27;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bf" = (
/obj/structure/closet,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"bg" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"bh" = (
/turf/closed/wall/shuttle{
@@ -380,10 +369,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"bj" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"bk" = (
/obj/structure/shuttle/engine/propulsion,
@@ -395,11 +381,11 @@ aa
aa
aa
aa
-ab
+ak
ak
ak
aI
-aN
+ak
aP
ak
ac
@@ -407,23 +393,23 @@ ac
ac
ak
aV
-aN
+ak
aV
ak
ak
-bh
+ak
aa
"}
(2,1,1) = {"
aa
-ab
ak
ak
-av
+ak
+ak
aA
aF
aG
-aw
+ak
an
aL
aL
@@ -431,23 +417,23 @@ aL
aL
aL
an
-aw
+ak
bb
bb
bf
-ax
-bh
+ak
+ak
"}
(3,1,1) = {"
-ab
+ak
ae
al
aq
-aw
+ak
aA
aG
aJ
-aw
+ak
aQ
an
an
@@ -455,7 +441,7 @@ an
an
an
aW
-aw
+ak
bb
bb
bf
@@ -467,11 +453,11 @@ ac
af
am
ar
-aw
+ak
aA
aG
aJ
-aw
+ak
an
aS
aS
@@ -491,11 +477,11 @@ ac
ag
an
as
-ax
+ak
ac
aH
ac
-aO
+bj
an
aT
aT
@@ -503,7 +489,7 @@ aT
aT
aT
an
-aw
+ak
bc
bb
bg
@@ -515,7 +501,7 @@ ac
ah
an
at
-aw
+ak
aB
an
aK
@@ -527,7 +513,7 @@ an
an
an
an
-aY
+az
ak
ak
ak
@@ -583,11 +569,11 @@ bi
bk
"}
(9,1,1) = {"
-ad
-aj
+ak
+ae
ap
au
-aw
+ak
aD
an
an
@@ -608,10 +594,10 @@ bk
"}
(10,1,1) = {"
aa
-ad
ak
ak
-av
+ak
+ak
aE
aC
aC
@@ -627,15 +613,15 @@ ac
bd
be
bd
-ax
-bj
+ak
+ak
"}
(11,1,1) = {"
aa
aa
aa
aa
-ad
+ak
ac
ak
ac
@@ -647,10 +633,10 @@ ac
ac
ak
ak
-ba
+ak
ac
ak
ac
-bj
+ak
aa
"}
diff --git a/_maps/shuttles/emergency_clown.dmm b/_maps/shuttles/emergency_clown.dmm
index ceccd98c98..f8f5cf58a0 100644
--- a/_maps/shuttles/emergency_clown.dmm
+++ b/_maps/shuttles/emergency_clown.dmm
@@ -1,46 +1,35 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
/turf/open/space,
/area/space)
-"ab" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+"b" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"ac" = (
+"c" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/escape)
-"ad" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+"d" = (
+/turf/open/floor/mineral/titanium,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/escape)
-"ae" = (
-/turf/open/floor/plasteel/shuttle/white,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
-/area/shuttle/escape)
-"af" = (
+"e" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"ag" = (
+"f" = (
/obj/structure/chair{
dir = 1
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"ah" = (
+"g" = (
/obj/machinery/computer/emergency_shuttle,
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"ai" = (
+"h" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 2;
@@ -49,47 +38,35 @@
/obj/item/weapon/crowbar,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aj" = (
-/turf/open/floor/plasteel/shuttle/white,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f5"
- },
-/area/shuttle/escape)
-"ak" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/escape)
-"al" = (
+"i" = (
/obj/machinery/computer/atmos_alert,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"am" = (
+"j" = (
/obj/structure/chair{
dir = 8
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"an" = (
+"k" = (
/obj/item/toy/snappop/phoenix,
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"ao" = (
+"l" = (
/obj/structure/chair{
dir = 4
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"ap" = (
+"m" = (
/obj/machinery/computer/security,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aq" = (
+"n" = (
/obj/machinery/computer/crew,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"ar" = (
+"o" = (
/obj/structure/chair{
dir = 8
},
@@ -99,7 +76,7 @@
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"as" = (
+"p" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
pixel_x = 0;
@@ -108,54 +85,33 @@
/obj/item/toy/snappop/phoenix,
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"at" = (
+"q" = (
/obj/machinery/computer/communications,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"au" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"av" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/escape)
-"aw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/escape)
-"ax" = (
+"r" = (
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Premium Lounge";
req_access_txt = "0"
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"ay" = (
+"s" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"az" = (
+"t" = (
/turf/open/chasm/straight_down/lava_land_surface/normal_air,
/area/shuttle/escape)
-"aA" = (
+"u" = (
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aB" = (
+"v" = (
/obj/structure/closet/emcloset,
/obj/item/toy/sword,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aC" = (
+"w" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/storage/firstaid/regular{
@@ -165,53 +121,44 @@
/obj/item/weapon/crowbar,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aD" = (
+"x" = (
/obj/item/weapon/greentext/quiet{
anchored = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"aE" = (
+"y" = (
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Greentext";
req_access_txt = "0"
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"aF" = (
+"z" = (
/obj/structure/chair,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aG" = (
+"A" = (
/obj/structure/chair{
dir = 4
},
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aH" = (
+"B" = (
/obj/structure/table,
/obj/item/device/multitool/ai_detect,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
+"C" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
-"aJ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/escape)
-"aK" = (
+"D" = (
/obj/structure/table,
/obj/item/toy/sword,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aL" = (
-/obj/machinery/door/airlock/shuttle{
+"E" = (
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -220,7 +167,7 @@
},
/turf/open/floor/plating,
/area/shuttle/escape)
-"aM" = (
+"F" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -5;
pixel_y = 30
@@ -228,7 +175,7 @@
/obj/item/toy/snappop/phoenix,
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"aN" = (
+"G" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -236,12 +183,12 @@
/obj/item/toy/snappop/phoenix,
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"aO" = (
+"H" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/random,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aP" = (
+"I" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -249,7 +196,7 @@
/obj/item/weapon/bedsheet/random,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aQ" = (
+"J" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -257,7 +204,7 @@
/obj/item/weapon/bedsheet/random,
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aR" = (
+"K" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/random,
/obj/structure/window/reinforced{
@@ -265,13 +212,13 @@
},
/turf/open/floor/noslip,
/area/shuttle/escape)
-"aS" = (
-/obj/machinery/door/airlock/shuttle{
+"L" = (
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plating,
/area/shuttle/escape)
-"aT" = (
+"M" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
pixel_y = -30
@@ -279,53 +226,36 @@
/obj/item/toy/snappop/phoenix,
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"aU" = (
-/obj/item/toy/snappop/phoenix,
-/turf/open/floor/bluespace,
-/area/shuttle/escape)
-"aV" = (
-/obj/machinery/door/airlock/shuttle{
+"N" = (
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Cargo"
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"aW" = (
-/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/escape)
-"aX" = (
+"O" = (
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Infirmary"
},
/turf/open/floor/bluespace,
/area/shuttle/escape)
-"aY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"aZ" = (
+"P" = (
/turf/open/floor/mineral/bananium,
/area/shuttle/escape)
-"ba" = (
+"Q" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
},
/turf/open/floor/mineral/bananium,
/area/shuttle/escape)
-"bb" = (
+"R" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/noslip,
/area/shuttle/escape)
-"bc" = (
+"S" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/storage/firstaid/regular{
@@ -339,311 +269,299 @@
},
/turf/open/floor/noslip,
/area/shuttle/escape)
-"bd" = (
+"T" = (
/obj/structure/closet/crate/trashcart{
desc = "A heavy, metal trashcart with wheels. Feel free to hop in at any time!"
},
/obj/item/toy/sword,
/turf/open/floor/mineral/bananium,
/area/shuttle/escape)
-"be" = (
+"U" = (
/obj/machinery/vending/autodrobe{
extended_inventory = 1;
scan_id = 0
},
/turf/open/floor/mineral/bananium,
/area/shuttle/escape)
-"bf" = (
+"V" = (
/obj/machinery/vending/clothing{
extended_inventory = 1
},
/turf/open/floor/mineral/bananium,
/area/shuttle/escape)
-"bg" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/escape)
-"bh" = (
+"W" = (
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/shuttle/engine/heater,
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"bi" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/escape)
-"bj" = (
+"X" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating/airless,
/area/shuttle/escape)
(1,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-ak
-ak
-ak
-aI
-aL
-ak
-ac
-ac
-ac
-ak
-aS
-aI
-aS
-ak
-ak
-bg
-aa
+a
+a
+a
+a
+b
+b
+b
+b
+b
+E
+b
+c
+c
+c
+b
+L
+b
+L
+b
+b
+b
+a
"}
(2,1,1) = {"
-aa
-ab
-ak
-ak
-au
-az
-az
-az
-av
-an
-aO
-aO
-aO
-aO
-aO
-an
-av
-aZ
-aZ
-bd
-aw
-bg
+a
+b
+b
+b
+b
+t
+t
+t
+b
+k
+H
+H
+H
+H
+H
+k
+b
+P
+P
+T
+b
+b
"}
(3,1,1) = {"
-ab
-ae
-al
-aq
-av
-az
-aD
-az
-av
-aM
-an
-an
-an
-an
-an
-aT
-av
-aZ
-aZ
-bd
-bh
-bj
+b
+d
+i
+n
+b
+t
+x
+t
+b
+F
+k
+k
+k
+k
+k
+M
+b
+P
+P
+T
+W
+X
"}
(4,1,1) = {"
-ac
-af
-am
-ar
-av
-az
-az
-az
-av
-an
-aP
-aP
-aP
-aP
-aP
-an
-aV
-aZ
-aZ
-be
-bh
-bj
+c
+e
+j
+o
+b
+t
+t
+t
+b
+k
+I
+I
+I
+I
+I
+k
+N
+P
+P
+U
+W
+X
"}
(5,1,1) = {"
-ac
-ag
-an
-as
-aw
-ac
-aE
-ac
-aJ
-an
-aQ
-aQ
-aQ
-aQ
-aQ
-an
-av
-ba
-aZ
-bf
-bh
-bj
+c
+f
+k
+p
+b
+c
+y
+c
+C
+k
+J
+J
+J
+J
+J
+k
+b
+Q
+P
+V
+W
+X
"}
(6,1,1) = {"
-ac
-ah
-an
-an
-av
-aA
-an
-aF
-aK
-an
-an
-an
-an
-an
-an
-an
-aW
-ak
-ak
-ak
-bh
-bj
+c
+g
+k
+k
+b
+u
+k
+z
+D
+k
+k
+k
+k
+k
+k
+k
+s
+b
+b
+b
+W
+X
"}
(7,1,1) = {"
-ac
-ag
-an
-an
-ax
-an
-an
-aG
-aK
-an
-aP
-aP
-aP
-aP
-aP
-an
-ac
-aB
-aA
-aB
-bh
-bj
+c
+f
+k
+k
+r
+k
+k
+A
+D
+k
+I
+I
+I
+I
+I
+k
+c
+v
+u
+v
+W
+X
"}
(8,1,1) = {"
-ac
-ai
-ao
-ao
-ay
-aA
-an
-aH
-aK
-an
-aR
-aQ
-aQ
-aQ
-aQ
-an
-aX
-aA
-aA
-aA
-bh
-bj
+c
+h
+l
+l
+s
+u
+k
+B
+D
+k
+K
+J
+J
+J
+J
+k
+O
+u
+u
+u
+W
+X
"}
(9,1,1) = {"
-ad
-aj
-ap
-at
-av
-aB
-an
-an
-an
-an
-an
-an
-an
-an
-an
-aU
-ac
-aA
-aA
-aA
-bh
-bj
+b
+d
+m
+q
+b
+v
+k
+k
+k
+k
+k
+k
+k
+k
+k
+k
+c
+u
+u
+u
+W
+X
"}
(10,1,1) = {"
-aa
-ad
-ak
-ak
-au
-aC
-aA
-aA
-aA
-aN
-aO
-aO
-aO
-aO
-aO
-aN
-ac
-bb
-bc
-bb
-aw
-bi
+a
+b
+b
+b
+b
+w
+u
+u
+u
+G
+H
+H
+H
+H
+H
+G
+c
+R
+S
+R
+b
+b
"}
(11,1,1) = {"
-aa
-aa
-aa
-aa
-ad
-ac
-ak
-ac
-ak
-ak
-ak
-ac
-ac
-ac
-ak
-ak
-aY
-ac
-ak
-ac
-bi
-aa
+a
+a
+a
+a
+b
+c
+b
+c
+b
+b
+b
+c
+c
+c
+b
+b
+b
+c
+b
+c
+b
+a
"}
diff --git a/_maps/shuttles/emergency_cramped.dmm b/_maps/shuttles/emergency_cramped.dmm
index 140156dc68..081b67e319 100644
--- a/_maps/shuttles/emergency_cramped.dmm
+++ b/_maps/shuttles/emergency_cramped.dmm
@@ -1,6 +1,6 @@
-//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/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"b" = (
/obj/structure/grille,
@@ -8,7 +8,7 @@
/turf/open/floor/plating,
/area/shuttle/escape)
"c" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock";
req_access_txt = "2"
},
@@ -51,12 +51,10 @@
/area/shuttle/escape)
"j" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall3"
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"k" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -87,14 +85,16 @@
lootcount = 8;
name = "8maintenance loot spawner"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"p" = (
/obj/structure/closet/crate/secure/loot,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"q" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plating,
@@ -102,7 +102,8 @@
"r" = (
/obj/structure/closet/crate/secure/weapon,
/obj/effect/spawner/lootdrop/armory_contraband,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"s" = (
/obj/structure/chair{
@@ -121,64 +122,25 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"u" = (
-/turf/open/space,
-/area/space)
-"v" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"w" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/escape)
-"x" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/escape)
-"y" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3"
- },
-/area/shuttle/escape)
-"z" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/escape)
-"A" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/escape)
-"B" = (
-/turf/closed/wall/shuttle{
- tag = "icon-wall3 (WEST)";
- icon_state = "wall3";
- dir = 8
- },
-/area/shuttle/escape)
(1,1,1) = {"
-w
+a
c
a
k
-z
+a
b
b
b
-A
+a
q
a
q
-B
-u
+a
+a
"}
(2,1,1) = {"
b
@@ -194,7 +156,7 @@ l
s
l
t
-v
+u
"}
(3,1,1) = {"
b
@@ -210,7 +172,7 @@ l
l
l
t
-v
+u
"}
(4,1,1) = {"
b
@@ -226,21 +188,21 @@ r
r
m
t
-v
-"}
-(5,1,1) = {"
-x
-y
-j
-y
-y
-b
-b
-b
-y
-y
-y
-A
-B
u
"}
+(5,1,1) = {"
+a
+a
+j
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+"}
diff --git a/_maps/shuttles/emergency_delta.dmm b/_maps/shuttles/emergency_delta.dmm
new file mode 100644
index 0000000000..194e81f755
--- /dev/null
+++ b/_maps/shuttles/emergency_delta.dmm
@@ -0,0 +1,160 @@
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/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/shuttle/escape)
+"ac" = (/turf/closed/wall/mineral/plastitanium,/area/shuttle/escape)
+"ad" = (/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/shuttle/escape)
+"ae" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape)
+"af" = (/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"ag" = (/obj/structure/window/shuttle,/obj/structure/grille,/turf/open/floor/plating,/area/shuttle/escape)
+"ah" = (/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,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"ai" = (/turf/open/floor/plasteel/neutral/side{dir = 1},/area/shuttle/escape)
+"aj" = (/obj/item/weapon/defibrillator/loaded,/obj/structure/table/reinforced,/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"ak" = (/obj/machinery/computer/operating,/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"al" = (/obj/structure/table/optable,/obj/item/weapon/surgical_drapes,/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"am" = (/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)
+"an" = (/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)
+"ao" = (/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
+"ap" = (/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)
+"aq" = (/obj/machinery/status_display,/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"ar" = (/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)
+"as" = (/obj/structure/chair/office/light{dir = 1},/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"at" = (/obj/item/device/radio/intercom{name = "Station Intercom";pixel_x = 26;pixel_y = 58},/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"au" = (/obj/structure/sink{dir = 4;pixel_x = 11},/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"av" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"aw" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"ax" = (/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)
+"ay" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/whiteblue/side{dir = 1},/area/shuttle/escape)
+"az" = (/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)
+"aA" = (/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTH)";icon_state = "whiteblue";dir = 1},/area/shuttle/escape)
+"aB" = (/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)
+"aC" = (/obj/machinery/ai_status_display,/turf/closed/wall/shuttle/smooth/nodiagonal,/area/shuttle/escape)
+"aD" = (/obj/machinery/status_display,/turf/closed/wall/shuttle/smooth/nodiagonal,/area/shuttle/escape)
+"aE" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/shuttle/escape)
+"aF" = (/obj/machinery/door/airlock/glass_medical{id_tag = null;name = "Escape Shuttle Infirmary";req_access_txt = "0"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"aG" = (/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)
+"aH" = (/obj/structure/chair{dir = 4},/obj/item/device/radio/intercom{name = "Station Intercom";pixel_x = -26;pixel_y = 0},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"aI" = (/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)
+"aJ" = (/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)
+"aK" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall/shuttle/smooth/nodiagonal,/area/shuttle/escape)
+"aL" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/turf/open/floor/plasteel/whiteblue/side,/area/shuttle/escape)
+"aM" = (/turf/open/floor/plasteel/whiteblue/side,/area/shuttle/escape)
+"aN" = (/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)
+"aO" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock";req_access_txt = "0"},/turf/open/floor/plasteel/white,/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"aP" = (/obj/structure/sign/bluecross_2,/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"aQ" = (/obj/machinery/sleeper{icon_state = "sleeper-open";dir = 4},/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"aR" = (/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"aS" = (/obj/machinery/sleeper{icon_state = "sleeper-open";dir = 8},/turf/open/floor/plasteel/cmo,/area/shuttle/escape)
+"aT" = (/obj/structure/sign/nanotrasen,/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"aU" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"aV" = (/obj/machinery/door/airlock/glass_medical{id_tag = null;name = "Escape Shuttle Infirmary";req_access_txt = "0"},/turf/open/floor/plasteel{tag = "icon-plasteel_warn_side (EAST)"},/obj/effect/turf_decal/stripes/line{dir = 2},/area/shuttle/escape)
+"aW" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{dheight = 0;dwidth = 11;height = 18;name = "Delta emergency shuttle";timid = 1;width = 30;preferred_direction = 2;port_angle = 90},/turf/open/floor/plating,/area/shuttle/escape)
+"aX" = (/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)
+"aY" = (/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/shieldgen,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"aZ" = (/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},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"ba" = (/obj/structure/reagent_dispensers/fueltank,/obj/item/device/radio/intercom{name = "Station Intercom";pixel_x = -26;pixel_y = 0},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bb" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 9},/area/shuttle/escape)
+"bc" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 5},/area/shuttle/escape)
+"bd" = (/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,/mob/living/simple_animal/bot/medbot{name = "\improper emergency medibot";pixel_x = -3;pixel_y = 2},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"be" = (/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)
+"bf" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bg" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"bh" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/shuttle/escape)
+"bi" = (/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,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bj" = (/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)
+"bk" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Cargo"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"bl" = (/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,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bm" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 10},/area/shuttle/escape)
+"bn" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 6},/area/shuttle/escape)
+"bo" = (/turf/open/floor/plasteel/neutral/side,/area/shuttle/escape)
+"bp" = (/obj/machinery/flasher{id = "shuttleflash";pixel_y = -26},/turf/open/floor/plasteel/neutral/side,/area/shuttle/escape)
+"bq" = (/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,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"br" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/shuttle/escape)
+"bs" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bt" = (/obj/machinery/door/airlock/glass_security{name = "Holding Area";req_access_txt = "2"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bu" = (/obj/machinery/door/airlock/glass_command{name = "Cockpit";req_access_txt = "19"},/turf/open/floor/plasteel{tag = "icon-plasteel_warn_side (EAST)"},/obj/effect/turf_decal/stripes/line{dir = 2},/area/shuttle/escape)
+"bv" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock";req_access_txt = "2"},/turf/open/floor/plasteel/white,/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"bw" = (/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bx" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"by" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bz" = (/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)
+"bA" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1},/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/shuttle/escape)
+"bB" = (/obj/structure/table,/obj/item/weapon/clipboard,/obj/item/toy/figure/ninja,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bC" = (/obj/structure/chair,/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bD" = (/obj/structure/chair,/obj/machinery/status_display{pixel_y = 32},/turf/open/floor/plasteel,/obj/effect/turf_decal/bot,/area/shuttle/escape)
+"bE" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bF" = (/turf/open/floor/plasteel/red/corner{dir = 1},/area/shuttle/escape)
+"bG" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/shuttle/escape)
+"bH" = (/turf/open/floor/plasteel,/area/shuttle/escape)
+"bI" = (/turf/open/floor/plasteel/neutral/corner,/area/shuttle/escape)
+"bJ" = (/obj/item/device/radio/intercom{name = "Station Intercom";pixel_x = 0;pixel_y = 58},/turf/open/floor/plasteel/neutral/side,/area/shuttle/escape)
+"bK" = (/turf/open/floor/plasteel/neutral/corner{dir = 8},/area/shuttle/escape)
+"bL" = (/obj/machinery/door/airlock/external{name = "Emergency Recovery Airlock"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"bM" = (/obj/structure/chair{dir = 4},/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bN" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bO" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/lockbox/loyalty,/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bP" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel/red/corner{dir = 8},/area/shuttle/escape)
+"bQ" = (/obj/structure/fireaxecabinet{pixel_x = 32},/turf/open/floor/plasteel/neutral/corner,/area/shuttle/escape)
+"bR" = (/obj/machinery/door/airlock/external{name = "Emergency Recovery Airlock"},/turf/open/floor/plasteel{tag = "icon-plasteel_warn_side (EAST)"},/obj/effect/turf_decal/stripes/line{dir = 2},/area/shuttle/escape)
+"bS" = (/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/shuttle/escape)
+"bT" = (/turf/open/floor/plasteel/neutral/corner{dir = 1},/area/shuttle/escape)
+"bU" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"bV" = (/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)
+"bW" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/red/corner{dir = 8},/area/shuttle/escape)
+"bX" = (/turf/open/floor/plasteel/blue/side,/area/shuttle/escape)
+"bY" = (/obj/machinery/door/airlock/command{name = "Emergency Recovery Airlock";req_access = null;req_access_txt = "19"},/turf/open/floor/plasteel{tag = "icon-plasteel_warn_side (NORTH)"},/obj/effect/turf_decal/stripes/line{dir = 8},/area/shuttle/escape)
+"bZ" = (/obj/machinery/suit_storage_unit/standard_unit,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/shuttle/escape)
+"ca" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel/vault{dir = 4},/area/shuttle/escape)
+"cb" = (/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)
+"cc" = (/turf/open/floor/plasteel/vault{tag = "icon-vault (NORTHEAST)";icon_state = "vault";dir = 5},/area/shuttle/escape)
+"cd" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/vault{dir = 4},/area/shuttle/escape)
+"ce" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTHWEST)";icon_state = "darkred";dir = 9},/area/shuttle/escape)
+"cf" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel/vault{tag = "icon-vault (NORTHEAST)";icon_state = "vault";dir = 5},/area/shuttle/escape)
+"cg" = (/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)
+"ch" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel/vault{tag = "icon-vault (NORTHEAST)";icon_state = "vault";dir = 5},/area/shuttle/escape)
+"ci" = (/obj/machinery/computer/station_alert,/turf/open/floor/plasteel/darkyellow/side{tag = "icon-darkyellow (NORTHEAST)";icon_state = "darkyellow";dir = 5},/area/shuttle/escape)
+"cj" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (SOUTHWEST)";icon_state = "darkred";dir = 10},/area/shuttle/escape)
+"ck" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel/vault,/area/shuttle/escape)
+"cl" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/vault,/area/shuttle/escape)
+"cm" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/vault,/area/shuttle/escape)
+"cn" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/blue,/obj/item/weapon/pen,/turf/open/floor/plasteel/vault,/area/shuttle/escape)
+"co" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel/vault,/area/shuttle/escape)
+"cp" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel/darkyellow/side{tag = "icon-darkyellow (SOUTHEAST)";icon_state = "darkyellow";dir = 6},/area/shuttle/escape)
+"cq" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/vault{dir = 4},/area/shuttle/escape)
+"cr" = (/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)
+"cs" = (/obj/machinery/computer/crew,/turf/open/floor/plasteel/darkblue/side,/area/shuttle/escape)
+"ct" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/darkblue/side{dir = 6},/area/shuttle/escape)
+"cu" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/plasteel/darkblue/side{dir = 10},/area/shuttle/escape)
+"cv" = (/obj/machinery/computer/communications,/turf/open/floor/plasteel/darkblue/side,/area/shuttle/escape)
+"cw" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plasteel/vault,/area/shuttle/escape)
+"cx" = (/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)
+
+(1,1,1) = {"
+aaabababacababacababacababacabababaa
+acadadadacadadacadadacadadacadadadac
+aeafagagafafagafagagafagafafagagafae
+afahaiaiaiaiaiaiaiaiaiahafajakalamaf
+afanaoaoaoaoaoaoaoaoaoapaqarasatauag
+agavaoawaxavaoawaxavaoawagayazaAaBag
+agavaoawaCavaoawaDavaoaEaFaEaoaoaGag
+afaHaoawaIavaoawaIavaoaEaFaEaoaoaJag
+afanaoawaKavaoawaKavaoawagaLaMaMaNaf
+aOaEaoawaxavaoawaxavaoawaPaQaRaRaSaf
+aTaUaoaoaoaoaoaoaoaoaoawafafaVaVaPaT
+aWaEaoawaXavaoawaXavaoawafaYaEaEaZaf
+afanaoawaKavaoawaCavaoawafbabbbcbdag
+agavaoawbeavaoawbeavaoawafbfbgbhbiag
+agavaoawaDavaoawbjavaoaEbkaEbgbhaUag
+agavaoawaXavaoawaXavaoaEbkaEbgbhaUag
+afanaoaoaoaoaoaoaoaoaoapafblbmbnahag
+aOaEbobobobobpboboboboahafbqbrbrbsaf
+afafbtafagafafagbubuagafafafafafafaf
+bvbwbwbxbxbyafbzaiaibAaTbBbCbDbCahag
+afbEbwbwbwbwbtbFaoaobGafbHbHbIbJbKbL
+afbMbwbwbNbOagbPaoaobQafbRaebSaibTbL
+afbUbUbUbUbVaTbWbXbXbIbYaUafbZbZbZag
+afafagafafafafaqbubuaqafafafafagafaf
+aaaaaaaaafcacbcccccccccbcdafaaaaaaaa
+aaaaaaaaaTcecfcccccccgchciaTaaaaaaaa
+aaaaaaaaagcjckclcmcnclcocpagaaaaaaaa
+aaaaaaaaafcqcrcsctcucvcwcxafaaaaaaaa
+aaaaaaaaafafagagagagagagafafaaaaaaaa
+"}
diff --git a/_maps/shuttles/emergency_goon.dmm b/_maps/shuttles/emergency_goon.dmm
index 06b874baa6..6baf8dd790 100644
--- a/_maps/shuttles/emergency_goon.dmm
+++ b/_maps/shuttles/emergency_goon.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/space,
/area/space)
@@ -17,23 +17,23 @@
/turf/open/floor/plating,
/area/shuttle/escape)
"d" = (
-/turf/closed/wall/shuttle/smooth/nodiagonal,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"e" = (
-/turf/closed/wall/shuttle/smooth/overspace,
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"f" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle/smooth/nodiagonal,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"g" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"h" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -44,7 +44,7 @@
width = 19;
timid = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"i" = (
/turf/closed/wall/shuttle{
@@ -67,7 +67,7 @@
/area/shuttle/escape)
"l" = (
/obj/machinery/vending/wallmed,
-/turf/closed/wall/shuttle/smooth/nodiagonal,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"m" = (
/obj/structure/window/shuttle,
@@ -81,7 +81,7 @@
},
/area/shuttle/escape)
"o" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"p" = (
/obj/structure/shuttle/engine/heater{
@@ -99,22 +99,20 @@
icon_state = "sleeper-open";
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"r" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"s" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"t" = (
-/turf/closed/wall/shuttle{
- tag = "icon-wall_floor";
- icon_state = "wall_floor"
- },
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/escape)
"u" = (
/turf/open/space,
@@ -122,13 +120,13 @@
"v" = (
/obj/structure/table,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"w" = (
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Infirmary"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"x" = (
/obj/structure/window/shuttle,
@@ -138,7 +136,7 @@
"y" = (
/obj/structure/table/reinforced,
/obj/item/weapon/storage/toolbox/emergency,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"z" = (
/obj/structure/table/reinforced,
@@ -151,13 +149,13 @@
dir = 4;
pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"A" = (
/obj/structure/chair/comfy/brown{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"B" = (
/obj/structure/window/reinforced{
@@ -168,7 +166,7 @@
dir = 1
},
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"C" = (
/turf/closed/wall/shuttle{
@@ -187,10 +185,10 @@
name = "Emergency Shuttle Cockpit";
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"F" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"G" = (
/obj/machinery/computer/emergency_shuttle,
@@ -198,13 +196,13 @@
dir = 4;
pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"H" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"I" = (
/obj/structure/table/reinforced,
@@ -213,22 +211,22 @@
pixel_x = 0
},
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"J" = (
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"K" = (
/obj/machinery/door/airlock/glass{
name = "Emergency Shuttle Brig";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"L" = (
/obj/structure/table/reinforced,
/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"M" = (
/obj/structure/table/reinforced,
@@ -238,7 +236,7 @@
dir = 4;
pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"N" = (
/turf/closed/wall/shuttle{
@@ -264,7 +262,7 @@
(1,1,1) = {"
a
-e
+d
b
b
b
@@ -272,7 +270,7 @@ d
b
b
b
-e
+d
a
"}
(2,1,1) = {"
@@ -315,7 +313,7 @@ d
d
"}
(5,1,1) = {"
-e
+d
d
d
w
@@ -325,7 +323,7 @@ f
K
d
d
-e
+d
"}
(6,1,1) = {"
a
@@ -440,21 +438,21 @@ s
o
s
s
-O
+t
d
a
"}
(15,1,1) = {"
a
-e
+d
d
x
d
E
-P
+f
x
d
-e
+d
a
"}
(16,1,1) = {"
@@ -473,13 +471,13 @@ a
(17,1,1) = {"
a
a
-e
+d
z
A
A
A
M
-e
+d
a
a
"}
@@ -500,11 +498,11 @@ a
a
a
a
-e
+d
x
x
x
-e
+d
a
a
a
diff --git a/_maps/shuttles/emergency_imfedupwiththisworld.dmm b/_maps/shuttles/emergency_imfedupwiththisworld.dmm
index aa4719f3ec..998f31369e 100644
--- a/_maps/shuttles/emergency_imfedupwiththisworld.dmm
+++ b/_maps/shuttles/emergency_imfedupwiththisworld.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/wall/mineral/wood,
/area/shuttle/escape)
@@ -120,7 +120,7 @@
/obj/effect/decal/cleanable/blood/drip,
/obj/effect/decal/cleanable/blood/gibs,
/obj/effect/mob_spawn/human/corpse,
-/obj/item/weapon/gun/projectile/automatic/pistol/m1911,
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
/obj/machinery/light/small{
dir = 8
},
diff --git a/_maps/shuttles/emergency_luxury.dmm b/_maps/shuttles/emergency_luxury.dmm
new file mode 100644
index 0000000000..7ce2a183dc
--- /dev/null
+++ b/_maps/shuttles/emergency_luxury.dmm
@@ -0,0 +1,77 @@
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/turf/closed/indestructible/riveted/uranium,/area/shuttle/escape)
+"ac" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating{tag = "icon-wood-broken2";icon_state = "wood-broken2"},/area/shuttle/escape)
+"ad" = (/obj/machinery/door/airlock/gold,/obj/effect/forcefield/luxury_shuttle{name = "Ticket Booth"},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"ae" = (/obj/docking_port/mobile/emergency{dir = 2;dwidth = 5;height = 14;name = "Luxury emergency shuttle";timid = 1;width = 25},/obj/machinery/door/airlock/gold,/obj/effect/forcefield/luxury_shuttle{name = "Ticket Booth"},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"af" = (/turf/open/floor/plating{tag = "icon-wood-broken3";icon_state = "wood-broken3"},/area/shuttle/escape)
+"ag" = (/turf/open/floor/plating{tag = "icon-wood";icon_state = "wood"},/area/shuttle/escape)
+"ah" = (/turf/open/floor/plating{tag = "icon-wood-broken";icon_state = "wood-broken"},/area/shuttle/escape)
+"ai" = (/turf/open/floor/plating{tag = "icon-wood-broken5";icon_state = "wood-broken5"},/area/shuttle/escape)
+"aj" = (/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"ak" = (/obj/item/weapon/twohanded/required/kirbyplants{tag = "icon-plant-10";icon_state = "plant-10"},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"al" = (/obj/structure/mirror{pixel_y = 32},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"am" = (/turf/open/floor/plating{tag = "icon-wood-broken7";icon_state = "wood-broken7"},/area/shuttle/escape)
+"an" = (/turf/open/floor/plating{tag = "icon-wood-broken2";icon_state = "wood-broken2"},/area/shuttle/escape)
+"ao" = (/turf/open/floor/plating{tag = "icon-wood-broken6";icon_state = "wood-broken6"},/area/shuttle/escape)
+"ap" = (/obj/structure/toilet{dir = 4;icon_state = "toilet00";tag = "icon-toilet00 (NORTH)"},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"aq" = (/obj/machinery/door/airlock/gold,/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"ar" = (/obj/structure/shuttle/engine/propulsion{dir = 4},/turf/open/floor/plating/airless,/area/shuttle/escape)
+"as" = (/obj/structure/shuttle/engine/heater{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/shuttle/escape)
+"at" = (/turf/open/floor/carpet,/area/shuttle/escape)
+"au" = (/obj/structure/chair/comfy,/turf/open/floor/carpet,/area/shuttle/escape)
+"av" = (/obj/structure/chair/comfy{tag = "icon-comfychair (EAST)";icon_state = "comfychair";dir = 4},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"aw" = (/obj/machinery/computer/communications,/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"ax" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/meatballspaghetti,/turf/open/floor/carpet,/area/shuttle/escape)
+"ay" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/notasandwich,/turf/open/floor/carpet,/area/shuttle/escape)
+"az" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/pastatomato,/turf/open/floor/carpet,/area/shuttle/escape)
+"aA" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/kebab/tofu,/turf/open/floor/carpet,/area/shuttle/escape)
+"aB" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/honkdae,/turf/open/floor/carpet,/area/shuttle/escape)
+"aC" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/enchiladas,/turf/open/floor/carpet,/area/shuttle/escape)
+"aD" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/candiedapple,/turf/open/floor/carpet,/area/shuttle/escape)
+"aE" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/burger/baconburger,/turf/open/floor/carpet,/area/shuttle/escape)
+"aF" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/benedict,/turf/open/floor/carpet,/area/shuttle/escape)
+"aG" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/cakeslice/chocolate,/turf/open/floor/carpet,/area/shuttle/escape)
+"aH" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/chowmein,/turf/open/floor/carpet,/area/shuttle/escape)
+"aI" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/dulcedebatataslice,/turf/open/floor/carpet,/area/shuttle/escape)
+"aJ" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/salad/validsalad,/turf/open/floor/carpet,/area/shuttle/escape)
+"aK" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/carneburrito,/turf/open/floor/carpet,/area/shuttle/escape)
+"aL" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/chawanmushi,/turf/open/floor/carpet,/area/shuttle/escape)
+"aM" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"aN" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/melonfruitbowl,/turf/open/floor/carpet,/area/shuttle/escape)
+"aO" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/khachapuri,/turf/open/floor/carpet,/area/shuttle/escape)
+"aP" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/grilledcheese,/turf/open/floor/carpet,/area/shuttle/escape)
+"aQ" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/jelliedtoast/cherry,/turf/open/floor/carpet,/area/shuttle/escape)
+"aR" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/honeybun,/turf/open/floor/carpet,/area/shuttle/escape)
+"aS" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/eggplantparm,/turf/open/floor/carpet,/area/shuttle/escape)
+"aT" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/copypasta,/turf/open/floor/carpet,/area/shuttle/escape)
+"aU" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/bearsteak,/turf/open/floor/carpet,/area/shuttle/escape)
+"aV" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/boiledspaghetti,/turf/open/floor/carpet,/area/shuttle/escape)
+"aW" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/cherrycupcake,/turf/open/floor/carpet,/area/shuttle/escape)
+"aX" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/customizable/pizza,/turf/open/floor/carpet,/area/shuttle/escape)
+"aY" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/hotdog,/turf/open/floor/carpet,/area/shuttle/escape)
+"aZ" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/pie/grapetart,/turf/open/floor/carpet,/area/shuttle/escape)
+"ba" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/burger/superbite,/turf/open/floor/carpet,/area/shuttle/escape)
+"bb" = (/obj/structure/table/wood/fancy,/obj/item/weapon/reagent_containers/food/snacks/cakeslice/slimecake,/turf/open/floor/carpet,/area/shuttle/escape)
+"bc" = (/obj/machinery/computer/station_alert,/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"bd" = (/obj/structure/chair/comfy{tag = "icon-comfychair (NORTH)";icon_state = "comfychair";dir = 1},/turf/open/floor/carpet,/area/shuttle/escape)
+"be" = (/obj/machinery/computer/crew,/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"bf" = (/obj/machinery/sleeper{tag = "icon-sleeper-open (EAST)";icon_state = "sleeper-open";dir = 4},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"bg" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1;pixel_x = -3;pixel_y = 3},/turf/open/floor/mineral/gold,/area/shuttle/escape)
+"bh" = (/turf/open/floor/plating/beach/coastline_b,/area/shuttle/escape)
+
+(1,1,1) = {"
+aaababababababababababacabadabababababaeababababab
+ababafagagagahagagaiagagabajajajajajajajabakajalab
+abamaganagagagagagaoagafabajajajajajajajabapajajab
+abababababababababababababajajajajajajajabababaqab
+abababakajajajajajajajajajajajajajajajajajajajajab
+arasabajatauauauauauauauauauauauauauauauatajavawab
+arasabajataxayazaAaBaCaDaEaFaGaHaIaJaKaLatajavaMab
+arasabajataNaOaPaQaRaSaTaUaVaWaXaYaZbabbatajavbcab
+arasabajatbdbdbdbdbdbdbdbdbdbdbdbdbdbdbdatajavbeab
+abababajajajajajajajajajajajajajajajajajajajajajab
+abbfajajajajajajajajajajajajajajajajajajajajajajab
+abbfajajajbgbhbhbhbhbhbhbhbhbhbhbhbhbhbgajajajajab
+abababakajbgbhbhbhbhbhbhbhbhbhbhbhbhbhbgajajajakab
+aaabababababababababababababababababababababababab
+"}
diff --git a/_maps/shuttles/emergency_meta.dmm b/_maps/shuttles/emergency_meta.dmm
index 1a9a5a1a8a..539200a575 100644
--- a/_maps/shuttles/emergency_meta.dmm
+++ b/_maps/shuttles/emergency_meta.dmm
@@ -1,12 +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
"aa" = (
/turf/open/space,
/area/space)
"ab" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"ac" = (
/obj/structure/grille,
@@ -14,10 +11,7 @@
/turf/open/floor/plating,
/area/shuttle/escape)
"ad" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ae" = (
/turf/closed/wall/shuttle{
@@ -26,20 +20,17 @@
},
/area/shuttle/escape)
"af" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ag" = (
/obj/structure/sign/nosmoking_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ah" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -47,10 +38,10 @@
dwidth = 5;
height = 14;
name = "Meta emergency shuttle";
- width = 25;
- timid = 1
+ timid = 1;
+ width = 25
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ai" = (
/turf/closed/wall/shuttle{
@@ -59,10 +50,10 @@
},
/area/shuttle/escape)
"aj" = (
-/turf/closed/wall/shuttle{
- tag = "icon-wall3 (NORTHWEST)";
- icon_state = "wall3";
- dir = 9
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
},
/area/shuttle/escape)
"ak" = (
@@ -81,31 +72,31 @@
pixel_x = 5;
pixel_y = -1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"am" = (
/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"an" = (
/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ao" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ap" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aq" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ar" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"as" = (
/obj/item/device/radio/intercom{
@@ -115,7 +106,7 @@
pixel_y = 27
},
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"at" = (
/obj/item/clothing/suit/hazardvest{
@@ -196,7 +187,7 @@
/obj/structure/closet/crate{
name = "lifejackets"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"au" = (
/obj/structure/shuttle/engine/propulsion{
@@ -216,27 +207,24 @@
"aw" = (
/obj/structure/table,
/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ax" = (
/obj/structure/chair/office/dark{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ay" = (
/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)
"az" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aA" = (
/obj/structure/tank_dispenser/oxygen{
@@ -244,15 +232,15 @@
pixel_x = -1;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aB" = (
/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aC" = (
/obj/structure/chair/office/dark,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aD" = (
/turf/closed/wall/shuttle{
@@ -263,24 +251,24 @@
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aF" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aG" = (
/obj/structure/chair/office/dark{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aH" = (
/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)
"aI" = (
/obj/machinery/vending/wallmed{
@@ -290,26 +278,18 @@
req_access_txt = "0";
use_power = 0
},
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aJ" = (
/obj/structure/extinguisher_cabinet,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aK" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/escape)
"aL" = (
/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aM" = (
/turf/closed/wall/shuttle{
@@ -322,15 +302,15 @@
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)
"aO" = (
/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)
"aP" = (
/obj/structure/table,
@@ -340,7 +320,7 @@
pixel_y = 4;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aQ" = (
/obj/structure/table,
@@ -354,7 +334,7 @@
pixel_x = 0;
pixel_y = -31
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aR" = (
/obj/structure/table,
@@ -364,7 +344,7 @@
pixel_x = 0;
pixel_y = -27
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aS" = (
/obj/item/device/radio/intercom{
@@ -376,14 +356,14 @@
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aT" = (
/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)
"aU" = (
/turf/closed/wall/shuttle{
@@ -403,7 +383,7 @@
req_access = null;
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"aX" = (
/turf/closed/wall/shuttle{
@@ -416,7 +396,7 @@
name = "Brig";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"aZ" = (
/obj/machinery/door/airlock/glass_medical{
@@ -424,20 +404,18 @@
name = "Escape Shuttle Infirmary";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ba" = (
/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"bb" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Cargo Bay Airlock"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/shuttle/escape)
"bc" = (
/turf/closed/wall/shuttle{
@@ -461,32 +439,32 @@
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
"bg" = (
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/escape)
"bh" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bi" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bj" = (
/obj/structure/table,
/obj/item/weapon/defibrillator/loaded,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bk" = (
/obj/machinery/shower,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bl" = (
/obj/machinery/sleeper{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bm" = (
/obj/structure/rack,
@@ -495,24 +473,29 @@
/obj/item/weapon/weldingtool,
/obj/item/weapon/wirecutters,
/obj/item/stack/cable_coil,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
"bn" = (
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/shuttle/escape)
"bo" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/shuttle/escape)
"bp" = (
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/shuttle/escape)
"bq" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/shuttle/escape)
"br" = (
/turf/closed/wall/shuttle{
@@ -524,14 +507,11 @@
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bt" = (
/obj/structure/reagent_dispensers/peppertank,
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"bu" = (
/obj/structure/table,
@@ -566,7 +546,7 @@
pixel_x = 2;
pixel_y = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bv" = (
/obj/structure/rack,
@@ -582,7 +562,8 @@
pixel_x = 3;
pixel_y = -5
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
@@ -600,15 +581,17 @@
"bz" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bA" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
"bB" = (
-/turf/closed/wall/shuttle{
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/shuttle/escape)
@@ -635,14 +618,14 @@
pixel_x = -4;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bE" = (
/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)
"bF" = (
/obj/structure/table,
@@ -651,7 +634,7 @@
idle_power_usage = 0;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bG" = (
/obj/structure/table,
@@ -659,7 +642,7 @@
pixel_x = 2;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"bH" = (
/obj/structure/table,
@@ -681,11 +664,11 @@
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bI" = (
/obj/structure/sink,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"bJ" = (
/obj/structure/table,
@@ -694,7 +677,7 @@
pixel_x = 2;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bK" = (
/obj/structure/table,
@@ -703,13 +686,11 @@
pixel_x = 3;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"bL" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall2"
- },
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"bM" = (
/obj/structure/rack{
@@ -719,7 +700,8 @@
/obj/item/clothing/suit/fire/firefighter,
/obj/item/clothing/mask/gas,
/obj/item/clothing/head/hardhat/red,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
@@ -730,7 +712,8 @@
pixel_x = 0;
pixel_y = -27
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"bO" = (
/obj/structure/closet/crate{
@@ -749,7 +732,8 @@
/obj/item/weapon/crowbar,
/obj/item/weapon/wrench,
/obj/item/device/radio,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"bP" = (
/obj/structure/closet/crate/medical{
@@ -774,7 +758,8 @@
pixel_x = -3;
pixel_y = 2
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"bQ" = (
/obj/item/device/radio/intercom{
@@ -784,7 +769,8 @@
pixel_y = -31
},
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"bR" = (
/obj/structure/table,
@@ -792,25 +778,24 @@
/obj/item/weapon/folder/yellow,
/obj/item/weapon/pen,
/obj/item/hand_labeler_refill,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/escape)
"bS" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+/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/nodiagonal,
/area/shuttle/escape)
"bT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"bU" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
(1,1,1) = {"
@@ -819,10 +804,10 @@ aa
au
au
au
-aK
+ad
au
au
-aK
+ad
au
au
au
@@ -831,35 +816,35 @@ aa
"}
(2,1,1) = {"
aa
-aj
+ad
av
av
av
-aK
+ad
av
av
-aK
+ad
av
av
av
-bB
+ad
aa
"}
(3,1,1) = {"
-ab
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aU
-ak
-ak
-ak
-ak
-bS
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
"}
(4,1,1) = {"
ac
@@ -886,7 +871,7 @@ aG
ax
aq
aQ
-ae
+ad
be
be
be
@@ -902,9 +887,9 @@ aq
aq
aC
aR
-aV
+ad
bf
-br
+bT
be
be
bf
@@ -919,30 +904,30 @@ aq
aq
aq
aW
-bg
-ae
+bU
+ad
by
by
ac
"}
(8,1,1) = {"
ad
-ak
+ad
az
-aD
+ad
aH
-aM
+ad
az
-ak
-aX
-ak
-bc
+ad
+ad
+ad
+ad
az
-ak
-bT
+ad
+ad
"}
(9,1,1) = {"
-ae
+ad
ap
aq
aq
@@ -950,12 +935,12 @@ aq
aq
aq
ap
-aV
+ad
bh
bh
bh
bD
-ae
+ad
"}
(10,1,1) = {"
ac
@@ -967,14 +952,14 @@ aq
aq
aq
aY
-bg
-bg
-bg
+bU
+bU
+bU
bE
ac
"}
(11,1,1) = {"
-ae
+ad
ar
aq
aE
@@ -984,8 +969,8 @@ aq
aE
ac
bi
-bg
-bg
+bU
+bU
bF
ac
"}
@@ -998,12 +983,12 @@ aI
ar
aq
aE
-ae
+ad
bi
bs
bs
bG
-ae
+ad
"}
(13,1,1) = {"
ac
@@ -1015,11 +1000,11 @@ ar
aq
aS
ad
-ak
+ad
bt
az
-ak
-bT
+ad
+ad
"}
(14,1,1) = {"
af
@@ -1030,12 +1015,12 @@ aJ
ar
aq
aE
-ae
+ad
bj
bu
bz
bH
-ae
+ad
"}
(15,1,1) = {"
ag
@@ -1083,26 +1068,26 @@ bl
bl
aq
bK
-ae
+ad
"}
(18,1,1) = {"
ac
ar
aq
aE
-aJ
+bL
ar
aq
aE
ba
-ak
+ad
ac
aZ
-bL
-bT
+ba
+ad
"}
(19,1,1) = {"
-ae
+ad
as
aq
aE
@@ -1110,28 +1095,28 @@ ac
ar
aq
aE
-ae
+ad
bm
bv
bA
bM
-ae
+ad
"}
(20,1,1) = {"
ah
aq
aq
aE
-aI
+bS
ar
aq
aE
ac
bn
bw
-bx
+be
bN
-ae
+ad
"}
(21,1,1) = {"
ac
@@ -1144,8 +1129,8 @@ aq
aE
aJ
bo
-bx
-bx
+be
+be
bO
ac
"}
@@ -1160,13 +1145,13 @@ aq
aq
bb
bp
-bx
+be
bw
bP
ac
"}
(23,1,1) = {"
-ae
+ad
aq
aq
aq
@@ -1176,13 +1161,13 @@ aq
aq
bb
bp
-bx
-bx
+be
+be
bQ
-ae
+ad
"}
(24,1,1) = {"
-ae
+ad
at
aA
at
@@ -1195,21 +1180,21 @@ bq
bp
bp
bR
-ae
+ad
"}
(25,1,1) = {"
-ai
-ak
+ad
+ad
ac
-ak
+ad
ac
-ak
+ad
ac
-ak
-bc
-ak
+ad
+ad
+ad
ac
ac
-ak
-bU
+ad
+ad
"}
diff --git a/_maps/shuttles/emergency_meteor.dmm b/_maps/shuttles/emergency_meteor.dmm
new file mode 100644
index 0000000000..687c24f006
--- /dev/null
+++ b/_maps/shuttles/emergency_meteor.dmm
@@ -0,0 +1,57 @@
+"a" = (/turf/open/space,/area/space)
+"b" = (/turf/closed/mineral,/area/shuttle/escape{luminosity = 0})
+"c" = (/obj/structure/window/reinforced{dir = 1;layer = 2.9},/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"d" = (/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"e" = (/obj/machinery/computer/emergency_shuttle{use_power = 0},/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"f" = (/mob/living/simple_animal/hostile/asteroid/goliath,/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"g" = (/obj/structure/mineral_door/iron,/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"h" = (/obj/item/weapon/pickaxe,/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"i" = (/obj/effect/station_crash,/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"j" = (/obj/docking_port/mobile/emergency{dwidth = 20;height = 40;name = "a meteor with engines strapped to it";timid = 1;width = 40},/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"k" = (/obj/structure/closet/crate,/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"l" = (/obj/machinery/power/smes,/turf/open/floor/plating/asteroid,/area/shuttle/escape{luminosity = 0})
+"m" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape{luminosity = 0})
+"n" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape{luminosity = 0})
+
+(1,1,1) = {"
+aaabbbbbbaaabbbbaaaaabbbbbabbbbaaaaaaaaa
+aabbbbbbbbbbbbbbcccccbbbbbbbbbbbbbbbbbaa
+abbbbbbbbbbbbbbbdddddbbbbbbbbbbbbbbbbbba
+bbbbbbbbbbbbbbbbeddddbbbbbbbbbbbbbbbbbba
+bbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbba
+ddddbbbbbbdbbbbbbbdbbbbbbbbbbbbbbbbbbbba
+ddddbbbbbbddbbbbbbdbbbbbbbbbbbbbbbddbbbb
+ddddbbbbbbddbbbbbbdbbbdddddbbbbbbdddbbbb
+bbbbbbbbbbddbbbbbbdddddddddbbbbbbdfdbbbb
+bbbbbbbbbbddbbbbbbbbbddbbbbbbbbbbdddbbbb
+bbbbbbbbbbddbbbbbbbbbddbbbbbbbbbbbbbbbbb
+dbbbbbbbbbddbbbbbbbbbddbbbbbbbbbbbbbbbbb
+dbddbbbbbdddbbbbbbbbdddddddbbbbbbbbbbbbb
+dbddddddgdddbbbbbbbddddddddbbbbbbbbbbbaa
+bbddddddgdddbbbbbbbdbbbbbbbbbbbbbbdbbbaa
+bddbbbbbbbbdbbbbbbbdbbbbbbbddddddddbbbbb
+bdbbbbbbbbbdbbbbbbbdbbbbbbbbdbbbbbdbbbbb
+ddbbbbbbbbbdbbbbbbbdbbbbbbbbdbbbbbdbbbbb
+dbbbbbbbbbbdbbbbbbbdbbbbbbbbddddhbdbbbbb
+dibbbbbbbbbdbbbbbbbdbbbbbbbbbbbbbbdbbbbb
+jbbbbbbbbbbdbbbbbbbdbbbbbbbbbbbbbbdbbbba
+dbbbbddddddddddddddddbbbbbbdbbbbbbdbbbba
+dbbbdddbbbbdbbbbbbbdbbbbbbbddddddddbbbbb
+bbbbdddbbbbdbbbbbbbdbbbbbbbdbbbbbbbbbbba
+dbbbdddbbbbdbbbbbbbdbbbbbbbdbbbbbbbbbbba
+dbbbddbbbbbbbbbbbbbdbbbbbbbdbbbbbbbbbbba
+dbbbkkkbbbbbbbbbbbbdbbbbbbbdbbbllllllbba
+dbbbbbbbbbbbbbbbbbbdbbbbbbbdbbbddddddbbb
+dbbbbbbbbbbbbbbbbbbddddddddddddddddddbbb
+ddbbbbbbbbbbbbbbbbbdbbbbbbbbbbbddddddbbb
+ddbbbbbbbbbbbbbbbbbdbbbbbbbbbbbddddddbbb
+ddbbbbbbbbbbbbbbbbbdbbbbbbbbbbbddddddbbb
+ddbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbb
+ddbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbb
+ddbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbb
+ddbbbbbbbbbbbbbbbbddddbbbbbbbbbbbbbdbbbb
+bbbbbbbbbbbbbbbbbbddddbbbbbbbbbbbbbdbbbb
+abbbbbbbbbbbbbbbbbddddbbbbbbbbbbbmmmmbba
+aaabbbbaaaaaabbbbbmmmmbbbbbbbbaaannnnbaa
+aaaaabbaaaaaabbaabnnnnaaaaaaaaaaaaaaaaaa
+"}
diff --git a/_maps/shuttles/emergency_mini.dmm b/_maps/shuttles/emergency_mini.dmm
index 20e636028f..8184f664d0 100644
--- a/_maps/shuttles/emergency_mini.dmm
+++ b/_maps/shuttles/emergency_mini.dmm
@@ -1,13 +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/open/space,
/area/space)
"b" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"c" = (
/obj/structure/shuttle/engine/propulsion{
@@ -24,10 +20,7 @@
},
/area/shuttle/escape)
"e" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"f" = (
/obj/structure/shuttle/engine/heater{
@@ -52,32 +45,32 @@
pixel_x = -2;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"i" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"j" = (
/obj/machinery/sleeper{
dir = 8;
icon_state = "sleeper-open"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"k" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"l" = (
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"m" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"n" = (
/obj/machinery/vending/wallmed{
@@ -85,7 +78,7 @@
pixel_x = 28;
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"o" = (
/obj/effect/spawner/structure/window/reinforced,
@@ -96,7 +89,7 @@
name = "Escape Shuttle Cell";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"q" = (
/obj/machinery/door/airlock/glass_medical{
@@ -104,44 +97,41 @@
name = "Escape Shuttle Infirmary";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"r" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"s" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"t" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"u" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"v" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"w" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"x" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"y" = (
/obj/structure/grille,
@@ -153,10 +143,7 @@
name = "Emergency NanoMed";
req_access_txt = "0"
},
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"A" = (
/obj/structure/chair{
@@ -165,10 +152,10 @@
/obj/item/device/radio/intercom{
pixel_x = 25
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"B" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -179,11 +166,11 @@
timid = 1;
width = 21
},
-/turf/open/floor/plating,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"C" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"D" = (
/obj/structure/table,
@@ -194,7 +181,7 @@
},
/obj/item/weapon/crowbar,
/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"E" = (
/turf/closed/wall/shuttle{
@@ -210,17 +197,14 @@
/area/shuttle/escape)
"G" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"H" = (
/obj/machinery/door/airlock/glass_command{
name = "Escape Shuttle Cockpit";
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"I" = (
/turf/closed/wall/shuttle{
@@ -230,38 +214,38 @@
/area/shuttle/escape)
"J" = (
/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"K" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"L" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
pixel_y = 24
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"M" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"N" = (
/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"O" = (
/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"P" = (
/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"Q" = (
/turf/open/space,
@@ -280,15 +264,15 @@
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"T" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"U" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"V" = (
/obj/structure/table,
@@ -297,7 +281,7 @@
pixel_y = 3
},
/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"W" = (
/turf/closed/wall/shuttle{
@@ -315,29 +299,29 @@
(1,1,1) = {"
a
-b
-g
-g
-g
-g
-g
-g
+e
+e
+e
+e
+e
+e
+e
y
y
y
-g
-g
-g
-g
-g
-E
-g
-g
-Q
+e
+e
+e
+e
+e
+e
+e
+e
+e
a
"}
(2,1,1) = {"
-b
+e
e
h
i
@@ -353,11 +337,11 @@ s
v
v
D
-F
+e
J
O
-R
-Q
+r
+e
"}
(3,1,1) = {"
c
@@ -365,7 +349,7 @@ f
i
i
i
-o
+y
s
s
s
@@ -376,11 +360,11 @@ s
s
s
i
-F
+e
K
K
S
-o
+y
"}
(4,1,1) = {"
c
@@ -388,7 +372,7 @@ f
j
n
j
-o
+y
s
w
w
@@ -403,22 +387,22 @@ G
s
s
T
-o
+y
"}
(5,1,1) = {"
c
f
-g
-g
-g
+e
+e
+e
r
s
x
-o
-o
+y
+y
z
-o
-o
+y
+y
C
s
s
@@ -426,14 +410,14 @@ H
s
s
U
-o
+y
"}
(6,1,1) = {"
c
f
k
k
-o
+y
i
s
v
@@ -445,11 +429,11 @@ v
v
s
i
-F
+e
L
s
T
-o
+y
"}
(7,1,1) = {"
c
@@ -468,18 +452,18 @@ s
s
s
i
-F
+e
M
M
V
-o
+y
"}
(8,1,1) = {"
-d
+e
e
m
m
-o
+y
t
s
w
@@ -491,32 +475,32 @@ s
w
w
D
-F
+e
N
P
-W
-X
+r
+e
"}
(9,1,1) = {"
a
-d
-g
-g
-g
-g
+e
+e
+e
+e
+e
u
-g
-g
+e
+e
y
-g
-g
+e
+e
B
-g
-g
-g
-I
-g
-g
-X
+e
+e
+e
+e
+e
+e
+e
a
"}
diff --git a/_maps/shuttles/emergency_narnar.dmm b/_maps/shuttles/emergency_narnar.dmm
index 3295aee638..352e34512d 100644
--- a/_maps/shuttles/emergency_narnar.dmm
+++ b/_maps/shuttles/emergency_narnar.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/space,
/area/space)
@@ -164,9 +164,6 @@
/area/shuttle/escape)
"G" = (
/obj/structure/extinguisher_cabinet{
- has_extinguisher = null;
- icon_state = "extinguisher_empty";
- opened = 1;
pixel_x = 27;
pixel_y = 0
},
diff --git a/_maps/shuttles/emergency_pubby.dmm b/_maps/shuttles/emergency_pubby.dmm
new file mode 100644
index 0000000000..1592ee3359
--- /dev/null
+++ b/_maps/shuttles/emergency_pubby.dmm
@@ -0,0 +1,71 @@
+"a" = (/turf/open/space,/area/space)
+"b" = (/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"c" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/escape)
+"d" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2;pixel_y = 3},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"e" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"f" = (/obj/structure/table,/obj/machinery/recharger,/obj/structure/extinguisher_cabinet{pixel_x = 27;pixel_y = 0},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"g" = (/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"h" = (/obj/structure/chair/comfy/black{tag = "icon-comfychair (NORTH)";icon_state = "comfychair";dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"i" = (/obj/structure/closet,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
+"j" = (/obj/machinery/recharge_station,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
+"k" = (/obj/machinery/vending/cola,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
+"l" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"m" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"n" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"o" = (/obj/machinery/computer/security,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"p" = (/obj/structure/chair,/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"q" = (/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
+"r" = (/obj/structure/extinguisher_cabinet{pixel_x = 27;pixel_y = 0},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
+"s" = (/obj/machinery/computer/crew,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"t" = (/obj/machinery/computer/communications,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"u" = (/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)
+"v" = (/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"w" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/escape)
+"x" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
+"y" = (/obj/structure/sign/nanotrasen,/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"z" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Cockpit";req_access_txt = "19"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"A" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"B" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock";req_access_txt = "2"},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"C" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Cargo Hold";req_access_txt = "0"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"D" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"E" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Brig";req_access_txt = "2"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"F" = (/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"G" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"H" = (/obj/structure/chair{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"I" = (/obj/structure/chair{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"J" = (/turf/open/floor/carpet,/area/shuttle/escape)
+"K" = (/obj/structure/chair/comfy/beige,/turf/open/floor/carpet,/area/shuttle/escape)
+"L" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"M" = (/obj/structure/chair/comfy/beige{dir = 4},/turf/open/floor/carpet,/area/shuttle/escape)
+"N" = (/obj/structure/table/wood/poker,/obj/item/toy/cards/deck,/turf/open/floor/carpet,/area/shuttle/escape)
+"O" = (/obj/structure/chair/comfy/beige{dir = 8},/turf/open/floor/carpet,/area/shuttle/escape)
+"P" = (/obj/structure/chair/comfy/beige{tag = "icon-comfychair (NORTH)";icon_state = "comfychair";dir = 1},/turf/open/floor/carpet,/area/shuttle/escape)
+"Q" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Infirmary"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"R" = (/obj/machinery/sleeper{dir = 4;icon_state = "sleeper-open"},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"S" = (/obj/machinery/vending/medical,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"T" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{dheight = 0;dir = 8;dwidth = 4;height = 15;name = "Pubby emergency shuttle";port_angle = 90;timid = 1;width = 18},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
+"U" = (/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/sign/nosmoking_2{pixel_x = 32},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"V" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
+"W" = (/obj/structure/table,/obj/item/weapon/defibrillator/loaded,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
+"X" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape)
+
+(1,1,1) = {"
+aaaaabcccbaaaaa
+aaaaabdefbaaaaa
+bbbbbbghgbbbbbb
+cijkblmgnobpppc
+cqqrbsmgntbuvvc
+wqqxbyczcybAvvB
+bcCcbDgggDbcEcb
+bFgggggggggggFb
+cGgHIgJKJgHIgLc
+cGgHIgMNOgHIgLc
+bGgHIgJPJgHIgLb
+wFgggggggggggFw
+bGggbbcQcbbggLb
+wFgLbRFFFSbGgFT
+bGgLbFFFGUbGgLb
+bVVVbRFFGWbVVVb
+bXXXbVVVVVbXXXb
+aaaabXXXXXbaaaa
+"}
diff --git a/_maps/shuttles/emergency_scrapheap.dmm b/_maps/shuttles/emergency_scrapheap.dmm
new file mode 100644
index 0000000000..e7658534ac
--- /dev/null
+++ b/_maps/shuttles/emergency_scrapheap.dmm
@@ -0,0 +1,91 @@
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"ac" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/escape)
+"ad" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape)
+"ae" = (/obj/structure/table/wood,/turf/open/floor/carpet,/area/shuttle/escape)
+"af" = (/obj/structure/chair/comfy/brown{tag = "icon-comfychair (NORTH)";icon_state = "comfychair";dir = 1},/turf/open/floor/carpet,/area/shuttle/escape)
+"ag" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/carpet,/area/shuttle/escape)
+"ah" = (/obj/structure/table/wood,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/carpet,/area/shuttle/escape)
+"ai" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/carpet,/area/shuttle/escape)
+"aj" = (/obj/structure/chair/comfy/brown{tag = "icon-comfychair (WEST)";icon_state = "comfychair";dir = 8},/turf/open/floor/carpet,/area/shuttle/escape)
+"ak" = (/turf/open/floor/carpet,/area/shuttle/escape)
+"al" = (/obj/structure/chair/comfy/brown{tag = "icon-comfychair (EAST)";icon_state = "comfychair";dir = 4},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/carpet,/area/shuttle/escape)
+"am" = (/obj/machinery/computer/crew,/turf/open/floor/carpet,/area/shuttle/escape)
+"an" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)";pixel_x = 0;pixel_y = -29},/turf/open/floor/carpet,/area/shuttle/escape)
+"ao" = (/obj/machinery/button/flasher{id = "cockpit_flasher";pixel_x = 6;pixel_y = -24},/obj/structure/table/wood/poker,/turf/open/floor/carpet,/area/shuttle/escape)
+"ap" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/carpet,/area/shuttle/escape)
+"aq" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock";req_access_txt = "2"},/turf/open/floor/plasteel/shuttle/red,/area/shuttle/escape)
+"ar" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Cockpit";req_access_txt = "19"},/turf/open/floor/carpet,/area/shuttle/escape)
+"as" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock";req_access_txt = "2"},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
+"at" = (/obj/structure/chair,/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"au" = (/obj/machinery/flasher{id = "cockpit_flasher";pixel_x = 6;pixel_y = 24},/turf/open/floor/plasteel/bar,/area/shuttle/escape)
+"av" = (/turf/open/floor/plasteel/bar,/area/shuttle/escape)
+"aw" = (/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
+"ax" = (/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)
+"ay" = (/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"az" = (/obj/structure/grille,/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Brig";req_access_txt = "2"},/turf/open/floor/plating,/area/shuttle/escape)
+"aA" = (/obj/structure/grille/broken,/turf/open/floor/plasteel,/area/shuttle/escape)
+"aB" = (/turf/closed/wall/mineral/titanium/interior,/area/shuttle/escape)
+"aC" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock";req_access_txt = "2"},/turf/open/floor/plating,/area/shuttle/escape)
+"aD" = (/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/structure/table,/obj/item/weapon/extinguisher,/obj/item/weapon/crowbar,/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"aE" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
+"aF" = (/obj/item/weapon/twohanded/required/kirbyplants/random,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aG" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aH" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aI" = (/obj/structure/window/reinforced{dir = 4},/obj/item/device/radio/intercom{name = "Station Intercom (General)";pixel_x = 0;pixel_y = 23},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aJ" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
+"aK" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{name = "Scrapheap Challenge";timid = 1},/turf/open/floor/plating,/area/shuttle/escape)
+"aL" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aM" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aN" = (/obj/structure/table/wood,/obj/item/toy/cards/deck/cas/black,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aO" = (/obj/structure/table/wood,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aP" = (/obj/structure/table/wood,/obj/item/toy/cards/deck/cas,/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
+"aQ" = (/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/plasteel/shuttle/white,/area/shuttle/escape)
+"aR" = (/obj/structure/table_frame,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aS" = (/obj/structure/table/wood,/obj/item/weapon/storage/firstaid/fire,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aT" = (/obj/structure/chair{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aU" = (/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aV" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aW" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/shuttle,/area/shuttle/escape)
+"aX" = (/turf/open/floor/plasteel/grimy,/area/shuttle/escape)
+"aY" = (/obj/structure/chair/wood{tag = "icon-wooden_chair (NORTH)";icon_state = "wooden_chair";dir = 1},/turf/open/floor/plasteel/grimy,/area/shuttle/escape)
+"aZ" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/escape)
+"ba" = (/obj/structure/extinguisher_cabinet{pixel_x = 0;pixel_y = -30},/turf/open/floor/plasteel/bar,/area/shuttle/escape)
+"bb" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/barricade/wooden,/turf/open/floor/plasteel/bar,/area/shuttle/escape)
+"bc" = (/obj/machinery/status_display,/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
+"bd" = (/obj/machinery/door/airlock{name = "Unisex Restrooms";req_access_txt = "0"},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"be" = (/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bf" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bg" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bh" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bi" = (/obj/machinery/door/airlock{name = "Unit B"},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bj" = (/obj/structure/toilet{tag = "icon-toilet00 (EAST)";icon_state = "toilet00";dir = 4},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bk" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
+"bl" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
+"bm" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/shuttle/escape)
+"bn" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape)
+
+(1,1,1) = {"
+aaaaabacacacacacaaaaaa
+aaabadaeafagafahaaaaaa
+aaabaiajakakakalaaaaaa
+aaabamakanaoapaaaaaaaa
+abacaqacababaracasacaa
+abacatacacauavacawacaa
+abaxayayazaAacaBawaBab
+aCaDaEaEacaFaGaGawaHaI
+ababababadawawawawawaJ
+aKaLaLaLaLawaLaLaLaLaM
+abaAacacacawacacacacaM
+acaGaNaOaGawaGaGaGaGaM
+acawaPaQawawawawawawaJ
+acaRaSaOaLaLaLaTaUaVaW
+abaXaYaYacacacabababab
+aZavbaavavavbbaaaaaaaa
+ababababbcbdadaaaaaaaa
+aZbebebfbebeabaaaaaaaa
+abbgabbhabbiabaaaaaaaa
+abbjabbjabbkabaaaaaaaa
+ababblblblblbmaaaaaaaa
+aaabbnbnbnbnbnaaaaaaaa
+"}
diff --git a/_maps/shuttles/emergency_supermatter.dmm b/_maps/shuttles/emergency_supermatter.dmm
index e9620c3389..3c91d05bf5 100644
--- a/_maps/shuttles/emergency_supermatter.dmm
+++ b/_maps/shuttles/emergency_supermatter.dmm
@@ -1,19 +1,13 @@
-//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/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"ac" = (
/obj/structure/sign/radiation,
-/turf/closed/wall/shuttle{
- tag = "icon-swall12";
- icon_state = "swall12"
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ad" = (
/obj/structure/grille,
@@ -27,30 +21,27 @@
},
/area/shuttle/escape)
"af" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall3";
- icon_state = "swall3"
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ag" = (
/obj/structure/closet/radiation{
anchored = 1
},
/obj/item/clothing/glasses/meson/engine,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"ah" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"ai" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aj" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"ak" = (
/obj/structure/sign/radiation,
@@ -69,7 +60,8 @@
/obj/structure/reflector/single{
anchored = 1
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/shuttle/escape)
@@ -86,7 +78,8 @@
dir = 8;
anchored = 1
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
@@ -98,19 +91,17 @@
/area/shuttle/escape)
"aq" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- tag = "icon-swall3";
- icon_state = "swall3"
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ar" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"as" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/shuttle/escape)
@@ -118,7 +109,8 @@
/turf/open/floor/plating,
/area/shuttle/escape)
"au" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
@@ -126,19 +118,14 @@
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"ax" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
+/turf/open/floor/mineral/titanium/yellow,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/escape)
"ay" = (
/turf/closed/wall/shuttle{
@@ -152,7 +139,7 @@
},
/area/shuttle/escape)
"aA" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plating,
@@ -180,14 +167,14 @@
pixel_x = 4;
pixel_y = -4
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aE" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"aF" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -209,9 +196,7 @@
/area/shuttle/escape)
"aI" = (
/obj/structure/sign/radiation,
-/turf/closed/wall/shuttle{
- icon_state = "swallc1"
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"aJ" = (
/obj/structure/sign/radiation,
@@ -268,22 +253,26 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"aR" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/shuttle/escape)
"aS" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/shuttle/escape)
"aT" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/shuttle/escape)
"aU" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/shuttle/escape)
@@ -295,22 +284,26 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"aW" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
"aX" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/shuttle/escape)
"aY" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/shuttle/escape)
"aZ" = (
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/shuttle/escape)
@@ -322,7 +315,8 @@
/area/shuttle/escape)
"bb" = (
/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/shuttle/escape)
@@ -338,22 +332,24 @@
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"bh" = (
-/obj/structure/grille,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/shuttle/escape)
-"bg" = (
-/obj/structure/grille,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/shuttle/escape)
"bf" = (
/obj/structure/grille,
/turf/open/floor/plating,
/area/shuttle/escape)
+"bg" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/shuttle/escape)
+"bh" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/shuttle/escape)
(1,1,1) = {"
aa
@@ -366,7 +362,7 @@ aw
aA
aC
aF
-aG
+aw
aa
aa
aa
@@ -380,17 +376,17 @@ aa
aa
"}
(2,1,1) = {"
-ab
+af
af
ad
-ak
+ac
aq
ad
ax
ai
aD
ai
-aH
+aq
aa
aa
aN
@@ -439,7 +435,7 @@ ar
ar
ar
aI
-aG
+aw
aa
at
aa
@@ -534,8 +530,8 @@ av
av
av
av
-aJ
-aK
+aI
+aw
aa
at
aa
@@ -572,17 +568,17 @@ bc
be
"}
(10,1,1) = {"
-ae
+af
af
ad
-ak
+ac
aq
ad
-ay
+ax
ai
aE
ai
-aH
+aq
aa
aa
aQ
@@ -602,11 +598,11 @@ aa
aa
aa
aa
-az
+aw
aA
aC
aA
-aK
+aw
aa
aa
aa
diff --git a/_maps/shuttles/emergency_wabbajack.dmm b/_maps/shuttles/emergency_wabbajack.dmm
index aa454b07d1..9d5ba12b6c 100644
--- a/_maps/shuttles/emergency_wabbajack.dmm
+++ b/_maps/shuttles/emergency_wabbajack.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
"aa" = (
/turf/open/space,
/area/space)
"ab" = (
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"ac" = (
/obj/structure/grille,
@@ -30,11 +30,11 @@
/area/shuttle/escape)
"ai" = (
/obj/structure/sign/biohazard,
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aj" = (
/obj/structure/barricade/wooden,
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/turf/open/floor/plasteel/cult,
/area/shuttle/escape)
"ak" = (
@@ -65,7 +65,7 @@
/turf/open/floor/plasteel/cult,
/area/shuttle/escape)
"aq" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"ar" = (
/obj/structure/table,
@@ -75,7 +75,7 @@
pixel_y = 3
},
/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"as" = (
/obj/structure/grille,
@@ -104,16 +104,16 @@
/area/shuttle/escape)
"av" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aw" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"ax" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock";
req_access_txt = "2"
},
@@ -126,16 +126,16 @@
pixel_x = -2;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"az" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aA" = (
/obj/structure/table,
/obj/item/weapon/coin/mythril,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aB" = (
/obj/machinery/door/airlock/glass{
@@ -145,11 +145,11 @@
/turf/open/floor/plasteel/shuttle,
/area/shuttle/escape)
"aC" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle/white,
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aD" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -163,7 +163,7 @@
/area/shuttle/escape)
"aF" = (
/obj/machinery/door/window/eastleft,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aG" = (
/obj/structure/extinguisher_cabinet{
@@ -176,17 +176,17 @@
pixel_y = 3
},
/obj/item/weapon/storage/box/beakers,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aH" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aI" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aJ" = (
/obj/structure/chair{
@@ -195,22 +195,22 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aK" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aL" = (
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aM" = (
/obj/machinery/chem_dispenser,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aN" = (
/obj/structure/table,
@@ -220,7 +220,7 @@
pixel_y = 1
},
/obj/item/weapon/wrench/medical,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aO" = (
/turf/open/floor/plating,
@@ -229,19 +229,19 @@
/obj/structure/chair/office/light{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aQ" = (
/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aR" = (
/obj/machinery/chem_master,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aS" = (
/obj/machinery/door/window/eastright,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aT" = (
/obj/structure/table/glass,
@@ -250,48 +250,44 @@
pixel_y = 2
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aU" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/shuttle,
/area/shuttle/escape)
"aV" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/turf/open/floor/plating,
/area/shuttle/escape)
"aW" = (
/turf/open/floor/plasteel/yellow,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/shuttle/escape)
"aX" = (
/turf/open/floor/plasteel/yellow,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHEAST)";
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/shuttle/escape)
"aY" = (
/turf/open/floor/plasteel/whitered,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHWEST)";
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/shuttle/escape)
"aZ" = (
/turf/open/floor/plasteel/whitered,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/shuttle/escape)
"ba" = (
-/obj/structure/cult/forge{
+/obj/structure/destructible/cult/forge{
desc = "A engine used in powering the shuttle.";
name = "magma engine"
},
@@ -299,20 +295,18 @@
/area/shuttle/escape)
"bb" = (
/turf/open/floor/plasteel/yellow,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/shuttle/escape)
"bc" = (
/turf/open/floor/plasteel/whitered,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/shuttle/escape)
"bd" = (
-/obj/structure/cult/forge{
+/obj/structure/destructible/cult/forge{
desc = "A engine used in powering the shuttle.";
name = "magma engine"
},
@@ -333,7 +327,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"bh" = (
-/turf/closed/wall/shuttle/smooth/overspace,
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
(1,1,1) = {"
@@ -341,7 +335,7 @@ aa
aa
aa
aa
-bh
+ab
ab
ab
ax
@@ -357,12 +351,12 @@ ab
aV
ab
ab
-bh
+ab
aa
"}
(2,1,1) = {"
aa
-bh
+ab
ab
ab
ab
@@ -382,10 +376,10 @@ aW
ba
be
ab
-bh
+ab
"}
(3,1,1) = {"
-bh
+ab
ab
ag
ae
@@ -529,7 +523,7 @@ bf
bg
"}
(9,1,1) = {"
-bh
+ab
ab
ah
ae
@@ -554,7 +548,7 @@ bg
"}
(10,1,1) = {"
aa
-bh
+ab
ab
ab
ab
@@ -574,14 +568,14 @@ aZ
bd
be
ab
-bh
+ab
"}
(11,1,1) = {"
aa
aa
aa
aa
-bh
+ab
as
ab
as
@@ -597,6 +591,6 @@ ab
as
ab
ab
-bh
+ab
aa
"}
diff --git a/_maps/shuttles/ferry_base.dmm b/_maps/shuttles/ferry_base.dmm
index efe2532f80..3539fff3c5 100644
--- a/_maps/shuttles/ferry_base.dmm
+++ b/_maps/shuttles/ferry_base.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/space,
/area/space)
@@ -7,16 +7,10 @@
icon_state = "propulsion";
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"c" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"d" = (
/obj/structure/window/shuttle,
@@ -29,40 +23,35 @@
/turf/open/floor/plating,
/area/shuttle/transport)
"f" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
"g" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/transport)
"h" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"i" = (
/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"j" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"k" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle,
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"l" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"m" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile{
dir = 8;
dwidth = 2;
@@ -70,11 +59,11 @@
id = "ferry";
name = "ferry shuttle";
roundstart_move = "ferry_away";
- travelDir = 180;
+ port_angle = 180;
width = 5;
timid = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"n" = (
/obj/structure/shuttle/engine/propulsion{
@@ -94,13 +83,13 @@
/area/shuttle/transport)
"p" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"q" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"r" = (
/turf/closed/wall/shuttle{
@@ -113,15 +102,15 @@
a
b
k
-n
+b
a
"}
(2,1,1) = {"
b
g
l
-o
-n
+g
+b
"}
(3,1,1) = {"
c
@@ -187,9 +176,9 @@ q
c
"}
(12,1,1) = {"
-f
+c
d
m
d
-r
+c
"}
diff --git a/_maps/shuttles/ferry_lighthouse.dmm b/_maps/shuttles/ferry_lighthouse.dmm
index bce3237400..969cf10a9e 100644
--- a/_maps/shuttles/ferry_lighthouse.dmm
+++ b/_maps/shuttles/ferry_lighthouse.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/shuttle/transport)
@@ -17,7 +17,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"ad" = (
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"ae" = (
/turf/open/space,
@@ -34,18 +34,18 @@
/area/shuttle/transport)
"ai" = (
/obj/machinery/vending/liberationstation,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aj" = (
/obj/machinery/door/airlock/vault,
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"ak" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"al" = (
/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"am" = (
/obj/structure/grille{
@@ -59,13 +59,13 @@
dir = 8
},
/obj/machinery/vending/autodrobe,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"ao" = (
/obj/structure/mirror/magic/badmin{
pixel_x = 30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"ap" = (
/turf/closed/wall,
@@ -75,14 +75,14 @@
dir = 8
},
/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"ar" = (
/obj/structure/chair,
/turf/open/floor/wood,
/area/shuttle/transport)
"as" = (
-/obj/machinery/shield,
+/obj/structure/emergency_shield,
/turf/open/space,
/area/shuttle/transport)
"at" = (
@@ -146,50 +146,46 @@
/area/shuttle/transport)
"aF" = (
/obj/machinery/vending/sovietsoda,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aG" = (
/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aH" = (
/obj/machinery/newscaster{
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aI" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/wiz,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aJ" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aK" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aL" = (
/turf/closed/wall/rust,
/area/shuttle/transport)
"aM" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/wood,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/transport)
"aN" = (
/obj/machinery/power/grounding_rod{
anchored = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aO" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile{
dir = 8;
dwidth = 8;
@@ -198,14 +194,14 @@
name = "The Lighthouse";
roundstart_move = "ferry_away";
timid = 1;
- travelDir = 180;
+ port_angle = 180;
width = 16
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aP" = (
/obj/machinery/vending/magivend,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aQ" = (
/obj/structure/grille,
@@ -226,26 +222,26 @@
"aT" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/centcom,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aU" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/rainbow,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aV" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aW" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aX" = (
/obj/structure/window/fulltile,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"aY" = (
/obj/structure/grille,
@@ -253,10 +249,7 @@
/turf/closed/wall/shuttle/smooth,
/area/shuttle/transport)
"aZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
"ba" = (
/obj/machinery/conveyor{
@@ -400,7 +393,7 @@ bj
"}
(5,1,1) = {"
ad
-ad
+aM
ai
ak
ao
@@ -419,7 +412,7 @@ bj
(6,1,1) = {"
ae
ad
-ad
+aM
al
ap
ap
@@ -431,7 +424,7 @@ ap
aL
be
bh
-ad
+aM
ad
"}
(7,1,1) = {"
@@ -439,7 +432,7 @@ ae
ae
ad
ad
-ad
+aM
ar
au
au
@@ -448,7 +441,7 @@ au
au
aL
bf
-ad
+aM
ad
ae
"}
@@ -483,7 +476,7 @@ aC
aS
aC
bc
-ad
+aM
ad
ae
ae
@@ -518,7 +511,7 @@ aD
aD
aD
aD
-ad
+aM
ad
ae
ae
@@ -553,7 +546,7 @@ ap
aE
aN
aE
-ad
+aM
ad
ae
ae
@@ -639,7 +632,7 @@ ae
ae
ae
ae
-ax
+ad
aG
aE
aU
@@ -657,11 +650,11 @@ ae
ae
ae
ae
-ax
+ad
aH
aE
aV
-ax
+ad
ae
ae
ae
@@ -693,11 +686,11 @@ ae
ae
ae
ae
-ax
+ad
ak
aE
aW
-ax
+ad
ae
ae
ae
@@ -711,11 +704,11 @@ ae
ae
ae
ae
-ax
+ad
aJ
aE
aW
-ax
+ad
ae
ae
ae
@@ -729,11 +722,11 @@ ae
ae
ae
ae
-ax
+ad
aJ
aE
aW
-ax
+ad
ae
ae
ae
@@ -765,11 +758,11 @@ ae
ae
ae
ae
-ax
+ad
aJ
aE
aW
-ax
+ad
ae
ae
ae
@@ -783,11 +776,11 @@ ae
ae
ae
ae
-ax
+ad
aK
aE
aW
-ax
+ad
ae
ae
ae
@@ -801,11 +794,11 @@ ae
ae
ae
ae
-aA
+ad
ay
aO
ay
-aZ
+ad
ae
ae
ae
diff --git a/_maps/shuttles/ferry_meat.dmm b/_maps/shuttles/ferry_meat.dmm
index a818725389..22c345259f 100644
--- a/_maps/shuttles/ferry_meat.dmm
+++ b/_maps/shuttles/ferry_meat.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/space,
/area/space)
@@ -7,28 +7,17 @@
icon_state = "propulsion";
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
"c" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"d" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
"e" = (
/turf/open/floor/plasteel/freezer,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/transport)
"f" = (
/obj/structure/chair{
@@ -115,11 +104,11 @@
/turf/open/floor/plating,
/area/shuttle/transport)
"p" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/turf/open/floor/plasteel/freezer,
/area/shuttle/transport)
"q" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile{
dir = 8;
dwidth = 2;
@@ -127,7 +116,7 @@
id = "ferry";
name = "ferry shuttle";
roundstart_move = "ferry_away";
- travelDir = 180;
+ port_angle = 180;
width = 5;
timid = 1
},
@@ -181,15 +170,15 @@
a
b
p
-r
+b
a
"}
(2,1,1) = {"
b
e
i
-s
-r
+e
+b
"}
(3,1,1) = {"
c
@@ -255,9 +244,9 @@ w
c
"}
(12,1,1) = {"
-d
+c
o
q
o
-x
+c
"}
diff --git a/_maps/shuttles/whiteship_box.dmm b/_maps/shuttles/whiteship_box.dmm
index 34f09e6e87..55b61b98fe 100644
--- a/_maps/shuttles/whiteship_box.dmm
+++ b/_maps/shuttles/whiteship_box.dmm
@@ -1,12 +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
"aa" = (
/turf/open/space,
/area/space)
"ab" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/abandoned)
"ac" = (
/turf/closed/wall/shuttle{
@@ -15,7 +12,7 @@
},
/area/shuttle/abandoned)
"ad" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile{
dheight = 0;
dir = 2;
@@ -25,11 +22,11 @@
launch_status = 0;
name = "NT Medical Ship";
roundstart_move = "whiteship_away";
- travelDir = 180;
+ port_angle = 180;
width = 35;
timid = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"ae" = (
/turf/closed/wall/shuttle{
@@ -38,7 +35,7 @@
},
/area/shuttle/abandoned)
"af" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/turf/open/floor/plasteel/shuttle/white,
/area/shuttle/abandoned)
"ag" = (
@@ -61,17 +58,17 @@
},
/area/shuttle/abandoned)
"aj" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"ak" = (
/obj/structure/table,
/obj/item/device/radio/off,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"al" = (
/obj/structure/table,
/obj/item/weapon/screwdriver,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"am" = (
/turf/closed/wall/shuttle{
@@ -97,9 +94,8 @@
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
"ap" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f15"
- },
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/abandoned)
"aq" = (
/turf/closed/wall/shuttle{
@@ -111,7 +107,7 @@
/obj/machinery/computer/pod{
id = "oldship_gun"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"as" = (
/turf/closed/wall/shuttle{
@@ -131,7 +127,7 @@
/obj/structure/rack,
/obj/item/clothing/suit/space/hardsuit/medical,
/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aw" = (
/obj/machinery/door/airlock/glass,
@@ -171,12 +167,10 @@
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
"aC" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f17"
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
"aD" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/turf/open/floor/plating,
/area/shuttle/abandoned)
"aE" = (
@@ -184,7 +178,7 @@
charge = 100;
maxcharge = 15000
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aF" = (
/turf/closed/wall/shuttle{
@@ -198,7 +192,7 @@
/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,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aH" = (
/obj/structure/frame/computer{
@@ -215,17 +209,17 @@
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aK" = (
/obj/item/weapon/shard{
icon_state = "medium"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aL" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/abandoned)
"aM" = (
@@ -235,7 +229,7 @@
/area/shuttle/abandoned)
"aN" = (
/obj/machinery/door/window,
-/turf/open/floor/plasteel/shuttle/purple,
+/turf/open/floor/mineral/titanium/purple,
/area/shuttle/abandoned)
"aO" = (
/obj/structure/bed,
@@ -244,16 +238,16 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/purple,
+/turf/open/floor/mineral/titanium/purple,
/area/shuttle/abandoned)
"aP" = (
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aQ" = (
/obj/structure/table,
/obj/item/weapon/gun/energy/laser/retro,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aR" = (
/obj/machinery/door/airlock/glass,
@@ -264,32 +258,28 @@
dir = 4
},
/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aT" = (
/obj/machinery/computer/shuttle/white_ship,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aU" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aV" = (
/obj/structure/table,
/obj/item/weapon/tank/internals/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aW" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
+/turf/open/floor/mineral/titanium,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/abandoned)
"aY" = (
/obj/structure/bed,
@@ -300,38 +290,38 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/purple,
+/turf/open/floor/mineral/titanium/purple,
/area/shuttle/abandoned)
"aZ" = (
/obj/machinery/door/window/northright,
/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel/shuttle/purple,
+/turf/open/floor/mineral/titanium/purple,
/area/shuttle/abandoned)
"ba" = (
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f18"
+/obj/structure/frame/computer{
+ anchored = 1
},
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bc" = (
/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bd" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"be" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_f16"
- },
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bf" = (
/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bg" = (
/obj/structure/table,
@@ -339,7 +329,7 @@
pixel_x = 6;
pixel_y = -5
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bh" = (
/obj/machinery/sleeper{
@@ -347,7 +337,7 @@
dir = 8
},
/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
(1,1,1) = {"
@@ -359,11 +349,11 @@ aa
aa
aa
aa
-ab
-aq
-af
-aq
+aC
+aC
aW
+aC
+aC
aa
aa
aa
@@ -383,11 +373,11 @@ aa
aa
aa
aa
-aA
-au
+aC
+aX
aj
-aF
-ah
+aX
+aC
aa
aa
aa
@@ -407,11 +397,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aj
-ae
+aC
aa
aa
aa
@@ -431,11 +421,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aj
-ae
+aC
aa
aa
aa
@@ -455,11 +445,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aj
-ae
+aC
aa
aa
aa
@@ -479,11 +469,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aj
-ae
+aC
aa
aa
aa
@@ -503,11 +493,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aj
-ae
+aC
aa
aa
aa
@@ -527,11 +517,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aj
-ae
+aC
aa
aa
aa
@@ -551,11 +541,11 @@ aa
aa
aa
aa
-ae
+aC
aj
aj
aU
-ae
+aC
aa
aa
aa
@@ -575,11 +565,11 @@ aa
aa
aa
aa
-aA
-aI
+aC
+aX
aj
-az
-ah
+aX
+aC
aa
aa
aa
@@ -599,11 +589,11 @@ aa
aa
aa
aa
-ac
-aq
-af
-aq
-aX
+aC
+aC
+aW
+aC
+aC
aa
aa
aa
@@ -624,9 +614,9 @@ aa
aa
aa
aa
-ae
+aC
aj
-ae
+aC
aa
aa
aa
@@ -647,11 +637,11 @@ aa
aa
aa
aa
-ab
-aq
-af
-aq
+aC
+aC
aW
+aC
+aC
aa
aa
aa
@@ -670,13 +660,13 @@ aa
aa
aa
aa
-ab
-aq
-au
+aC
+aC
+aX
aj
-aF
-aq
-aW
+aX
+aC
+aC
aa
aa
aa
@@ -687,85 +677,85 @@ aa
aa
"}
(15,1,1) = {"
-ab
+aC
ag
an
an
an
aB
aa
-aA
-au
+aC
+aX
aj
aj
aj
-aF
-ah
+aX
+aC
aa
ag
an
an
an
aB
-aW
+aC
aa
"}
(16,1,1) = {"
-ac
-ah
+aC
+aC
ao
ao
ao
-ae
-ab
-ah
+aC
+aC
+aC
aj
aj
aj
aj
aj
-aA
-aW
-ae
+aC
+aC
+aC
ao
ao
ao
-aA
-aX
+aC
+aC
aa
"}
(17,1,1) = {"
aa
-ac
+aC
ap
at
at
+ap
aC
-aq
-au
-aj
-aj
-aj
-aj
-aj
-aF
-aq
-bb
-at
-at
-be
aX
+aj
+aj
+aj
+aj
+aj
+aX
+aC
+ap
+at
+at
+ap
+aC
aa
aa
"}
(18,1,1) = {"
aa
aa
-ac
+aC
ap
at
at
-ae
+aC
aj
aj
aj
@@ -773,11 +763,11 @@ aj
aj
aj
ba
-ae
+aC
at
at
-be
-aX
+ap
+aC
aa
aa
aa
@@ -786,21 +776,21 @@ aa
aa
aa
aa
-ac
-as
+aC
+aC
aD
-ai
-am
-am
-aM
-aR
-aM
-am
-am
-ai
+aC
+aC
+aC
+aL
+be
+aL
+aC
+aC
+aC
aD
-as
-aX
+aC
+aC
aa
aa
aa
@@ -810,8 +800,8 @@ aa
aa
aa
aa
-ab
-ah
+aC
+aC
aj
aj
aj
@@ -823,8 +813,8 @@ aj
aj
aj
aj
-aA
-aW
+aC
+aC
aa
aa
aa
@@ -833,9 +823,9 @@ aa
(21,1,1) = {"
aa
aa
-ab
-aq
-au
+aC
+aC
+aX
aE
aj
aj
@@ -847,18 +837,18 @@ aj
aj
aj
aj
-aA
-aq
-aW
+aC
+aC
+aC
aa
aa
aa
"}
(22,1,1) = {"
aa
-ab
-aq
-au
+aC
+aC
+aX
aj
aj
aj
@@ -871,21 +861,21 @@ am
aI
aj
aj
-aA
-ai
-aq
-aW
+aC
+aC
+aC
+aC
aa
aa
"}
(23,1,1) = {"
-ab
-ai
-ai
-am
-am
-as
-aI
+aC
+aC
+aC
+aC
+aC
+aC
+aX
aj
ae
aN
@@ -895,10 +885,10 @@ aj
af
aj
aj
-af
+aW
aj
-aF
-ah
+aX
+aC
aa
aa
"}
@@ -908,8 +898,8 @@ aj
aj
av
av
-aF
-ah
+aX
+aC
aj
ae
aO
@@ -919,21 +909,21 @@ aY
ae
aj
aj
-ae
+aC
aj
bg
-aA
-aW
+aC
+aC
aa
"}
(25,1,1) = {"
-ae
+aC
aj
aj
aj
aj
aG
-ae
+aC
aj
af
aj
@@ -943,21 +933,21 @@ aZ
ae
aj
aj
-ae
+aC
aj
aj
-aF
-ah
+aX
+aC
aa
"}
(26,1,1) = {"
-ae
+aC
ak
aj
aj
aj
aj
-ae
+aC
aj
aF
am
@@ -971,17 +961,17 @@ aL
bf
aj
aj
-ae
+aC
aa
"}
(27,1,1) = {"
-ae
+aC
al
aj
aj
aj
aj
-af
+aW
aj
aj
aj
@@ -995,18 +985,18 @@ aL
aj
aj
bh
-ae
+aC
aa
"}
(28,1,1) = {"
-ae
+aC
aj
aj
aj
aj
aj
-aA
-aI
+aC
+aX
aj
aj
aj
@@ -1019,64 +1009,64 @@ aL
aj
aj
aj
-ae
+aC
aa
"}
(29,1,1) = {"
-ae
+aC
aj
aj
aj
aj
-az
-aq
-ai
-am
+aX
+aC
+aC
+aC
aL
aR
aL
-am
-am
-am
-am
-ah
+aC
+aC
+aC
+aC
+aC
aj
aj
aj
-ae
+aC
aa
"}
(30,1,1) = {"
-ae
+aC
aj
aj
aj
-az
-aq
-au
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aP
-aP
-ae
-aj
-aj
-az
aX
+aC
+aX
+aj
+aj
+aj
+aj
+aj
+aj
+aP
+aP
+aP
+aC
+aj
+aj
+aX
+aC
aa
"}
(31,1,1) = {"
-af
+aW
aj
ar
aj
-aq
-au
+aC
+aX
aj
aj
aj
@@ -1087,20 +1077,20 @@ aj
aj
aj
aj
-aF
-aI
-aH
-ae
+aX
+aX
+bb
+aC
aa
aa
"}
(32,1,1) = {"
-ac
-am
-as
+aC
+aC
+aC
aw
-ae
-aH
+aC
+bb
aJ
aj
aj
@@ -1112,19 +1102,19 @@ aj
aj
bd
aH
-aA
-as
-aX
+aC
+aC
+aC
aa
aa
"}
(33,1,1) = {"
aa
aa
-ae
+aC
ax
-ah
-aH
+aC
+bb
aJ
aj
aj
@@ -1135,9 +1125,9 @@ aj
aj
aj
aj
-az
-aq
aX
+aC
+aC
aa
aa
aa
@@ -1145,10 +1135,10 @@ aa
(34,1,1) = {"
aa
aa
-ac
+aC
ay
-aA
-aI
+aC
+aX
aK
aj
aj
@@ -1158,9 +1148,9 @@ aP
aj
aj
aj
-az
-aq
aX
+aC
+aC
aa
aa
aa
@@ -1171,9 +1161,9 @@ aa
aa
aa
aa
-ac
-ai
-am
+aC
+aC
+aC
aL
aL
aL
@@ -1181,9 +1171,9 @@ aL
aL
aL
aL
-am
-ai
-aX
+aC
+aC
+aC
aa
aa
aa
diff --git a/_maps/shuttles/whiteship_meta.dmm b/_maps/shuttles/whiteship_meta.dmm
index b5344f4198..10c60f37ee 100644
--- a/_maps/shuttles/whiteship_meta.dmm
+++ b/_maps/shuttles/whiteship_meta.dmm
@@ -1,18 +1,12 @@
-//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/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/abandoned)
"ac" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
"ad" = (
/turf/closed/wall/shuttle{
@@ -40,29 +34,30 @@
id = "whiteship";
launch_status = 0;
name = "NT Recovery White-Ship";
+ port_angle = 180;
+ preferred_direction = 1;
roundstart_move = "whiteship_away";
- travelDir = 180;
- width = 27;
- timid = 1
+ timid = 1;
+ width = 27
},
-/obj/machinery/door/airlock/shuttle{
+/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)
"ah" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"ai" = (
/turf/closed/wall/shuttle{
@@ -106,7 +101,7 @@
/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)
"ao" = (
/obj/structure/mirror{
@@ -127,7 +122,7 @@
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)
"ap" = (
/turf/closed/wall/shuttle{
@@ -149,7 +144,7 @@
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)
"ar" = (
/obj/structure/table,
@@ -160,7 +155,7 @@
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)
"as" = (
/obj/structure/table,
@@ -177,7 +172,7 @@
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)
"at" = (
/obj/machinery/suit_storage_unit/standard_unit,
@@ -185,7 +180,7 @@
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)
"au" = (
/obj/structure/tank_dispenser/oxygen{
@@ -197,7 +192,7 @@
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)
"av" = (
/turf/closed/wall/shuttle{
@@ -212,7 +207,7 @@
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)
"ax" = (
/obj/effect/decal/cleanable/dirt{
@@ -223,7 +218,7 @@
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)
"ay" = (
/obj/structure/closet/crate/medical{
@@ -241,7 +236,8 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"az" = (
/obj/structure/closet/crate{
@@ -258,7 +254,8 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"aA" = (
/obj/item/weapon/storage/box/lights/mixed,
@@ -280,7 +277,8 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"aB" = (
/obj/structure/closet/crate{
@@ -301,12 +299,13 @@
/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,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"aC" = (
/obj/structure/shuttle/engine/propulsion{
@@ -338,14 +337,14 @@
},
/area/shuttle/abandoned)
"aG" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"aH" = (
/obj/effect/decal/cleanable/blood/old,
@@ -361,7 +360,7 @@
name = "remains"
},
/obj/item/weapon/gun/energy/laser/retro,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"aI" = (
/obj/structure/bed,
@@ -372,7 +371,7 @@
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)
"aJ" = (
/obj/structure/table,
@@ -386,7 +385,7 @@
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)
"aK" = (
/obj/effect/decal/cleanable/dirt{
@@ -394,24 +393,24 @@
name = "dust"
},
/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"aL" = (
/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)
"aM" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"aN" = (
/obj/effect/decal/cleanable/blood/old,
@@ -426,13 +425,16 @@
icon_state = "remains";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"aO" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "cargo bay"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery{
dir = 1
},
/area/shuttle/abandoned)
@@ -442,7 +444,10 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery{
dir = 1
},
/area/shuttle/abandoned)
@@ -451,7 +456,10 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery{
dir = 1
},
/area/shuttle/abandoned)
@@ -462,7 +470,10 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery{
dir = 1
},
/area/shuttle/abandoned)
@@ -486,7 +497,7 @@
name = "remains"
},
/obj/effect/decal/cleanable/blood/gibs/old,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aT" = (
/obj/effect/decal/cleanable/blood/old,
@@ -498,7 +509,7 @@
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)
"aU" = (
/obj/effect/decal/cleanable/blood/old,
@@ -511,7 +522,7 @@
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)
"aV" = (
/obj/structure/bed,
@@ -520,7 +531,7 @@
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)
"aW" = (
/obj/structure/table,
@@ -537,7 +548,7 @@
name = "dust"
},
/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"aX" = (
/obj/structure/rack{
@@ -562,7 +573,7 @@
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)
"aY" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -570,7 +581,7 @@
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)
"aZ" = (
/turf/closed/wall/shuttle{
@@ -578,14 +589,13 @@
},
/area/shuttle/abandoned)
"ba" = (
-/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"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"bb" = (
/obj/structure/closet/emcloset,
@@ -593,7 +603,8 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"bc" = (
/obj/structure/closet/firecloset/full,
@@ -601,10 +612,11 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/shuttle/abandoned)
"bd" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "bathroom"
},
/obj/effect/decal/cleanable/blood/old,
@@ -612,7 +624,7 @@
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)
"be" = (
/turf/closed/wall/shuttle{
@@ -621,7 +633,7 @@
},
/area/shuttle/abandoned)
"bf" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "dormitory"
},
/obj/effect/decal/cleanable/blood/old,
@@ -629,7 +641,7 @@
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)
"bg" = (
/obj/machinery/vending/boozeomat{
@@ -656,7 +668,7 @@
},
/area/shuttle/abandoned)
"bj" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "recovery shuttle interior airlock"
},
/obj/effect/decal/cleanable/dirt{
@@ -667,7 +679,7 @@
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)
"bk" = (
/turf/closed/wall/shuttle{
@@ -676,14 +688,17 @@
},
/area/shuttle/abandoned)
"bl" = (
-/obj/machinery/door/airlock/shuttle{
+/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{
+/turf/open/floor/plasteel{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery{
dir = 1
},
/area/shuttle/abandoned)
@@ -691,7 +706,7 @@
/obj/machinery/vending/cigarette{
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bn" = (
/obj/effect/decal/cleanable/blood/old,
@@ -700,7 +715,7 @@
name = "dust"
},
/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"bo" = (
/obj/effect/decal/cleanable/blood/gibs/old,
@@ -708,7 +723,7 @@
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)
"bp" = (
/obj/effect/decal/cleanable/blood/old,
@@ -716,24 +731,23 @@
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)
"bq" = (
/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)
"br" = (
-/obj/structure/frame/computer,
/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)
"bs" = (
/obj/structure/table,
@@ -742,7 +756,7 @@
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)
"bt" = (
/obj/structure/table,
@@ -751,7 +765,7 @@
name = "dust"
},
/obj/item/weapon/storage/photo_album,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bu" = (
/obj/structure/table,
@@ -763,7 +777,7 @@
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)
"bv" = (
/obj/structure/reagent_dispensers/fueltank,
@@ -774,21 +788,21 @@
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)
"bw" = (
/obj/machinery/vending/coffee{
pixel_x = -2;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bx" = (
/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)
"by" = (
/obj/structure/chair,
@@ -796,7 +810,7 @@
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)
"bz" = (
/obj/effect/decal/cleanable/dirt{
@@ -807,7 +821,7 @@
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)
"bA" = (
/obj/effect/decal/cleanable/dirt{
@@ -818,7 +832,7 @@
dir = 1;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bB" = (
/obj/effect/decal/cleanable/dirt{
@@ -833,7 +847,7 @@
dir = 1;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bC" = (
/obj/structure/chair/office/light{
@@ -843,7 +857,7 @@
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)
"bD" = (
/obj/structure/table,
@@ -857,17 +871,17 @@
pixel_x = -1;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bE" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"bF" = (
/obj/structure/chair{
@@ -877,7 +891,7 @@
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)
"bG" = (
/obj/structure/table,
@@ -886,7 +900,7 @@
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)
"bH" = (
/obj/structure/table,
@@ -902,7 +916,7 @@
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)
"bI" = (
/obj/structure/table,
@@ -911,7 +925,7 @@
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)
"bJ" = (
/obj/structure/chair{
@@ -921,17 +935,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)
"bK" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"bL" = (
/obj/effect/decal/cleanable/dirt{
@@ -948,7 +962,7 @@
},
/obj/item/weapon/reagent_containers/spray/cleaner,
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bM" = (
/obj/item/clothing/suit/bio_suit,
@@ -964,7 +978,7 @@
/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)
"bN" = (
/obj/effect/decal/cleanable/blood/gibs/old,
@@ -979,7 +993,7 @@
icon_state = "remains";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bO" = (
/obj/effect/decal/cleanable/blood/old,
@@ -988,7 +1002,7 @@
name = "dust"
},
/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bP" = (
/obj/effect/decal/cleanable/dirt{
@@ -1002,7 +1016,7 @@
/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)
"bQ" = (
/obj/item/weapon/storage/toolbox/emergency{
@@ -1019,17 +1033,17 @@
name = "dust"
},
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bR" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"bS" = (
/obj/effect/decal/cleanable/blood/old,
@@ -1040,7 +1054,7 @@
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)
"bT" = (
/obj/effect/decal/cleanable/dirt{
@@ -1048,7 +1062,7 @@
name = "dust"
},
/obj/machinery/computer/shuttle/white_ship,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bU" = (
/obj/structure/reagent_dispensers/watertank,
@@ -1056,14 +1070,14 @@
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)
"bV" = (
/obj/machinery/vending/cola{
pixel_x = -1;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bW" = (
/obj/structure/chair{
@@ -1073,7 +1087,7 @@
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)
"bX" = (
/obj/effect/decal/cleanable/dirt{
@@ -1084,7 +1098,7 @@
dir = 2;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bY" = (
/obj/effect/decal/cleanable/dirt{
@@ -1099,7 +1113,7 @@
dir = 2;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"bZ" = (
/obj/structure/chair/office/light,
@@ -1107,7 +1121,7 @@
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)
"ca" = (
/obj/effect/decal/cleanable/blood/old,
@@ -1126,7 +1140,7 @@
icon_state = "remains";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"cb" = (
/obj/item/weapon/phone{
@@ -1142,7 +1156,7 @@
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)
"cc" = (
/turf/closed/wall/shuttle{
@@ -1155,7 +1169,7 @@
pixel_x = -1;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"ce" = (
/obj/structure/sign/science{
@@ -1165,7 +1179,7 @@
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)
"cf" = (
/obj/structure/frame/computer,
@@ -1173,7 +1187,7 @@
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)
"cg" = (
/obj/structure/table,
@@ -1182,7 +1196,7 @@
name = "dust"
},
/obj/item/device/megaphone,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"ch" = (
/obj/structure/table,
@@ -1191,7 +1205,7 @@
name = "dust"
},
/obj/item/device/mass_spectrometer,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"ci" = (
/obj/structure/table,
@@ -1202,54 +1216,48 @@
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)
"cj" = (
/obj/structure/sign/botany,
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
"ck" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"cl" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"cm" = (
-/obj/machinery/door/airlock/shuttle{
+/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)
"cn" = (
/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
"co" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
icon_state = "door_closed";
name = "medbay";
welded = 0
@@ -1258,7 +1266,7 @@
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)
"cp" = (
/turf/closed/wall/shuttle{
@@ -1285,14 +1293,14 @@
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)
"cr" = (
/obj/machinery/biogenerator{
idle_power_usage = 0;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"cs" = (
/obj/machinery/vending/hydroseeds{
@@ -1303,7 +1311,7 @@
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)
"ct" = (
/obj/machinery/processor,
@@ -1311,7 +1319,7 @@
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)
"cu" = (
/obj/structure/kitchenspike,
@@ -1320,7 +1328,7 @@
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)
"cv" = (
/obj/structure/table,
@@ -1333,17 +1341,16 @@
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)
"cw" = (
-/obj/structure/fluff/empty_sleeper/nanotrasen,
/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)
"cx" = (
/obj/structure/fluff/empty_sleeper/nanotrasen,
@@ -1352,7 +1359,7 @@
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)
"cy" = (
/obj/machinery/sleeper{
@@ -1363,7 +1370,7 @@
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)
"cz" = (
/obj/structure/closet/crate/freezer,
@@ -1378,7 +1385,7 @@
name = "dust"
},
/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"cA" = (
/obj/structure/table/optable,
@@ -1388,7 +1395,7 @@
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)
"cB" = (
/obj/structure/table,
@@ -1404,7 +1411,7 @@
/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)
"cC" = (
/obj/structure/sink{
@@ -1417,16 +1424,13 @@
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)
"cD" = (
/obj/machinery/smartfridge{
use_power = 0
},
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
"cE" = (
/obj/structure/sink{
@@ -1439,7 +1443,7 @@
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)
"cF" = (
/obj/effect/decal/cleanable/egg_smudge,
@@ -1448,7 +1452,7 @@
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)
"cG" = (
/obj/structure/table,
@@ -1458,7 +1462,7 @@
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)
"cH" = (
/obj/structure/fluff/empty_sleeper/nanotrasen,
@@ -1467,7 +1471,7 @@
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)
"cI" = (
/obj/structure/chair/office/light,
@@ -1479,7 +1483,7 @@
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)
"cJ" = (
/obj/structure/fluff/empty_sleeper/nanotrasen,
@@ -1487,7 +1491,7 @@
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)
"cK" = (
/obj/machinery/vending/wallmed{
@@ -1505,7 +1509,7 @@
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)
"cL" = (
/obj/effect/decal/cleanable/dirt{
@@ -1514,7 +1518,7 @@
},
/obj/effect/decal/cleanable/ash,
/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"cM" = (
/obj/effect/decal/cleanable/xenoblood,
@@ -1528,7 +1532,7 @@
icon_state = "remainsxeno";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"cN" = (
/obj/structure/sink{
@@ -1543,7 +1547,7 @@
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)
"cO" = (
/obj/structure/shuttle/engine/propulsion{
@@ -1558,7 +1562,7 @@
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)
"cQ" = (
/obj/machinery/hydroponics/constructable,
@@ -1567,7 +1571,7 @@
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)
"cR" = (
/obj/structure/table,
@@ -1578,7 +1582,7 @@
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)
"cS" = (
/obj/structure/table,
@@ -1592,7 +1596,7 @@
/obj/item/weapon/storage/fancy/egg_box{
pixel_y = 5
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"cT" = (
/obj/structure/table,
@@ -1607,7 +1611,7 @@
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)
"cU" = (
/obj/structure/table,
@@ -1627,7 +1631,7 @@
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)
"cV" = (
/obj/structure/table,
@@ -1642,7 +1646,7 @@
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)
"cW" = (
/obj/structure/table,
@@ -1651,7 +1655,7 @@
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)
"cX" = (
/obj/structure/table,
@@ -1660,7 +1664,7 @@
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)
"cY" = (
/obj/structure/table,
@@ -1669,7 +1673,7 @@
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)
"cZ" = (
/obj/structure/table,
@@ -1685,7 +1689,7 @@
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)
"da" = (
/obj/structure/table,
@@ -1696,7 +1700,7 @@
name = "dust"
},
/obj/item/clothing/suit/apron/surgical,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"db" = (
/obj/structure/table,
@@ -1706,7 +1710,7 @@
name = "surgical dufflebag";
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
(1,1,1) = {"
@@ -1715,11 +1719,11 @@ aa
aa
aa
aa
-ab
-av
+ac
+ac
ah
-aZ
-cc
+ac
+ac
aa
aa
aa
@@ -1744,55 +1748,55 @@ cO
aa
"}
(3,1,1) = {"
-ab
-al
-aD
-aD
-ai
-am
-av
-bE
-aZ
-am
-bk
+ac
+ac
aD
aD
ac
-cc
+ac
+ac
+bE
+ac
+ac
+ac
+aD
+aD
+ac
+ac
"}
(4,1,1) = {"
ac
-am
-aE
-ap
-al
+ac
+ac
+ac
+ac
bm
bw
ax
bV
cd
ac
-ap
-ap
-am
-al
+ac
+ac
+ac
+ac
"}
(5,1,1) = {"
-ad
+ac
an
-aF
+ac
aS
-aF
+ac
aL
aL
aL
aL
aL
-ad
+ac
cq
cB
cP
-ad
+ac
"}
(6,1,1) = {"
ae
@@ -1813,10 +1817,10 @@ ae
"}
(7,1,1) = {"
ac
-ap
-ap
-ap
-be
+ac
+ac
+ac
+ac
bo
by
bG
@@ -1839,14 +1843,14 @@ by
bH
bW
aL
-bh
+ac
cs
cC
cP
-ad
+ac
"}
(9,1,1) = {"
-ad
+ac
ar
aI
aV
@@ -1856,18 +1860,18 @@ by
bI
bW
aL
-af
-ap
+ac
+ac
cD
-ap
-al
+ac
+ac
"}
(10,1,1) = {"
ac
-ap
-ap
-ap
-al
+ac
+ac
+ac
+ac
aL
bz
bJ
@@ -1877,20 +1881,20 @@ cl
aL
cE
cR
-ad
+ac
"}
(11,1,1) = {"
-ad
+ac
as
aJ
aW
-ad
+ac
bq
aL
ax
aL
aL
-bh
+ac
ct
ax
cS
@@ -1901,13 +1905,13 @@ ae
at
aK
aX
-af
-ap
-av
+ac
+ac
+ac
bK
-aZ
-ap
-al
+ac
+ac
+ac
cu
cF
cT
@@ -1924,45 +1928,45 @@ aL
aL
aL
aL
-ad
+ac
cv
cG
cU
-ad
+ac
"}
(14,1,1) = {"
-ad
+ac
au
aL
aY
-bh
+ac
aL
-bA
+bx
bL
-bX
+bx
aL
ac
-ap
-ap
-ap
-al
+ac
+ac
+ac
+ac
"}
(15,1,1) = {"
-af
+ac
av
aM
-aZ
-bi
+ac
+ac
aL
-bB
+bz
bM
-bY
+bz
ce
-aF
+ac
cw
-cH
+bx
cV
-ad
+ac
"}
(16,1,1) = {"
ag
@@ -1992,45 +1996,45 @@ aL
bO
ax
aL
-bh
-cx
-cJ
+ac
+bx
+bx
cX
-ad
+ac
"}
(18,1,1) = {"
-ai
-av
+ac
+ac
aO
-aZ
-bk
+ac
+ac
aL
-bA
+bx
bP
-bX
+bx
aL
ac
-ap
-ap
-ap
-al
+ac
+ac
+ac
+ac
"}
(19,1,1) = {"
-ad
+ac
ay
aP
ba
-aF
+ac
aL
-bA
+bx
bQ
-bY
+bz
aL
cn
cy
cK
cY
-ad
+ac
"}
(20,1,1) = {"
ae
@@ -2054,51 +2058,51 @@ ae
aA
aQ
bb
-ai
-ap
-av
+ac
+ac
+ac
bR
-aZ
-ap
-bk
+ac
+ac
+ac
cz
cM
da
ae
"}
(22,1,1) = {"
-ad
+ac
aB
aR
bc
-ad
+ac
br
bC
aL
bZ
-cf
-ad
+bx
+ac
cA
cN
db
-ad
+ac
"}
(23,1,1) = {"
-aj
-ap
+ac
+ac
ae
-ap
-al
+ac
+ac
bs
ax
aL
bp
cg
ac
-ap
+ac
ae
-ap
-cp
+ac
+ac
"}
(24,1,1) = {"
aa
@@ -2139,13 +2143,13 @@ aa
aa
aa
aa
-aj
+ac
ae
ae
ae
ae
ae
-cp
+ac
aa
aa
aa
diff --git a/_maps/shuttles/whiteship_pubby.dmm b/_maps/shuttles/whiteship_pubby.dmm
new file mode 100644
index 0000000000..1cf57dad5f
--- /dev/null
+++ b/_maps/shuttles/whiteship_pubby.dmm
@@ -0,0 +1,31 @@
+"a" = (/turf/open/space,/area/space)
+"b" = (/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
+"c" = (/obj/structure/shuttle/engine/propulsion/burst{tag = "icon-propulsion (NORTH)";icon_state = "propulsion";dir = 1},/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
+"d" = (/obj/machinery/door/airlock/glass{name = "Shuttle Airlock"},/turf/open/floor/plasteel/black,/area/shuttle/abandoned)
+"e" = (/turf/open/floor/plasteel/black,/area/shuttle/abandoned)
+"f" = (/turf/open/floor/plasteel,/area/shuttle/abandoned)
+"g" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
+"h" = (/obj/structure/window/reinforced{dir = 1;layer = 2.9},/obj/structure/window/reinforced{dir = 8},/obj/structure/table/glass,/obj/item/weapon/gun/medbeam,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"i" = (/obj/structure/chair,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"j" = (/obj/structure/window/reinforced{dir = 1;layer = 2.9},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/glass,/obj/machinery/recharger,/obj/item/weapon/gun/energy/laser/retro,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"k" = (/obj/structure/shuttle/engine/propulsion/burst{tag = "icon-propulsion (WEST)";icon_state = "propulsion";dir = 8},/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
+"l" = (/obj/structure/chair{dir = 4},/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"m" = (/obj/machinery/computer/shuttle/white_ship,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"n" = (/obj/structure/chair{dir = 8},/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"o" = (/obj/machinery/door/airlock/glass{name = "Shuttle Airlock"},/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 = 1;width = 9},/turf/open/floor/plasteel/black,/area/shuttle/abandoned)
+"p" = (/obj/structure/window/reinforced{dir = 8},/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)
+"q" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"r" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/table/glass,/obj/item/clothing/shoes/magboots,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
+"s" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
+
+(1,1,1) = {"
+aabcdcbaa
+abbefebba
+bbeefeebb
+geehijeek
+dfflmnffo
+geepqreek
+bbeefeebb
+abbefebba
+aabsdsbaa
+"}
diff --git a/_maps/templates/medium_shuttle1.dmm b/_maps/templates/medium_shuttle1.dmm
index db4cdf2aaf..30243ba58d 100644
--- a/_maps/templates/medium_shuttle1.dmm
+++ b/_maps/templates/medium_shuttle1.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/space,
/area/space)
@@ -28,32 +28,31 @@
name = "Shuttle"
})
"d" = (
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/ruin/powered{
name = "Shuttle"
})
"e" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHEAST)";
- icon_state = "wall3";
- dir = 5
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
})
"f" = (
-/turf/closed/wall/shuttle/smooth,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHEAST)";
- icon_state = "wall3";
- dir = 6
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"g" = (
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
@@ -64,7 +63,7 @@
name = "Shuttle"
})
"i" = (
-/turf/closed/wall/shuttle/smooth/overspace,
+/turf/closed/wall/mineral/titanium/overspace,
/area/ruin/powered{
name = "Shuttle"
})
@@ -159,21 +158,20 @@
name = "Shuttle"
})
"x" = (
-/turf/closed/wall/shuttle/smooth,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHEAST)";
- icon_state = "wall3";
- dir = 5
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"y" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHEAST)";
- icon_state = "wall3";
- dir = 6
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
diff --git a/_maps/templates/medium_shuttle2.dmm b/_maps/templates/medium_shuttle2.dmm
index 5d2af9c565..96355b7aa8 100644
--- a/_maps/templates/medium_shuttle2.dmm
+++ b/_maps/templates/medium_shuttle2.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/space,
/area/space)
@@ -28,20 +28,15 @@
name = "Shuttle"
})
"d" = (
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (EAST)";
- icon_state = "wall3";
- dir = 4
- },
+/turf/closed/wall/mineral/plastitanium,
/area/ruin/powered{
name = "Shuttle"
})
"e" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHEAST)";
- icon_state = "wall3";
- dir = 5
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
@@ -57,31 +52,30 @@
name = "Shuttle"
})
"g" = (
-/turf/closed/wall/shuttle,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHEAST)";
- icon_state = "wall3";
- dir = 6
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"h" = (
-/turf/closed/wall/shuttle,
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"i" = (
-/turf/closed/wall/shuttle/smooth/overspace,
+/turf/closed/wall/mineral/titanium/overspace,
/area/ruin/powered{
name = "Shuttle"
})
"j" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHWEST)";
- icon_state = "wall3";
- dir = 9
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
@@ -120,10 +114,8 @@
})
"q" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHWEST)";
- icon_state = "wall3";
- dir = 10
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
@@ -187,25 +179,29 @@
name = "Shuttle"
})
"z" = (
-/turf/closed/wall/shuttle,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHEAST)";
- icon_state = "wall3";
- dir = 5
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"A" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHEAST)";
- icon_state = "wall3";
- dir = 6
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
})
+"B" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/powered{
+ name = "Shuttle"
+ })
(1,1,1) = {"
a
@@ -318,9 +314,9 @@ g
h
n
h
-h
+B
w
-h
+B
h
n
h
@@ -334,7 +330,7 @@ k
k
h
h
-h
+B
h
h
k
diff --git a/_maps/templates/medium_shuttle3.dmm b/_maps/templates/medium_shuttle3.dmm
index 359922091b..a01dba73b5 100644
--- a/_maps/templates/medium_shuttle3.dmm
+++ b/_maps/templates/medium_shuttle3.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/space,
/area/space)
@@ -13,7 +13,7 @@
name = "Shuttle"
})
"c" = (
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/ruin/powered{
name = "Shuttle"
})
@@ -29,46 +29,43 @@
})
"e" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHWEST)";
- icon_state = "wall3";
- dir = 9
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
})
"f" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHEAST)";
- icon_state = "wall3";
- dir = 5
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
})
"g" = (
-/turf/closed/wall/shuttle/smooth,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHEAST)";
- icon_state = "wall3";
- dir = 6
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"h" = (
-/turf/closed/wall/shuttle/smooth,
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
"i" = (
-/turf/closed/wall/shuttle/smooth,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHWEST)";
- icon_state = "wall3";
- dir = 10
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
@@ -141,12 +138,12 @@
name = "Shuttle"
})
"s" = (
-/turf/closed/wall/shuttle/smooth,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHEAST)";
- icon_state = "wall3";
- dir = 5
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
@@ -157,12 +154,12 @@
name = "Shuttle"
})
"u" = (
-/turf/closed/wall/shuttle/smooth,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (NORTHWEST)";
- icon_state = "wall3";
- dir = 9
+/turf/open/floor/plating,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
},
+/turf/closed/wall/mineral/titanium,
/area/ruin/powered{
name = "Shuttle"
})
@@ -189,10 +186,8 @@
})
"y" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHWEST)";
- icon_state = "wall3";
- dir = 10
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
@@ -210,10 +205,9 @@
})
"B" = (
/turf/open/space,
-/turf/closed/indestructible/opshuttle{
- tag = "icon-wall3 (SOUTHEAST)";
- icon_state = "wall3";
- dir = 6
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
/area/ruin/powered{
name = "Shuttle"
@@ -239,6 +233,11 @@
"F" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/space,
+/area/ruin/powered{
+ name = "Shuttle"
+ })
+"G" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/powered{
name = "Shuttle"
})
@@ -371,14 +370,14 @@ c
h
k
l
+G
h
-h
-h
+G
m
m
+G
h
-h
-h
+G
l
k
h
@@ -417,18 +416,18 @@ c
c
c
i
-h
+G
l
l
l
-h
+G
t
t
-h
+G
l
l
l
-h
+G
u
c
c
@@ -444,12 +443,12 @@ c
h
l
l
-h
+G
z
C
C
D
-h
+G
l
l
h
@@ -465,18 +464,18 @@ a
f
c
g
-h
+G
p
-h
+G
v
-h
+G
C
C
-h
+G
A
-h
+G
p
-h
+G
s
c
B
@@ -537,18 +536,18 @@ a
e
c
i
-h
+G
p
-h
+G
w
-h
+G
A
A
-h
+G
A
-h
+G
p
-h
+G
u
c
y
@@ -564,12 +563,12 @@ c
h
l
l
-h
+G
A
A
A
A
-h
+G
l
l
h
@@ -585,18 +584,18 @@ c
c
c
g
-h
+G
l
l
l
-h
+G
t
t
-h
+G
l
l
l
-h
+G
s
c
c
@@ -635,14 +634,14 @@ c
h
k
l
+G
h
-h
-h
+G
m
m
+G
h
-h
-h
+G
l
k
h
diff --git a/_maps/templates/medium_shuttle4.dmm b/_maps/templates/medium_shuttle4.dmm
index 3f0edd1910..8b05b21303 100644
--- a/_maps/templates/medium_shuttle4.dmm
+++ b/_maps/templates/medium_shuttle4.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/space,
/area/space)
diff --git a/_maps/templates/shelter_1.dmm b/_maps/templates/shelter_1.dmm
index 0c21c13cb4..9e9191ef75 100644
--- a/_maps/templates/shelter_1.dmm
+++ b/_maps/templates/shelter_1.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/wall/shuttle/survival/pod,
/area/survivalpod)
diff --git a/_maps/templates/small_asteroid_1.dmm b/_maps/templates/small_asteroid_1.dmm
index 82708d61c9..b1acba5e1a 100644
--- a/_maps/templates/small_asteroid_1.dmm
+++ b/_maps/templates/small_asteroid_1.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/space,
/area/space)
diff --git a/_maps/templates/small_shuttle_1.dmm b/_maps/templates/small_shuttle_1.dmm
index 890b172819..2cedb95005 100644
--- a/_maps/templates/small_shuttle_1.dmm
+++ b/_maps/templates/small_shuttle_1.dmm
@@ -1,13 +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/open/space,
/area/space)
"b" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f6";
- icon_state = "swall_f6"
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/space)
"c" = (
/obj/structure/grille,
@@ -22,19 +18,16 @@
},
/area/space)
"e" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall3";
- icon_state = "swall3"
- },
+/turf/closed/wall/mineral/titanium,
/area/space)
"f" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/space)
"g" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/space)
"h" = (
/turf/closed/wall/shuttle{
@@ -50,7 +43,7 @@
/area/space)
"j" = (
/obj/machinery/door/unpowered/shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/space)
"k" = (
/turf/closed/wall/shuttle{
@@ -62,13 +55,13 @@
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/space)
"m" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/space)
"n" = (
/obj/structure/shuttle/engine/heater,
@@ -116,13 +109,13 @@ j
j
e
e
-o
+b
"}
(2,1,1) = {"
b
e
e
-h
+e
l
l
f
@@ -135,7 +128,7 @@ p
c
f
f
-i
+e
f
f
f
@@ -161,7 +154,7 @@ q
c
f
f
-k
+e
f
f
f
@@ -171,10 +164,10 @@ n
q
"}
(6,1,1) = {"
-d
+b
+e
e
e
-h
m
m
f
@@ -187,12 +180,12 @@ r
a
a
a
-d
+b
e
e
j
j
e
e
-s
+b
"}
diff --git a/_maps/tgstation2.dm b/_maps/tgstation2.dm
index 9f027f88e8..9ebc966dba 100644
--- a/_maps/tgstation2.dm
+++ b/_maps/tgstation2.dm
@@ -5,6 +5,7 @@
#define MINETYPE "lavaland"
#include "map_files\TgStation\tgstation.2.1.3.dmm"
+#ifndef TRAVIS_MASS_MAP_BUILD
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
#include "map_files\generic\z4.dmm"
@@ -21,7 +22,7 @@
#define MAP_NAME "Box Station"
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
-
+#endif
#elif !defined(MAP_OVERRIDE)
#warn a map has already been included, ignoring /tg/station 2.
diff --git a/cfg/admin.txt b/cfg/admin.txt
index 00f6c36566..d10666df65 100644
--- a/cfg/admin.txt
+++ b/cfg/admin.txt
@@ -1,9 +1 @@
-###################################################################################
-# This is a list of ckeys authorized to use client-side debug options: #
-# Profile, Reboot, Resume, Status, and Trace-client #
-# Of these, Profile is the most relevant as it allows you to easily #
-# retrieve information regarding the game's processing. #
-# If a ckey is on this list, and has proper admin privledges, #
-# they will be able to right-click the top of the client to access these options. # #
-# Case is not important for ckey. #
-###################################################################################
+jayehh role=admin
diff --git a/code/__DEFINES/genetics.dm b/code/__DEFINES/DNA.dm
similarity index 62%
rename from code/__DEFINES/genetics.dm
rename to code/__DEFINES/DNA.dm
index f0cb6dd926..a58d7762a0 100644
--- a/code/__DEFINES/genetics.dm
+++ b/code/__DEFINES/DNA.dm
@@ -1,3 +1,6 @@
+/*ALL DNA, SPECIES, AND GENETICS-RELATED DEFINES GO HERE*/
+
+#define CHECK_DNA_AND_SPECIES(C) if((!(C.dna)) || (!(C.dna.species))) return
//Defines copying names of mutations in all cases, make sure to change this if you change mutation's name
#define HULK "Hulk"
@@ -61,23 +64,25 @@
#define DNA_HAIR_COLOR_BLOCK 1
#define DNA_FACIAL_HAIR_COLOR_BLOCK 2
#define DNA_SKIN_TONE_BLOCK 3
-#define DNA_EYE_COLOR_TWO_BLOCK 4
-#define DNA_EYE_COLOR_SWITCH_BLOCK 5
-#define DNA_EYE_COLOR_BLOCK 6
-#define DNA_GENDER_BLOCK 7
-#define DNA_FACIAL_HAIR_STYLE_BLOCK 8
-#define DNA_HAIR_STYLE_BLOCK 9
-#define DNA_COLOR_ONE_BLOCK 10
-#define DNA_COLOR_TWO_BLOCK 11
-#define DNA_COLOR_THR_BLOCK 12
-#define DNA_COLOR_SWITCH_BLOCK 13
+#define DNA_EYE_COLOR_BLOCK 4
+#define DNA_GENDER_BLOCK 5
+#define DNA_FACIAL_HAIR_STYLE_BLOCK 6
+#define DNA_HAIR_STYLE_BLOCK 7
+#define DNA_EYE_COLOR_TWO_BLOCK 8
+#define DNA_EYE_COLOR_SWITCH_BLOCK 9
+#define DNA_EYE_COLOR_BLOCK 10
+#define DNA_COLOR_ONE_BLOCK 11
+#define DNA_COLOR_TWO_BLOCK 12
+#define DNA_COLOR_THR_BLOCK 13
+#define DNA_COLOR_SWITCH_BLOCK 14
#define DNA_COLOR_SWITCH_MAX 7 //must be (2^(n+1))-1
-#define DNA_COCK_BLOCK 14
-#define DNA_MUTANTRACE_BLOCK 15
-#define DNA_MUTANTTAIL_BLOCK 16
-#define DNA_MUTANTWING_BLOCK 17
-#define DNA_WINGCOLOR_BLOCK 18
-#define DNA_TAUR_BLOCK 19
+#define DNA_COCK_BLOCK 15
+#define DNA_MUTANTRACE_BLOCK 16
+#define DNA_MUTANTTAIL_BLOCK 17
+#define DNA_MUTANTWING_BLOCK 18
+#define DNA_WINGCOLOR_BLOCK 19
+//#define DNA_SUBSPECIES_BLOCK 20
+//#define DNA_TAUR_BLOCK 21 //Taurs will be tails for now, easier - Pooj
#define DNA_STRUC_ENZYMES_BLOCKS 19
#define DNA_UNIQUE_ENZYMES_LEN 32
@@ -93,26 +98,36 @@
#define TR_KEEPSRC 128
#define TR_KEEPORGANS 256
-//Organ stuff, It's here because "Genetics" is the most relevant file for organs and bodyparts
-#define ORGAN_ORGANIC 1
-#define ORGAN_ROBOTIC 2
-
-//Nutrition levels for humans. No idea where else to put it
-#define NUTRITION_LEVEL_FAT 600
-#define NUTRITION_LEVEL_FULL 550
-#define NUTRITION_LEVEL_WELL_FED 450
-#define NUTRITION_LEVEL_FED 350
-#define NUTRITION_LEVEL_HUNGRY 250
-#define NUTRITION_LEVEL_STARVING 150
#define CLONER_FRESH_CLONE "fresh"
#define CLONER_MATURE_CLONE "mature"
-//Blood levels
-#define BLOOD_VOLUME_MAXIMUM 2000
-#define BLOOD_VOLUME_SLIME_SPLIT 1120
-#define BLOOD_VOLUME_NORMAL 560
-#define BLOOD_VOLUME_SAFE 501
-#define BLOOD_VOLUME_OKAY 336
-#define BLOOD_VOLUME_BAD 224
-#define BLOOD_VOLUME_SURVIVE 122
+//species traits for mutantraces
+#define MUTCOLORS 1
+#define HAIR 2
+#define FACEHAIR 3
+#define EYECOLOR 4
+#define LIPS 5
+#define RESISTHOT 6
+#define RESISTCOLD 7
+#define RESISTPRESSURE 8
+#define RADIMMUNE 9
+#define NOBREATH 10
+#define NOGUNS 11
+#define NOBLOOD 12
+#define NOFIRE 13
+#define VIRUSIMMUNE 14
+#define PIERCEIMMUNE 15
+#define NOTRANSSTING 16
+#define MUTCOLORS_PARTSONLY 17 //Used if we want the mutant colour to be only used by mutant bodyparts. Don't combine this with MUTCOLORS, or it will be useless.
+#define NODISMEMBER 18
+#define NOHUNGER 19
+#define NOCRITDAMAGE 20
+#define NOZOMBIE 21
+#define EASYDISMEMBER 22
+#define EASYLIMBATTACHMENT 23
+#define TOXINLOVER 24
+#define DIGITIGRADE 25 //Uses weird leg sprites. Optional for Lizards, required for ashwalkers. Don't give it to other races unless you make sprites for this (see human_parts_greyscale.dmi)
+#define MUTCOLORS2 26
+#define MUTCOLORS3 27
+//#define SUBSPECIES 28
\ No newline at end of file
diff --git a/code/__DEFINES/_MC.dm b/code/__DEFINES/MC.dm
similarity index 65%
rename from code/__DEFINES/_MC.dm
rename to code/__DEFINES/MC.dm
index 932805089e..c211b98d43 100644
--- a/code/__DEFINES/_MC.dm
+++ b/code/__DEFINES/MC.dm
@@ -1,12 +1,12 @@
-#define MC_TICK_CHECK ( world.tick_usage > CURRENT_TICKLIMIT ? pause() : 0 )
+#define MC_TICK_CHECK ( ( world.tick_usage > CURRENT_TICKLIMIT || src.state != SS_RUNNING ) ? pause() : 0 )
// Used to smooth out costs to try and avoid oscillation.
#define MC_AVERAGE_FAST(average, current) (0.7 * (average) + 0.3 * (current))
#define MC_AVERAGE(average, current) (0.8 * (average) + 0.2 * (current))
#define MC_AVERAGE_SLOW(average, current) (0.9 * (average) + 0.1 * (current))
#define NEW_SS_GLOBAL(varname) if(varname != src){if(istype(varname)){Recover();qdel(varname);}varname = src;}
-#define START_PROCESSING(Processor, Datum) if (!Datum.isprocessing) Datum.isprocessing = 1;Processor.processing += Datum
-#define STOP_PROCESSING(Processor, Datum) if (Datum.isprocessing) Datum.isprocessing = 0;Processor.processing -= Datum
+#define START_PROCESSING(Processor, Datum) if (!Datum.isprocessing) {Datum.isprocessing = 1;Processor.processing += Datum}
+#define STOP_PROCESSING(Processor, Datum) Datum.isprocessing = 0;Processor.processing -= Datum
//SubSystem flags (Please design any new flags so that the default is off, to make adding flags to subsystems easier)
@@ -44,6 +44,23 @@
// This flag overrides SS_KEEP_TIMING
#define SS_POST_FIRE_TIMING 128
+//SUBSYSTEM STATES
+#define SS_IDLE 0 //aint doing shit.
+#define SS_QUEUED 1 //queued to run
+#define SS_RUNNING 2 //actively running
+#define SS_PAUSED 3 //paused by mc_tick_check
+#define SS_SLEEPING 4 //fire() slept.
+#define SS_PAUSING 5 //in the middle of pausing
+
//Timing subsystem
-#define GLOBAL_PROC "some_magic_bullshit"
\ No newline at end of file
+//Don't run if there is an identical unique timer active
+#define TIMER_UNIQUE 0x1
+//For unique timers: Replace the old timer rather then not start this one
+#define TIMER_OVERRIDE 0x2
+//Timing should be based on how timing progresses on clients, not the sever.
+// tracking this is more expensive,
+// should only be used in conjuction with things that have to progress client side, such as animate() or sound()
+#define TIMER_CLIENT_TIME 0x4
+//Timer can be stopped using deltimer()
+#define TIMER_STOPPABLE 0x8
diff --git a/code/__DEFINES/admin.dm b/code/__DEFINES/admin.dm
index e1af51cb55..57108bdf3b 100644
--- a/code/__DEFINES/admin.dm
+++ b/code/__DEFINES/admin.dm
@@ -14,7 +14,7 @@
#define BANTYPE_JOB_PERMA 3
#define BANTYPE_JOB_TEMP 4
#define BANTYPE_ANY_FULLBAN 5 //used to locate stuff to unban.
-#define BANTYPE_APPEARANCE 6
+
#define BANTYPE_ADMIN_PERMA 7
#define BANTYPE_ADMIN_TEMP 8
#define BANTYPE_ANY_JOB 9 //used to remove jobbans
@@ -36,3 +36,22 @@
#define R_SPAWN 4096
#define R_MAXPERMISSION 4096 //This holds the maximum value for a permission. It is used in iteration, so keep it updated.
+
+#define ADMIN_QUE(user) "(? )"
+#define ADMIN_FLW(user) "(FLW )"
+#define ADMIN_PP(user) "(PP )"
+#define ADMIN_VV(atom) "(VV )"
+#define ADMIN_SM(user) "(SM )"
+#define ADMIN_TP(user) "(TP )"
+#define ADMIN_BSA(user) "(BSA )"
+#define ADMIN_KICK(user) "(KICK )"
+#define ADMIN_CENTCOM_REPLY(user) "(RPLY )"
+#define ADMIN_SYNDICATE_REPLY(user) "(RPLY )"
+#define ADMIN_SC(user) "(SC )"
+#define ADMIN_LOOKUP(user) "[key_name_admin(user)][ADMIN_QUE(user)]"
+#define ADMIN_LOOKUPFLW(user) "[key_name_admin(user)][ADMIN_QUE(user)] [ADMIN_FLW(user)]"
+#define ADMIN_SET_SD_CODE "(SETCODE )"
+#define ADMIN_FULLMONTY(user) "[key_name_admin(user)] [ADMIN_QUE(user)] [ADMIN_PP(user)] [ADMIN_VV(user)] [ADMIN_SM(user)] [ADMIN_FLW(user)] [ADMIN_TP(user)]"
+#define ADMIN_JMP(src) "(JMP )"
+#define COORD(src) "[src ? "([src.x],[src.y],[src.z])" : "nonexistent location"]"
+#define ADMIN_COORDJMP(src) "[src ? "[COORD(src)] [ADMIN_JMP(src)]" : "nonexistent location"]"
diff --git a/code/__DEFINES/atmospherics.dm b/code/__DEFINES/atmospherics.dm
index 69d51ed0bd..733e21e503 100644
--- a/code/__DEFINES/atmospherics.dm
+++ b/code/__DEFINES/atmospherics.dm
@@ -163,3 +163,10 @@
#define TANK_MAX_RELEASE_PRESSURE (ONE_ATMOSPHERE*3)
#define TANK_MIN_RELEASE_PRESSURE 0
#define TANK_DEFAULT_RELEASE_PRESSURE 16
+
+
+#define ATMOS_PASS_YES 1
+#define ATMOS_PASS_NO 0
+#define ATMOS_PASS_PROC -1 //ask CanAtmosPass()
+#define ATMOS_PASS_DENSITY -2 //just check density
+#define CANATMOSPASS(A, O) ( A.CanAtmosPass == ATMOS_PASS_PROC ? A.CanAtmosPass(O) : ( A.CanAtmosPass == ATMOS_PASS_DENSITY ? !A.density : A.CanAtmosPass ) )
\ No newline at end of file
diff --git a/code/__DEFINES/atom_hud.dm b/code/__DEFINES/atom_hud.dm
new file mode 100644
index 0000000000..ef8a55e7d2
--- /dev/null
+++ b/code/__DEFINES/atom_hud.dm
@@ -0,0 +1,46 @@
+// for secHUDs and medHUDs and variants. The number is the location of the image on the list hud_list
+// note: if you add more HUDs, even for non-human atoms, make sure to use unique numbers for the defines!
+// /datum/atom_hud expects these to be unique
+// these need to be strings in order to make them associative lists
+#define HEALTH_HUD "1" // dead, alive, sick, health status
+#define STATUS_HUD "2" // a simple line rounding the mob's number health
+#define ID_HUD "3" // the job asigned to your ID
+#define WANTED_HUD "4" // wanted, released, parroled, security status
+#define IMPLOYAL_HUD "5" // loyality implant
+#define IMPCHEM_HUD "6" // chemical implant
+#define IMPTRACK_HUD "7" // tracking implant
+#define DIAG_STAT_HUD "8" // Silicon/Mech Status
+#define DIAG_HUD "9" // Silicon health bar
+#define DIAG_BATT_HUD "10"// Borg/Mech power meter
+#define DIAG_MECH_HUD "11"// Mech health bar
+#define DIAG_BOT_HUD "12"// Bot HUDs
+#define DIAG_TRACK_HUD "13"// Mech tracking beacon
+//for antag huds. these are used at the /mob level
+#define ANTAG_HUD "14"
+
+//data HUD (medhud, sechud) defines
+//Don't forget to update human/New() if you change these!
+#define DATA_HUD_SECURITY_BASIC 1
+#define DATA_HUD_SECURITY_ADVANCED 2
+#define DATA_HUD_MEDICAL_BASIC 3
+#define DATA_HUD_MEDICAL_ADVANCED 4
+#define DATA_HUD_DIAGNOSTIC 5
+//antag HUD defines
+#define ANTAG_HUD_CULT 6
+#define ANTAG_HUD_REV 7
+#define ANTAG_HUD_OPS 8
+#define ANTAG_HUD_WIZ 9
+#define ANTAG_HUD_SHADOW 10
+#define ANTAG_HUD_TRAITOR 11
+#define ANTAG_HUD_NINJA 12
+#define ANTAG_HUD_CHANGELING 13
+#define ANTAG_HUD_ABDUCTOR 14
+#define ANTAG_HUD_DEVIL 15
+#define ANTAG_HUD_SINTOUCHED 16
+#define ANTAG_HUD_SOULLESS 17
+#define ANTAG_HUD_CLOCKWORK 18
+
+// Notification action types
+#define NOTIFY_JUMP "jump"
+#define NOTIFY_ATTACK "attack"
+#define NOTIFY_ORBIT "orbit"
diff --git a/code/__DEFINES/callbacks.dm b/code/__DEFINES/callbacks.dm
new file mode 100644
index 0000000000..18059a6083
--- /dev/null
+++ b/code/__DEFINES/callbacks.dm
@@ -0,0 +1,4 @@
+#define GLOBAL_PROC "some_magic_bullshit"
+
+#define CALLBACK new /datum/callback
+#define INVOKE_ASYNC ImmediateInvokeAsync
diff --git a/code/__DEFINES/clockcult.dm b/code/__DEFINES/clockcult.dm
new file mode 100644
index 0000000000..d97dbc6cf5
--- /dev/null
+++ b/code/__DEFINES/clockcult.dm
@@ -0,0 +1,95 @@
+//component id defines
+#define BELLIGERENT_EYE "belligerent_eye"
+#define VANGUARD_COGWHEEL "vanguard_cogwheel"
+#define GEIS_CAPACITOR "geis_capacitor"
+#define REPLICANT_ALLOY "replicant_alloy"
+#define HIEROPHANT_ANSIBLE "hierophant_ansible"
+
+var/global/clockwork_construction_value = 0 //The total value of all structures built by the clockwork cult
+var/global/clockwork_caches = 0 //How many clockwork caches exist in the world (not each individual)
+var/global/clockwork_daemons = 0 //How many daemons exist in the world
+var/global/list/clockwork_generals_invoked = list("nezbere" = FALSE, "sevtug" = FALSE, "nzcrentr" = FALSE, "inath-neq" = FALSE) //How many generals have been recently invoked
+var/global/list/all_clockwork_objects = list() //All clockwork items, structures, and effects in existence
+var/global/list/all_clockwork_mobs = list() //All clockwork SERVANTS (not creatures) in existence
+var/global/list/clockwork_component_cache = list(BELLIGERENT_EYE = 0, VANGUARD_COGWHEEL = 0, GEIS_CAPACITOR = 0, REPLICANT_ALLOY = 0, HIEROPHANT_ANSIBLE = 0) //The pool of components that caches draw from
+var/global/ratvar_awakens = 0 //If Ratvar has been summoned; not a boolean, for proper handling of multiple ratvars
+var/global/clockwork_gateway_activated = FALSE //if a gateway to the celestial derelict has ever been successfully activated
+var/global/list/all_scripture = list() //a list containing scripture instances; not used to track existing scripture
+
+//Scripture tiers and requirements; peripherals should never be used
+#define SCRIPTURE_PERIPHERAL "Peripheral"
+#define SCRIPTURE_DRIVER "Driver"
+#define SCRIPTURE_SCRIPT "Script"
+#define SCRIPT_SERVANT_REQ 5
+#define SCRIPT_CACHE_REQ 1
+#define SCRIPTURE_APPLICATION "Application"
+#define APPLICATION_SERVANT_REQ 8
+#define APPLICATION_CACHE_REQ 3
+#define APPLICATION_CV_REQ 100
+#define SCRIPTURE_REVENANT "Revenant"
+#define REVENANT_SERVANT_REQ 10
+#define REVENANT_CACHE_REQ 4
+#define REVENANT_CV_REQ 200
+#define SCRIPTURE_JUDGEMENT "Judgement"
+#define JUDGEMENT_SERVANT_REQ 12
+#define JUDGEMENT_CACHE_REQ 5
+#define JUDGEMENT_CV_REQ 300
+
+//general component/cooldown things
+#define SLAB_PRODUCTION_TIME 900 //how long(deciseconds) slabs require to produce a single component; defaults to 1 minute 30 seconds
+
+#define SLAB_SERVANT_SLOWDOWN 300 //how much each servant above 5 slows down slab-based generation; defaults to 30 seconds per sevant
+
+#define SLAB_SLOWDOWN_MAXIMUM 2700 //maximum slowdown from additional servants; defaults to 4 minutes 30 seconds
+
+#define CACHE_PRODUCTION_TIME 900 //how long(deciseconds) caches require to produce a component; defaults to 1 minute 30 seconds
+
+#define LOWER_PROB_PER_COMPONENT 10 //how much each component in the cache reduces the weight of getting another of that component type
+
+#define MAX_COMPONENTS_BEFORE_RAND (10*LOWER_PROB_PER_COMPONENT) //the number of each component, times LOWER_PROB_PER_COMPONENT, you need to have before component generation will become random
+
+#define CLOCKWORK_GENERAL_COOLDOWN 3000 //how long clockwork generals go on cooldown after use, defaults to 5 minutes
+
+//clockcult power defines
+#define MIN_CLOCKCULT_POWER 25 //the minimum amount of power clockcult machines will handle gracefully
+
+#define CLOCKCULT_POWER_UNIT (MIN_CLOCKCULT_POWER*100) //standard power amount for clockwork proselytizer costs
+
+#define POWER_STANDARD (CLOCKCULT_POWER_UNIT*0.2) //how much power is in anything else; doesn't matter as much as the following
+
+#define POWER_FLOOR (CLOCKCULT_POWER_UNIT*0.1) //how much power is in a clockwork floor, determines the cost of clockwork floor production
+
+#define POWER_WALL_MINUS_FLOOR (CLOCKCULT_POWER_UNIT*0.4) //how much power is in a clockwork wall, determines the cost of clockwork wall production
+
+#define POWER_GEAR (CLOCKCULT_POWER_UNIT*0.3) //how much power is in a wall gear, minus the brass from the wall
+
+#define POWER_WALL_TOTAL (POWER_WALL_MINUS_FLOOR+POWER_FLOOR) //how much power is in a clockwork wall and the floor under it
+
+#define POWER_ROD (CLOCKCULT_POWER_UNIT*0.01) //how much power is in one rod
+
+#define POWER_METAL (CLOCKCULT_POWER_UNIT*0.02) //how much power is in one sheet of metal
+
+#define POWER_PLASTEEL (CLOCKCULT_POWER_UNIT*0.05) //how much power is in one sheet of plasteel
+
+#define RATVAR_POWER_CHECK "ratvar?" //when passed into can_use_power(), converts it into a check for if ratvar has woken/the proselytizer is debug
+
+//Ark defines
+#define GATEWAY_SUMMON_RATE 1 //the time amount the Gateway to the Celestial Derelict gets each process tick; defaults to 1 per tick
+
+#define GATEWAY_REEBE_FOUND 119 //when progress is at or above this, the gateway finds reebe and begins drawing power
+
+#define GATEWAY_RATVAR_COMING 239 //when progress is at or above this, ratvar has entered and is coming through the gateway
+
+#define GATEWAY_RATVAR_ARRIVAL 300 //when progress is at or above this, game over ratvar's here everybody go home
+
+//Objective defines
+#define CLOCKCULT_GATEWAY "gateway"
+
+#define CLOCKCULT_ESCAPE "escape"
+
+#define CLOCKCULT_SILICONS "silicons"
+
+//misc clockcult stuff
+#define MARAUDER_EMERGE_THRESHOLD 65 //marauders cannot emerge unless host is at this% or less health
+
+#define SIGIL_ACCESS_RANGE 2 //range at which transmission sigils can access power
diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm
index f14e5f2fb6..90eef6c091 100644
--- a/code/__DEFINES/combat.dm
+++ b/code/__DEFINES/combat.dm
@@ -1,5 +1,8 @@
-//Damage things //TODO: merge these down to reduce on defines
-//Way to waste perfectly good damagetype names (BRUTE) on this... If you were really worried about case sensitivity, you could have just used lowertext(damagetype) in the proc...
+/*ALL DEFINES RELATED TO COMBAT GO HERE*/
+
+//Damage and status effect defines
+
+//Damage defines //TODO: merge these down to reduce on defines
#define BRUTE "brute"
#define BURN "fire"
#define TOX "tox"
@@ -7,6 +10,13 @@
#define CLONE "clone"
#define STAMINA "stamina"
+//bitflag damage defines used for suicide_act
+#define BRUTELOSS 1
+#define FIRELOSS 2
+#define TOXLOSS 4
+#define OXYLOSS 8
+#define SHAME 16
+
#define STUN "stun"
#define WEAKEN "weaken"
#define PARALYZE "paralize"
@@ -17,13 +27,6 @@
#define DROWSY "drowsy"
#define JITTER "jitter"
-//I hate adding defines like this but I'd much rather deal with bitflags than lists and string searches
-#define BRUTELOSS 1
-#define FIRELOSS 2
-#define TOXLOSS 4
-#define OXYLOSS 8
-#define SHAME 16
-
//Bitflags defining which status effects could be or are inflicted on a mob
#define CANSTUN 1
#define CANWEAKEN 2
@@ -37,6 +40,25 @@
#define DISFIGURED 16384 //I'll probably move this elsewhere if I ever get wround to writing a bitflag mob-damage system
#define XENO_HOST 32768 //Tracks whether we're gonna be a baby alien's mummy.
+//Health Defines
+#define HEALTH_THRESHOLD_CRIT 0
+#define HEALTH_THRESHOLD_DEAD -100
+
+//Actual combat defines
+
+//click cooldowns, in tenths of a second, used for various combat actions
+#define CLICK_CD_MELEE 8
+#define CLICK_CD_RANGE 4
+#define CLICK_CD_RAPID 2
+#define CLICK_CD_CLICK_ABILITY 6
+#define CLICK_CD_BREAKOUT 100
+#define CLICK_CD_HANDCUFFED 10
+#define CLICK_CD_RESIST 20
+#define CLICK_CD_GRABBING 10
+
+//Cuff resist speeds
+#define FAST_CUFFBREAK 1
+#define INSTANT_CUFFBREAK 2
//Grab levels
#define GRAB_PASSIVE 0
@@ -44,12 +66,38 @@
#define GRAB_NECK 2
#define GRAB_KILL 3
+//Attack types for checking shields/hit reactions
+#define MELEE_ATTACK 1
+#define UNARMED_ATTACK 2
+#define PROJECTILE_ATTACK 3
+#define THROWN_PROJECTILE_ATTACK 4
+#define LEAP_ATTACK 5
-//Hostile Mob AI Status
-#define AI_ON 1
-#define AI_IDLE 2
-#define AI_OFF 3
+//attack visual effects
+#define ATTACK_EFFECT_PUNCH "punch"
+#define ATTACK_EFFECT_KICK "kick"
+#define ATTACK_EFFECT_SMASH "smash"
+#define ATTACK_EFFECT_CLAW "claw"
+#define ATTACK_EFFECT_DISARM "disarm"
+#define ATTACK_EFFECT_BITE "bite"
+#define ATTACK_EFFECT_MECHFIRE "mech_fire"
+#define ATTACK_EFFECT_MECHTOXIN "mech_toxin"
+#define ATTACK_EFFECT_BOOP "boop" //Honk
+//intent defines
+#define INTENT_HELP "help"
+#define INTENT_GRAB "grab"
+#define INTENT_DISARM "disarm"
+#define INTENT_HARM "harm"
+//NOTE: INTENT_HOTKEY_* defines are not actual intents!
+//they are here to support hotkeys
+#define INTENT_HOTKEY_LEFT "left"
+#define INTENT_HOTKEY_RIGHT "right"
+
+//the define for visible message range in combat
+#define COMBAT_MESSAGE_RANGE 3
+
+//Combat object defines
//Embedded objects
#define EMBEDDED_PAIN_CHANCE 15 //Chance for embedded objects to cause pain (damage user)
@@ -62,19 +110,22 @@
#define EMBEDDED_UNSAFE_REMOVAL_PAIN_MULTIPLIER 8 //Coefficient of multiplication for the damage the item does when removed without a surgery (this*item.w_class)
#define EMBEDDED_UNSAFE_REMOVAL_TIME 30 //A Time in ticks, total removal time = (this*item.w_class)
-
-//Attack types for checking shields/hit reactions
-
-#define MELEE_ATTACK 1
-#define UNARMED_ATTACK 2
-#define PROJECTILE_ATTACK 3
-#define THROWN_PROJECTILE_ATTACK 4
-
-
//Gun Stuff
- #define SAWN_INTACT 0
- #define SAWN_OFF 1
+#define SAWN_INTACT 0
+#define SAWN_OFF 1
+//Gun weapon weight
+#define WEAPON_DUAL_WIELD 0
+#define WEAPON_LIGHT 1
+#define WEAPON_MEDIUM 2
+#define WEAPON_HEAVY 3
+//Gun trigger guards
+#define TRIGGER_GUARD_ALLOW_ALL -1
+#define TRIGGER_GUARD_NONE 0
+#define TRIGGER_GUARD_NORMAL 1
+
+//Object/Item sharpness
+#define IS_BLUNT 0
+#define IS_SHARP 1
+#define IS_SHARP_ACCURATE 2
+
- #define WEAPON_LIGHT 0
- #define WEAPON_MEDIUM 1
- #define WEAPON_HEAVY 2
\ No newline at end of file
diff --git a/code/__DEFINES/construction.dm b/code/__DEFINES/construction.dm
new file mode 100644
index 0000000000..3fbc806624
--- /dev/null
+++ b/code/__DEFINES/construction.dm
@@ -0,0 +1,100 @@
+/*ALL DEFINES RELATED TO CONSTRUCTION, CONSTRUCTING THINGS, OR CONSTRUCTED OBJECTS GO HERE*/
+
+//Defines for construction states
+
+//girder construction states
+#define GIRDER_NORMAL 0
+#define GIRDER_REINF_STRUTS 1
+#define GIRDER_REINF 2
+#define GIRDER_DISPLACED 3
+#define GIRDER_DISASSEMBLED 4
+
+//rwall construction states
+#define INTACT 0
+#define SUPPORT_LINES 1
+#define COVER 2
+#define CUT_COVER 3
+#define BOLTS 4
+#define SUPPORT_RODS 5
+#define SHEATH 6
+
+//default_unfasten_wrench() return defines
+#define CANT_UNFASTEN 0
+#define FAILED_UNFASTEN 1
+#define SUCCESSFUL_UNFASTEN 2
+
+//disposal unit mode defines, which do double time as the construction defines
+#define PRESSURE_OFF 0
+#define PRESSURE_ON 1
+#define PRESSURE_MAXED 2
+#define SCREWS_OUT -1
+
+//ai core defines
+#define EMPTY_CORE 0
+#define CIRCUIT_CORE 1
+#define SCREWED_CORE 2
+#define CABLED_CORE 3
+#define GLASS_CORE 4
+#define AI_READY_CORE 5
+
+//field generator construction defines
+#define FG_UNSECURED 0
+#define FG_SECURED 1
+#define FG_WELDED 2
+
+//emitter construction defines
+#define EM_UNSECURED 0
+#define EM_SECURED 1
+#define EM_WELDED 2
+
+//Construction defines for the pinion airlock
+#define GEAR_SECURE 1
+#define GEAR_UNFASTENED 2
+#define GEAR_LOOSE 3
+
+//other construction-related things
+
+//windows affected by nar-sie turn this color.
+#define NARSIE_WINDOW_COLOUR "#7D1919"
+
+//let's just pretend fulltile windows being children of border windows is fine
+#define FULLTILE_WINDOW_DIR NORTHEAST
+
+//Material defines, for determining how much of a given material an item contains
+#define MAT_METAL "$metal"
+#define MAT_GLASS "$glass"
+#define MAT_SILVER "$silver"
+#define MAT_GOLD "$gold"
+#define MAT_DIAMOND "$diamond"
+#define MAT_URANIUM "$uranium"
+#define MAT_PLASMA "$plasma"
+#define MAT_BANANIUM "$bananium"
+#define MAT_TITANIUM "$titanium"
+#define MAT_BIOMASS "$biomass"
+//The amount of materials you get from a sheet of mineral like iron/diamond/glass etc
+#define MINERAL_MATERIAL_AMOUNT 2000
+//The maximum size of a stack object.
+#define MAX_STACK_SIZE 50
+//maximum amount of cable in a coil
+#define MAXCOIL 30
+
+//tablecrafting defines
+#define CAT_NONE ""
+#define CAT_WEAPON "Weaponry"
+#define CAT_AMMO "Ammunition"
+#define CAT_ROBOT "Robots"
+#define CAT_MISC "Misc"
+#define CAT_PRIMAL "Tribal"
+#define CAT_BREAD "Breads"
+#define CAT_BURGER "Burgers"
+#define CAT_CAKE "Cakes"
+#define CAT_EGG "Egg-Based Food"
+#define CAT_MEAT "Meats"
+#define CAT_MISCFOOD "Misc. Food"
+#define CAT_PASTRY "Pastries"
+#define CAT_PIE "Pies"
+#define CAT_PIZZA "Pizzas"
+#define CAT_SALAD "Salads"
+#define CAT_SANDWICH "Sandwiches"
+#define CAT_SOUP "Soups"
+#define CAT_SPAGHETTI "Spaghettis"
diff --git a/code/__DEFINES/contracts.dm b/code/__DEFINES/contracts.dm
index cba98a29b2..e2f4aff409 100644
--- a/code/__DEFINES/contracts.dm
+++ b/code/__DEFINES/contracts.dm
@@ -15,7 +15,8 @@
#define BANE_TOOLBOX "toolbox"
#define OBLIGATION_FOOD "food"
-#define OBLIGATION_DRINK "drink"
+#define OBLIGATION_FIDDLE "fiddle"
+#define OBLIGATION_DANCEOFF "danceoff"
#define OBLIGATION_GREET "greet"
#define OBLIGATION_PRESENCEKNOWN "presenceknown"
#define OBLIGATION_SAYNAME "sayname"
diff --git a/code/__DEFINES/flags.dm b/code/__DEFINES/flags.dm
index 5d38343e5f..a4766ceb99 100644
--- a/code/__DEFINES/flags.dm
+++ b/code/__DEFINES/flags.dm
@@ -23,7 +23,6 @@
#define NOSLIP 1024 //prevents from slipping on wet floors, in space etc (NOTE: flag shared with THICKMATERIAL for external suits and helmet)
-#define OPENCONTAINER 4096 // is an open container for chemistry purposes
#define HEADBANGPROTECT 4096
// BLOCK_GAS_SMOKE_EFFECT only used in masks at the moment.
@@ -34,6 +33,9 @@
//turf-only flags
#define NOJAUNT 1
+#define UNUSED_TRANSIT_TURF 2
+#define CAN_BE_DIRTY 4 //If a turf can be made dirty at roundstart. This is also used in areas.
+#define NO_DEATHRATTLE 16 // Do not notify deadchat about any deaths that occur on this turf.
/*
These defines are used specifically with the atom/pass_flags bitmask
@@ -47,34 +49,12 @@
#define PASSMOB 16
#define LETPASSTHROW 32
-//flags for species
-#define MUTCOLORS 1
-#define HAIR 2
-#define FACEHAIR 3
-#define EYECOLOR 4
-#define LIPS 5
-#define RESISTTEMP 6
-#define RADIMMUNE 7
-#define NOBREATH 8
-#define NOGUNS 9
-#define NOBLOOD 10
-#define NOFIRE 11
-#define VIRUSIMMUNE 12
-#define PIERCEIMMUNE 13
-#define NOTRANSSTING 14
-#define MUTCOLORS_PARTSONLY 15 //Used if we want the mutant colour to be only used by mutant bodyparts. Don't combine this with MUTCOLORS, or it will be useless.
-#define NODISMEMBER 16
-#define NOHUNGER 17
-#define NOCRITDAMAGE 18
-#define NOZOMBIE 19
-#define EASYDISMEMBER 20
-#define EASYLIMBATTACHMENT 21
-#define TOXINLOVER 22
-#define MUTCOLORS2 23
-#define MUTCOLORS3 24
+//Movement Types
+#define IMMOBILE 0
+#define GROUND 1
+#define FLYING 2
-#define FLYING 65536
/*
These defines are used specifically with the atom/movable/languages bitmask.
@@ -88,7 +68,6 @@
#define DRONE 32
#define SWARMER 64
#define RATVAR 128
-#define YAUTJA 256
// Flags for reagents
#define REAGENT_NOREACT 1
diff --git a/code/__DEFINES/hud.dm b/code/__DEFINES/hud.dm
index b3dfca079c..128f9120c6 100644
--- a/code/__DEFINES/hud.dm
+++ b/code/__DEFINES/hud.dm
@@ -1,47 +1,6 @@
-// for secHUDs and medHUDs and variants. The number is the location of the image on the list hud_list
-// note: if you add more HUDs, even for non-human atoms, make sure to use unique numbers for the defines!
-// /datum/atom_hud expects these to be unique
-// these need to be strings in order to make them associative lists
-#define HEALTH_HUD "1" // dead, alive, sick, health status
-#define STATUS_HUD "2" // a simple line rounding the mob's number health
-#define ID_HUD "3" // the job asigned to your ID
-#define WANTED_HUD "4" // wanted, released, parroled, security status
-#define IMPLOYAL_HUD "5" // loyality implant
-#define IMPCHEM_HUD "6" // chemical implant
-#define IMPTRACK_HUD "7" // tracking implant
-#define DIAG_STAT_HUD "8" // Silicon/Mech Status
-#define DIAG_HUD "9" // Silicon health bar
-#define DIAG_BATT_HUD "10"// Borg/Mech power meter
-#define DIAG_MECH_HUD "11"// Mech health bar
-#define DIAG_BOT_HUD "12"// Bot HUDs
-//for antag huds. these are used at the /mob level
-#define ANTAG_HUD "13"
+//HUD styles. Index order defines how they are cycled in F12.
+#define HUD_STYLE_STANDARD 1 //Standard hud
+#define HUD_STYLE_REDUCED 2 //Reduced hud (just hands and intent switcher)
+#define HUD_STYLE_NOHUD 3 //No hud (for screenshots)
-//data HUD (medhud, sechud) defines
-//Don't forget to update human/New() if you change these!
-#define DATA_HUD_SECURITY_BASIC 1
-#define DATA_HUD_SECURITY_ADVANCED 2
-#define DATA_HUD_MEDICAL_BASIC 3
-#define DATA_HUD_MEDICAL_ADVANCED 4
-#define DATA_HUD_DIAGNOSTIC 5
-//antag HUD defines
-#define ANTAG_HUD_CULT 6
-#define ANTAG_HUD_REV 7
-#define ANTAG_HUD_OPS 8
-#define ANTAG_HUD_WIZ 9
-#define ANTAG_HUD_SHADOW 10
-#define ANTAG_HUD_HOG_BLUE 11
-#define ANTAG_HUD_HOG_RED 12
-#define ANTAG_HUD_TRAITOR 13
-#define ANTAG_HUD_NINJA 14
-#define ANTAG_HUD_CHANGELING 15
-#define ANTAG_HUD_ABDUCTOR 16
-#define ANTAG_HUD_DEVIL 17
-#define ANTAG_HUD_SINTOUCHED 18
-#define ANTAG_HUD_SOULLESS 19
-#define ANTAG_HUD_CLOCKWORK 20
-
-// Notification action types
-#define NOTIFY_JUMP "jump"
-#define NOTIFY_ATTACK "attack"
-#define NOTIFY_ORBIT "orbit"
+#define HUD_VERSIONS 3 //Used in show_hud(); Please ensure this is the same as the maximum index.
diff --git a/code/__DEFINES/clothing.dm b/code/__DEFINES/inventory.dm
similarity index 60%
rename from code/__DEFINES/clothing.dm
rename to code/__DEFINES/inventory.dm
index c180fca98a..2abd148e49 100644
--- a/code/__DEFINES/clothing.dm
+++ b/code/__DEFINES/inventory.dm
@@ -1,3 +1,18 @@
+/*ALL DEFINES RELATED TO INVENTORY OBJECTS, MANAGEMENT, ETC, GO HERE*/
+
+//ITEM INVENTORY WEIGHT, FOR w_class
+#define WEIGHT_CLASS_TINY 1 //Usually items smaller then a human hand, ex: Playing Cards, Lighter, Scalpel, Coins/Money
+#define WEIGHT_CLASS_SMALL 2 //Pockets can hold small and tiny items, ex: Flashlight, Multitool, Grenades, GPS Device
+#define WEIGHT_CLASS_NORMAL 3 //Standard backpacks can carry tiny, small & normal items, ex: Fire extinguisher, Stunbaton, Gas Mask, Metal Sheets
+#define WEIGHT_CLASS_BULKY 4 //Items that can be weilded or equipped but not stored in an inventory, ex: Defibrillator, Backpack, Space Suits
+#define WEIGHT_CLASS_HUGE 5 //Usually represents objects that require two hands to operate, ex: Shotgun, Two Handed Melee Weapons
+#define WEIGHT_CLASS_GIGANTIC 6 //Essentially means it cannot be picked up or placed in an inventory, ex: Mech Parts, Safe
+
+//Inventory depth: limits how many nested storage items you can access directly.
+//1: stuff in mob, 2: stuff in backpack, 3: stuff in box in backpack, etc
+#define INVENTORY_DEPTH 3
+#define STORAGE_VIEW_DEPTH 2
+
//ITEM INVENTORY SLOT BITMASKS
#define SLOT_OCLOTHING 1
#define SLOT_ICLOTHING 2
@@ -10,20 +25,22 @@
#define SLOT_ID 256
#define SLOT_BELT 512
#define SLOT_BACK 1024
-#define SLOT_POCKET 2048 //this is to allow items with a w_class of 3 or 4 to fit in pockets.
-#define SLOT_DENYPOCKET 4096 //this is to deny items with a w_class of 2 or 1 to fit in pockets.
+#define SLOT_POCKET 2048 // this is to allow items with a w_class of WEIGHT_CLASS_NORMAL or WEIGHT_CLASS_BULKY to fit in pockets.
+#define SLOT_DENYPOCKET 4096 // this is to deny items with a w_class of WEIGHT_CLASS_SMALL or WEIGHT_CLASS_TINY to fit in pockets.
+#define SLOT_NECK 8192
//SLOTS
#define slot_back 1
#define slot_wear_mask 2
#define slot_handcuffed 3
-#define slot_l_hand 4
-#define slot_r_hand 5
-#define slot_belt 6
-#define slot_wear_id 7
-#define slot_ears 8
-#define slot_glasses 9
-#define slot_gloves 10
+#define slot_hands 4 //wherever you provide a slot for hands you provide slot_hands
+ //slot_hands as a slot will pick ANY available hand
+#define slot_belt 5
+#define slot_wear_id 6
+#define slot_ears 7
+#define slot_glasses 8
+#define slot_gloves 9
+#define slot_neck 10
#define slot_head 11
#define slot_shoes 12
#define slot_wear_suit 13
@@ -33,7 +50,7 @@
#define slot_s_store 17
#define slot_in_backpack 18
#define slot_legcuffed 19
-#define slot_drone_storage 20
+#define slot_generic_dextrous_storage 20
#define slots_amt 20 // Keep this up to date!
@@ -45,6 +62,8 @@
. = SLOT_BACK
if(slot_wear_mask)
. = SLOT_MASK
+ if(slot_neck)
+ . = SLOT_NECK
if(slot_belt)
. = SLOT_BELT
if(slot_wear_id)
@@ -78,11 +97,9 @@
#define HIDEFACE 128 // Whether we appear as unknown.
#define HIDEHAIR 256
#define HIDEFACIALHAIR 512
+#define HIDENECK 1024
-
-//Cant seem to find a mob bitflags area other than the powers one
-
-// bitflags for clothing parts - also used for limbs
+//bitflags for clothing coverage - also used for limbs
#define HEAD 1
#define CHEST 2
#define GROIN 4
@@ -98,7 +115,8 @@
#define HAND_LEFT 512
#define HAND_RIGHT 1024
#define HANDS 1536
-#define FULL_BODY 2047
+#define NECK 2048
+#define FULL_BODY 4095
// bitflags for the percentual amount of protection a piece of clothing which covers the body part offers.
// Used with human/proc/get_heat_protection() and human/proc/get_cold_protection()
@@ -117,11 +135,22 @@
#define THERMAL_PROTECTION_HAND_RIGHT 0.025
//flags for female outfits: How much the game can safely "take off" the uniform without it looking weird
-
#define NO_FEMALE_UNIFORM 0
#define FEMALE_UNIFORM_FULL 1
#define FEMALE_UNIFORM_TOP 2
+//flags for alternate styles: These are hard sprited so don't set this if you didn't put the effort in
+#define NORMAL_STYLE 0
+#define ALT_STYLE 1
+#define DIGITIGRADE_STYLE 2
+
+//flags for outfits that have mutantrace variants (try not to use this): Currently only needed if you're trying to add tight fitting bootyshorts
+#define NO_MUTANTRACE_VARIATION 0
+#define MUTANTRACE_VARIATION 1
+
+#define NOT_DIGITIGRADE 0
+#define FULL_DIGITIGRADE 1
+#define SQUISHED_DIGITIGRADE 2
//flags for covering body parts
#define GLASSESCOVERSEYES 1
diff --git a/code/__DEFINES/is_helpers.dm b/code/__DEFINES/is_helpers.dm
index 50a9beb37b..3316894b16 100644
--- a/code/__DEFINES/is_helpers.dm
+++ b/code/__DEFINES/is_helpers.dm
@@ -4,13 +4,32 @@
#define in_range(source, user) (get_dist(source, user) <= 1)
-#define is_cleanable(A) (istype(A, /obj/effect/decal/cleanable) || istype(A, /obj/effect/rune)) //if something is cleanable
+#define ismovableatom(A) (istype(A, /atom/movable))
-// MOB HELPERS
+//Turfs
+#define isopenturf(A) (istype(A, /turf/open))
+
+#define isspaceturf(A) (istype(A, /turf/open/space))
+
+#define isfloorturf(A) (istype(A, /turf/open/floor))
+
+#define isclosedturf(A) (istype(A, /turf/closed))
+
+#define iswallturf(A) (istype(A, /turf/closed/wall))
+
+#define ismineralturf(A) (istype(A, /turf/closed/mineral))
+
+//Mobs
+#define isliving(A) (istype(A, /mob/living))
+
+#define isbrain(A) (istype(A, /mob/living/brain))
+
+//Carbon mobs
+#define iscarbon(A) (istype(A, /mob/living/carbon))
#define ishuman(A) (istype(A, /mob/living/carbon/human))
-// Human sub-species
+//Human sub-species
#define isabductor(A) (is_species(A, /datum/species/abductor))
#define isgolem(A) (is_species(A, /datum/species/golem))
#define islizard(A) (is_species(A, /datum/species/lizard))
@@ -22,80 +41,94 @@
#define iszombie(A) (is_species(A, /datum/species/zombie))
#define ishumanbasic(A) (is_species(A, /datum/species/human))
+//more carbon mobs
#define ismonkey(A) (istype(A, /mob/living/carbon/monkey))
-#define isbrain(A) (istype(A, /mob/living/carbon/brain))//We didn't port the /mob/living/brain update, yet.
-
#define isalien(A) (istype(A, /mob/living/carbon/alien))
-#define isalienadult(A) (istype(A, /mob/living/carbon/alien/humanoid))
-
#define islarva(A) (istype(A, /mob/living/carbon/alien/larva))
-#define isslime(A) (istype(A, /mob/living/simple_animal/slime))
+#define isalienadult(A) (istype(A, /mob/living/carbon/alien/humanoid))
-#define isrobot(A) (istype(A, /mob/living/silicon/robot))
+#define isdevil(A) (istype(A, /mob/living/carbon/true_devil))
-#define isanimal(A) (istype(A, /mob/living/simple_animal))
+//Silicon mobs
+#define issilicon(A) (istype(A, /mob/living/silicon))
-#define iscorgi(A) (istype(A, /mob/living/simple_animal/pet/dog/corgi))
-
-#define iscrab(A) (istype(A, /mob/living/simple_animal/crab))
-
-#define iscat(A) (istype(A, /mob/living/simple_animal/pet/cat))
-
-#define ismouse(A) (istype(A, /mob/living/simple_animal/mouse))
-
-#define isconstruct(A) (istype(A, /mob/living/simple_animal/hostile/construct))
-
-#define isclockmob(A) (istype(A, /mob/living/simple_animal/hostile/clockwork))
-
-#define ismegafauna(A) (istype(A, /mob/living/simple_animal/hostile/megafauna))
-
-#define isshade(A) (istype(A, /mob/living/simple_animal/shade))
-
-#define isbear(A) (istype(A, /mob/living/simple_animal/hostile/bear))
-
-#define iscarp(A) (istype(A, /mob/living/simple_animal/hostile/carp))
-
-#define isclown(A) (istype(A, /mob/living/simple_animal/hostile/retaliate/clown))
+#define iscyborg(A) (istype(A, /mob/living/silicon/robot))
#define isAI(A) (istype(A, /mob/living/silicon/ai))
#define ispAI(A) (istype(A, /mob/living/silicon/pai))
-#define iscarbon(A) (istype(A, /mob/living/carbon))
+//Simple animals
+#define isanimal(A) (istype(A, /mob/living/simple_animal))
-#define issilicon(A) (istype(A, /mob/living/silicon))
+#define isrevenant(A) (istype(A, /mob/living/simple_animal/revenant))
-#define iscyborg(A) (istype(A, /mob/living/silicon/robot))
+#define isborer(A) (istype(A, /mob/living/simple_animal/borer))
-#define isliving(A) (istype(A, /mob/living))
+#define isbot(A) (istype(A, /mob/living/simple_animal/bot))
+#define iscrab(A) (istype(A, /mob/living/simple_animal/crab))
+
+#define isshade(A) (istype(A, /mob/living/simple_animal/shade))
+
+#define ismouse(A) (istype(A, /mob/living/simple_animal/mouse))
+
+#define isslime(A) (istype(A, /mob/living/simple_animal/slime))
+
+#define isdrone(A) (istype(A, /mob/living/simple_animal/drone))
+
+#define iscat(A) (istype(A, /mob/living/simple_animal/pet/cat))
+
+#define isdog(A) (istype(A, /mob/living/simple_animal/pet/dog))
+
+#define iscorgi(A) (istype(A, /mob/living/simple_animal/pet/dog/corgi))
+
+#define ishostile(A) (istype(A, /mob/living/simple_animal/hostile))
+
+#define isbear(A) (istype(A, /mob/living/simple_animal/hostile/bear))
+
+#define iscarp(A) (istype(A, /mob/living/simple_animal/hostile/carp))
+
+#define isswarmer(A) (istype(A, /mob/living/simple_animal/hostile/swarmer))
+
+#define isguardian(A) (istype(A, /mob/living/simple_animal/hostile/guardian))
+
+#define isclockmob(A) (istype(A, /mob/living/simple_animal/hostile/clockwork))
+
+#define isconstruct(A) (istype(A, /mob/living/simple_animal/hostile/construct))
+
+#define ismegafauna(A) (istype(A, /mob/living/simple_animal/hostile/megafauna))
+
+#define isclown(A) (istype(A, /mob/living/simple_animal/hostile/retaliate/clown))
+
+//Misc mobs
#define isobserver(A) (istype(A, /mob/dead/observer))
#define isnewplayer(A) (istype(A, /mob/new_player))
#define isovermind(A) (istype(A, /mob/camera/blob))
-#define isdrone(A) (istype(A, /mob/living/simple_animal/drone))
-
-#define isswarmer(A) (istype(A, /mob/living/simple_animal/hostile/swarmer))
-
-#define isguardian(A) (istype(A, /mob/living/simple_animal/hostile/guardian))
-
-#define ishostile(A) (istype(A, /mob/living/simple_animal/hostile))
+//Objects
+#define isobj(A) istype(A, /obj) //override the byond proc because it returns true on children of /atom/movable that aren't objs
#define islimb(A) (istype(A, /obj/item/bodypart))
-#define isbot(A) (istype(A, /mob/living/simple_animal/bot))
+#define is_cleanable(A) (istype(A, /obj/effect/decal/cleanable) || istype(A, /obj/effect/rune)) //if something is cleanable
-#define ismovableatom(A) (istype(A, /atom/movable))
+#define isorgan(A) (istype(A, /obj/item/organ))
-#define isobj(A) istype(A, /obj) //override the byond proc because it returns true on children of /atom/movable that aren't objs
+var/list/static/global/pointed_types = typecacheof(list(
+ /obj/item/weapon/pen,
+ /obj/item/weapon/screwdriver,
+ /obj/item/weapon/reagent_containers/syringe,
+ /obj/item/weapon/kitchen/fork))
-// ASSEMBLY HELPERS
+#define is_pointed(W) (is_type_in_typecache(W, pointed_types))
+//Assemblies
#define isassembly(O) (istype(O, /obj/item/device/assembly))
#define isigniter(O) (istype(O, /obj/item/device/assembly/igniter))
@@ -106,4 +139,4 @@
#define issignaler(O) (istype(O, /obj/item/device/assembly/signaler))
-#define istimer(O) (istype(O, /obj/item/device/assembly/timer))
\ No newline at end of file
+#define istimer(O) (istype(O, /obj/item/device/assembly/timer))
diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm
index fb3b61cd80..fa040bf866 100644
--- a/code/__DEFINES/layers.dm
+++ b/code/__DEFINES/layers.dm
@@ -1,8 +1,16 @@
-//Defines for atom layers
+//Defines for atom layers and planes
//KEEP THESE IN A NICE ACSCENDING ORDER, PLEASE
+#define CLICKCATCHER_PLANE -99
+
+#define PLANE_SPACE -95
+#define PLANE_SPACE_PARALLAX -90
+
+#define GAME_PLANE 0
//#define TURF_LAYER 2 //For easy recordkeeping; this is a byond define
-#define ABOVE_OPEN_TURF_LAYER 2.01
+#define MID_TURF_LAYER 2.02
+#define HIGH_TURF_LAYER 2.03
+#define ABOVE_OPEN_TURF_LAYER 2.04
#define CLOSED_TURF_LAYER 2.05
#define ABOVE_NORMAL_TURF_LAYER 2.08
#define LATTICE_LAYER 2.2
@@ -24,7 +32,8 @@
#define ABOVE_OBJ_LAYER 3.2
#define ABOVE_WINDOW_LAYER 3.3
#define SIGN_LAYER 3.4
-#define HIGH_OBJ_LAYER 3.5
+#define NOT_HIGH_OBJ_LAYER 3.5
+#define HIGH_OBJ_LAYER 3.6
#define BELOW_MOB_LAYER 3.7
#define LYING_MOB_LAYER 3.8
@@ -45,13 +54,20 @@
#define AREA_LAYER 10
#define MASSIVE_OBJ_LAYER 11
#define POINT_LAYER 12
+
+#define LIGHTING_PLANE 15
#define LIGHTING_LAYER 15
//HUD layer defines
-#define FLASH_LAYER 17.9
-#define FULLSCREEN_LAYER 18
-#define UI_DAMAGE_LAYER 18.1
-#define BLIND_LAYER 18.2
-#define CRIT_LAYER 18.3
+
+#define FULLSCREEN_PLANE 18
+#define FLASH_LAYER 18
+#define FULLSCREEN_LAYER 18.1
+#define UI_DAMAGE_LAYER 18.2
+#define BLIND_LAYER 18.3
+#define CRIT_LAYER 18.4
+
+#define HUD_PLANE 19
#define HUD_LAYER 19
-#define ABOVE_HUD_LAYER 19.1
+#define ABOVE_HUD_PLANE 20
+#define ABOVE_HUD_LAYER 20
diff --git a/code/__DEFINES/lighting.dm b/code/__DEFINES/lighting.dm
index d3915d6584..14df624969 100644
--- a/code/__DEFINES/lighting.dm
+++ b/code/__DEFINES/lighting.dm
@@ -1,79 +1,17 @@
-#define DYNAMIC_LIGHTING_DISABLED 0 //dynamic lighting disabled (area stays at full brightness)
-#define DYNAMIC_LIGHTING_ENABLED 1 //dynamic lighting enabled
-#define DYNAMIC_LIGHTING_IFSTARLIGHT 2 //dynamic lighting enabled only if starlight is.
-#define IS_DYNAMIC_LIGHTING(A) ( A.dynamic_lighting == DYNAMIC_LIGHTING_IFSTARLIGHT ? config.starlight : A.dynamic_lighting )
+//Arbitrary lighting related stuff
+
+#define LIGHTING_CIRCULAR 1 //Comment this out to use old square lighting effects.
+#define LIGHTING_CAP 10 //The lumcount level at which alpha is 0 and we're fully lit.
+#define LIGHTING_CAP_FRAC (255/LIGHTING_CAP) //A precal'd variable we'll use in turf/redraw_lighting()
+#define LIGHTING_ICON 'icons/effects/alphacolors.dmi'
+#define LIGHTING_ICON_STATE ""
+#define LIGHTING_ANIMATE_TIME 2 //Time to animate() any lighting change. Actual number pulled out of my ass
+#define LIGHTING_MIN_ALPHA_DELTA_TO_ANIMATE 20 //How much does the alpha have to change to warrent an animation.
+#define LIGHTING_DARKEST_VISIBLE_ALPHA 250 //Anything darker than this is so dark, we'll just consider the whole tile unlit
+#define LIGHTING_LUM_FOR_FULL_BRIGHT 6 //Anything who's lum is lower then this starts off less bright.
+#define LIGHTING_MIN_RADIUS 4 //Lowest radius a light source can effect.
-//Bay lighting engine shit, not in /code/modules/lighting because BYOND is being shit about it
-#define LIGHTING_INTERVAL 5 // frequency, in 1/10ths of a second, of the lighting process
-
-#ifndef LIGHTING_INSTANT_UPDATES
-#define LIGHTING_INTERVAL 5 // Frequency, in 1/10ths of a second, of the lighting process.
-#include "../controllers/subsystem/lighting.dm"
-#endif
-
-#define LIGHTING_FALLOFF 1 // type of falloff to use for lighting; 1 for circular, 2 for square
-#define LIGHTING_LAMBERTIAN 0 // use lambertian shading for light sources
-#define LIGHTING_HEIGHT 1 // height off the ground of light sources on the pseudo-z-axis, you should probably leave this alone
-#define LIGHTING_ROUND_VALUE 1 / 128 //Value used to round lumcounts, values smaller than 1/255 don't matter (if they do, thanks sinking points), greater values will make lighting less precise, but in turn increase performance, VERY SLIGHTLY.
-
-#define LIGHTING_ICON 'icons/effects/lighting_overlay.png' // icon used for lighting shading effects
-
-#define LIGHTING_SOFT_THRESHOLD 0.05 // If the max of the lighting lumcounts of each spectrum drops below this, disable luminosity on the lighting overlays.
-
-// If I were you I'd leave this alone.
-#define LIGHTING_BASE_MATRIX \
- list \
- ( \
- LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, 0, \
- LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, 0, \
- LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, 0, \
- LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, LIGHTING_SOFT_THRESHOLD, 0, \
- 0, 0, 0, 1 \
- ) \
-
-// Helpers so we can (more easily) control the colour matrices.
-#define CL_MATRIX_RR 1
-#define CL_MATRIX_RG 2
-#define CL_MATRIX_RB 3
-#define CL_MATRIX_RA 4
-#define CL_MATRIX_GR 5
-#define CL_MATRIX_GG 6
-#define CL_MATRIX_GB 7
-#define CL_MATRIX_GA 8
-#define CL_MATRIX_BR 9
-#define CL_MATRIX_BG 10
-#define CL_MATRIX_BB 11
-#define CL_MATRIX_BA 12
-#define CL_MATRIX_AR 13
-#define CL_MATRIX_AG 14
-#define CL_MATRIX_AB 15
-#define CL_MATRIX_AA 16
-#define CL_MATRIX_CR 17
-#define CL_MATRIX_CG 18
-#define CL_MATRIX_CB 19
-#define CL_MATRIX_CA 20
-
-//Some defines to generalise colours used in lighting.
-//Important note on colors. Colors can end up significantly different from the basic html picture, especially when saturated
-#define LIGHT_COLOR_RED "#FA8282" //Warm but extremely diluted red. rgb(250, 130, 130)
-#define LIGHT_COLOR_GREEN "#64C864" //Bright but quickly dissipating neon green. rgb(100, 200, 100)
-#define LIGHT_COLOR_BLUE "#6496FA" //Cold, diluted blue. rgb(100, 150, 250)
-
-#define LIGHT_COLOR_CYAN "#7DE1E1" //Diluted cyan. rgb(125, 225, 225)
-#define LIGHT_COLOR_PINK "#E17DE1" //Diluted, mid-warmth pink. rgb(225, 125, 225)
-#define LIGHT_COLOR_YELLOW "#E1E17D" //Dimmed yellow, leaning kaki. rgb(225, 225, 125)
-#define LIGHT_COLOR_BROWN "#966432" //Clear brown, mostly dim. rgb(150, 100, 50)
-#define LIGHT_COLOR_ORANGE "#FA9632" //Mostly pure orange. rgb(250, 150, 50)
-
-//These ones aren't a direct colour like the ones above, because nothing would fit
-#define LIGHT_COLOR_FIRE "#FAA019" //Warm orange color, leaning strongly towards yellow. rgb(250, 160, 25)
-#define LIGHT_COLOR_FLARE "#FA644B" //Bright, non-saturated red. Leaning slightly towards pink for visibility. rgb(250, 100, 75)
-#define LIGHT_COLOR_SLIME_LAMP "#AFC84B" //Weird color, between yellow and green, very slimy. rgb(175, 200, 75)
-#define LIGHT_COLOR_TUNGSTEN "#FAE1AF" //Extremely diluted yellow, close to skin color (for some reason). rgb(250, 225, 175)
-#define LIGHT_COLOR_HALOGEN "#F0FAFA" //Barely visible cyan-ish hue, as the doctor prescribed. rgb(240, 250, 250)
-
-#define FOR_DVIEW(type, range, center, invis_flags) \
- dview_mob.forceMove(center); \
- dview_mob.see_invisible = invis_flags; \
- for(type in view(range, dview_mob))
+//different modes that lights can operate in
+#define LIGHTING_REGULAR 1 //Apply all effects additively
+#define LIGHTING_STARLIGHT 2 //Track all starlight but only apply brightest
diff --git a/code/__DEFINES/machines.dm b/code/__DEFINES/machines.dm
index 2180d8cb29..8f9f1cb5e7 100644
--- a/code/__DEFINES/machines.dm
+++ b/code/__DEFINES/machines.dm
@@ -21,4 +21,45 @@
#define AUTOLATHE 4 //Uses glass/metal only.
#define CRAFTLATHE 8 //Uses fuck if I know. For use eventually.
#define MECHFAB 16 //Remember, objects utilising this flag should have construction_time and construction_cost vars.
-//Note: More then one of these can be added to a design but imprinter and lathe designs are incompatable.
\ No newline at end of file
+#define BIOGENERATOR 32 //Uses biomass
+#define LIMBGROWER 64 //Uses synthetic flesh
+//Note: More then one of these can be added to a design but imprinter and lathe designs are incompatable.
+
+//Modular computer/NTNet defines
+
+//Modular computer part defines
+#define MC_CPU "CPU"
+#define MC_HDD "HDD"
+#define MC_SDD "SDD"
+#define MC_CARD "CARD"
+#define MC_NET "NET"
+#define MC_PRINT "PRINT"
+#define MC_CELL "CELL"
+#define MC_CHARGE "CHARGE"
+#define MC_AI "AI"
+
+//NTNet stuff, for modular computers
+ // NTNet module-configuration values. Do not change these. If you need to add another use larger number (5..6..7 etc)
+#define NTNET_SOFTWAREDOWNLOAD 1 // Downloads of software from NTNet
+#define NTNET_PEERTOPEER 2 // P2P transfers of files between devices
+#define NTNET_COMMUNICATION 3 // Communication (messaging)
+#define NTNET_SYSTEMCONTROL 4 // Control of various systems, RCon, air alarm control, etc.
+
+//NTNet transfer speeds, used when downloading/uploading a file/program.
+#define NTNETSPEED_LOWSIGNAL 0.5 // GQ/s transfer speed when the device is wirelessly connected and on Low signal
+#define NTNETSPEED_HIGHSIGNAL 1 // GQ/s transfer speed when the device is wirelessly connected and on High signal
+#define NTNETSPEED_ETHERNET 2 // GQ/s transfer speed when the device is using wired connection
+
+//Caps for NTNet logging. Less than 10 would make logging useless anyway, more than 500 may make the log browser too laggy. Defaults to 100 unless user changes it.
+#define MAX_NTNET_LOGS 300
+#define MIN_NTNET_LOGS 10
+
+//Program bitflags
+#define PROGRAM_ALL 7
+#define PROGRAM_CONSOLE 1
+#define PROGRAM_LAPTOP 2
+#define PROGRAM_TABLET 4
+//Program states
+#define PROGRAM_STATE_KILLED 0
+#define PROGRAM_STATE_BACKGROUND 1
+#define PROGRAM_STATE_ACTIVE 2
diff --git a/code/__DEFINES/math.dm b/code/__DEFINES/math.dm
index f128a2c51a..2ba2a7894b 100644
--- a/code/__DEFINES/math.dm
+++ b/code/__DEFINES/math.dm
@@ -14,4 +14,11 @@
//percent_of_tick_used * (ticklag * 100(to convert to ms)) / 100(percent ratio)
//collapsed to percent_of_tick_used * tick_lag
#define TICK_DELTA_TO_MS(percent_of_tick_used) ((percent_of_tick_used) * world.tick_lag)
-#define TICK_USAGE_TO_MS(starting_tickusage) (TICK_DELTA_TO_MS(world.tick_usage-starting_tickusage))
\ No newline at end of file
+#define TICK_USAGE_TO_MS(starting_tickusage) (TICK_DELTA_TO_MS(world.tick_usage-starting_tickusage))
+
+#define PERCENT(val) (round(val*100, 0.1))
+
+//time of day but automatically adjusts to the server going into the next day within the same round.
+//for when you need a reliable time number that doesn't depend on byond time.
+#define REALTIMEOFDAY (world.timeofday + (MIDNIGHT_ROLLOVER * MIDNIGHT_ROLLOVER_CHECK))
+#define MIDNIGHT_ROLLOVER_CHECK ( rollovercheck_last_timeofday != world.timeofday ? update_midnight_rollover() : midnight_rollovers )
diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm
index 0d740458d1..0bd26ec3e8 100644
--- a/code/__DEFINES/misc.dm
+++ b/code/__DEFINES/misc.dm
@@ -1,3 +1,10 @@
+// Byond direction defines, because I want to put them somewhere.
+// #define NORTH 1
+// #define SOUTH 2
+// #define EAST 4
+// #define WEST 8
+
+
#define MIDNIGHT_ROLLOVER 864000 //number of deciseconds in a day
#define JANUARY 1
@@ -20,6 +27,7 @@
#define EASTER "Easter"
#define HALLOWEEN "Halloween"
#define CHRISTMAS "Christmas"
+#define FESTIVE_SEASON "Festive Season"
#define FRIDAY_13TH "Friday the 13th"
//Human Overlays Indexes/////////
@@ -39,14 +47,14 @@
#define GLASSES_LAYER 13
#define BELT_LAYER 12 //Possible make this an overlay of somethign required to wear a belt?
#define SUIT_STORE_LAYER 11
-#define BACK_LAYER 10
-#define HAIR_LAYER 9 //TODO: make part of head layer?
-#define FACEMASK_LAYER 8
-#define HEAD_LAYER 7
-#define HANDCUFF_LAYER 6
-#define LEGCUFF_LAYER 5
-#define L_HAND_LAYER 4
-#define R_HAND_LAYER 3 //Having the two hands seperate seems rather silly, merge them together? It'll allow for code to be reused on mobs with arbitarily many hands
+#define NECK_LAYER 10
+#define BACK_LAYER 9
+#define HAIR_LAYER 8 //TODO: make part of head layer?
+#define FACEMASK_LAYER 7
+#define HEAD_LAYER 6
+#define HANDCUFF_LAYER 5
+#define LEGCUFF_LAYER 4
+#define HANDS_LAYER 3
#define BODY_FRONT_LAYER 2
#define FIRE_LAYER 1 //If you're on fire
#define TOTAL_LAYERS 26 //KEEP THIS UP-TO-DATE OR SHIT WILL BREAK ;_;
@@ -75,8 +83,7 @@
#define UNDER_HEAD_LAYER HEAD_LAYER+1
#define UNDER_HANDCUFF_LAYER HANDCUFF_LAYER+1
#define UNDER_LEGCUFF_LAYER LEGCUFF_LAYER+1
-#define UNDER_L_HAND_LAYER L_HAND_LAYER+1
-#define UNDER_R_HAND_LAYER R_HAND_LAYER+1
+#define UNDER_HANDS_LAYER HANDS_LAYER+1
#define UNDER_BODY_FRONT_LAYER BODY_FRONT_LAYER+1
#define UNDER_FIRE_LAYER FIRE_LAYER+1
@@ -102,8 +109,7 @@
#define ABOVE_HEAD_LAYER HEAD_LAYER-1
#define ABOVE_HANDCUFF_LAYER HANDCUFF_LAYER-1
#define ABOVE_LEGCUFF_LAYER LEGCUFF_LAYER-1
-#define ABOVE_L_HAND_LAYER L_HAND_LAYER-1
-#define ABOVE_R_HAND_LAYER R_HAND_LAYER-1
+#define ABOVE_HANDS_LAYER HANDS_LAYER-1
#define ABOVE_BODY_FRONT_LAYER BODY_FRONT_LAYER-1
#define ABOVE_FIRE_LAYER FIRE_LAYER-1
@@ -125,53 +131,10 @@
#define TRANSITIONEDGE 7 //Distance from edge to move to another z-level
-
-
-//HUD styles. Please ensure HUD_VERSIONS is the same as the maximum index. Index order defines how they are cycled in F12.
-#define HUD_STYLE_STANDARD 1
-#define HUD_STYLE_REDUCED 2
-#define HUD_STYLE_NOHUD 3
-
-
-#define HUD_VERSIONS 3 //used in show_hud()
-//1 = standard hud
-//2 = reduced hud (just hands and intent switcher)
-//3 = no hud (for screenshots)
-
-#define MINERAL_MATERIAL_AMOUNT 2000
-//The amount of materials you get from a sheet of mineral like iron/diamond/glass etc
-#define MAX_STACK_SIZE 50
-//The maximum size of a stack object.
-
-#define CLICK_CD_MELEE 8
-#define CLICK_CD_RANGE 4
-#define CLICK_CD_CLICK_ABILITY 6
-#define CLICK_CD_BREAKOUT 100
-#define CLICK_CD_HANDCUFFED 10
-#define CLICK_CD_RESIST 20
-#define CLICK_CD_GRABBING 10
-
-//click cooldowns, in tenths of a second
-
-
#define BE_CLOSE 1 //in the case of a silicon, to select if they need to be next to the atom
#define NO_DEXTERY 1 //if other mobs (monkeys, aliens, etc) can use this
//used by canUseTopic()
-//Sizes of mobs, used by mob/living/var/mob_size
-#define MOB_SIZE_TINY 0
-#define MOB_SIZE_SMALL 1
-#define MOB_SIZE_HUMAN 2
-#define MOB_SIZE_LARGE 3
-
-//Cuff resist speeds
-
-#define FAST_CUFFBREAK 1
-#define INSTANT_CUFFBREAK 2
-
-//Slime evolution threshold. Controls how fast slimes can split/grow
-#define SLIME_EVOLUTION_THRESHOLD 10
-
//singularity defines
#define STAGE_ONE 1
#define STAGE_TWO 3
@@ -209,36 +172,6 @@
#define CRAYON_FONT "Comic Sans MS"
#define SIGNFONT "Times New Roman"
-
-//NPC DEFINES
-#define INTERACTING 2
-#define TRAVEL 4
-#define FIGHTING 8
-
-//TRAITS
-
-#define TRAIT_ROBUST 2
-#define TRAIT_UNROBUST 4
-#define TRAIT_SMART 8
-#define TRAIT_DUMB 16
-#define TRAIT_MEAN 32
-#define TRAIT_FRIENDLY 64
-#define TRAIT_THIEVING 128
-
-//SNPC defines
-#define MAX_RANGE_FIND 32
-#define MIN_RANGE_FIND 16
-#define FUZZY_CHANCE_HIGH 85
-#define FUZZY_CHANCE_LOW 50
-#define CHANCE_TALK 1
-
-#define SNPC_BRUTE 1
-#define SNPC_STEALTH 2
-#define SNPC_MARTYR 3
-#define SNPC_PSYCHO 4
-
-
-#define MAXCOIL 30
#define RESIZE_DEFAULT_SIZE 1
//transfer_ai() defines. Main proc in ai_core.dm
@@ -246,19 +179,6 @@
#define AI_TRANS_FROM_CARD 2 //Uploading AI from InteliCard
#define AI_MECH_HACK 3 //Malfunctioning AI hijacking mecha
-//Material defines
-#define MAT_METAL "$metal"
-#define MAT_GLASS "$glass"
-#define MAT_SILVER "$silver"
-#define MAT_GOLD "$gold"
-#define MAT_DIAMOND "$diamond"
-#define MAT_URANIUM "$uranium"
-#define MAT_PLASMA "$plasma"
-#define MAT_BANANIUM "$bananium"
-#define MAT_TITANIUM "$titanium"
-#define MAT_BIOMASS "$biomass"
-
-
//check_target_facings() return defines
#define FACING_FAILED 0
#define FACING_SAME_DIR 1
@@ -295,11 +215,6 @@ var/list/bloody_footprints_cache = list()
//Maximum amount of time, (in approx. seconds.) a tile can be wet for.
#define MAXIMUM_WET_TIME 300
-//Object/Item sharpness
-#define IS_BLUNT 0
-#define IS_SHARP 1
-#define IS_SHARP_ACCURATE 2
-
//unmagic-strings for types of polls
#define POLLTYPE_OPTION "OPTION"
#define POLLTYPE_TEXT "TEXT"
@@ -307,32 +222,28 @@ var/list/bloody_footprints_cache = list()
#define POLLTYPE_MULTI "MULTICHOICE"
#define POLLTYPE_IRV "IRV"
+
+
+//lighting area defines
+#define DYNAMIC_LIGHTING_DISABLED 0 //dynamic lighting disabled (area stays at full brightness)
+#define DYNAMIC_LIGHTING_ENABLED 1 //dynamic lighting enabled
+#define DYNAMIC_LIGHTING_IFSTARLIGHT 2 //dynamic lighting enabled only if starlight is.
+#define IS_DYNAMIC_LIGHTING(A) ( A.lighting_use_dynamic == DYNAMIC_LIGHTING_IFSTARLIGHT ? config.starlight : A.lighting_use_dynamic )
+
//subtypesof(), typesof() without the parent path
#define subtypesof(typepath) ( typesof(typepath) - typepath )
//Gets the turf this atom inhabits
#define get_turf(A) (get_step(A, 0))
-//Bot types
-#define SEC_BOT 1 // Secutritrons (Beepsky) and ED-209s
-#define MULE_BOT 2 // MULEbots
-#define FLOOR_BOT 4 // Floorbots
-#define CLEAN_BOT 8 // Cleanbots
-#define MED_BOT 16 // Medibots
-
-//Sentience types
-#define SENTIENCE_ORGANIC 1
-#define SENTIENCE_ARTIFICIAL 2
-#define SENTIENCE_OTHER 3
-#define SENTIENCE_MINEBOT 4
-#define SENTIENCE_BOSS 5
-
-//Fire stuff, for burn_state
-#define LAVA_PROOF -2
-#define FIRE_PROOF -1
-#define FLAMMABLE 0
-#define ON_FIRE 1
-
+//Fire and Acid stuff, for resistance_flags
+#define LAVA_PROOF 1
+#define FIRE_PROOF 2 //100% immune to fire damage (but not necessarily to lava or heat)
+#define FLAMMABLE 4
+#define ON_FIRE 8
+#define UNACIDABLE 16 //acid can't even appear on it, let alone melt it.
+#define ACID_PROOF 32 //acid stuck on it doesn't melt it.
+#define INDESTRUCTIBLE 64 //doesn't take damage
//Ghost orbit types:
#define GHOST_ORBIT_CIRCLE "circle"
@@ -364,11 +275,11 @@ var/global/list/ghost_accs_options = list(GHOST_ACCS_NONE, GHOST_ACCS_DIR, GHOST
#define GHOST_OTHERS_DEFAULT_OPTION GHOST_OTHERS_THEIR_SETTING
-var/global/list/ghost_others_options = list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DEFAULT_SPRITE, GHOST_OTHERS_THEIR_SETTING) //Same as ghost_accs_options.
+#define GHOST_MAX_VIEW_RANGE_DEFAULT 10
+#define GHOST_MAX_VIEW_RANGE_MEMBER 14
-//Bloodcrawling
-#define BLOODCRAWL 1
-#define BLOODCRAWL_EAT 2
+
+var/global/list/ghost_others_options = list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DEFAULT_SPRITE, GHOST_OTHERS_THEIR_SETTING) //Same as ghost_accs_options.
//Color Defines
#define OOC_COLOR "#002eb8"
@@ -404,17 +315,6 @@ var/global/list/ghost_others_options = list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
//Just space
#define SPACE_ICON_STATE "[((x + y) ^ ~(x * y) + z) % 25]"
-//Gun trigger guards
-#define TRIGGER_GUARD_ALLOW_ALL -1
-#define TRIGGER_GUARD_NONE 0
-#define TRIGGER_GUARD_NORMAL 1
-
-// Plant types
-#define PLANT_NORMAL 0
-#define PLANT_WEED 1
-#define PLANT_MUSHROOM 2
-#define PLANT_ALIEN 3
-
// Maploader bounds indices
#define MAP_MINX 1
#define MAP_MINY 2
@@ -423,11 +323,6 @@ var/global/list/ghost_others_options = list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define MAP_MAXY 5
#define MAP_MAXZ 6
-#define CHECK_DNA_AND_SPECIES(C) if((!(C.dna)) || (!(C.dna.species))) return
-
-// Evil narsie colour
-#define NARSIE_WINDOW_COLOUR "#7D1919"
-
// Defib stats
#define DEFIB_TIME_LIMIT 120
#define DEFIB_TIME_LOSS 60
@@ -436,15 +331,6 @@ var/global/list/ghost_others_options = list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define FIRST_DIAG_STEP 1
#define SECOND_DIAG_STEP 2
-//Slime commands defines
-#define SLIME_FRIENDSHIP_FOLLOW 3 //Min friendship to order it to follow
-#define SLIME_FRIENDSHIP_STOPEAT 5 //Min friendship to order it to stop eating someone
-#define SLIME_FRIENDSHIP_STOPEAT_NOANGRY 7 //Min friendship to order it to stop eating someone without it losing friendship
-#define SLIME_FRIENDSHIP_STOPCHASE 4 //Min friendship to order it to stop chasing someone (their target)
-#define SLIME_FRIENDSHIP_STOPCHASE_NOANGRY 6 //Min friendship to order it to stop chasing someone (their target) without it losing friendship
-#define SLIME_FRIENDSHIP_STAY 3 //Min friendship to order it to stay
-#define SLIME_FRIENDSHIP_ATTACK 8 //Min friendship to order it to attack
-
#define DEADCHAT_ARRIVALRATTLE "arrivalrattle"
#define DEADCHAT_DEATHRATTLE "deathrattle"
#define DEADCHAT_REGULAR "regular-deadchat"
@@ -463,24 +349,61 @@ var/global/list/ghost_others_options = list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define COORD(A) "([A.x],[A.y],[A.z])"
#define INCREMENT_TALLY(L, stat) if(L[stat]){L[stat]++}else{L[stat] = 1}
-// Inventory depth: limits how many nested storage items you can access directly.
-// 1: stuff in mob, 2: stuff in backpack, 3: stuff in box in backpack, etc
-#define INVENTORY_DEPTH 3
-#define STORAGE_VIEW_DEPTH 2
-
-
-
// Medal names
-
#define BOSS_KILL_MEDAL "Killer"
-
#define ALL_KILL_MEDAL "Exterminator" //Killing all of x type
// Score names
-
#define LEGION_SCORE "Legion Killed"
#define COLOSSUS_SCORE "Colossus Killed"
#define BUBBLEGUM_SCORE "Bubblegum Killed"
#define DRAKE_SCORE "Drakes Killed"
+#define BIRD_SCORE "Hierophants Killed"
+#define SWARMER_BEACON_SCORE "Swarmer Beacons Killed"
#define BOSS_SCORE "Bosses Killed"
#define TENDRIL_CLEAR_SCORE "Tendrils Killed"
+
+//TODO Move to a pref
+#define STATION_GOAL_BUDGET 1
+
+//Luma coefficients suggested for HDTVs. If you change these, make sure they add up to 1.
+#define LUMA_R 0.213
+#define LUMA_G 0.715
+#define LUMA_B 0.072
+
+//different types of atom colorations
+#define ADMIN_COLOUR_PRIORITY 1 //only used by rare effects like greentext coloring mobs and when admins varedit color
+#define TEMPORARY_COLOUR_PRIORITY 2 //e.g. purple effect of the revenant on a mob, black effect when mob electrocuted
+#define WASHABLE_COLOUR_PRIORITY 3 //color splashed onto an atom (e.g. paint on turf)
+#define FIXED_COLOUR_PRIORITY 4 //color inherent to the atom (e.g. blob color)
+#define COLOUR_PRIORITY_AMOUNT 4 //how many priority levels there are.
+
+//Endgame Results
+#define NUKE_NEAR_MISS 1
+#define NUKE_MISS_STATION 2
+#define NUKE_SYNDICATE_BASE 3
+#define STATION_DESTROYED_NUKE 4
+#define STATION_EVACUATED 5
+#define GANG_LOSS 6
+#define GANG_TAKEOVER 7
+#define BLOB_WIN 8
+#define BLOB_NUKE 9
+#define BLOB_DESTROYED 10
+#define CULT_ESCAPE 11
+#define CULT_FAILURE 12
+#define CULT_SUMMON 13
+#define NUKE_MISS 14
+#define OPERATIVES_KILLED 15
+#define OPERATIVE_SKIRMISH 16
+#define REVS_WIN 17
+#define REVS_LOSE 18
+#define WIZARD_KILLED 19
+#define STATION_NUKED 20
+#define CLOCK_SUMMON 21
+#define CLOCK_SILICONS 22
+#define CLOCK_PROSELYTIZATION 23
+#define SHUTTLE_HIJACK 24
+
+#define TURF_DECAL_PAINT "paint"
+#define TURF_DECAL_DAMAGE "damage"
+#define TURF_DECAL_DIRT "dirt"
\ No newline at end of file
diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm
new file mode 100644
index 0000000000..a9e6d1f68a
--- /dev/null
+++ b/code/__DEFINES/mobs.dm
@@ -0,0 +1,103 @@
+/*ALL MOB-RELATED DEFINES THAT DON'T BELONG IN ANOTHER FILE GO HERE*/
+
+//Misc mob defines
+
+//movement intent defines for the m_intent var
+#define MOVE_INTENT_WALK "walk"
+#define MOVE_INTENT_RUN "run"
+
+//Blood levels
+#define BLOOD_VOLUME_MAXIMUM 2000
+#define BLOOD_VOLUME_SLIME_SPLIT 1120
+#define BLOOD_VOLUME_NORMAL 560
+#define BLOOD_VOLUME_SAFE 501
+#define BLOOD_VOLUME_OKAY 336
+#define BLOOD_VOLUME_BAD 224
+#define BLOOD_VOLUME_SURVIVE 122
+
+//Sizes of mobs, used by mob/living/var/mob_size
+#define MOB_SIZE_TINY 0
+#define MOB_SIZE_SMALL 1
+#define MOB_SIZE_HUMAN 2
+#define MOB_SIZE_LARGE 3
+
+//Ventcrawling defines
+#define VENTCRAWLER_NONE 0
+#define VENTCRAWLER_NUDE 1
+#define VENTCRAWLER_ALWAYS 2
+
+//Bloodcrawling defines
+#define BLOODCRAWL 1
+#define BLOODCRAWL_EAT 2
+
+//Organ defines for carbon mobs
+#define ORGAN_ORGANIC 1
+#define ORGAN_ROBOTIC 2
+
+#define BODYPART_ORGANIC 1
+#define BODYPART_ROBOTIC 2
+
+#define MONKEY_BODYPART "monkey"
+#define ALIEN_BODYPART "alien"
+#define LARVA_BODYPART "larva"
+#define DEVIL_BODYPART "devil"
+/*see __DEFINES/inventory.dm for bodypart bitflag defines*/
+
+//Nutrition levels for humans
+#define NUTRITION_LEVEL_FAT 600
+#define NUTRITION_LEVEL_FULL 550
+#define NUTRITION_LEVEL_WELL_FED 450
+#define NUTRITION_LEVEL_FED 350
+#define NUTRITION_LEVEL_HUNGRY 250
+#define NUTRITION_LEVEL_STARVING 150
+
+//Slime evolution threshold. Controls how fast slimes can split/grow
+#define SLIME_EVOLUTION_THRESHOLD 10
+
+//Slime commands defines
+#define SLIME_FRIENDSHIP_FOLLOW 3 //Min friendship to order it to follow
+#define SLIME_FRIENDSHIP_STOPEAT 5 //Min friendship to order it to stop eating someone
+#define SLIME_FRIENDSHIP_STOPEAT_NOANGRY 7 //Min friendship to order it to stop eating someone without it losing friendship
+#define SLIME_FRIENDSHIP_STOPCHASE 4 //Min friendship to order it to stop chasing someone (their target)
+#define SLIME_FRIENDSHIP_STOPCHASE_NOANGRY 6 //Min friendship to order it to stop chasing someone (their target) without it losing friendship
+#define SLIME_FRIENDSHIP_STAY 3 //Min friendship to order it to stay
+#define SLIME_FRIENDSHIP_ATTACK 8 //Min friendship to order it to attack
+
+//Sentience types, to prevent things like sentience potions from giving bosses sentience
+#define SENTIENCE_ORGANIC 1
+#define SENTIENCE_ARTIFICIAL 2
+#define SENTIENCE_OTHER 3
+#define SENTIENCE_MINEBOT 4
+#define SENTIENCE_BOSS 5
+
+//Mob AI Status
+
+//Hostile simple animals
+#define AI_ON 1
+#define AI_IDLE 2
+#define AI_OFF 3
+
+//SNPCs
+//AI defines
+#define INTERACTING 2
+#define TRAVEL 4
+#define FIGHTING 8
+//Trait defines
+#define TRAIT_ROBUST 2
+#define TRAIT_UNROBUST 4
+#define TRAIT_SMART 8
+#define TRAIT_DUMB 16
+#define TRAIT_MEAN 32
+#define TRAIT_FRIENDLY 64
+#define TRAIT_THIEVING 128
+//Range/chance defines
+#define MAX_RANGE_FIND 32
+#define MIN_RANGE_FIND 16
+#define FUZZY_CHANCE_HIGH 85
+#define FUZZY_CHANCE_LOW 50
+#define CHANCE_TALK 1
+//Traitor type defines
+#define SNPC_BRUTE 1
+#define SNPC_STEALTH 2
+#define SNPC_MARTYR 3
+#define SNPC_PSYCHO 4
diff --git a/code/__DEFINES/monkeys.dm b/code/__DEFINES/monkeys.dm
new file mode 100644
index 0000000000..76f7ea850c
--- /dev/null
+++ b/code/__DEFINES/monkeys.dm
@@ -0,0 +1,38 @@
+//Monkey defines, placed here so they can be read by other things!
+
+//Mode defines
+#define MONKEY_IDLE 0 // idle
+#define MONKEY_HUNT 1 // found target, hunting
+#define MONKEY_FLEE 2 // free from enemies
+#define MONKEY_DISPOSE 3 // dump body in disposals
+
+#define MONKEY_FLEE_HEALTH 50 // below this health value the monkey starts to flee from enemies
+#define MONKEY_ENEMY_VISION 9 // how close an enemy must be to trigger aggression
+#define MONKEY_FLEE_VISION 4 // how close an enemy must be before it triggers flee
+#define MONKEY_ITEM_SNATCH_DELAY 25 // How long does it take the item to be taken from a mobs hand
+#define MONKEY_CUFF_RETALIATION_PROB 20 // Probability monkey will aggro when cuffed
+#define MONKEY_SYRINGE_RETALIATION_PROB 20 // Probability monkey will aggro when syringed
+
+// Probability per Life tick that the monkey will:
+#define MONKEY_RESIST_PROB 50 // resist out of restraints
+ // when the monkey is idle
+#define MONKEY_PULL_AGGRO_PROB 5 // aggro against the mob pulling it
+#define MONKEY_PICKUP_PROB 5 // if not currently getting an item, pickup an item around it
+#define MONKEY_STEAL_PROB 5 // if not currently getting an item, steal an item from someone around it
+ // when the monkey is hunting
+#define MONKEY_ATTACK_DISARM_PROB 50 // disarm an armed attacker
+#define MONKEY_WEAPON_PROB 20 // if not currently getting an item, search for a weapon around it
+#define MONKEY_RECRUIT_PROB 25 // recruit a monkey near it
+#define MONKEY_SWITCH_TARGET_PROB 25 // switch targets if it sees another enemy
+
+#define MONKEY_RETALIATE_HARM_PROB 95 // probability for the monkey to aggro when attacked with harm intent
+#define MONKEY_RETALIATE_DISARM_PROB 20 // probability for the monkey to aggro when attacked with disarm intent
+
+#define MONKEY_HATRED_AMOUNT 4 // amount of aggro to add to an enemy when they attack user
+#define MONKEY_HATRED_REDUCTION_PROB 25 // probability of reducing aggro by one when the monkey attacks
+
+// how many Life ticks the monkey will fail to:
+#define MONKEY_HUNT_FRUSTRATION_LIMIT 8 // Chase after an enemy before giving up
+#define MONKEY_DISPOSE_FRUSTRATION_LIMIT 16 // Dispose of a body before giving up
+
+#define MONKEY_AGGRESSIVE_MVM_PROB 1 // If you mass edit monkies to be aggressive. there is a small chance of in-fighting
\ No newline at end of file
diff --git a/code/__DEFINES/pinpointers.dm b/code/__DEFINES/pinpointers.dm
new file mode 100644
index 0000000000..80403e54de
--- /dev/null
+++ b/code/__DEFINES/pinpointers.dm
@@ -0,0 +1,7 @@
+//I would rather have these in pinpointer.dm, but Malf_Modules.dm is loaded before that file so they need to be here.
+#define TRACK_NUKE_DISK 1 //We track the nuclear authentication disk, either to protect it or steal it
+#define TRACK_MALF_AI 2 //We track the malfunctioning AI, so we can prevent it from blowing us all up
+#define TRACK_INFILTRATOR 3 //We track the Syndicate infiltrator, so we can get back to ship when the nuke's armed
+#define TRACK_OPERATIVES 4 //We track the closest operative, so we can regroup when we need to
+#define TRACK_ATOM 5 //We track a specified atom, so admins can make us function for events
+#define TRACK_COORDINATES 6 //We point towards the specified coordinates on our z-level, so we can navigate
diff --git a/code/__DEFINES/pipe_construction.dm b/code/__DEFINES/pipe_construction.dm
index f19c19824a..84c4563bf2 100644
--- a/code/__DEFINES/pipe_construction.dm
+++ b/code/__DEFINES/pipe_construction.dm
@@ -38,4 +38,21 @@ Construction breaks otherwise
#define DISP_END_OUTLET 7
#define DISP_END_CHUTE 8
#define DISP_SORTJUNCTION 9
-#define DISP_SORTJUNCTION_FLIP 10
\ No newline at end of file
+#define DISP_SORTJUNCTION_FLIP 10
+
+//Transit tubes
+#define TRANSIT_TUBE_STRAIGHT 0
+#define TRANSIT_TUBE_STRAIGHT_CROSSING 1
+#define TRANSIT_TUBE_CURVED 2
+#define TRANSIT_TUBE_DIAGONAL 3
+#define TRANSIT_TUBE_DIAGONAL_CROSSING 4
+#define TRANSIT_TUBE_JUNCTION 5
+#define TRANSIT_TUBE_STATION 6
+#define TRANSIT_TUBE_TERMINUS 7
+#define TRANSIT_TUBE_POD 8
+
+//the open status of the transit tube station
+#define STATION_TUBE_OPEN 0
+#define STATION_TUBE_OPENING 1
+#define STATION_TUBE_CLOSED 2
+#define STATION_TUBE_CLOSING 3
\ No newline at end of file
diff --git a/code/__DEFINES/planes.dm b/code/__DEFINES/planes.dm
deleted file mode 100644
index 31165e0258..0000000000
--- a/code/__DEFINES/planes.dm
+++ /dev/null
@@ -1,18 +0,0 @@
-//List of all preclaimed planes
- //Generally 'arbitrary' planes should be given a constant number
- //Planes that are dependent upon another plane value should be defined with that plane
- #define PLANE_SPACE_BACKGROUND -10
- #define PLANE_SPACE_PARALLAX (PLANE_SPACE_BACKGROUND + 1)
- #define PLANE_SPACE_DUST (PLANE_SPACE_PARALLAX + 1)
-
- #define PLANE_TURF -6
- #define PLANE_NOIR_BLOOD -5
- #define PLANE_OBJ -4
- #define PLANE_MOB -3
- #define PLANE_EFFECTS -2
- #define PLANE_LIGHTING -1
-
- #define PLANE_BASE 0
-
- #define PLANE_STATIC 1
- #define PLANE_HUD 2
diff --git a/code/__DEFINES/preferences.dm b/code/__DEFINES/preferences.dm
index ec4017088c..63c051061d 100644
--- a/code/__DEFINES/preferences.dm
+++ b/code/__DEFINES/preferences.dm
@@ -28,7 +28,22 @@
#define CHAT_GHOSTWHISPER 128
#define CHAT_GHOSTPDA 256
#define CHAT_GHOSTRADIO 512
-#define CHAT_LOOC 1024
-#define TOGGLES_DEFAULT_CHAT (CHAT_OOC|CHAT_DEAD|CHAT_GHOSTEARS|CHAT_GHOSTSIGHT|CHAT_PRAYER|CHAT_RADIO|CHAT_PULLR|CHAT_GHOSTWHISPER|CHAT_GHOSTPDA|CHAT_GHOSTRADIO|CHAT_LOOC)
+#define TOGGLES_DEFAULT_CHAT (CHAT_OOC|CHAT_DEAD|CHAT_GHOSTEARS|CHAT_GHOSTSIGHT|CHAT_PRAYER|CHAT_RADIO|CHAT_PULLR|CHAT_GHOSTWHISPER|CHAT_GHOSTPDA|CHAT_GHOSTRADIO)
+#define PARALLAX_INSANE -1 //for show offs
+#define PARALLAX_HIGH 0 //default.
+#define PARALLAX_MED 1
+#define PARALLAX_LOW 2
+#define PARALLAX_DISABLE 3 //this option must be the highest number
+
+#define PARALLAX_DELAY_DEFAULT world.tick_lag
+#define PARALLAX_DELAY_MED 1
+#define PARALLAX_DELAY_LOW 2
+
+#define SEC_DEPT_NONE "None"
+#define SEC_DEPT_RANDOM "Random"
+#define SEC_DEPT_ENGINEERING "Engineering"
+#define SEC_DEPT_MEDICAL "Medical"
+#define SEC_DEPT_SCIENCE "Science"
+#define SEC_DEPT_SUPPLY "Supply"
\ No newline at end of file
diff --git a/code/__DEFINES/qdel.dm b/code/__DEFINES/qdel.dm
index 78c0b532bd..4bbe2e486a 100644
--- a/code/__DEFINES/qdel.dm
+++ b/code/__DEFINES/qdel.dm
@@ -6,10 +6,10 @@
#define QDEL_HINT_IWILLGC 2 //functionally the same as the above. qdel should assume the object will gc on its own, and not check it.
#define QDEL_HINT_HARDDEL 3 //qdel should assume this object won't gc, and queue a hard delete using a hard reference.
#define QDEL_HINT_HARDDEL_NOW 4 //qdel should assume this object won't gc, and hard del it post haste.
-#define QDEL_HINT_PUTINPOOL 5 //qdel will put this object in the atom pool.
-#define QDEL_HINT_FINDREFERENCE 6 //functionally identical to QDEL_HINT_QUEUE if TESTING is not enabled in _compiler_options.dm.
+#define QDEL_HINT_FINDREFERENCE 5 //functionally identical to QDEL_HINT_QUEUE if TESTING is not enabled in _compiler_options.dm.
//if TESTING is enabled, qdel will call this object's find_references() verb.
//defines for the gc_destroyed var
#define GC_QUEUED_FOR_QUEUING -1
-#define GC_QUEUED_FOR_HARD_DEL -2
\ No newline at end of file
+#define GC_QUEUED_FOR_HARD_DEL -2
+#define GC_CURRENTLY_BEING_QDELETED -3
diff --git a/code/__DEFINES/reagents.dm b/code/__DEFINES/reagents.dm
index 3e81a67b1b..2cd950b92d 100644
--- a/code/__DEFINES/reagents.dm
+++ b/code/__DEFINES/reagents.dm
@@ -1,3 +1,6 @@
#define SOLID 1
#define LIQUID 2
-#define GAS 3
\ No newline at end of file
+#define GAS 3
+
+#define OPENCONTAINER 4096 // is an open container for chemistry purposes
+#define TRANSPARENT 8192 //Used for non-open containers which you still want to be able to see the reagents off.
\ No newline at end of file
diff --git a/code/__DEFINES/bots.dm b/code/__DEFINES/robots.dm
similarity index 79%
rename from code/__DEFINES/bots.dm
rename to code/__DEFINES/robots.dm
index 29a54359ed..921589d033 100644
--- a/code/__DEFINES/bots.dm
+++ b/code/__DEFINES/robots.dm
@@ -1,5 +1,8 @@
-//Bot defines, placed here so they can be read by other things!
+/*ALL DEFINES FOR AIS, CYBORGS, AND SIMPLE ANIMAL BOTS*/
+#define DEFAULT_AI_LAWID "default"
+
+//Bot defines, placed here so they can be read by other things!
#define BOT_STEP_DELAY 4 //Delay between movemements
#define BOT_STEP_MAX_RETRIES 5 //Maximum times a bot will retry to step from its position
@@ -23,4 +26,11 @@
#define BOT_BLOCKED 14 // blocked
#define BOT_NAV 15 // computing navigation
#define BOT_WAIT_FOR_NAV 16 // waiting for nav computation
-#define BOT_NO_ROUTE 17 // no destination beacon found (or no route)
\ No newline at end of file
+#define BOT_NO_ROUTE 17 // no destination beacon found (or no route)
+
+//Bot types
+#define SEC_BOT 1 // Secutritrons (Beepsky) and ED-209s
+#define MULE_BOT 2 // MULEbots
+#define FLOOR_BOT 4 // Floorbots
+#define CLEAN_BOT 8 // Cleanbots
+#define MED_BOT 16 // Medibots
diff --git a/code/__DEFINES/role_preferences.dm b/code/__DEFINES/role_preferences.dm
index 2427c1cc17..94995eeb23 100644
--- a/code/__DEFINES/role_preferences.dm
+++ b/code/__DEFINES/role_preferences.dm
@@ -21,10 +21,9 @@
#define ROLE_GANG "gangster"
#define ROLE_ABDUCTOR "abductor"
#define ROLE_REVENANT "revenant"
-#define ROLE_HOG_GOD "hand of god: god"
-#define ROLE_HOG_CULTIST "hand of god: cultist"
#define ROLE_DEVIL "devil"
#define ROLE_SERVANT_OF_RATVAR "servant of Ratvar"
+#define ROLE_BORER "borer"
//Missing assignment means it's not a gamemode specific role, IT'S NOT A BUG OR ERROR.
//The gamemode specific ones are just so the gamemodes can query whether a player is old enough
@@ -45,8 +44,12 @@ var/global/list/special_roles = list(
ROLE_GANG = /datum/game_mode/gang,
ROLE_REVENANT,
ROLE_ABDUCTOR = /datum/game_mode/abduction,
- ROLE_HOG_GOD = /datum/game_mode/hand_of_god,
- ROLE_HOG_CULTIST = /datum/game_mode/hand_of_god,
ROLE_DEVIL = /datum/game_mode/devil,
ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult,
+ ROLE_BORER,
)
+
+//Job defines for what happens when you fail to qualify for any job during job selection
+#define BEASSISTANT 1
+#define BERANDOMJOB 2
+#define RETURNTOLOBBY 3
\ No newline at end of file
diff --git a/code/__DEFINES/say.dm b/code/__DEFINES/say.dm
index 226bfee631..4b4417607b 100644
--- a/code/__DEFINES/say.dm
+++ b/code/__DEFINES/say.dm
@@ -15,6 +15,7 @@
#define MODE_ALIEN "alientalk"
#define MODE_HOLOPAD "holopad"
#define MODE_CHANGELING "changeling"
+#define MODE_VOCALCORDS "cords"
//Spans. Robot speech, italics, etc. Applied in compose_message().
#define SPAN_ROBOT "robot"
@@ -24,6 +25,7 @@
#define SPAN_PAPYRUS "papyrus"
#define SPAN_REALLYBIG "reallybig"
#define SPAN_COMMAND "command_headset"
+#define SPAN_CLOWN "clown"
//bitflag #defines for return value of the radio() proc.
#define ITALICS 1
diff --git a/code/__DEFINES/shuttles.dm b/code/__DEFINES/shuttles.dm
index 7fbaf6d8c9..a9c14bdd5c 100644
--- a/code/__DEFINES/shuttles.dm
+++ b/code/__DEFINES/shuttles.dm
@@ -1,17 +1,19 @@
//shuttle mode defines
-#define SHUTTLE_IDLE 0
-#define SHUTTLE_RECALL 1
-#define SHUTTLE_CALL 2
-#define SHUTTLE_DOCKED 3
-#define SHUTTLE_STRANDED 4
-#define SHUTTLE_ESCAPE 5
-#define SHUTTLE_ENDGAME 6
+#define SHUTTLE_IDLE "idle"
+#define SHUTTLE_IGNITING "igniting"
+#define SHUTTLE_RECALL "recall"
+#define SHUTTLE_CALL "call"
+#define SHUTTLE_DOCKED "docked"
+#define SHUTTLE_STRANDED "stranded"
+#define SHUTTLE_ESCAPE "escape"
+#define SHUTTLE_ENDGAME "endgame: game over"
#define EMERGENCY_IDLE_OR_RECALLED (SSshuttle.emergency && ((SSshuttle.emergency.mode == SHUTTLE_IDLE) || (SSshuttle.emergency.mode == SHUTTLE_RECALL)))
#define EMERGENCY_ESCAPED_OR_ENDGAMED (SSshuttle.emergency && ((SSshuttle.emergency.mode == SHUTTLE_ESCAPE) || (SSshuttle.emergency.mode == SHUTTLE_ENDGAME)))
#define EMERGENCY_AT_LEAST_DOCKED (SSshuttle.emergency && SSshuttle.emergency.mode != SHUTTLE_IDLE && SSshuttle.emergency.mode != SHUTTLE_RECALL && SSshuttle.emergency.mode != SHUTTLE_CALL)
// Shuttle return values
+#define SHUTTLE_CAN_DOCK "can_dock"
#define SHUTTLE_NOT_A_DOCKING_PORT "not_a_docking_port"
#define SHUTTLE_DWIDTH_TOO_LARGE "docking_width_too_large"
#define SHUTTLE_WIDTH_TOO_LARGE "width_too_large"
@@ -29,3 +31,11 @@
// Ripples, effects that signal a shuttle's arrival
#define SHUTTLE_RIPPLE_TIME 100
#define SHUTTLE_RIPPLE_FADEIN 50
+
+#define TRANSIT_REQUEST 1
+#define TRANSIT_READY 2
+#define TRANSIT_FULL 3
+
+#define SHUTTLE_TRANSIT_BORDER 8
+
+#define PARALLAX_LOOP_TIME 25
\ No newline at end of file
diff --git a/code/__DEFINES/sight.dm b/code/__DEFINES/sight.dm
index ad5217c0df..6482d541f0 100644
--- a/code/__DEFINES/sight.dm
+++ b/code/__DEFINES/sight.dm
@@ -20,8 +20,14 @@
#define INVISIBILITY_ABSTRACT 101 //only used for abstract objects (e.g. spacevine_controller), things that are not really there.
-
#define BORGMESON 1
#define BORGTHERM 2
#define BORGXRAY 4
#define BORGMATERIAL 8
+
+//for clothing visor toggles, these determine which vars to toggle
+#define VISOR_FLASHPROTECT 1
+#define VISOR_TINT 2
+#define VISOR_VISIONFLAGS 4 //all following flags only matter for glasses
+#define VISOR_DARKNESSVIEW 8
+#define VISOR_INVISVIEW 16
diff --git a/code/__DEFINES/stat.dm b/code/__DEFINES/stat.dm
index 9711fa9ff1..e2cf5d5dd7 100644
--- a/code/__DEFINES/stat.dm
+++ b/code/__DEFINES/stat.dm
@@ -24,3 +24,8 @@
#define POWEROFF 4 // tbd
#define MAINT 8 // under maintaince
#define EMPED 16 // temporary broken by EMP pulse
+
+//ai power requirement defines
+#define POWER_REQ_NONE 0
+#define POWER_REQ_ALL 1
+#define POWER_REQ_CLOCKCULT 2
diff --git a/code/__DEFINES/status_effects.dm b/code/__DEFINES/status_effects.dm
new file mode 100644
index 0000000000..1e1cd7a617
--- /dev/null
+++ b/code/__DEFINES/status_effects.dm
@@ -0,0 +1,23 @@
+
+//These are all the different status effects. Use the paths for each effect in the defines.
+
+#define BASIC_STATUS_EFFECT /datum/status_effect //Has no effect.
+
+///////////
+// BUFFS //
+///////////
+
+#define STATUS_EFFECT_SHADOW_MEND /datum/status_effect/shadow_mend //Quick, powerful heal that deals damage afterwards. Heals 15 brute/burn every second for 3 seconds.
+#define STATUS_EFFECT_VOID_PRICE /datum/status_effect/void_price //The price of healing yourself with void energy. Deals 3 brute damage every 3 seconds for 30 seconds.
+
+#define STATUS_EFFECT_VANGUARD /datum/status_effect/vanguard_shield //Grants temporary stun absorption, but will stun the user based on how many stuns they absorbed.
+#define STATUS_EFFECT_INATHNEQS_ENDOWMENT /datum/status_effect/inathneqs_endowment //A 15-second invulnerability and stun absorption, granted by Inath-neq.
+#define STATUS_EFFECT_WRAITHSPECS /datum/status_effect/wraith_spectacles
+
+#define STATUS_EFFECT_POWERREGEN /datum/status_effect/cyborg_power_regen //Regenerates power on a given cyborg over time
+
+/////////////
+// DEBUFFS //
+/////////////
+
+#define STATUS_EFFECT_SIGILMARK /datum/status_effect/sigil_mark
diff --git a/code/__DEFINES/tablecrafting.dm b/code/__DEFINES/tablecrafting.dm
deleted file mode 100644
index cfe3f8cb38..0000000000
--- a/code/__DEFINES/tablecrafting.dm
+++ /dev/null
@@ -1,8 +0,0 @@
-
-#define CAT_NONE ""
-#define CAT_WEAPON "Weaponry"
-#define CAT_AMMO "Ammunition"
-#define CAT_ROBOT "Robots"
-#define CAT_FOOD "Food"
-#define CAT_MISC "Misc"
-#define CAT_PRIMAL "Tribal"
\ No newline at end of file
diff --git a/code/__DEFINES/tick.dm b/code/__DEFINES/tick.dm
index 04e333fc95..e0dd0cc905 100644
--- a/code/__DEFINES/tick.dm
+++ b/code/__DEFINES/tick.dm
@@ -1,7 +1,7 @@
-#define TICK_LIMIT_RUNNING 85
-#define TICK_LIMIT_TO_RUN 80
-#define TICK_LIMIT_MC 84
-#define TICK_LIMIT_MC_INIT 100
+#define TICK_LIMIT_RUNNING 80
+#define TICK_LIMIT_TO_RUN 78
+#define TICK_LIMIT_MC 70
+#define TICK_LIMIT_MC_INIT_DEFAULT 98
#define TICK_CHECK ( world.tick_usage > CURRENT_TICKLIMIT ? stoplag() : 0 )
#define CHECK_TICK if (world.tick_usage > CURRENT_TICKLIMIT) stoplag()
diff --git a/code/__DEFINES/typeids.dm b/code/__DEFINES/typeids.dm
new file mode 100644
index 0000000000..ae5df258b4
--- /dev/null
+++ b/code/__DEFINES/typeids.dm
@@ -0,0 +1,8 @@
+//Byond type ids
+#define TYPEID_NULL "0"
+#define TYPEID_NORMAL_LIST "f"
+//helper macros
+#define GET_TYPEID(ref) ( ( (lentext(ref) <= 10) ? "TYPEID_NULL" : copytext(ref, 4, lentext(ref)-6) ) )
+#define IS_NORMAL_LIST(L) (GET_TYPEID("\ref[L]") == TYPEID_NORMAL_LIST)
+
+
diff --git a/code/__DEFINES/voreconstants.dm b/code/__DEFINES/voreconstants.dm
index 3b6e3c0a31..01f866e5b3 100644
--- a/code/__DEFINES/voreconstants.dm
+++ b/code/__DEFINES/voreconstants.dm
@@ -2,7 +2,6 @@
#define DM_HOLD "Hold"
#define DM_DIGEST "Digest"
#define DM_HEAL "Heal"
-#define DM_ABSORB "Absorb"
#define DM_DIGESTF "Fast Digest"
#define VORE_STRUGGLE_EMOTE_CHANCE 40
@@ -11,8 +10,8 @@
#define HOSTILE_STANCE_EATING 99
-var/global/list/player_sizes_list = list("Macro" = RESIZE_HUGE, "Big" = RESIZE_BIG, "Normal" = RESIZE_NORMAL, "Small" = RESIZE_SMALL, "Tiny" = RESIZE_TINY)
-
+var/global/list/player_sizes_list = list("Macro" = SIZESCALE_HUGE, "Big" = SIZESCALE_BIG, "Normal" = SIZESCALE_NORMAL, "Small" = SIZESCALE_SMALL, "Tiny" = SIZESCALE_TINY)
+/* // moved to sound.dm
var/global/list/digestion_sounds = list(
'sound/vore/digest1.ogg',
@@ -38,7 +37,7 @@ var/global/list/death_sounds = list(
'sound/vore/death7.ogg',
'sound/vore/death8.ogg',
'sound/vore/death9.ogg',
- 'sound/vore/death10.ogg')
+ 'sound/vore/death10.ogg') */
var/global/list/vore_sounds = list(
"Gulp" = 'sound/vore/gulp.ogg',
@@ -51,13 +50,13 @@ var/global/list/vore_sounds = list(
"Squish2" = 'sound/vore/squish2.ogg',
"Squish3" = 'sound/vore/squish3.ogg',
"Squish4" = 'sound/vore/squish4.ogg')
-
+/* also moved to sound.dmi
var/global/list/struggle_sounds = list(
"Squish1" = 'sound/vore/squish1.ogg',
"Squish2" = 'sound/vore/squish2.ogg',
"Squish3" = 'sound/vore/squish3.ogg',
"Squish4" = 'sound/vore/squish4.ogg')
-
+*/
//Species listing
#define iscanine(A) (is_species(A, /datum/species/canine))
@@ -66,101 +65,8 @@ var/global/list/struggle_sounds = list(
#define isrodent(A) (is_species(A, /datum/species/rodent))
#define isherbivorous(A) (is_species(A, /datum/species/herbivorous))
#define isexotic(A) (is_species(A, /datum/species/exotic))
+
/*
-var/list/canine_species = list (
-anubis,
-corgi,
-coyote,
-dalmatian,
-fennec,
-fox,
-husky,
-wolf,
-sheperd,
-lab,
-otusian
-)
-
-var/list/feline_species = list (
-panther,
-tajaran,
-smilodon
-)
-
-var/list/avian_species = list (
-corvid,
-hawk
-)
-
-var/list/lizard_species = list (
-crocodile,
-drake,
-gria,
-lizard,
-naga,
-turtle,
-shark
-)
-
-var/list/rodent_species = list (
-aramdillo,
-beaver,
-jackalope,
-leporid,
-murid,
-otter,
-porcupine,
-possum,
-raccoon,
-roorat,
-skunk,
-squirrel
-)
-
-var/list/herbivorous_species = list (
-boar,
-capra,
-cow,
-deer,
-hippo,
-kangaroo,
-pig
-)
-
-var/list/exotic_species = list (
-alien,
-carp,
-drider,
-glowfen,
-jelly,
-moth,
-plant,
-seaslug,
-slime,
-)
-
-var/list/taur = list (
-panther,
-tajaran,
-horse,
-lab,
-sheperd,
-fox,
-cow,
-husky,
-naga,
-wolf,
-dirder,
-drake,
-otie
-)
-
- //Mutant Human bits
-var/global/list/tails_list_human = list()
-var/global/list/animated_tails_list_human = list()
-// var/global/list/ears_list = list()
-var/global/list/wings_list = list()
-
/proc/log_debug(text)
if (config.log_debug)
diary << "\[[time_stamp()]]DEBUG: [text][log_end]"
diff --git a/code/__DEFINES/vv.dm b/code/__DEFINES/vv.dm
new file mode 100644
index 0000000000..807e5187b0
--- /dev/null
+++ b/code/__DEFINES/vv.dm
@@ -0,0 +1,21 @@
+#define VV_NUM "Number"
+#define VV_TEXT "Text"
+#define VV_MESSAGE "Mutiline Text"
+#define VV_ICON "Icon"
+#define VV_ATOM_REFERENCE "Atom Reference"
+#define VV_DATUM_REFERENCE "Datum Reference"
+#define VV_MOB_REFERENCE "Mob Reference"
+#define VV_CLIENT "Client"
+#define VV_ATOM_TYPE "Atom Typepath"
+#define VV_DATUM_TYPE "Datum Typepath"
+#define VV_TYPE "Custom Typepath"
+#define VV_FILE "File"
+#define VV_LIST "List"
+#define VV_NEW_ATOM "New Atom"
+#define VV_NEW_DATUM "New Datum"
+#define VV_NEW_TYPE "New Custom Typepath"
+#define VV_NEW_LIST "New List"
+#define VV_NULL "NULL"
+#define VV_RESTORE_DEFAULT "Restore to Default"
+#define VV_MARKED_DATUM "Marked Datum"
+
diff --git a/code/__DEFINES/wires.dm b/code/__DEFINES/wires.dm
index 8f863cd0ab..d9bbff0b5f 100644
--- a/code/__DEFINES/wires.dm
+++ b/code/__DEFINES/wires.dm
@@ -1,44 +1,45 @@
-#define WIRE_ACTIVATE "activate"
-#define WIRE_AI "ai"
-#define WIRE_ALARM "alarm"
-#define WIRE_AVOIDANCE "avoidance"
-#define WIRE_BACKUP1 "backup1"
-#define WIRE_BACKUP2 "backup2"
-#define WIRE_BEACON "beacon"
-#define WIRE_BOLTS "bolts"
-#define WIRE_BOOM "boom"
-#define WIRE_CAMERA "camera"
-#define WIRE_CONTRABAND "contraband"
-#define WIRE_DELAY "delay"
-#define WIRE_DISABLE "disable"
-#define WIRE_DISARM "disarm"
-#define WIRE_ELECTRIFY "electrify"
-#define WIRE_HACK "hack"
-#define WIRE_IDSCAN "idscan"
-#define WIRE_INTERFACE "interface"
-#define WIRE_LAWSYNC "lawsync"
-#define WIRE_LIGHT "light"
-#define WIRE_LIMIT "limit"
-#define WIRE_LOADCHECK "loadcheck"
-#define WIRE_LOCKDOWN "lockdown"
-#define WIRE_MOTOR1 "motor1"
-#define WIRE_MOTOR2 "motor2"
-#define WIRE_OPEN "open"
-#define WIRE_PANIC "panic"
-#define WIRE_POWER "power"
-#define WIRE_POWER1 "power1"
-#define WIRE_POWER2 "power2"
-#define WIRE_PROCEED "proceed"
-#define WIRE_RX "recieve"
-#define WIRE_SAFETY "safety"
-#define WIRE_SHOCK "shock"
-#define WIRE_SIGNAL "signal"
-#define WIRE_SPEAKER "speaker"
-#define WIRE_STRENGTH "strength"
-#define WIRE_THROW "throw"
-#define WIRE_TIMING "timing"
-#define WIRE_TX "transmit"
-#define WIRE_UNBOLT "unbolt"
-#define WIRE_ZAP "zap"
-#define WIRE_ZAP1 "zap1"
-#define WIRE_ZAP2 "zap2"
+#define WIRE_DUD_PREFIX "__dud"
+#define WIRE_ACTIVATE "Activate"
+#define WIRE_AI "AI Connection"
+#define WIRE_ALARM "Alarm"
+#define WIRE_AVOIDANCE "Avoidance"
+#define WIRE_BACKUP1 "Auxillary Power 1"
+#define WIRE_BACKUP2 "Auxillary Power 2"
+#define WIRE_BEACON "Beacon"
+#define WIRE_BOLTS "Bolts"
+#define WIRE_BOOM "Boom"
+#define WIRE_CAMERA "Camera"
+#define WIRE_CONTRABAND "Contraband"
+#define WIRE_DELAY "Delay"
+#define WIRE_DISABLE "Disable"
+#define WIRE_DISARM "Disarm"
+#define WIRE_HACK "Hack"
+#define WIRE_IDSCAN "ID Scan"
+#define WIRE_INTERFACE "Interface"
+#define WIRE_LAWSYNC "AI Law Synchronization"
+#define WIRE_LIGHT "Bolt Lights"
+#define WIRE_LIMIT "Limiter"
+#define WIRE_LOADCHECK "Load Check"
+#define WIRE_LOCKDOWN "Lockdown"
+#define WIRE_MOTOR1 "Motor 1"
+#define WIRE_MOTOR2 "Motor 2"
+#define WIRE_OPEN "Open"
+#define WIRE_PANIC "Panic Siphon"
+#define WIRE_POWER "Power"
+#define WIRE_POWER1 "Main Power 1"
+#define WIRE_POWER2 "Main Power 2"
+#define WIRE_PROCEED "Proceed"
+#define WIRE_RX "Recieve"
+#define WIRE_RESET_MODULE "Reset Module"
+#define WIRE_SAFETY "Safety"
+#define WIRE_SHOCK "High Voltage Ground"
+#define WIRE_SIGNAL "Signal"
+#define WIRE_SPEAKER "Speaker"
+#define WIRE_STRENGTH "Strength"
+#define WIRE_THROW "Throw"
+#define WIRE_TIMING "Timing"
+#define WIRE_TX "Transmit"
+#define WIRE_UNBOLT "Unbolt"
+#define WIRE_ZAP "High Voltage Circuit"
+#define WIRE_ZAP1 "High Voltage Circuit 1"
+#define WIRE_ZAP2 "High Voltage Circuit 2"
diff --git a/code/__HELPERS/_logging.dm b/code/__HELPERS/_logging.dm
index a23204ac5d..48e085aa51 100644
--- a/code/__HELPERS/_logging.dm
+++ b/code/__HELPERS/_logging.dm
@@ -8,10 +8,11 @@
/proc/notice(msg)
world.log << "## NOTICE: [msg]"
-//print a testing-mode debug message to world.log
-/proc/testing(msg)
+//print a testing-mode debug message to world.log and world
#ifdef TESTING
- world.log << "## TESTING: [msg]"
+#define testing(msg) world.log << "## TESTING: [msg]"; world << "## TESTING: [msg]"
+#else
+#define testing(msg)
#endif
/proc/log_admin(text)
@@ -19,10 +20,14 @@
if (config.log_admin)
diary << "\[[time_stamp()]]ADMIN: [text]"
+/proc/log_mentor(text)
+ mentor_log.Add(text)
+ diary << "\[[time_stamp()]]MENTOR: [text]"
+
/proc/log_adminsay(text)
if (config.log_adminchat)
log_admin("ASAY: [text]")
-
+
/proc/log_dsay(text)
if (config.log_adminchat)
log_admin("DSAY: [text]")
@@ -76,3 +81,6 @@
//reusing the PDA option because I really don't think news comments are worth a config option
diary << "\[[time_stamp()]]COMMENT: [text]"
+/proc/log_chat(text)
+ if (config.log_pda)
+ diary << "\[[time_stamp()]]CHAT: [text]"
\ No newline at end of file
diff --git a/code/__HELPERS/bandetect.dm b/code/__HELPERS/bandetect.dm
index 97c7e1567c..61698c54d8 100644
--- a/code/__HELPERS/bandetect.dm
+++ b/code/__HELPERS/bandetect.dm
@@ -10,6 +10,8 @@
if(query.NextRow())
var/diff = text2num(query.item[1])
+ if(config.use_account_age_for_jobs)
+ player_age = max(0,diff) //So job code soesn't freak out if they are time traveling.
if(diff < YOUNG)
var/msg = "(IP: [address], ID: [computer_id]) is a new BYOND account made on [y]-[m]-[d]."
if(diff < 0)
diff --git a/code/__HELPERS/cmp.dm b/code/__HELPERS/cmp.dm
index 54cdc9bb8c..f963f09a35 100644
--- a/code/__HELPERS/cmp.dm
+++ b/code/__HELPERS/cmp.dm
@@ -40,5 +40,12 @@ var/cmp_field = "name"
/proc/cmp_subsystem_priority(datum/subsystem/a, datum/subsystem/b)
return a.priority - b.priority
+/proc/cmp_timer(datum/timedevent/a, datum/timedevent/b)
+ return a.timeToRun - b.timeToRun
+
/proc/cmp_clientcolour_priority(datum/client_colour/A, datum/client_colour/B)
- return B.priority - A.priority
\ No newline at end of file
+ return B.priority - A.priority
+
+/proc/cmp_clockscripture_priority(datum/clockwork_scripture/A, datum/clockwork_scripture/B)
+ return initial(A.sort_priority) - initial(B.sort_priority)
+
diff --git a/code/__HELPERS/game.dm b/code/__HELPERS/game.dm
index ac32632559..6cc76759c3 100644
--- a/code/__HELPERS/game.dm
+++ b/code/__HELPERS/game.dm
@@ -13,13 +13,17 @@
for(A, A && !isarea(A), A=A.loc); //semicolon is for the empty statement
return A
+/proc/get_area_name(atom/X)
+ var/area/Y = get_area(X)
+ return Y.name
+
/proc/get_area_master(O)
var/area/A = get_area(O)
if(A && A.master)
A = A.master
return A
-/proc/get_area_name(N) //get area by its name
+/proc/get_area_by_name(N) //get area by its name
for(var/area/A in world)
if(A.name == N)
return A
@@ -315,24 +319,22 @@
O.screen_loc = screen_loc
return O
-/proc/Show2Group4Delay(obj/O, list/group, delay=0)
- if(!isobj(O))
- return
- if(!group)
- group = clients
- for(var/client/C in group)
- C.screen += O
- if(delay)
- spawn(delay)
- for(var/client/C in group)
- C.screen -= O
+/proc/remove_images_from_clients(image/I, list/show_to)
+ for(var/client/C in show_to)
+ C.images -= I
/proc/flick_overlay(image/I, list/show_to, duration)
for(var/client/C in show_to)
C.images += I
- spawn(duration)
- for(var/client/C in show_to)
- C.images -= I
+ addtimer(CALLBACK(GLOBAL_PROC, /.proc/remove_images_from_clients, I, show_to), duration)
+
+/proc/flick_overlay_view(image/I, atom/target, duration) //wrapper for the above, flicks to everyone who can see the target atom
+ var/list/viewing = list()
+ for(var/m in viewers(target))
+ var/mob/M = m
+ if(M.client)
+ viewing += M.client
+ flick_overlay(I, viewing, duration)
/proc/get_active_player_count(var/alive_check = 0, var/afk_check = 0, var/human_check = 0)
// Get active players who are playing in the round
@@ -344,9 +346,9 @@
continue
else if(afk_check && M.client.is_afk())
continue
- else if(human_check && !istype(M, /mob/living/carbon/human))
+ else if(human_check && !ishuman(M))
continue
- else if(istype(M, /mob/new_player)) // exclude people in the lobby
+ else if(isnewplayer(M)) // exclude people in the lobby
continue
else if(isobserver(M)) // Ghosts are fine if they were playing once (didn't start as observers)
var/mob/dead/observer/O = M
@@ -393,14 +395,35 @@
return new /datum/projectile_data(src_x, src_y, time, distance, power_x, power_y, dest_x, dest_y)
-/proc/pollCandidates(var/Question, var/jobbanType, var/datum/game_mode/gametypeCheck, var/be_special_flag = 0, var/poll_time = 300)
+/proc/showCandidatePollWindow(mob/dead/observer/G, poll_time, Question, list/candidates, ignore_category, time_passed)
+ set waitfor = 0
+
+ G << 'sound/misc/notice2.ogg' //Alerting them to their consideration
+ switch(ignore_category ? askuser(G,Question,"Please answer in [poll_time/10] seconds!","Yes","No","Never for this round", StealFocus=0, Timeout=poll_time) : askuser(G,Question,"Please answer in [poll_time/10] seconds!","Yes","No", StealFocus=0, Timeout=poll_time))
+ if(1)
+ G << "Choice registered: Yes. "
+ if((world.time-time_passed)>poll_time)
+ G << "Sorry, you were too late for the consideration! "
+ G << 'sound/machines/buzz-sigh.ogg'
+ else
+ candidates += G
+ if(2)
+ G << "Choice registered: No. "
+ if(3)
+ var/list/L = poll_ignore[ignore_category]
+ if(!L)
+ poll_ignore[ignore_category] = list()
+ poll_ignore[ignore_category] += G.ckey
+ G << "Choice registered: Never for this round. "
+
+/proc/pollCandidates(var/Question, var/jobbanType, var/datum/game_mode/gametypeCheck, var/be_special_flag = 0, var/poll_time = 300, var/ignore_category = null)
var/list/mob/dead/observer/candidates = list()
var/time_passed = world.time
if (!Question)
Question = "Would you like to be a special role?"
for(var/mob/dead/observer/G in player_list)
- if(!G.key || !G.client)
+ if(!G.key || !G.client || (ignore_category && poll_ignore[ignore_category] && G.ckey in poll_ignore[ignore_category]))
continue
if(be_special_flag)
if(!(G.client.prefs) || !(be_special_flag in G.client.prefs.be_special))
@@ -411,18 +434,8 @@
if (jobbanType)
if(jobban_isbanned(G, jobbanType) || jobban_isbanned(G, "Syndicate"))
continue
- spawn(0)
- G << 'sound/misc/notice2.ogg' //Alerting them to their consideration
- switch(askuser(G,Question,"Please answer in [poll_time/10] seconds!","Yes","No", StealFocus=0, Timeout=poll_time))
- if(1)
- G << "Choice registered: Yes. "
- if((world.time-time_passed)>poll_time)
- G << "Sorry, you were too late for the consideration! "
- G << 'sound/machines/buzz-sigh.ogg'
- else
- candidates += G
- if(2)
- G << "Choice registered: No. "
+
+ showCandidatePollWindow(G, poll_time, Question, candidates, ignore_category, time_passed)
sleep(poll_time)
//Check all our candidates, to make sure they didn't log off during the wait period.
@@ -430,8 +443,27 @@
if(!G.key || !G.client)
candidates.Remove(G)
+ listclearnulls(candidates)
+
return candidates
+/proc/pollCandidatesForMob(Question, jobbanType, datum/game_mode/gametypeCheck, be_special_flag = 0, poll_time = 300, mob/M, ignore_category = null)
+ var/list/L = pollCandidates(Question, jobbanType, gametypeCheck, be_special_flag, poll_time, ignore_category)
+ if(!M || qdeleted(M) || !M.loc)
+ return list()
+ return L
+
+/proc/pollCandidatesForMobs(Question, jobbanType, datum/game_mode/gametypeCheck, be_special_flag = 0, poll_time = 300, list/mobs, ignore_category = null)
+ var/list/L = pollCandidates(Question, jobbanType, gametypeCheck, be_special_flag, poll_time, ignore_category)
+ var/i=1
+ for(var/v in mobs)
+ var/atom/A = v
+ if(!A || qdeleted(A) || !A.loc)
+ mobs.Cut(i,i+1)
+ else
+ ++i
+ return L
+
/proc/makeBody(mob/dead/observer/G_found) // Uses stripped down and bastardized code from respawn character
if(!G_found || !G_found.key)
return
@@ -444,3 +476,13 @@
new_character.key = G_found.key
return new_character
+
+/proc/send_to_playing_players(thing) //sends a whatever to all playing players; use instead of world << where needed
+ for(var/M in player_list)
+ if(M && !isnewplayer(M))
+ M << thing
+
+/proc/window_flash(var/client_or_usr)
+ if (!client_or_usr)
+ return
+ winset(client_or_usr, "mainwindow", "flash=5")
diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm
index f6b65bfa39..7f8be90c62 100644
--- a/code/__HELPERS/global_lists.dm
+++ b/code/__HELPERS/global_lists.dm
@@ -23,12 +23,19 @@
init_sprite_accessory_subtypes(/datum/sprite_accessory/body_markings, body_markings_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/tails/lizard, tails_list_lizard)
init_sprite_accessory_subtypes(/datum/sprite_accessory/tails_animated/lizard, animated_tails_list_lizard)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/tails/human, tails_list_human)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/tails_animated/human, animated_tails_list_human)
init_sprite_accessory_subtypes(/datum/sprite_accessory/snouts, snouts_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/horns, horns_list)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/ears, ears_list)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/wings, wings_list)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/wings_open, wings_open_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/frills, frills_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/spines, spines_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/spines_animated, animated_spines_list)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/legs, legs_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/wings, r_wings_list,roundstart = TRUE)
+
//mammal bodyparts (fucking furries)
init_sprite_accessory_subtypes(/datum/sprite_accessory/mam_body_markings, mam_body_markings_list)
init_sprite_accessory_subtypes(/datum/sprite_accessory/mam_tails, mam_tails_list)
@@ -65,6 +72,11 @@
var/datum/tech/D = new path()
tech_list[D.id] = D
+ //Emotes
+ for(var/path in subtypesof(/datum/emote))
+ var/datum/emote/E = new path()
+ emote_list[E.key] = E
+
init_subtypes(/datum/crafting_recipe, crafting_recipes)
/* // Uncomment to debug chemical reaction list.
diff --git a/code/__HELPERS/icon_smoothing.dm b/code/__HELPERS/icon_smoothing.dm
index fd4b322202..483f54b860 100644
--- a/code/__HELPERS/icon_smoothing.dm
+++ b/code/__HELPERS/icon_smoothing.dm
@@ -108,39 +108,39 @@
return adjacencies
+//do not use, use queue_smooth(atom)
/proc/smooth_icon(atom/A)
+ if(!A || !A.smooth || !A.z)
+ return
if(qdeleted(A))
return
- if(!A || !A.smooth)
- return
- spawn(0)
- if((A.smooth & SMOOTH_TRUE) || (A.smooth & SMOOTH_MORE))
- var/adjacencies = calculate_adjacencies(A)
+ if((A.smooth & SMOOTH_TRUE) || (A.smooth & SMOOTH_MORE))
+ var/adjacencies = calculate_adjacencies(A)
- if(A.smooth & SMOOTH_DIAGONAL)
- A.diagonal_smooth(adjacencies)
- else
- cardinal_smooth(A, adjacencies)
+ if(A.smooth & SMOOTH_DIAGONAL)
+ A.diagonal_smooth(adjacencies)
+ else
+ cardinal_smooth(A, adjacencies)
/atom/proc/diagonal_smooth(adjacencies)
switch(adjacencies)
if(N_NORTH|N_WEST)
- replace_smooth_overlays("d1-se-0","d2-se","d3-se","d4-se")
+ replace_smooth_overlays("d-se","d-se-0")
if(N_NORTH|N_EAST)
- replace_smooth_overlays("d1-sw","d2-sw-0","d3-sw","d4-sw")
+ replace_smooth_overlays("d-sw","d-sw-0")
if(N_SOUTH|N_WEST)
- replace_smooth_overlays("d1-ne","d2-ne","d3-ne-0","d4-ne")
+ replace_smooth_overlays("d-ne","d-ne-0")
if(N_SOUTH|N_EAST)
- replace_smooth_overlays("d1-nw","d2-nw","d3-nw","d4-nw-0")
+ replace_smooth_overlays("d-nw","d-nw-0")
if(N_NORTH|N_WEST|N_NORTHWEST)
- replace_smooth_overlays("d1-se-1","d2-se","d3-se","d4-se")
+ replace_smooth_overlays("d-se","d-se-1")
if(N_NORTH|N_EAST|N_NORTHEAST)
- replace_smooth_overlays("d1-sw","d2-sw-1","d3-sw","d4-sw")
+ replace_smooth_overlays("d-sw","d-sw-1")
if(N_SOUTH|N_WEST|N_SOUTHWEST)
- replace_smooth_overlays("d1-ne","d2-ne","d3-ne-1","d4-ne")
+ replace_smooth_overlays("d-ne","d-ne-1")
if(N_SOUTH|N_EAST|N_SOUTHEAST)
- replace_smooth_overlays("d1-nw","d2-nw","d3-nw","d4-nw-1")
+ replace_smooth_overlays("d-nw","d-nw-1")
else
cardinal_smooth(src, adjacencies)
@@ -153,25 +153,33 @@
/turf/closed/wall/diagonal_smooth(adjacencies)
adjacencies = reverse_ndir(..())
if(adjacencies)
- underlays.Cut()
+ var/list/U = list()
if(fixed_underlay)
if(fixed_underlay["space"])
- underlays += image('icons/turf/space.dmi', SPACE_ICON_STATE, layer=src.layer)
+ var/image/I = image('icons/turf/space.dmi', SPACE_ICON_STATE, layer=TURF_LAYER)
+ I.plane = PLANE_SPACE
+ U += I
else
- underlays += image(fixed_underlay["icon"], fixed_underlay["icon_state"], layer=src.layer)
+ U += image(fixed_underlay["icon"], fixed_underlay["icon_state"], layer=TURF_LAYER)
else
var/turf/T = get_step(src, turn(adjacencies, 180))
- if(T && T.density)
+ if(T && (T.density || T.smooth))
T = get_step(src, turn(adjacencies, 135))
- if(T && T.density)
+ if(T && (T.density || T.smooth))
T = get_step(src, turn(adjacencies, 225))
- if(istype(T, /turf/open/space))
- underlays += image('icons/turf/space.dmi', SPACE_ICON_STATE, layer=src.layer)
+ if(isspaceturf(T) && !istype(T, /turf/open/space/transit))
+ var/image/I = image('icons/turf/space.dmi', SPACE_ICON_STATE, layer=TURF_LAYER)
+ I.plane = PLANE_SPACE
+ U += I
else if(T && !T.density && !T.smooth)
- underlays += T
+ U += T
+ else if(baseturf && !initial(baseturf.density) && !initial(baseturf.smooth))
+ U += image(initial(baseturf.icon), initial(baseturf.icon_state), layer=TURF_LAYER)
else
- underlays += DEFAULT_UNDERLAY_IMAGE
+ U += DEFAULT_UNDERLAY_IMAGE
+ underlays = U
+
/proc/cardinal_smooth(atom/A, adjacencies)
//NW CORNER
@@ -226,25 +234,31 @@
else if(adjacencies & N_EAST)
se = "4-e"
+ var/list/New = list()
+
if(A.top_left_corner != nw)
A.overlays -= A.top_left_corner
A.top_left_corner = nw
- A.add_overlay(nw)
+ New += nw
if(A.top_right_corner != ne)
A.overlays -= A.top_right_corner
A.top_right_corner = ne
- A.add_overlay(ne)
+ New += ne
if(A.bottom_right_corner != sw)
A.overlays -= A.bottom_right_corner
A.bottom_right_corner = sw
- A.add_overlay(sw)
+ New += sw
if(A.bottom_left_corner != se)
A.overlays -= A.bottom_left_corner
A.bottom_left_corner = se
- A.add_overlay(se)
+ New += se
+
+ if(New.len)
+ A.add_overlay(New)
+
/proc/find_type_in_direction(atom/source, direction)
var/turf/target_turf = get_step(source, direction)
@@ -305,14 +319,16 @@
/atom/proc/replace_smooth_overlays(nw, ne, sw, se)
clear_smooth_overlays()
+ var/list/O = list()
top_left_corner = nw
- add_overlay(nw)
+ O += nw
top_right_corner = ne
- add_overlay(ne)
+ O += ne
bottom_left_corner = sw
- add_overlay(sw)
+ O += sw
bottom_right_corner = se
- add_overlay(se)
+ O += se
+ add_overlay(O)
/proc/reverse_ndir(ndir)
switch(ndir)
@@ -351,19 +367,6 @@
else
return 0
-//SSicon_smooth
-/proc/ss_smooth_icon(atom/A)
- if(qdeleted(A))
- return
- if(!istype(A) || (A && !A.smooth))
- return
- if((A.smooth & SMOOTH_TRUE) || (A.smooth & SMOOTH_MORE))
- var/adjacencies = calculate_adjacencies(A)
- if(A.smooth & SMOOTH_DIAGONAL)
- A.diagonal_smooth(adjacencies)
- else
- cardinal_smooth(A, adjacencies)
-
//SSicon_smooth
/proc/queue_smooth_neighbors(atom/A)
for(var/V in orange(1,A))
@@ -384,6 +387,5 @@
name = "smooth wall"
icon = 'icons/turf/smooth_wall.dmi'
icon_state = "smooth"
- walltype = "shuttle"
smooth = SMOOTH_TRUE|SMOOTH_DIAGONAL|SMOOTH_BORDER
canSmoothWith = null
diff --git a/code/__HELPERS/icons.dm b/code/__HELPERS/icons.dm
index cffdc7fe48..9ebc0ef72d 100644
--- a/code/__HELPERS/icons.dm
+++ b/code/__HELPERS/icons.dm
@@ -199,7 +199,7 @@ mob
getFlatIcon(src)
Browse_Icon()
-obj/effect/overlayTest
+/obj/effect/overlayTest
icon = 'old_or_unused.dmi'
icon_state = "blue"
pixel_x = -24
@@ -948,9 +948,8 @@ var/global/list/friendly_animal_types = list()
overlays += priority_overlays
/atom/proc/add_overlay(image, priority = 0)
- if(image in overlays)
- return
var/list/new_overlays = overlays.Copy()
+ new_overlays -= image
if(priority)
if(!priority_overlays)
priority_overlays = list()
@@ -1007,3 +1006,32 @@ var/global/list/humanoid_icon_cache = list()
//Lame.
/image/proc/setDir(newdir)
dir = newdir
+
+// Used to make the frozen item visuals for Freon.
+var/list/freeze_item_icons = list()
+
+/atom/proc/freeze_icon_index()
+ return "\ref[initial(icon)]-[initial(icon_state)]"
+
+/obj/proc/make_frozen_visual()
+ if(!is_frozen && (initial(icon) && initial(icon_state)))
+ var/index = freeze_icon_index()
+ var/icon/IC
+ var/icon/P = freeze_item_icons[index]
+ if(!P)
+ P = new /icon
+ for(var/iconstate in icon_states(icon))
+ var/icon/O = new('icons/effects/freeze.dmi', "ice_cube")
+ IC = new(icon, iconstate)
+ O.Blend(IC, ICON_ADD)
+ P.Insert(O, iconstate)
+ freeze_item_icons[index] = P
+ icon = P
+ name = "frozen [name]"
+ is_frozen = TRUE
+
+//Assumes already frozed
+obj/proc/make_unfrozen()
+ icon = initial(icon)
+ name = replacetext(name, "frozen ", "")
+ is_frozen = FALSE
diff --git a/code/__HELPERS/lists.dm b/code/__HELPERS/lists.dm
index e7807a881e..4d1653f0f5 100644
--- a/code/__HELPERS/lists.dm
+++ b/code/__HELPERS/lists.dm
@@ -76,9 +76,13 @@
. += A
//Like typesof() or subtypesof(), but returns a typecache instead of a list
-/proc/typecacheof(path, ignore_root_path)
+/proc/typecacheof(path, ignore_root_path, only_root_path = FALSE)
if(ispath(path))
- var/list/types = ignore_root_path ? subtypesof(path) : typesof(path)
+ var/list/types = list()
+ if(only_root_path)
+ types = list(path)
+ else
+ types = ignore_root_path ? subtypesof(path) : typesof(path)
var/list/L = list()
for(var/T in types)
L[T] = TRUE
@@ -92,8 +96,11 @@
L[T] = TRUE
else
for(var/P in pathlist)
- for(var/T in typesof(P))
- L[T] = TRUE
+ if(only_root_path)
+ L[P] = TRUE
+ else
+ for(var/T in typesof(P))
+ L[T] = TRUE
return L
//Empties the list by setting the length to 0. Hopefully the elements get garbage collected
@@ -104,13 +111,8 @@
//Removes any null entries from the list
/proc/listclearnulls(list/L)
- if(istype(L))
- var/i=1
- for(var/thing in L)
- if(thing != null)
- ++i
- continue
- L.Cut(i,i+1)
+ var/list/N = new(L.len)
+ L -= N
/*
* Returns list containing all the entries from first list that are not present in second.
@@ -228,12 +230,30 @@
return L
+//same, but returns nothing and acts on list in place
+/proc/shuffle_inplace(list/L)
+ if(!L)
+ return
+
+ for(var/i=1, i= 0 ? /proc/cmp_ckey_asc : /proc/cmp_ckey_dsc)
@@ -392,5 +412,38 @@
if(islist(.[i]))
.[i] = .(.[i])
+//takes an input_key, as text, and the list of keys already used, outputting a replacement key in the format of "[input_key] ([number_of_duplicates])" if it finds a duplicate
+//use this for lists of things that might have the same name, like mobs or objects, that you plan on giving to a player as input
+/proc/avoid_assoc_duplicate_keys(input_key, list/used_key_list)
+ if(!input_key || !istype(used_key_list))
+ return
+ if(used_key_list[input_key])
+ used_key_list[input_key]++
+ input_key = "[input_key] ([used_key_list[input_key]])"
+ else
+ used_key_list[input_key] = 1
+ return input_key
+
+#if DM_VERSION > 512
+#error Remie said that lummox was adding a way to get a lists
+#error contents via list.values, if that is true remove this
+#error otherwise, update the version and bug lummox
+#elseif
+//Flattens a keyed list into a list of it's contents
+/proc/flatten_list(list/key_list)
+ if(!islist(key_list))
+ return null
+ . = list()
+ for(var/key in key_list)
+ . |= key_list[key]
+
//Picks from the list, with some safeties, and returns the "default" arg if it fails
#define DEFAULTPICK(L, default) ((istype(L, /list) && L:len) ? pick(L) : default)
+
+#define LAZYINITLIST(L) if (!L) L = list()
+
+#define UNSETEMPTY(L) if (L && !L.len) L = null
+#define LAZYREMOVE(L, I) if(L) { L -= I; if(!L.len) { L = null; } }
+#define LAZYADD(L, I) if(!L) { L = list(); } L += I;
+#define LAZYACCESS(L, I) (L ? (isnum(I) ? (I > 0 && I <= L.len ? L[I] : null) : L[I]) : null)
+#define LAZYLEN(L) length(L)
diff --git a/code/__HELPERS/maths.dm b/code/__HELPERS/maths.dm
index 9e34764192..84f55d1aef 100644
--- a/code/__HELPERS/maths.dm
+++ b/code/__HELPERS/maths.dm
@@ -20,8 +20,10 @@ var/list/sqrtTable = list(1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4,
/proc/Ceiling(x, y=1)
return -round(-x / y) * y
+/proc/Floor(x, y=1)
+ return round(x / y) * y
+
#define Clamp(CLVALUE,CLMIN,CLMAX) ( max( (CLMIN), min((CLVALUE), (CLMAX)) ) )
-#define CLAMP01(x) (Clamp(x,0,1))
// cotangent
/proc/Cot(x)
diff --git a/code/__HELPERS/matrices.dm b/code/__HELPERS/matrices.dm
index 808612107e..c77b8aa7f4 100644
--- a/code/__HELPERS/matrices.dm
+++ b/code/__HELPERS/matrices.dm
@@ -63,91 +63,96 @@
// Color matrices:
-//Luma coefficients suggested for HDTVs. If you change these, make sure they add up to 1.
-#define LUMR 0.2126
-#define LUMG 0.7152
-#define LUMB 0.0722
+/* Documenting a couple of potentially useful color matrices here to inspire ideas
+// Greyscale - indentical to saturation @ 0
+list(LUMA_R,LUMA_R,LUMA_R,0, LUMA_G,LUMA_G,LUMA_G,0, LUMA_B,LUMA_B,LUMA_B,0, 0,0,0,1, 0,0,0,0)
-//Still need color matrix addition, negation, and multiplication.
+// Color inversion
+list(-1,0,0,0, 0,-1,0,0, 0,0,-1,0, 0,0,0,1, 1,1,1,0)
-//Returns an identity color matrix which does nothing
-/proc/color_identity()
- return list(1,0,0, 0,1,0, 0,0,1)
+// Sepiatone
+list(0.393,0.349,0.272,0, 0.769,0.686,0.534,0, 0.189,0.168,0.131,0, 0,0,0,1, 0,0,0,0)
+*/
-//Moves all colors angle degrees around the color wheel while maintaining intensity of the color and not affecting whites
-//TODO: Need a version that only affects one color (ie shift red to blue but leave greens and blues alone)
-/proc/color_rotation(angle)
- if(angle == 0)
- return color_identity()
- angle = Clamp(angle, -180, 180)
- var/cos = cos(angle)
+//Does nothing
+/proc/color_matrix_identity()
+ return list(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1, 0,0,0,0)
+
+//Adds/subtracts overall lightness
+//0 is identity, 1 makes everything white, -1 makes everything black
+/proc/color_matrix_lightness(power)
+ return list(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1, power,power,power,0)
+
+//Changes distance hues have from grey while maintaining the overall lightness. Greys are unaffected.
+//1 is identity, 0 is greyscale, >1 oversaturates colors
+/proc/color_matrix_saturation(value)
+ var/inv = 1 - value
+ var/R = round(LUMA_R * inv, 0.001)
+ var/G = round(LUMA_G * inv, 0.001)
+ var/B = round(LUMA_B * inv, 0.001)
+
+ return list(R + value,R,R,0, G,G + value,G,0, B,B,B + value,0, 0,0,0,1, 0,0,0,0)
+
+//Changes distance colors have from rgb(127,127,127) grey
+//1 is identity. 0 makes everything grey >1 blows out colors and greys
+/proc/color_matrix_contrast(value)
+ var/add = (1 - value) / 2
+ return list(value,0,0,0, 0,value,0,0, 0,0,value,0, 0,0,0,1, add,add,add,0)
+
+//Moves all colors angle degrees around the color wheel while maintaining intensity of the color and not affecting greys
+//0 is identity, 120 moves reds to greens, 240 moves reds to blues
+/proc/color_matrix_rotate_hue(angle)
var/sin = sin(angle)
-
- var/constA = 0.143
- var/constB = 0.140
- var/constC = -0.283
+ var/cos = cos(angle)
+ var/cos_inv_third = 0.333*(1-cos)
+ var/sqrt3_sin = sqrt(3)*sin
return list(
- LUMR + cos * (1-LUMR) + sin * -LUMR, LUMR + cos * -LUMR + sin * constA, LUMR + cos * -LUMR + sin * -(1-LUMR),
- LUMG + cos * -LUMG + sin * -LUMG, LUMG + cos * (1-LUMG) + sin * constB, LUMG + cos * -LUMG + sin * LUMG,
- LUMB + cos * -LUMB + sin * (1-LUMB), LUMB + cos * -LUMB + sin * constC, LUMB + cos * (1-LUMB) + sin * LUMB
- )
+round(cos+cos_inv_third, 0.001), round(cos_inv_third+sqrt3_sin, 0.001), round(cos_inv_third-sqrt3_sin, 0.001), 0,
+round(cos_inv_third-sqrt3_sin, 0.001), round(cos+cos_inv_third, 0.001), round(cos_inv_third+sqrt3_sin, 0.001), 0,
+round(cos_inv_third+sqrt3_sin, 0.001), round(cos_inv_third-sqrt3_sin, 0.001), round(cos+cos_inv_third, 0.001), 0,
+0,0,0,1,
+0,0,0,0)
-//Makes everything brighter or darker without regard to existing color or brightness
-/proc/color_brightness(power)
- power = Clamp(power, -255, 255)
- power = power/255
+//These next three rotate values about one axis only
+//x is the red axis, y is the green axis, z is the blue axis.
+/proc/color_matrix_rotate_x(angle)
+ var/sinval = round(sin(angle), 0.001); var/cosval = round(cos(angle), 0.001)
+ return list(1,0,0,0, 0,cosval,sinval,0, 0,-sinval,cosval,0, 0,0,0,1, 0,0,0,0)
- return list(1,0,0, 0,1,0, 0,0,1, power,power,power)
+/proc/color_matrix_rotate_y(angle)
+ var/sinval = round(sin(angle), 0.001); var/cosval = round(cos(angle), 0.001)
+ return list(cosval,0,-sinval,0, 0,1,0,0, sinval,0,cosval,0, 0,0,0,1, 0,0,0,0)
-/var/list/delta_index = list(
- 0, 0.01, 0.02, 0.04, 0.05, 0.06, 0.07, 0.08, 0.1, 0.11,
- 0.12, 0.14, 0.15, 0.16, 0.17, 0.18, 0.20, 0.21, 0.22, 0.24,
- 0.25, 0.27, 0.28, 0.30, 0.32, 0.34, 0.36, 0.38, 0.40, 0.42,
- 0.44, 0.46, 0.48, 0.5, 0.53, 0.56, 0.59, 0.62, 0.65, 0.68,
- 0.71, 0.74, 0.77, 0.80, 0.83, 0.86, 0.89, 0.92, 0.95, 0.98,
- 1.0, 1.06, 1.12, 1.18, 1.24, 1.30, 1.36, 1.42, 1.48, 1.54,
- 1.60, 1.66, 1.72, 1.78, 1.84, 1.90, 1.96, 2.0, 2.12, 2.25,
- 2.37, 2.50, 2.62, 2.75, 2.87, 3.0, 3.2, 3.4, 3.6, 3.8,
- 4.0, 4.3, 4.7, 4.9, 5.0, 5.5, 6.0, 6.5, 6.8, 7.0,
- 7.3, 7.5, 7.8, 8.0, 8.4, 8.7, 9.0, 9.4, 9.6, 9.8,
- 10.0)
+/proc/color_matrix_rotate_z(angle)
+ var/sinval = round(sin(angle), 0.001); var/cosval = round(cos(angle), 0.001)
+ return list(cosval,sinval,0,0, -sinval,cosval,0,0, 0,0,1,0, 0,0,0,1, 0,0,0,0)
-//Exxagerates or removes brightness
-/proc/color_contrast(value)
- value = Clamp(value, -100, 100)
- if(value == 0)
- return color_identity()
- var/x = 0
- if (value < 0)
- x = 127 + value / 100 * 127;
- else
- x = value % 1
- if(x == 0)
- x = delta_index[value]
- else
- x = delta_index[value] * (1-x) + delta_index[value+1] * x//use linear interpolation for more granularity.
- x = x * 127 + 127
+//Returns a matrix addition of A with B
+/proc/color_matrix_add(list/A, list/B)
+ if(!istype(A) || !istype(B))
+ return color_matrix_identity()
+ if(A.len != 20 || B.len != 20)
+ return color_matrix_identity()
+ var/list/output = list()
+ output.len = 20
+ for(var/value in 1 to 20)
+ output[value] = A[value] + B[value]
+ return output
- var/mult = x / 127
- var/add = 0.5 * (127-x) / 255
- return list(mult,0,0, 0,mult,0, 0,0,mult, add,add,add)
-
-//Exxagerates or removes colors
-/proc/color_saturation(value as num)
- if(value == 0)
- return color_identity()
- value = Clamp(value, -100, 100)
- if(value > 0)
- value *= 3
- var/x = 1 + value / 100
- var/inv = 1 - x
- var/R = LUMR * inv
- var/G = LUMG * inv
- var/B = LUMB * inv
-
- return list(R + x,R,R, G,G + x,G, B,B,B + x)
-
-#undef LUMR
-#undef LUMG
-#undef LUMB
+//Returns a matrix multiplication of A with B
+/proc/color_matrix_multiply(list/A, list/B)
+ if(!istype(A) || !istype(B))
+ return color_matrix_identity()
+ if(A.len != 20 || B.len != 20)
+ return color_matrix_identity()
+ var/list/output = list()
+ output.len = 20
+ var/x = 1
+ var/y = 1
+ var/offset = 0
+ for(y in 1 to 5)
+ offset = (y-1)*4
+ for(x in 1 to 4)
+ output[offset+x] = round(A[offset+1]*B[x] + A[offset+2]*B[x+4] + A[offset+3]*B[x+8] + A[offset+4]*B[x+12]+(y==5?B[x+16]:0), 0.001)
+ return output
\ No newline at end of file
diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm
index e3e3d1274c..11afa1a04b 100644
--- a/code/__HELPERS/mobs.dm
+++ b/code/__HELPERS/mobs.dm
@@ -62,13 +62,15 @@
init_sprite_accessory_subtypes(/datum/sprite_accessory/frills, frills_list)
if(!spines_list.len)
init_sprite_accessory_subtypes(/datum/sprite_accessory/spines, spines_list)
+ if(!legs_list.len)
+ init_sprite_accessory_subtypes(/datum/sprite_accessory/legs, legs_list)
if(!body_markings_list.len)
init_sprite_accessory_subtypes(/datum/sprite_accessory/body_markings, body_markings_list)
if(!wings_list.len)
init_sprite_accessory_subtypes(/datum/sprite_accessory/wings, wings_list)
//For now we will always return none for tail_human and ears.
- return(list("mcolor" = pick("FFFFFF","7F7F7F", "7FFF7F", "7F7FFF", "FF7F7F", "7FFFFF", "FF7FFF", "FFFF7F"), "tail_lizard" = pick(tails_list_lizard), "tail_human" = "None", "wings" = "None", "snout" = pick(snouts_list), "horns" = pick(horns_list), "ears" = "None", "frills" = pick(frills_list), "spines" = pick(spines_list), "body_markings" = pick(body_markings_list)))
+ return(list("mcolor" = pick("FFFFFF","7F7F7F", "7FFF7F", "7F7FFF", "FF7F7F", "7FFFFF", "FF7FFF", "FFFF7F"), "tail_lizard" = pick(tails_list_lizard), "tail_human" = "None", "wings" = "None", "snout" = pick(snouts_list), "horns" = pick(horns_list), "ears" = "None", "frills" = pick(frills_list), "spines" = pick(spines_list), "body_markings" = pick(body_markings_list), "legs" = "Normal Legs"))
/proc/random_hair_style(gender)
switch(gender)
@@ -105,6 +107,13 @@
if(i != attempts_to_find_unique_name && !findname(.))
break
+/proc/random_unique_plasmaman_name(attempts_to_find_unique_name=10)
+ for(var/i=1, i<=attempts_to_find_unique_name, i++)
+ . = capitalize(plasmaman_name())
+
+ if(i != attempts_to_find_unique_name && !findname(.))
+ break
+
/proc/random_skin_tone()
return pick(skin_tones)
@@ -161,24 +170,30 @@ Proc for attack log creation, because really why not
*/
/proc/add_logs(mob/user, mob/target, what_done, object=null, addition=null)
- var/newhealthtxt = ""
- var/coordinates = ""
var/turf/attack_location = get_turf(target)
- if(attack_location)
- coordinates = "([attack_location.x],[attack_location.y],[attack_location.z])"
- if(target && isliving(target))
- var/mob/living/L = target
- newhealthtxt = " (NEWHP: [L.health])"
- if(user && ismob(user))
- user.attack_log += text("\[[time_stamp()]\] Has [what_done] [target ? "[target.name][(ismob(target) && target.ckey) ? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][newhealthtxt][coordinates] ")
- if(user.mind)
- user.mind.attack_log += text("\[[time_stamp()]\] [user ? "[user.name][(ismob(user) && user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"] has [what_done] [target ? "[target.name][(ismob(target) && target.ckey) ? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][newhealthtxt][coordinates] ")
- if(target && ismob(target))
- target.attack_log += text("\[[time_stamp()]\] Has been [what_done] by [user ? "[user.name][(ismob(user) && user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][newhealthtxt][coordinates] ")
- if(target.mind)
- target.mind.attack_log += text("\[[time_stamp()]\] [target ? "[target.name][(ismob(target) && target.ckey) ? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"] has been [what_done] by [user ? "[user.name][(ismob(user) && user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][newhealthtxt][coordinates] ")
- log_attack("[user ? "[user.name][(ismob(user) && user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"] [what_done] [target ? "[target.name][(ismob(target) && target.ckey)? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][newhealthtxt][coordinates]")
+ var/is_mob_user = user && typecache_mob[user.type]
+ var/is_mob_target = target && typecache_mob[target.type]
+
+ var/mob/living/living_target
+
+
+ if(target && isliving(target))
+ living_target = target
+
+ if(is_mob_user)
+ var/message = "\[[time_stamp()]\] [user ? "[user.name][(user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"] has [what_done] [target ? "[target.name][(is_mob_target && target.ckey) ? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][(living_target) ? " (NEWHP: [living_target.health])" : ""][(attack_location) ? "([attack_location.x],[attack_location.y],[attack_location.z])" : ""] "
+ user.attack_log += message
+ if(user.mind)
+ user.mind.attack_log += message
+
+ if(is_mob_target)
+ var/message = "\[[time_stamp()]\] [target ? "[target.name][(target.ckey) ? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"] has been [what_done] by [user ? "[user.name][(is_mob_user && user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][(living_target) ? " (NEWHP: [living_target.health])" : ""][(attack_location) ? "([attack_location.x],[attack_location.y],[attack_location.z])" : ""] "
+ target.attack_log += message
+ if(target.mind)
+ target.mind.attack_log += message
+
+ log_attack("[user ? "[user.name][(is_mob_user && user.ckey) ? "([user.ckey])" : ""]" : "NON-EXISTANT SUBJECT"] [what_done] [target ? "[target.name][(is_mob_target && target.ckey)? "([target.ckey])" : ""]" : "NON-EXISTANT SUBJECT"][object ? " with [object]" : " "][addition][(living_target) ? " (NEWHP: [living_target.health])" : ""][(attack_location) ? "([attack_location.x],[attack_location.y],[attack_location.z])" : ""]")
/proc/do_mob(mob/user , mob/target, time = 30, uninterruptible = 0, progress = 1)
@@ -192,7 +207,7 @@ Proc for attack log creation, because really why not
var/target_loc = target.loc
- var/holding = user.get_active_hand()
+ var/holding = user.get_active_held_item()
var/datum/progressbar/progbar
if (progress)
progbar = new(user, time, target)
@@ -214,7 +229,7 @@ Proc for attack log creation, because really why not
drifting = 0
user_loc = user.loc
- if((!drifting && user.loc != user_loc) || target.loc != target_loc || user.get_active_hand() != holding || user.incapacitated() || user.lying )
+ if((!drifting && user.loc != user_loc) || target.loc != target_loc || user.get_active_held_item() != holding || user.incapacitated() || user.lying )
. = 0
break
if (progress)
@@ -234,7 +249,7 @@ Proc for attack log creation, because really why not
if(!user.Process_Spacemove(0) && user.inertia_dir)
drifting = 1
- var/holding = user.get_active_hand()
+ var/holding = user.get_active_held_item()
var/holdingnull = 1 //User's hand started out empty, check for an empty hand
if(holding)
@@ -261,8 +276,9 @@ Proc for attack log creation, because really why not
break
if(Tloc && (!target || Tloc != target.loc))
- . = 0
- break
+ if((Uloc != Tloc || Tloc != user) && !drifting)
+ . = 0
+ break
if(needhand)
//This might seem like an odd check, but you can still need a hand even when it's empty
@@ -271,7 +287,7 @@ Proc for attack log creation, because really why not
if(!holding)
. = 0
break
- if(user.get_active_hand() != holding)
+ if(user.get_active_held_item() != holding)
. = 0
break
if (progress)
@@ -292,7 +308,7 @@ Proc for attack log creation, because really why not
for(var/atom/target in targets)
originalloc[target] = target.loc
- var/holding = user.get_active_hand()
+ var/holding = user.get_active_held_item()
var/datum/progressbar/progbar
if(progress)
progbar = new(user, time, targets[1])
@@ -316,7 +332,7 @@ Proc for attack log creation, because really why not
user_loc = user.loc
for(var/atom/target in targets)
- if((!drifting && user_loc != user.loc) || originalloc[target] != target.loc || user.get_active_hand() != holding || user.incapacitated() || user.lying )
+ if((!drifting && user_loc != user.loc) || originalloc[target] != target.loc || user.get_active_held_item() != holding || user.incapacitated() || user.lying )
. = 0
break mainloop
if(progbar)
@@ -329,6 +345,33 @@ Proc for attack log creation, because really why not
if(H.dna && istype(H.dna.species, species_datum))
. = TRUE
+/proc/spawn_atom_to_turf(spawn_type, target, amount, admin_spawn=FALSE)
+ var/turf/T = get_turf(target)
+ if(!T)
+ CRASH("attempt to spawn atom type: [spawn_type] in nullspace")
+
+ for(var/j in 1 to amount)
+ var/atom/X = new spawn_type(T)
+ X.admin_spawned = admin_spawn
+
+/proc/spawn_and_random_walk(spawn_type, target, amount, walk_chance=100, max_walk=3, always_max_walk=FALSE, admin_spawn=FALSE)
+ var/turf/T = get_turf(target)
+ var/step_count = 0
+ if(!T)
+ CRASH("attempt to spawn atom type: [spawn_type] in nullspace")
+
+ for(var/j in 1 to amount)
+ var/atom/movable/X = new spawn_type(T)
+ X.admin_spawned = admin_spawn
+
+ if(always_max_walk || prob(walk_chance))
+ if(always_max_walk)
+ step_count = max_walk
+ else
+ step_count = rand(1, max_walk)
+
+ for(var/i in 1 to step_count)
+ step(X, pick(NORTH, SOUTH, EAST, WEST))
/proc/deadchat_broadcast(message, mob/follow_target=null, speaker_key=null, message_type=DEADCHAT_REGULAR)
for(var/mob/M in player_list)
@@ -341,7 +384,7 @@ Proc for attack log creation, because really why not
var/adminoverride = 0
if(M.client && M.client.holder && (prefs.chat_toggles & CHAT_DEAD))
adminoverride = 1
- if(istype(M, /mob/new_player) && !adminoverride)
+ if(isnewplayer(M) && !adminoverride)
continue
if(M.stat != DEAD && !adminoverride)
continue
@@ -356,7 +399,7 @@ Proc for attack log creation, because really why not
if(prefs.toggles & DISABLE_ARRIVALRATTLE)
continue
- if(istype(M, /mob/dead/observer) && follow_target)
+ if(isobserver(M) && follow_target)
var/link = FOLLOW_LINK(M, follow_target)
M << "[link] [message]"
else
diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm
index 90f0eb252c..61980062de 100644
--- a/code/__HELPERS/names.dm
+++ b/code/__HELPERS/names.dm
@@ -4,6 +4,8 @@
else
return "[pick(lizard_names_female)]-[pick(lizard_names_female)]"
+/proc/plasmaman_name()
+ return "[pick(plasmaman_names)] \Roman[rand(1,99)]"
var/church_name = null
/proc/church_name()
@@ -100,7 +102,7 @@ var/religion_name = null
if(2)
new_station_name += pick(greek_letters)
if(3)
- new_station_name += pick(roman_numerals)
+ new_station_name += "\Roman[rand(1,99)]"
if(4)
new_station_name += pick(phonetic_alphabet)
if(5)
@@ -170,7 +172,7 @@ var/syndicate_code_response//Code response for traitors.
var/safety[] = list(1,2,3)//Tells the proc which options to remove later on.
var/nouns[] = list("love","hate","anger","peace","pride","sympathy","bravery","loyalty","honesty","integrity","compassion","charity","success","courage","deceit","skill","beauty","brilliance","pain","misery","beliefs","dreams","justice","truth","faith","liberty","knowledge","thought","information","culture","trust","dedication","progress","education","hospitality","leisure","trouble","friendships", "relaxation")
- var/drinks[] = list("vodka and tonic","gin fizz","bahama mama","manhattan","black Russian","whiskey soda","long island tea","margarita","Irish coffee"," manly dwarf","Irish cream","doctor's delight","Beepksy Smash","tequila sunrise","brave bull","gargle blaster","bloody mary","whiskey cola","white Russian","vodka martini","martini","Cuba libre","kahlua","vodka","wine","moonshine")
+ var/drinks[] = list("vodka and tonic","gin fizz","bahama mama","manhattan","black Russian","whiskey soda","long island iced tea","margarita","Irish coffee"," manly dwarf","Irish cream","doctor's delight","Beepksy Smash","tequila sunrise","brave bull","gargle blaster","bloody mary","whiskey cola","white Russian","vodka martini","martini","Cuba libre","kahlua","vodka","wine","moonshine")
var/locations[] = teleportlocs.len ? teleportlocs : drinks//if null, defaults to drinks instead.
var/names[] = list()
diff --git a/code/__HELPERS/pronouns.dm b/code/__HELPERS/pronouns.dm
new file mode 100644
index 0000000000..3446a750ee
--- /dev/null
+++ b/code/__HELPERS/pronouns.dm
@@ -0,0 +1,242 @@
+//pronoun procs, for getting pronouns without using the text macros that only work in certain positions
+//datums don't have gender, but most of their subtypes do!
+/datum/proc/p_they(capitalized, temp_gender)
+ . = "it"
+ if(capitalized)
+ . = capitalize(.)
+
+/datum/proc/p_their(capitalized, temp_gender)
+ . = "its"
+ if(capitalized)
+ . = capitalize(.)
+
+/datum/proc/p_them(capitalized, temp_gender)
+ . = "it"
+ if(capitalized)
+ . = capitalize(.)
+
+/datum/proc/p_have(temp_gender)
+ . = "has"
+
+/datum/proc/p_are(temp_gender)
+ . = "is"
+
+/datum/proc/p_were(temp_gender)
+ . = "was"
+
+/datum/proc/p_do(temp_gender)
+ . = "does"
+
+/datum/proc/p_theyve(capitalized, temp_gender)
+ . = p_they(capitalized, temp_gender) + "'" + copytext(p_have(temp_gender), 3)
+
+/datum/proc/p_theyre(capitalized, temp_gender)
+ . = p_they(capitalized, temp_gender) + "'" + copytext(p_are(temp_gender), 2)
+
+/datum/proc/p_s(temp_gender) //is this a descriptive proc name, or what?
+ . = "s"
+
+//like clients, which do have gender.
+/client/p_they(capitalized, temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "they"
+ switch(temp_gender)
+ if(FEMALE)
+ . = "she"
+ if(MALE)
+ . = "he"
+ if(capitalized)
+ . = capitalize(.)
+
+/client/p_their(capitalized, temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "their"
+ switch(temp_gender)
+ if(FEMALE)
+ . = "her"
+ if(MALE)
+ . = "his"
+ if(capitalized)
+ . = capitalize(.)
+
+/client/p_them(capitalized, temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "them"
+ switch(temp_gender)
+ if(FEMALE)
+ . = "her"
+ if(MALE)
+ . = "him"
+ if(capitalized)
+ . = capitalize(.)
+
+/client/p_have(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "has"
+ if(temp_gender == PLURAL || temp_gender == NEUTER)
+ . = "have"
+
+/client/p_are(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "is"
+ if(temp_gender == PLURAL || temp_gender == NEUTER)
+ . = "are"
+
+/client/p_were(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "was"
+ if(temp_gender == PLURAL || temp_gender == NEUTER)
+ . = "were"
+
+/client/p_do(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "does"
+ if(temp_gender == PLURAL || temp_gender == NEUTER)
+ . = "do"
+
+/client/p_s(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ if(temp_gender != PLURAL && temp_gender != NEUTER)
+ . = "s"
+
+//mobs(and atoms but atoms don't really matter write your own proc overrides) also have gender!
+/mob/p_they(capitalized, temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "it"
+ switch(temp_gender)
+ if(FEMALE)
+ . = "she"
+ if(MALE)
+ . = "he"
+ if(PLURAL)
+ . = "they"
+ if(capitalized)
+ . = capitalize(.)
+
+/mob/p_their(capitalized, temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "its"
+ switch(temp_gender)
+ if(FEMALE)
+ . = "her"
+ if(MALE)
+ . = "his"
+ if(PLURAL)
+ . = "their"
+ if(capitalized)
+ . = capitalize(.)
+
+/mob/p_them(capitalized, temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "it"
+ switch(temp_gender)
+ if(FEMALE)
+ . = "her"
+ if(MALE)
+ . = "him"
+ if(PLURAL)
+ . = "them"
+ if(capitalized)
+ . = capitalize(.)
+
+/mob/p_have(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "has"
+ if(temp_gender == PLURAL)
+ . = "have"
+
+/mob/p_are(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "is"
+ if(temp_gender == PLURAL)
+ . = "are"
+
+/mob/p_were(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "was"
+ if(temp_gender == PLURAL)
+ . = "were"
+
+/mob/p_do(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ . = "does"
+ if(temp_gender == PLURAL)
+ . = "do"
+
+/mob/p_s(temp_gender)
+ if(!temp_gender)
+ temp_gender = gender
+ if(temp_gender != PLURAL)
+ . = "s"
+
+//humans need special handling, because they can have their gender hidden
+/mob/living/carbon/human/p_they(capitalized, temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_their(capitalized, temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_them(capitalized, temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_have(temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_are(temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_were(temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_do(temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
+
+/mob/living/carbon/human/p_s(temp_gender)
+ var/list/obscured = check_obscured_slots()
+ var/skipface = (wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))
+ if((slot_w_uniform in obscured) && skipface)
+ temp_gender = PLURAL
+ return ..()
diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm
index 236b86b774..e24724f9c5 100644
--- a/code/__HELPERS/text.dm
+++ b/code/__HELPERS/text.dm
@@ -206,6 +206,20 @@
if(start)
return findtextEx(text, suffix, start, null)
+//Checks if any of a given list of needles is in the haystack
+/proc/text_in_list(haystack, list/needle_list, start=1, end=0)
+ for(var/needle in needle_list)
+ if(findtext(haystack, needle, start, end))
+ return 1
+ return 0
+
+//Like above, but case sensitive
+/proc/text_in_list_case(haystack, list/needle_list, start=1, end=0)
+ for(var/needle in needle_list)
+ if(findtextEx(haystack, needle, start, end))
+ return 1
+ return 0
+
//Adds 'u' number of zeros ahead of the text 't'
/proc/add_zero(t, u)
while (length(t) < u)
@@ -421,66 +435,115 @@ var/list/binary = list("0","1")
return t
-/proc/char_split(t)
- . = list()
- for(var/x in 1 to length(t))
- . += copytext(t,x,x+1)
+#define string2charlist(string) (splittext(string, regex("(.)")) - splittext(string, ""))
-var/list/rot13_lookup = list()
+/proc/rot13(text = "")
+ var/list/textlist = string2charlist(text)
+ var/list/result = list()
+ for(var/c in textlist)
+ var/ca = text2ascii(c)
+ if(ca >= text2ascii("a") && ca <= text2ascii("m"))
+ ca += 13
+ else if(ca >= text2ascii("n") && ca <= text2ascii("z"))
+ ca -= 13
+ else if(ca >= text2ascii("A") && ca <= text2ascii("M"))
+ ca += 13
+ else if(ca >= text2ascii("N") && ca <= text2ascii("Z"))
+ ca -= 13
+ result += ascii2text(ca)
+ return jointext(result, "")
-/proc/generate_rot13_lookup()
- var/letters = alphabet.Copy()
- for(var/c in alphabet)
- letters += uppertext(c)
+//Takes a list of values, sanitizes it down for readability and character count,
+//then exports it as a json file at data/npc_saves/[filename].json.
+//As far as SS13 is concerned this is write only data. You can't change something
+//in the json file and have it be reflected in the in game item/mob it came from.
+//(That's what things like savefiles are for) Note that this list is not shuffled.
+/proc/twitterize(list/proposed, filename, cullshort = 1, storemax = 1000)
+ if(!islist(proposed) || !filename || !config.log_twitter)
+ return
- for(var/char in letters)
- var/ascii_char = text2ascii(char, 1)
+ //Regular expressions are, as usual, absolute magic
+ var/regex/is_website = new("http|www.|\[a-z0-9_-]+.(com|org|net|mil|edu)+", "i")
+ var/regex/is_email = new("\[a-z0-9_-]+@\[a-z0-9_-]+.\[a-z0-9_-]+", "i")
+ var/regex/alphanumeric = new("\[a-z0-9]+", "i")
+ var/regex/punctuation = new("\[.!?]+", "i")
+ var/regex/all_invalid_symbols = new("\[^ -~]+")
- var/index
+ var/list/accepted = list()
+ for(var/string in proposed)
+ if(findtext(string,is_website) || findtext(string,is_email) || findtext(string,all_invalid_symbols) || !findtext(string,alphanumeric))
+ continue
+ var/buffer = ""
+ var/early_culling = TRUE
+ for(var/pos = 1, pos <= lentext(string), pos++)
+ var/let = copytext(string, pos, (pos + 1) % lentext(string))
+ if(early_culling && !findtext(let,alphanumeric))
+ continue
+ early_culling = FALSE
+ buffer += let
+ if(!findtext(buffer,alphanumeric))
+ continue
+ var/punctbuffer = ""
+ var/cutoff = lentext(buffer)
+ for(var/pos = lentext(buffer), pos >= 0, pos--)
+ var/let = copytext(buffer, pos, (pos + 1) % lentext(buffer))
+ if(findtext(let,alphanumeric))
+ break
+ if(findtext(let,punctuation))
+ punctbuffer = let + punctbuffer //Note this isn't the same thing as using +=
+ cutoff = pos
+ if(punctbuffer) //We clip down excessive punctuation to get the letter count lower and reduce repeats. It's not perfect but it helps.
+ var/exclaim = FALSE
+ var/question = FALSE
+ var/periods = 0
+ for(var/pos = lentext(punctbuffer), pos >= 0, pos--)
+ var/punct = copytext(punctbuffer, pos, (pos + 1) % lentext(punctbuffer))
+ if(!exclaim && findtext(punct,"!"))
+ exclaim = TRUE
+ if(!question && findtext(punct,"?"))
+ question = TRUE
+ if(!exclaim && !question && findtext(punct,"."))
+ periods += 1
+ if(exclaim)
+ if(question)
+ punctbuffer = "?!"
+ else
+ punctbuffer = "!"
+ else if(question)
+ punctbuffer = "?"
+ else if(periods)
+ if(periods > 1)
+ punctbuffer = "..."
+ else
+ punctbuffer = "" //Grammer nazis be damned
+ buffer = copytext(buffer, 1, cutoff) + punctbuffer
+ if(!findtext(buffer,alphanumeric))
+ continue
+ if(!buffer || lentext(buffer) > 140 || lentext(buffer) <= cullshort || buffer in accepted)
+ continue
- switch(ascii_char)
- // A - Z
- if(65 to 90)
- index = 65
- // a - z
- if(97 to 122)
- index = 97
+ accepted += buffer
- var/d = ascii_char - index
- d += 13
- if(d >= 26)
- d -= 26
- ascii_char = index + d
- var/translated_char = ascii2text(ascii_char)
+ var/log = file("data/npc_saves/[filename].json") //If this line ever shows up as changed in a PR be very careful you aren't being memed on
+ var/list/oldjson = list()
+ var/list/oldentries = list()
+ if(fexists(log))
+ oldjson = json_decode(file2text(log))
+ oldentries = oldjson["data"]
+ if(!isemptylist(oldentries))
+ for(var/string in accepted)
+ for(var/old in oldentries)
+ if(string == old)
+ oldentries.Remove(old) //Line's position in line is "refreshed" until it falls off the in game radar
+ break
- rot13_lookup[char] = translated_char
+ var/list/finalized = list()
+ finalized = accepted.Copy() + oldentries.Copy() //we keep old and unreferenced phrases near the bottom for culling
+ listclearnulls(finalized)
+ if(!isemptylist(finalized) && length(finalized) > storemax)
+ finalized.Cut(storemax + 1)
+ fdel(log)
-/proc/rot13(t_in)
- if(!rot13_lookup.len)
- generate_rot13_lookup()
-
- var/t_out = ""
-
- for(var/i in 1 to length(t_in))
- var/char = copytext(t_in, i, i + 1)
- if(char in rot13_lookup)
- t_out += rot13_lookup[char]
- else
- t_out += char
-
- return t_out
-
-//Used in preferences' SetFlavorText and human's set_flavor verb
-//Previews a string of len or less length
-
-/proc/copytext_preserve_html(var/text, var/first, var/last)
- return html_encode(copytext(html_decode(text), first, last))
-
-proc/TextPreview(var/string,var/len=40)
- if(lentext(string) <= len)
- if(!lentext(string))
- return "\[...\]"
- else
- return string
- else
- return "[copytext(string, 1, 37)]..."
\ No newline at end of file
+ var/list/tosend = list()
+ tosend["data"] = finalized
+ log << json_encode(tosend)
\ No newline at end of file
diff --git a/code/__HELPERS/text_vr.dm b/code/__HELPERS/text_vr.dm
index a16b6c0cfc..d613f9b770 100644
--- a/code/__HELPERS/text_vr.dm
+++ b/code/__HELPERS/text_vr.dm
@@ -7,3 +7,12 @@
t = copytext(t, 1, index) + repl_chars[char] + copytext(t, index+5)
index = findtext(t, char)
return t
+
+proc/TextPreview(var/string,var/len=40)
+ if(lentext(string) <= len)
+ if(!lentext(string))
+ return "\[...\]"
+ else
+ return string
+ else
+ return "[copytext(string, 1, 37)]..."
diff --git a/code/__HELPERS/time.dm b/code/__HELPERS/time.dm
index ae34b697cf..36a70b4435 100644
--- a/code/__HELPERS/time.dm
+++ b/code/__HELPERS/time.dm
@@ -6,7 +6,7 @@
return time2text(world.timeofday, format)
/proc/gameTimestamp(format = "hh:mm:ss") // Get the game time in text
- return time2text(world.time - timezoneOffset + 432000, format)
+ return time2text(world.time - timezoneOffset + 432000 - round_start_time, format)
/* Returns 1 if it is the selected month and day */
/proc/isDay(month, day)
@@ -22,4 +22,13 @@
//returns timestamp in a sql and ISO 8601 friendly format
/proc/SQLtime()
- return time2text(world.realtime, "YYYY-MM-DD hh:mm:ss")
\ No newline at end of file
+ return time2text(world.realtime, "YYYY-MM-DD hh:mm:ss")
+
+
+/var/midnight_rollovers = 0
+/var/rollovercheck_last_timeofday = 0
+/proc/update_midnight_rollover()
+ if (world.timeofday < rollovercheck_last_timeofday) //TIME IS GOING BACKWARDS!
+ return midnight_rollovers++
+ return midnight_rollovers
+
diff --git a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm
index c186481cde..ff518e5bb0 100644
--- a/code/__HELPERS/type2type.dm
+++ b/code/__HELPERS/type2type.dm
@@ -225,6 +225,8 @@
return 'icons/mob/screen_slimecore.dmi'
if("Operative")
return 'icons/mob/screen_operative.dmi'
+ if("Clockwork")
+ return 'icons/mob/screen_clockwork.dmi'
else
return 'icons/mob/screen_midnight.dmi'
@@ -347,55 +349,6 @@ for(var/t in test_times)
/proc/isLeap(y)
return ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0))
-// A copy of text2dir, extended to accept one and two letter
-// directions, and to clearly return 0 otherwise.
-/proc/text2dir_extended(direction)
- switch(uppertext(direction))
- if("NORTH", "N")
- return 1
- if("SOUTH", "S")
- return 2
- if("EAST", "E")
- return 4
- if("WEST", "W")
- return 8
- if("NORTHEAST", "NE")
- return 5
- if("NORTHWEST", "NW")
- return 9
- if("SOUTHEAST", "SE")
- return 6
- if("SOUTHWEST", "SW")
- return 10
- else
- return 0
-
-
-
-// A copy of dir2text, which returns the short one or two letter
-// directions used in tube icon states.
-/proc/dir2text_short(direction)
- switch(direction)
- if(1)
- return "N"
- if(2)
- return "S"
- if(4)
- return "E"
- if(8)
- return "W"
- if(5)
- return "NE"
- if(6)
- return "SE"
- if(9)
- return "NW"
- if(10)
- return "SW"
- else
- return
-
-
//Turns a Body_parts_covered bitfield into a list of organ/limb names.
@@ -574,26 +527,23 @@ for(var/t in test_times)
var/B = hex2num(copytext(A,6,0))
return R+G+B
-//get just one color
-/proc/GetRedPart(A)
- return hex2num(copytext(A,2,4))
+//word of warning: using a matrix like this as a color value will simplify it back to a string after being set
+/proc/color_hex2color_matrix(string)
+ var/length = length(string)
+ if(length != 7 && length != 9)
+ return color_matrix_identity()
+ var/r = hex2num(copytext(string, 2, 4))/255
+ var/g = hex2num(copytext(string, 4, 6))/255
+ var/b = hex2num(copytext(string, 6, 8))/255
+ var/a = 1
+ if(length == 9)
+ a = hex2num(copytext(string, 8, 10))/255
+ if(!isnum(r) || !isnum(g) || !isnum(b) || !isnum(a))
+ return color_matrix_identity()
+ return list(r,0,0,0, 0,g,0,0, 0,0,b,0, 0,0,0,a, 0,0,0,0)
-/proc/GetGreenPart(A)
- return hex2num(copytext(A,4,6))
-
-/proc/GetBluePart(A)
- return hex2num(copytext(A,6,0))
-
-
-//Converts a positive interger to its roman numeral equivilent. Ignores any decimals.
-//Numbers over 3999 will display with extra "M"s (don't tell the Romans) and can get comically long, so be careful.
-/proc/num2roman(A)
- var/list/values = list("M" = 1000, "CM" = 900, "D" = 500, "CD" = 400, "C" = 100, "XC" = 90, "L" = 50, "XL" = 40, "X" = 10, "IX" = 9, "V" = 5, "IV" = 4, "I" = 1)
- if(!A || !isnum(A))
- return 0
- while(A >= 1)
- for(var/i in values)
- if(A >= values[i])
- . += i
- A -= values[i]
- break
\ No newline at end of file
+//will drop all values not on the diagonal
+/proc/color_matrix2color_hex(list/the_matrix)
+ if(!istype(the_matrix) || the_matrix.len != 20)
+ return "#ffffffff"
+ return rgb(the_matrix[1]*255, the_matrix[6]*255, the_matrix[11]*255, the_matrix[16]*255)
\ No newline at end of file
diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm
index ce5fc3f223..5ef41c5fb4 100644
--- a/code/__HELPERS/unsorted.dm
+++ b/code/__HELPERS/unsorted.dm
@@ -1,4 +1,4 @@
-//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
+
/*
* A large number of misc global procs.
@@ -283,27 +283,20 @@ Turf and target are seperate in case you want to teleport some distance from a t
//Returns a list of all items of interest with their name
/proc/getpois(mobs_only=0,skip_mindless=0)
var/list/mobs = sortmobs()
- var/list/names = list()
- var/list/pois = list()
var/list/namecounts = list()
-
+ var/list/pois = list()
for(var/mob/M in mobs)
if(skip_mindless && (!M.mind && !M.ckey))
if(!isbot(M) && !istype(M, /mob/camera/))
continue
if(M.client && M.client.holder && M.client.holder.fakekey) //stealthmins
continue
- var/name = M.name
- if (name in names)
- namecounts[name]++
- name = "[name] ([namecounts[name]])"
- else
- names.Add(name)
- namecounts[name] = 1
- if (M.real_name && M.real_name != M.name)
+ var/name = avoid_assoc_duplicate_keys(M.name, namecounts)
+
+ if(M.real_name && M.real_name != M.name)
name += " \[[M.real_name]\]"
- if (M.stat == 2)
- if(istype(M, /mob/dead/observer/))
+ if(M.stat == DEAD)
+ if(isobserver(M))
name += " \[ghost\]"
else
name += " \[dead\]"
@@ -313,14 +306,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
for(var/atom/A in poi_list)
if(!A || !A.loc)
continue
- var/name = A.name
- if (names.Find(name))
- namecounts[name]++
- name = "[name] ([namecounts[name]])"
- else
- names.Add(name)
- namecounts[name] = 1
- pois[name] = A
+ pois[avoid_assoc_duplicate_keys(A.name, namecounts)] = A
return pois
//Orders mobs by type then by name
@@ -337,7 +323,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
moblist.Add(M)
for(var/mob/living/carbon/human/M in sortmob)
moblist.Add(M)
- for(var/mob/living/carbon/brain/M in sortmob)
+ for(var/mob/living/brain/M in sortmob)
moblist.Add(M)
for(var/mob/living/carbon/alien/M in sortmob)
moblist.Add(M)
@@ -359,41 +345,6 @@ Turf and target are seperate in case you want to teleport some distance from a t
moblist.Add(M)
return moblist
-/var/mob/dview/dview_mob = new
-
-//Version of view() which ignores darkness, because BYOND doesn't have it (I actually suggested it but it was tagged redundant, BUT HEARERS IS A T- /rant).
-/proc/dview(var/range = world.view, var/center, var/invis_flags = 0)
- if(!center)
- return
-
- dview_mob.forceMove(center)
-
- dview_mob.see_invisible = invis_flags
-
- . = view(range, dview_mob)
- dview_mob.forceMove(null)
-
-/mob/dview
- invisibility = 101
- density = 0
- see_in_dark = 1e6
- anchored = 1
-
-// Finds ALL mobs on turfs in line of sight. Similar to "in dview", but catches mobs that are not on a turf (e.g. inside a locker or such).
-/proc/get_all_mobs_in_dview(var/turf/T, var/range = world.view, var/list/ignore_types = list())
- . = list()
- var/list/can_see = dview(range, T)
- for(var/mob/M in can_see)
- if(is_type_in_list(M, ignore_types))
- continue
- . += M
- for(var/mob/M in mob_list) //Got the ones in vision, now let's go for the ones not on a turf.
- if(M.z == 0) //Mobs not on a turf will have XYZ = 0,0,0. They also won't show up in dview() so we're not checking anything twice.
- if(is_type_in_list(M, ignore_types))
- continue
- if(get_turf(M) in can_see) //Checking the mob's turf now, since those are it's "true" coordinates (plus dview() did pick up on turfs, so we can check using that).
- . += M
-
//E = MC^2
/proc/convert2energy(M)
var/E = M*(SPEED_OF_LIGHT_SQ)
@@ -472,12 +423,15 @@ Turf and target are seperate in case you want to teleport some distance from a t
if(M.ckey == key)
return M
-// Returns the atom sitting on the turf.
-// For example, using this on a disk, which is in a bag, on a mob, will return the mob because it's on the turf.
-/proc/get_atom_on_turf(atom/movable/M)
+//Returns the atom sitting on the turf.
+//For example, using this on a disk, which is in a bag, on a mob, will return the mob because it's on the turf.
+//Optional arg 'type' to stop once it reaches a specific type instead of a turf.
+/proc/get_atom_on_turf(atom/movable/M, stop_type)
var/atom/loc = M
- while(loc && loc.loc && !istype(loc.loc, /turf/))
+ while(loc && loc.loc && !isturf(loc.loc))
loc = loc.loc
+ if(stop_type && istype(loc, stop_type))
+ break
return loc
// returns the turf located at the map edge in the specified direction relative to A
@@ -531,25 +485,6 @@ Turf and target are seperate in case you want to teleport some distance from a t
var/y=arcsin(x/sqrt(1+x*x))
return y
-
-/proc/anim(turf/location,target as mob|obj,a_icon,a_icon_state as text,flick_anim as text,sleeptime = 0,direction as num)
-//This proc throws up either an icon or an animation for a specified amount of time.
-//The variables should be apparent enough.
- var/atom/movable/overlay/animation = new(location)
- if(direction)
- animation.setDir(direction)
- animation.icon = a_icon
- animation.layer = target:layer+1
- if(a_icon_state)
- animation.icon_state = a_icon_state
- else
- animation.icon_state = "blank"
- animation.master = target
- flick(flick_anim, animation)
- sleep(max(sleeptime, 15))
- qdel(animation)
-
-
/atom/proc/GetAllContents()
var/list/processing_list = list(src)
var/list/assembled = list()
@@ -587,12 +522,12 @@ Turf and target are seperate in case you want to teleport some distance from a t
return 1
-/proc/is_blocked_turf(turf/T)
+/proc/is_blocked_turf(turf/T, exclude_mobs)
if(T.density)
return 1
for(var/i in T)
var/atom/A = i
- if(A.density)
+ if(A.density && (!exclude_mobs || !ismob(A)))
return 1
return 0
@@ -659,58 +594,60 @@ Turf and target are seperate in case you want to teleport some distance from a t
//Takes: Area type as text string or as typepath OR an instance of the area.
//Returns: A list of all areas of that type in the world.
-/proc/get_areas(areatype)
- if(!areatype)
- return null
+/proc/get_areas(areatype, subtypes=TRUE)
if(istext(areatype))
areatype = text2path(areatype)
- if(isarea(areatype))
+ else if(isarea(areatype))
var/area/areatemp = areatype
areatype = areatemp.type
+ else if(!ispath(areatype))
+ return null
- var/list/areas = new/list()
- for(var/area/N in world)
- if(istype(N, areatype))
- areas += N
+ var/list/areas = list()
+ if(subtypes)
+ var/list/cache = typecacheof(areatype)
+ for(var/V in sortedAreas)
+ var/area/A = V
+ if(cache[A.type])
+ areas += V
+ else
+ for(var/V in sortedAreas)
+ var/area/A = V
+ if(A.type == areatype)
+ areas += V
return areas
//Takes: Area type as text string or as typepath OR an instance of the area.
//Returns: A list of all turfs in areas of that type of that type in the world.
-/proc/get_area_turfs(areatype, target_z = 0)
- if(!areatype)
- return null
+/proc/get_area_turfs(areatype, target_z = 0, subtypes=FALSE)
if(istext(areatype))
areatype = text2path(areatype)
- if(isarea(areatype))
+ else if(isarea(areatype))
var/area/areatemp = areatype
areatype = areatemp.type
+ else if(!ispath(areatype))
+ return null
- var/list/turfs = new/list()
- for(var/area/N in world)
- if(istype(N, areatype))
- for(var/turf/T in N)
+ var/list/turfs = list()
+ if(subtypes)
+ var/list/cache = typecacheof(areatype)
+ for(var/V in sortedAreas)
+ var/area/A = V
+ if(!cache[A.type])
+ continue
+ for(var/turf/T in A)
+ if(target_z == 0 || target_z == T.z)
+ turfs += T
+ else
+ for(var/V in sortedAreas)
+ var/area/A = V
+ if(A.type != areatype)
+ continue
+ for(var/turf/T in A)
if(target_z == 0 || target_z == T.z)
turfs += T
return turfs
-//Takes: Area type as text string or as typepath OR an instance of the area.
-//Returns: A list of all atoms (objs, turfs, mobs) in areas of that type of that type in the world.
-/proc/get_area_all_atoms(areatype)
- if(!areatype)
- return null
- if(istext(areatype))
- areatype = text2path(areatype)
- if(isarea(areatype))
- var/area/areatemp = areatype
- areatype = areatemp.type
-
- var/list/atoms = new/list()
- for(var/area/N in world)
- if(istype(N, areatype))
- for(var/atom/A in N)
- atoms += A
- return atoms
-
/proc/get_cardinal_dir(atom/A, atom/B)
var/dx = abs(B.x - A.x)
var/dy = abs(B.y - A.y)
@@ -757,15 +694,18 @@ Turf and target are seperate in case you want to teleport some distance from a t
return zone
/*
+
Gets the turf this atom's *ICON* appears to inhabit
It takes into account:
* Pixel_x/y
* Matrix x/y
+
NOTE: if your atom has non-standard bounds then this proc
will handle it, but:
* if the bounds are even, then there are an even amount of "middle" turfs, the one to the EAST, NORTH, or BOTH is picked
(this may seem bad, but you're atleast as close to the center of the atom as possible, better than byond's default loc being all the way off)
* if the bounds are odd, the true middle turf of the atom is returned
+
*/
/proc/get_turf_pixel(atom/movable/AM)
@@ -815,53 +755,27 @@ Turf and target are seperate in case you want to teleport some distance from a t
loc = loc.loc
return null
-//Quick type checks for some tools
-var/global/list/common_tools = list(
-/obj/item/stack/cable_coil,
-/obj/item/weapon/wrench,
-/obj/item/weapon/weldingtool,
-/obj/item/weapon/screwdriver,
-/obj/item/weapon/wirecutters,
-/obj/item/device/multitool,
-/obj/item/weapon/crowbar)
-
-/proc/istool(O)
- if(O && is_type_in_list(O, common_tools))
- return 1
- return 0
-
-/proc/is_pointed(obj/item/W)
- if(istype(W, /obj/item/weapon/pen))
- return 1
- if(istype(W, /obj/item/weapon/screwdriver))
- return 1
- if(istype(W, /obj/item/weapon/reagent_containers/syringe))
- return 1
- if(istype(W, /obj/item/weapon/kitchen/fork))
- return 1
- else
- return 0
//For objects that should embed, but make no sense being is_sharp or is_pointed()
//e.g: rods
+var/list/can_embed_types = typecacheof(list(
+ /obj/item/stack/rods,
+ /obj/item/pipe))
+
/proc/can_embed(obj/item/W)
if(W.is_sharp())
return 1
if(is_pointed(W))
return 1
- var/list/embed_items = list(\
- /obj/item/stack/rods,\
- )
-
- if(is_type_in_list(W, embed_items))
+ if(is_type_in_typecache(W, can_embed_types))
return 1
/*
Checks if that loc and dir has a item on the wall
*/
-var/list/WALLITEMS = list(
+var/list/WALLITEMS = typecacheof(list(
/obj/machinery/power/apc, /obj/machinery/airalarm, /obj/item/device/radio/intercom,
/obj/structure/extinguisher_cabinet, /obj/structure/reagent_dispensers/peppertank,
/obj/machinery/status_display, /obj/machinery/requests_console, /obj/machinery/light_switch, /obj/structure/sign,
@@ -869,22 +783,22 @@ var/list/WALLITEMS = list(
/obj/machinery/computer/security/telescreen, /obj/machinery/embedded_controller/radio/simple_vent_controller,
/obj/item/weapon/storage/secure/safe, /obj/machinery/door_timer, /obj/machinery/flasher, /obj/machinery/keycard_auth,
/obj/structure/mirror, /obj/structure/fireaxecabinet, /obj/machinery/computer/security/telescreen/entertainment
- )
+ ))
-var/list/WALLITEMS_EXTERNAL = list(
- /obj/machinery/camera, /obj/machinery/camera_assembly,
- /obj/machinery/light_construct, /obj/machinery/light)
+var/list/WALLITEMS_EXTERNAL = typecacheof(list(
+ /obj/machinery/camera, /obj/structure/camera_assembly,
+ /obj/structure/light_construct, /obj/machinery/light))
-var/list/WALLITEMS_INVERSE = list(
- /obj/machinery/light_construct, /obj/machinery/light)
+var/list/WALLITEMS_INVERSE = typecacheof(list(
+ /obj/structure/light_construct, /obj/machinery/light))
/proc/gotwallitem(loc, dir, var/check_external = 0)
var/locdir = get_step(loc, dir)
for(var/obj/O in loc)
- if(is_type_in_list(O, WALLITEMS) && check_external != 2)
+ if(is_type_in_typecache(O, WALLITEMS) && check_external != 2)
//Direction works sometimes
- if(is_type_in_list(O, WALLITEMS_INVERSE))
+ if(is_type_in_typecache(O, WALLITEMS_INVERSE))
if(O.dir == turn(dir, 180))
return 1
else if(O.dir == dir)
@@ -895,8 +809,8 @@ var/list/WALLITEMS_INVERSE = list(
if(get_turf_pixel(O) == locdir)
return 1
- if(is_type_in_list(O, WALLITEMS_EXTERNAL) && check_external)
- if(is_type_in_list(O, WALLITEMS_INVERSE))
+ if(is_type_in_typecache(O, WALLITEMS_EXTERNAL) && check_external)
+ if(is_type_in_typecache(O, WALLITEMS_INVERSE))
if(O.dir == turn(dir, 180))
return 1
else if(O.dir == dir)
@@ -904,7 +818,7 @@ var/list/WALLITEMS_INVERSE = list(
//Some stuff is placed directly on the wallturf (signs)
for(var/obj/O in locdir)
- if(is_type_in_list(O, WALLITEMS) && check_external != 2)
+ if(is_type_in_typecache(O, WALLITEMS) && check_external != 2)
if(O.pixel_x == 0 && O.pixel_y == 0)
return 1
return 0
@@ -975,33 +889,34 @@ var/list/WALLITEMS_INVERSE = list(
return "white"
/proc/params2turf(scr_loc, turf/origin)
+ if(!scr_loc)
+ return null
var/tX = splittext(scr_loc, ",")
var/tY = splittext(tX[2], ":")
var/tZ = origin.z
tY = tY[1]
tX = splittext(tX[1], ":")
tX = tX[1]
- tX = max(1, min(world.maxx, origin.x + (text2num(tX) - (world.view + 1))))
- tY = max(1, min(world.maxy, origin.y + (text2num(tY) - (world.view + 1))))
+ tX = Clamp(origin.x + text2num(tX) - world.view - 1, 1, world.maxx)
+ tY = Clamp(origin.y + text2num(tY) - world.view - 1, 1, world.maxy)
return locate(tX, tY, tZ)
/proc/screen_loc2turf(text, turf/origin)
+ if(!text)
+ return null
var/tZ = splittext(text, ",")
var/tX = splittext(tZ[1], "-")
var/tY = text2num(tX[2])
tX = splittext(tZ[2], "-")
tX = text2num(tX[2])
tZ = origin.z
- tX = max(1, min(origin.x + 7 - tX, world.maxx))
- tY = max(1, min(origin.y + 7 - tY, world.maxy))
+ tX = Clamp(origin.x + 7 - tX, 1, world.maxx)
+ tY = Clamp(origin.y + 7 - tY, 1, world.maxy)
return locate(tX, tY, tZ)
-/proc/IsValidSrc(A)
- if(istype(A, /datum))
- var/datum/B = A
- return !qdeleted(B)
- if(istype(A, /client))
- return 1
+/proc/IsValidSrc(datum/D)
+ if(istype(D))
+ return !qdeleted(D)
return 0
@@ -1023,7 +938,7 @@ var/list/WALLITEMS_INVERSE = list(
/proc/is_A_facing_B(atom/A,atom/B)
if(!istype(A) || !istype(B))
return 0
- if(istype(A, /mob/living))
+ if(isliving(A))
var/mob/living/LA = A
if(LA.lying)
return 0
@@ -1038,6 +953,7 @@ var/list/WALLITEMS_INVERSE = list(
/*
rough example of the "cone" made by the 3 dirs checked
+
B
\
\
@@ -1053,68 +969,10 @@ B --><-- A
/
/
B
+
*/
-//This is just so you can stop an orbit.
-//orbit() can run without it (swap orbiting for A)
-//but then you can never stop it and that's just silly.
-/atom/movable/var/atom/orbiting = null
-
-//A: atom to orbit
-//radius: range to orbit at, radius of the circle formed by orbiting
-//clockwise: whether you orbit clockwise or anti clockwise
-//rotation_speed: how fast to rotate
-//rotation_segments: the resolution of the orbit circle, less = a more block circle, this can be used to produce hexagons (6 segments) triangles (3 segments), and so on, 36 is the best default.
-//pre_rotation: Chooses to rotate src 90 degress towards the orbit dir (clockwise/anticlockwise), useful for things to go "head first" like ghosts
-//lockinorbit: Forces src to always be on A's turf, otherwise the orbit cancels when src gets too far away (eg: ghosts)
-
-/atom/movable/proc/orbit(atom/A, radius = 10, clockwise = FALSE, rotation_speed = 20, rotation_segments = 36, pre_rotation = TRUE, lockinorbit = FALSE)
- if(!istype(A))
- return
-
- if(orbiting)
- stop_orbit()
-
- orbiting = A
- var/matrix/initial_transform = matrix(transform)
- var/lastloc = loc
-
- //Head first!
- if(pre_rotation)
- var/matrix/M = matrix(transform)
- var/pre_rot = 90
- if(!clockwise)
- pre_rot = -90
- M.Turn(pre_rot)
- transform = M
-
- var/matrix/shift = matrix(transform)
- shift.Translate(0,radius)
- transform = shift
-
- SpinAnimation(rotation_speed, -1, clockwise, rotation_segments)
-
- //we stack the orbits up client side, so we can assign this back to normal server side without it breaking the orbit
- transform = initial_transform
- while(orbiting && orbiting == A && A.loc)
- var/targetloc = get_turf(A)
- if(!lockinorbit && loc != lastloc && loc != targetloc)
- break
- loc = targetloc
- lastloc = loc
- stoplag()
-
- if (orbiting == A) //make sure we haven't started orbiting something else.
- orbiting = null
- SpinAnimation(0,0)
-
-
-
-/atom/movable/proc/stop_orbit()
- orbiting = null
-
-
//Center's an image.
//Requires:
//The Image
@@ -1289,17 +1147,22 @@ B --><-- A
/proc/add_to_proximity_list(atom/A, range)
var/turf/T = get_turf(A)
+ if(!T || !A.loc)
+ throw EXCEPTION("Someone adding a prox sensor in nullspace")
var/list/L = block(locate(T.x - range, T.y - range, T.z), locate(T.x + range, T.y + range, T.z))
for(var/B in L)
var/turf/C = B
- C.proximity_checkers |= A
+ LAZYINITLIST(C.proximity_checkers)
+ C.proximity_checkers[A] = TRUE
return L
-/proc/remove_from_proximity_list(atom/A, range)
- var/turf/T = get_turf(A)
+/proc/remove_from_proximity_list(atom/A, range, oldloc = null)
+ var/turf/T = get_turf(oldloc ? oldloc : A)
var/list/L = block(locate(T.x - range, T.y - range, T.z), locate(T.x + range, T.y + range, T.z))
for(var/B in L)
var/turf/C = B
+ if (!C.proximity_checkers)
+ continue
C.proximity_checkers.Remove(A)
/proc/shift_proximity(atom/checker, atom/A, range, atom/B, newrange)
@@ -1313,10 +1176,13 @@ B --><-- A
var/list/O = M - L
for(var/C in N)
var/turf/D = C
+ if (!D.proximity_checkers)
+ continue
D.proximity_checkers.Remove(checker)
for(var/E in O)
var/turf/F = E
- F.proximity_checkers |= checker
+ LAZYINITLIST(F.proximity_checkers)
+ F.proximity_checkers[checker] = TRUE
return 1
/proc/flick_overlay_static(image/I, atom/A, duration)
@@ -1329,13 +1195,13 @@ B --><-- A
/proc/get_areas_in_z(zlevel)
. = list()
- var/validarea = 0
+ var/validarea = FALSE
for(var/V in sortedAreas)
var/area/A = V
- validarea = 1
+ validarea = TRUE
for(var/turf/T in A)
if(T.z != zlevel)
- validarea = 0
+ validarea = FALSE
break
if(validarea)
. += A
@@ -1347,7 +1213,7 @@ B --><-- A
if(!istype(A, type))
continue
var/distance = get_dist(source, A)
- if(!closest_distance)
+ if(!closest_atom)
closest_distance = distance
closest_atom = A
else
@@ -1356,9 +1222,14 @@ B --><-- A
closest_atom = A
return closest_atom
-proc/pick_closest_path(value)
- var/list/matches = get_fancy_list_of_types()
- if (!isnull(value) && value!="")
+
+proc/pick_closest_path(value, list/matches = get_fancy_list_of_atom_types())
+ if (value == FALSE) //nothing should be calling us with a number, so this is safe
+ value = input("Enter type to find (blank for all, cancel to cancel)", "Search for type") as null|text
+ if (isnull(value))
+ return
+ value = trim(value)
+ if(!isnull(value) && value != "")
matches = filter_fancy_list(matches, value)
if(matches.len==0)
@@ -1368,7 +1239,7 @@ proc/pick_closest_path(value)
if(matches.len==1)
chosen = matches[1]
else
- chosen = input("Select an atom type", "Spawn Atom", matches[1]) as null|anything in matches
+ chosen = input("Select a type", "Pick Type", matches[1]) as null|anything in matches
if(!chosen)
return
chosen = matches[chosen]
@@ -1379,17 +1250,21 @@ proc/pick_closest_path(value)
CRASH(msg)
//Key thing that stops lag. Cornerstone of performance in ss13, Just sitting here, in unsorted.dm.
+
+//Increases delay as the server gets more overloaded,
+//as sleeps aren't cheap and sleeping only to wake up and sleep again is wasteful
+#define DELTA_CALC max(((max(world.tick_usage, world.cpu) / 100) * max(Master.sleep_delta,1)), 1)
+
/proc/stoplag()
- . = 1
- sleep(world.tick_lag)
- if (world.tick_usage > TICK_LIMIT_TO_RUN) //woke up, still not enough tick, sleep for more.
- . += 2
- sleep(world.tick_lag*2)
- if (world.tick_usage > TICK_LIMIT_TO_RUN) //woke up, STILL not enough tick, sleep for more.
- . += 4
- sleep(world.tick_lag*4)
- //you might be thinking of adding more steps to this, or making it use a loop and a counter var
- // not worth it.
+ . = 0
+ var/i = 1
+ do
+ . += round(i*DELTA_CALC)
+ sleep(i*world.tick_lag*DELTA_CALC)
+ i *= 2
+ while (world.tick_usage > min(TICK_LIMIT_TO_RUN, CURRENT_TICKLIMIT))
+
+#undef DELTA_CALC
/proc/flash_color(mob_or_client, flash_color="#960000", flash_time=20)
var/client/C
@@ -1406,31 +1281,11 @@ proc/pick_closest_path(value)
return
C.color = flash_color
- spawn(0)
- animate(C, color = initial(C.color), time = flash_time)
+ animate(C, color = initial(C.color), time = flash_time)
#define RANDOM_COLOUR (rgb(rand(0,255),rand(0,255),rand(0,255)))
-#define QDEL_IN(item, time) addtimer(GLOBAL_PROC, "qdel", time, FALSE, item)
-
-/proc/check_for_cleanbot_bug()
- var/static/admins_warned //bet you didn't know you could do this!
- var/icon/Icon_test = icon('icons/BadAss.dmi')
- if(!istype(Icon_test))
- var/msg = "Cleanbot bug detected in icons! Icons are mapping to [Icon_test]"
- if (!admins_warned)
- admins_warned = 1
- spawn(25)
- message_admins(msg)
- stack_trace(msg)
- var/sound/Sound_test = sound('sound/misc/null.ogg')
- if(!istype(Sound_test))
- var/msg = "Cleanbot bug detected in sounds! Sounds are mapping to [Sound_test]"
- if (!admins_warned)
- admins_warned = 1
- spawn(25)
- message_admins(msg)
- stack_trace(msg)
+#define QDEL_IN(item, time) addtimer(CALLBACK(GLOBAL_PROC, .proc/qdel, item), time, TIMER_STOPPABLE)
/proc/random_nukecode()
var/val = rand(0, 99999)
@@ -1439,10 +1294,45 @@ proc/pick_closest_path(value)
str = "0" + str
. = str
-/proc/trange(var/Dist = 0, var/turf/Center = null)
- if (isnull(Center))
- return
+/atom/proc/Shake(pixelshiftx = 15, pixelshifty = 15, duration = 250)
+ var/initialpixelx = pixel_x
+ var/initialpixely = pixel_y
+ var/shiftx = rand(-pixelshiftx,pixelshiftx)
+ var/shifty = rand(-pixelshifty,pixelshifty)
+ animate(src, pixel_x = pixel_x + shiftx, pixel_y = pixel_y + shifty, time = 0.2, loop = duration)
+ pixel_x = initialpixelx
+ pixel_y = initialpixely
- var/turf/x1y1 = locate(((Center.x - Dist) < 1 ? 1 : Center.x - Dist), ((Center.y - Dist) < 1 ? 1 : Center.y - Dist), Center.z)
- var/turf/x2y2 = locate(((Center.x + Dist) > world.maxx ? world.maxx : Center.x + Dist), ((Center.y + Dist) > world.maxy ? world.maxy : Center.y + Dist), Center.z)
- return block(x1y1, x2y2)
+/proc/weightclass2text(var/w_class)
+ switch(w_class)
+ if(WEIGHT_CLASS_TINY)
+ . = "tiny"
+ if(WEIGHT_CLASS_SMALL)
+ . = "small"
+ if(WEIGHT_CLASS_NORMAL)
+ . = "normal-sized"
+ if(WEIGHT_CLASS_BULKY)
+ . = "bulky"
+ if(WEIGHT_CLASS_HUGE)
+ . = "huge"
+ if(WEIGHT_CLASS_GIGANTIC)
+ . = "gigantic"
+ else
+ . = ""
+
+//can a window be here, or is there a window blocking it?
+/proc/valid_window_location(turf/T, dir_to_check)
+ if(!T)
+ return FALSE
+ for(var/obj/O in T)
+ if(istype(O, /obj/machinery/door/window) && (O.dir == dir_to_check || dir_to_check == FULLTILE_WINDOW_DIR))
+ return FALSE
+ if(istype(O, /obj/structure/windoor_assembly))
+ var/obj/structure/windoor_assembly/W = O
+ if(W.ini_dir == dir_to_check || dir_to_check == FULLTILE_WINDOW_DIR)
+ return FALSE
+ if(istype(O, /obj/structure/window))
+ var/obj/structure/window/W = O
+ if(W.ini_dir == dir_to_check || W.ini_dir == FULLTILE_WINDOW_DIR || dir_to_check == FULLTILE_WINDOW_DIR)
+ return FALSE
+ return TRUE
diff --git a/code/_compile_options.dm b/code/_compile_options.dm
index b3bcb80b16..c591269eb4 100644
--- a/code/_compile_options.dm
+++ b/code/_compile_options.dm
@@ -22,9 +22,9 @@
//Don't set this very much higher then 1024 unless you like inviting people in to dos your server with message spam
#define MAX_MESSAGE_LEN 1024
-#define MAX_NAME_LEN 26
+#define MAX_NAME_LEN 42
#define MAX_BROADCAST_LEN 512
-#define MAX_CHARTER_LEN 50
+#define MAX_CHARTER_LEN 80
//MINOR TWEAKS/MISC
#define AGE_MIN 17 //youngest a character can be
diff --git a/code/_globalvars/configuration.dm b/code/_globalvars/configuration.dm
index d40e90af87..cb3e38a92f 100644
--- a/code/_globalvars/configuration.dm
+++ b/code/_globalvars/configuration.dm
@@ -30,10 +30,16 @@ var/global/comms_allowed = 0 //By default, the server does not allow messages to
var/global/cross_address = "byond://" //This needs to be global as the message sent contains the comms key.
var/global/cross_allowed = 0 //Don't bother attempting to send if the address wasn't set.
+var/global/medal_hub = null
+var/global/medal_pass = " "
+var/global/medals_enabled = TRUE //will be auto set to false if the game fails contacting the medal hub to prevent unneeded calls.
+
+
//This was a define, but I changed it to a variable so it can be changed in-game.(kept the all-caps definition because... code...) -Errorage
var/MAX_EX_DEVESTATION_RANGE = 3
var/MAX_EX_HEAVY_RANGE = 7
var/MAX_EX_LIGHT_RANGE = 14
var/MAX_EX_FLASH_RANGE = 14
var/MAX_EX_FLAME_RANGE = 14
+var/DYN_EX_SCALE = 0.5
diff --git a/code/_globalvars/lists/flavor_misc.dm b/code/_globalvars/lists/flavor_misc.dm
index 6e4ab3ee76..dc9a0a76de 100644
--- a/code/_globalvars/lists/flavor_misc.dm
+++ b/code/_globalvars/lists/flavor_misc.dm
@@ -16,7 +16,6 @@ var/global/list/undershirt_m = list() //stores only undershirt name
var/global/list/undershirt_f = list() //stores only undershirt name
//Socks
var/global/list/socks_list = list() //stores /datum/sprite_accessory/socks indexed by name
-
//Lizard Bits (all datum lists indexed by name)
var/global/list/body_markings_list = list()
var/global/list/tails_list_lizard = list()
@@ -25,6 +24,7 @@ var/global/list/snouts_list = list()
var/global/list/horns_list = list()
var/global/list/frills_list = list()
var/global/list/spines_list = list()
+var/global/list/legs_list = list()
var/global/list/animated_spines_list = list()
//Mutant Human bits
@@ -35,27 +35,11 @@ var/global/list/wings_list = list()
var/global/list/wings_open_list = list()
var/global/list/r_wings_list = list()
- //Mammal Species
-var/global/list/mam_body_markings_list = list()
-var/global/list/mam_ears_list = list()
-var/global/list/mam_tails_list = list()
-var/global/list/mam_tails_animated_list = list()
-
- //Exotic Species
-var/global/list/exotic_tails_list = list()
-var/global/list/exotic_tails_animated_list = list()
-var/global/list/exotic_ears_list = list()
-var/global/list/exotic_head_list = list()
-var/global/list/exotic_back_list = list()
-
- //Xenomorph Species
-var/global/list/xeno_head_list = list() //I forgot the ' = list()' part for the longest time and couldn't figure out what was wrong. *facepalm
-var/global/list/xeno_tail_list = list()
-var/global/list/xeno_dorsal_list = list()
-
var/global/list/ghost_forms_with_directions_list = list("ghost") //stores the ghost forms that support directional sprites
var/global/list/ghost_forms_with_accessories_list = list("ghost") //stores the ghost forms that support hair and other such things
+var/global/list/security_depts_prefs = list(SEC_DEPT_RANDOM, SEC_DEPT_NONE, SEC_DEPT_ENGINEERING, SEC_DEPT_MEDICAL, SEC_DEPT_SCIENCE, SEC_DEPT_SUPPLY)
+
//Backpacks
#define GBACKPACK "Grey Backpack"
#define GSATCHEL "Grey Satchel"
@@ -65,6 +49,13 @@ var/global/list/ghost_forms_with_accessories_list = list("ghost") //stores the g
#define DSATCHEL "Department Satchel"
#define DDUFFLEBAG "Department Dufflebag"
var/global/list/backbaglist = list(DBACKPACK, DSATCHEL, DDUFFLEBAG, GBACKPACK, GSATCHEL, GDUFFLEBAG, LSATCHEL)
+
+//Uplink spawn loc
+#define UPLINK_PDA "PDA"
+#define UPLINK_RADIO "Radio"
+#define UPLINK_PEN "Pen" //like a real spy!
+var/global/list/uplink_spawn_loc_list = list(UPLINK_PDA, UPLINK_RADIO, UPLINK_PEN)
+
//Female Uniforms
var/global/list/female_clothing_icons = list()
@@ -151,10 +142,6 @@ var/global/list/greek_letters = list("Alpha", "Beta", "Gamma", "Delta",
"Nu", "Xi", "Omicron", "Pi", "Rho", "Sigma", "Tau", "Upsilon", "Phi",
"Chi", "Psi", "Omega")
-var/global/list/roman_numerals = list("I", "II", "III", "IV", "V", "VI",
- "VII", "VIII", "IX", "X", "XI", "XII", "XIII", "XIV", "XV", "XVI",
- "XVII", "XVIII", "XIX", "XX")
-
var/global/list/phonetic_alphabet = list("Alpha", "Bravo", "Charlie",
"Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliet",
"Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec",
@@ -170,6 +157,7 @@ var/global/list/numbers_as_words = list("One", "Two", "Three", "Four",
var/list/L
for(var/i in 1 to 99)
L += "[i]"
+ L += "\Roman[i]"
return L
-var/global/list/station_numerals = greek_letters + roman_numerals + phonetic_alphabet + numbers_as_words + generate_number_strings()
+var/global/list/station_numerals = greek_letters + phonetic_alphabet + numbers_as_words + generate_number_strings()
diff --git a/code/_globalvars/lists/mapping.dm b/code/_globalvars/lists/mapping.dm
index 98f3c07671..f37fb053c3 100644
--- a/code/_globalvars/lists/mapping.dm
+++ b/code/_globalvars/lists/mapping.dm
@@ -64,3 +64,5 @@ var/list/datum/map_template/lava_ruins_templates = list()
var/list/datum/map_template/shuttle_templates = list()
var/list/datum/map_template/shelter_templates = list()
+
+var/list/transit_markers = list()
diff --git a/code/_globalvars/lists/mobs.dm b/code/_globalvars/lists/mobs.dm
index 9e5fc17282..8ac9b2eda0 100644
--- a/code/_globalvars/lists/mobs.dm
+++ b/code/_globalvars/lists/mobs.dm
@@ -2,7 +2,8 @@ var/list/clients = list() //all clients
var/list/admins = list() //all clients whom are admins
var/list/deadmins = list() //all clients who have used the de-admin verb.
var/list/directory = list() //all ckeys with associated client
-var/list/stealthminID = list() //reference list with IDs that store ckeys, for stealthmins
+var/list/stealthminID = list() //reference list with IDs that store ckeys, for stealthmins
+var/global/list/current_watchlist = list() //stores players that are currently online and in the watchlist
//Since it didn't really belong in any other category, I'm putting this here
//This is for procs to replace all the goddamn 'in world's that are chilling around the code
@@ -12,4 +13,5 @@ var/global/list/mob_list = list() //all mobs, including clientless
var/global/list/living_mob_list = list() //all alive mobs, including clientless. Excludes /mob/new_player
var/global/list/dead_mob_list = list() //all dead mobs, including clientless. Excludes /mob/new_player
var/global/list/joined_player_list = list() //all clients that have joined the game at round-start or as a latejoin.
-var/global/list/silicon_mobs = list() //all silicon mobs
\ No newline at end of file
+var/global/list/silicon_mobs = list() //all silicon mobs
+var/global/list/pai_list = list()
\ No newline at end of file
diff --git a/code/_globalvars/lists/names.dm b/code/_globalvars/lists/names.dm
index 90a4c7b388..736419e4a0 100644
--- a/code/_globalvars/lists/names.dm
+++ b/code/_globalvars/lists/names.dm
@@ -13,6 +13,7 @@ var/list/clown_names = file2list("config/names/clown.txt")
var/list/mime_names = file2list("config/names/mime.txt")
var/list/carp_names = file2list("config/names/carp.txt")
var/list/golem_names = file2list("config/names/golem.txt")
+var/list/plasmaman_names = file2list("config/names/plasmaman.txt")
var/list/verbs = file2list("config/names/verbs.txt")
diff --git a/code/_globalvars/lists/objects.dm b/code/_globalvars/lists/objects.dm
index 3464f54e3a..916a750b35 100644
--- a/code/_globalvars/lists/objects.dm
+++ b/code/_globalvars/lists/objects.dm
@@ -6,10 +6,11 @@ var/global/list/shuttle_caller_list = list() //list of all communication cons
var/global/list/machines = list() //NOTE: this is a list of ALL machines now. The processing machines list is SSmachine.processing !
var/global/list/syndicate_shuttle_boards = list() //important to keep track of for managing nukeops war declarations.
var/global/list/navbeacons = list() //list of all bot nagivation beacons, used for patrolling.
+var/global/list/teleportbeacons = list() //list of all tracking beacons used by teleporters
var/global/list/deliverybeacons = list() //list of all MULEbot delivery beacons.
var/global/list/deliverybeacontags = list() //list of all tags associated with delivery beacons.
var/global/list/nuke_list = list()
-var/global/list/nuke_tiles = list() //list of all turfs that turn to animated red grids when a nuke is triggered
+var/global/list/alarmdisplay = list() //list of all machines or programs that can display station alerts
var/global/list/chemical_reactions_list //list of all /datum/chemical_reaction datums. Used during chemical reactions
var/global/list/chemical_reagents_list //list of all /datum/reagent datums indexed by reagent id. Used by chemistry stuff
@@ -20,7 +21,8 @@ var/global/list/crafting_recipes = list() //list of all table craft recipes
var/global/list/rcd_list = list() //list of Rapid Construction Devices.
var/global/list/apcs_list = list() //list of all Area Power Controller machines, seperate from machines for powernet speeeeeeed.
var/global/list/tracked_implants = list() //list of all current implants that are tracked to work out what sort of trek everyone is on. Sadly not on lavaworld not implemented...
+var/global/list/tracked_chem_implants = list() //list of implants the prisoner console can track and send inject commands too
var/global/list/poi_list = list() //list of points of interest for observe/follow
var/global/list/pinpointer_list = list() //list of all pinpointers. Used to change stuff they are pointing to all at once.
-// A list of all zombie_infection organs, for any mass "animation"
-var/global/list/zombie_infection_list = list()
+var/global/list/zombie_infection_list = list() // A list of all zombie_infection organs, for any mass "animation"
+var/global/list/meteor_list = list() // List of all meteors.
diff --git a/code/_globalvars/lists/poll_ignore.dm b/code/_globalvars/lists/poll_ignore.dm
new file mode 100644
index 0000000000..6a765f6bfd
--- /dev/null
+++ b/code/_globalvars/lists/poll_ignore.dm
@@ -0,0 +1,6 @@
+//Each lists stores ckeys for "Never for this round" option category
+
+#define POLL_IGNORE_PAI "pai"
+#define POLL_IGNORE_SENTIENCE_POTION "sentience_potion"
+
+var/list/poll_ignore = list()
\ No newline at end of file
diff --git a/code/_globalvars/lists/typecache.dm b/code/_globalvars/lists/typecache.dm
new file mode 100644
index 0000000000..5d2565c7f2
--- /dev/null
+++ b/code/_globalvars/lists/typecache.dm
@@ -0,0 +1,9 @@
+//please store common type caches here.
+//type caches should only be stored here if used in mutiple places or likely to be used in mutiple places.
+
+//Note: typecache can only replace istype if you know for sure the thing is at least a datum.
+
+var/list/typecache_mob = typecacheof(list(/mob))
+
+
+
diff --git a/code/_globalvars/logging.dm b/code/_globalvars/logging.dm
index 186ad0a1c5..68893b7484 100644
--- a/code/_globalvars/logging.dm
+++ b/code/_globalvars/logging.dm
@@ -4,6 +4,7 @@ var/href_logfile = null
var/list/bombers = list( )
var/list/admin_log = list ( )
+var/list/mentor_log = list ( )
var/list/lastsignalers = list( ) //keeps last 100 signals here in format: "[src] used \ref[src] @ location [src.loc]: [freq]/[code]"
var/list/lawchanges = list( ) //Stores who uploaded laws to which silicon-based lifeform, and what the law was
diff --git a/code/_globalvars/misc.dm b/code/_globalvars/misc.dm
index 7070009029..513f4c7482 100644
--- a/code/_globalvars/misc.dm
+++ b/code/_globalvars/misc.dm
@@ -16,12 +16,7 @@ var/map_ready = 0
initialize() is necessary because the map is instanced on a turf-by-turf basis
i.e. all obj on a turf are instanced, then all mobs on that turf, before moving to the next turf (starting bottom-left)
This means if we want to say, get any neighbouring objects in New(), only objects to the south and west will exist yet.
- Therefore, we'd need to use spawn() inside New() to wait for the surrounding turf contents to be instanced
- However, using lots of spawn() has a severe performance impact, and often results in spaghetti-code
+ Therefore, we'd need to use spawn inside New() to wait for the surrounding turf contents to be instanced
+ However, using lots of spawn has a severe performance impact, and often results in spaghetti-code
map_ready will be set to 1 when world/New() is called (which happens just after the map is instanced)
-*/
-
-//SPACE PARALLAX
-var/parallax_initialized = 0
-var/space_color = "#050505"
-var/list/parallax_icon[27]
+*/
\ No newline at end of file
diff --git a/code/_onclick/_defines.dm b/code/_onclick/_defines.dm
deleted file mode 100644
index 3c76c35e80..0000000000
--- a/code/_onclick/_defines.dm
+++ /dev/null
@@ -1 +0,0 @@
-#define CLICKCATCHER_PLANE -99
\ No newline at end of file
diff --git a/code/_onclick/ai.dm b/code/_onclick/ai.dm
index 38df843337..d9c3f35e5e 100644
--- a/code/_onclick/ai.dm
+++ b/code/_onclick/ai.dm
@@ -34,6 +34,14 @@
if(control_disabled || stat)
return
+ var/turf/pixel_turf = get_turf_pixel(A)
+ var/turf_visible = cameranet.checkTurfVis(pixel_turf)
+ if(pixel_turf && !turf_visible)
+ log_admin("[key_name_admin(src)] might be running a modified client! (failed checkTurfVis on AI click of [A]([COORD(pixel_turf)])")
+ message_admins("[key_name_admin(src)] might be running a modified client! (failed checkTurfVis on AI click of [A]([ADMIN_COORDJMP(pixel_turf)]))")
+ send2admindiscord("NOCHEAT", "[key_name(src)] might be running a modified client! (failed checkTurfVis on AI click of [A]([COORD(pixel_turf)]))")
+ return
+
var/list/modifiers = params2list(params)
if(modifiers["shift"] && modifiers["ctrl"])
CtrlShiftClickOn(A)
@@ -57,13 +65,13 @@
if(world.time <= next_move)
return
- if(aicamera.in_camera_mode)
+ if(aicamera.in_camera_mode && pixel_turf && turf_visible)
aicamera.camera_mode_off()
- aicamera.captureimage(A, usr)
+ aicamera.captureimage(pixel_turf, usr)
return
if(waypoint_mode)
- set_waypoint(A)
waypoint_mode = 0
+ set_waypoint(A)
return
/*
@@ -128,7 +136,7 @@
Topic("aiEnable=4", list("aiEnable"="4"), 1)// 1 meaning no window (consistency!)
else
Topic("aiDisable=4", list("aiDisable"="4"), 1)
- return
+
/obj/machinery/door/airlock/AIAltClick() // Eletrifies doors.
if(emagged)
return
@@ -138,7 +146,7 @@
else
// disable/6 is not in Topic; disable/5 disables both temporary and permenant shock
Topic("aiDisable=5", list("aiDisable"="5"), 1)
- return
+
/obj/machinery/door/airlock/AIShiftClick() // Opens and closes doors!
if(emagged)
return
@@ -146,7 +154,7 @@
Topic("aiEnable=7", list("aiEnable"="7"), 1) // 1 meaning no window (consistency!)
else
Topic("aiDisable=7", list("aiDisable"="7"), 1)
- return
+
/obj/machinery/door/airlock/AICtrlShiftClick() // Sets/Unsets Emergency Access Override
if(emagged)
return
@@ -154,12 +162,12 @@
Topic("aiEnable=11", list("aiEnable"="11"), 1) // 1 meaning no window (consistency!)
else
Topic("aiDisable=11", list("aiDisable"="11"), 1)
- return
/* APC */
/obj/machinery/power/apc/AICtrlClick() // turns off/on APCs.
- toggle_breaker()
- add_fingerprint(usr)
+ if(can_use(usr, 1))
+ toggle_breaker()
+ add_fingerprint(usr)
/* AI Turrets */
/obj/machinery/turretid/AIAltClick() //toggles lethal on turrets
diff --git a/code/_onclick/autoclick.dm b/code/_onclick/autoclick.dm
index 3fe84195b6..1ceeb182ed 100644
--- a/code/_onclick/autoclick.dm
+++ b/code/_onclick/autoclick.dm
@@ -23,7 +23,7 @@
/mob/living/carbon/CanMobAutoclick(atom/object, location, params)
if(!object.IsAutoclickable())
return
- var/obj/item/h = get_active_hand()
+ var/obj/item/h = get_active_held_item()
if(h)
. = h.CanItemAutoclick(object, location, params)
diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm
index d3d51f778c..2f3d60d758 100644
--- a/code/_onclick/click.dm
+++ b/code/_onclick/click.dm
@@ -32,9 +32,13 @@
*/
/atom/Click(location,control,params)
usr.ClickOn(src, params)
+
/atom/DblClick(location,control,params)
usr.DblClickOn(src,params)
+/atom/MouseWheel(delta_x,delta_y,location,control,params)
+ usr.MouseWheelOn(src, delta_x, delta_y, params)
+
/*
Standard mob ClickOn()
Handles exceptions: Buildmode, middle click, modified clicks, mech actions
@@ -53,7 +57,7 @@
return
next_click = world.time + 1
- if(client.click_intercept)
+ if(client && client.click_intercept)
if(call(client.click_intercept, "InterceptClickOn")(src, params, A))
return
@@ -98,24 +102,22 @@
throw_item(A)
return
- var/obj/item/W = get_active_hand()
+ var/obj/item/W = get_active_held_item()
if(W == A)
W.attack_self(src)
- if(hand)
- update_inv_l_hand(0)
- else
- update_inv_r_hand(0)
+ update_inv_hands()
return
// operate three levels deep here (item in backpack in src; item in box in backpack in src, not any deeper)
- if(!isturf(A) && A == loc || (A in contents) || (A.loc in contents) || (A.loc && (A.loc.loc in contents)))
+ if(A.ClickAccessible(src, depth=INVENTORY_DEPTH))
// No adjacency needed
if(W)
- var/resolved = A.attackby(W,src)
- if(!resolved && A && W)
- W.afterattack(A,src,1,params) // 1 indicates adjacency
+ if(W.pre_attackby(A,src,params))
+ var/resolved = A.attackby(W,src)
+ if(!resolved && A && W)
+ W.afterattack(A,src,1,params) // 1 indicates adjacency
else
if(ismob(A))
changeNext_move(CLICK_CD_MELEE)
@@ -129,10 +131,11 @@
if(isturf(A) || isturf(A.loc) || (A.loc && isturf(A.loc.loc)))
if(A.Adjacent(src)) // see adjacent.dm
if(W)
- // Return 1 in attackby() to prevent afterattack() effects (when safely moving items for example)
- var/resolved = A.attackby(W,src,params)
- if(!resolved && A && W)
- W.afterattack(A,src,1,params) // 1: clicking something Adjacent
+ if(W.pre_attackby(A,src,params))
+ // Return 1 in attackby() to prevent afterattack() effects (when safely moving items for example)
+ var/resolved = A.attackby(W,src,params)
+ if(!resolved && A && W)
+ W.afterattack(A,src,1,params) // 1: clicking something Adjacent
else
if(ismob(A))
changeNext_move(CLICK_CD_MELEE)
@@ -222,6 +225,7 @@
Ctrl click
For most objects, pull
*/
+
/mob/proc/CtrlClickOn(atom/A)
A.CtrlClick(src)
return
@@ -231,6 +235,13 @@
if(istype(ML))
ML.pulled(src)
+/mob/living/carbon/human/CtrlClick(mob/user)
+ if(ishuman(user) && Adjacent(user))
+ var/mob/living/carbon/human/H = user
+ H.dna.species.grab(H, src, H.martial_art)
+ H.next_click = world.time + CLICK_CD_MELEE
+ else
+ ..()
/*
Alt click
Unused except for AI
@@ -274,6 +285,21 @@
/atom/proc/CtrlShiftClick(mob/user)
return
+/*
+ Helper to check can the mob click/access an item.
+ Used by mob inventory and storage items.
+*/
+/atom/proc/ClickAccessible(mob/user, depth=1)
+ if(src == user.loc || (src in user.contents))
+ return TRUE
+
+ if(loc && depth > 1)
+ return loc.ClickAccessible(user, depth-1)
+
+/turf/ClickAccessible(mob/user, depth=1)
+ return
+
+
/*
Misc helpers
@@ -334,15 +360,11 @@
icon_state = "click_catcher"
plane = CLICKCATCHER_PLANE
mouse_opacity = 2
- screen_loc = "CENTER-7,CENTER-7"
+ screen_loc = "CENTER"
-/obj/screen/click_catcher/proc/MakeGreed()
- . = list()
- for(var/i = 0, i<15, i++)
- for(var/j = 0, j<15, j++)
- var/obj/screen/click_catcher/CC = new()
- CC.screen_loc = "NORTH-[i],EAST-[j]"
- . += CC
+/obj/screen/click_catcher/New()
+ ..()
+ transform = matrix(200, 0, 0, 0, 200, 0)
/obj/screen/click_catcher/Click(location, control, params)
var/list/modifiers = params2list(params)
@@ -350,7 +372,23 @@
var/mob/living/carbon/C = usr
C.swap_hand()
else
- var/turf/T = screen_loc2turf(screen_loc, get_turf(usr))
+ var/turf/T = params2turf(modifiers["screen-loc"], get_turf(usr))
if(T)
T.Click(location, control, params)
- . = 1
\ No newline at end of file
+ . = 1
+
+
+/* MouseWheelOn */
+
+/mob/proc/MouseWheelOn(atom/A, delta_x, delta_y, params)
+ return
+
+/mob/dead/observer/MouseWheelOn(atom/A, delta_x, delta_y, params)
+ var/list/modifier = params2list(params)
+ if(modifier["shift"])
+ var/view = 0
+ if(delta_y > 0)
+ view = -1
+ else
+ view = 1
+ add_view_range(view)
\ No newline at end of file
diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm
index de657798f3..fdb98af512 100644
--- a/code/_onclick/cyborg.dm
+++ b/code/_onclick/cyborg.dm
@@ -51,7 +51,7 @@
aicamera.captureimage(A, usr)
return
- var/obj/item/W = get_active_hand()
+ var/obj/item/W = get_active_held_item()
// Cyborgs have no range-checking unless there is item use
if(!W)
@@ -69,9 +69,10 @@
// cyborgs are prohibited from using storage items so we can I think safely remove (A.loc in contents)
if(A == loc || (A in loc) || (A in contents))
// No adjacency checks
- var/resolved = A.attackby(W,src, params)
- if(!resolved && A && W)
- W.afterattack(A,src,1,params)
+ if(W.pre_attackby(A,src,params))
+ var/resolved = A.attackby(W,src, params)
+ if(!resolved && A && W)
+ W.afterattack(A,src,1,params)
return
if(!isturf(loc))
@@ -80,9 +81,10 @@
// cyborgs are prohibited from using storage items so we can I think safely remove (A.loc && isturf(A.loc.loc))
if(isturf(A) || isturf(A.loc))
if(A.Adjacent(src)) // see adjacent.dm
- var/resolved = A.attackby(W, src, params)
- if(!resolved && A && W)
- W.afterattack(A, src, 1, params)
+ if(W.pre_attackby(A,src,params))
+ var/resolved = A.attackby(W, src, params)
+ if(!resolved && A && W)
+ W.afterattack(A, src, 1, params)
return
else
W.afterattack(A, src, 0, params)
diff --git a/code/_onclick/hud/_defines.dm b/code/_onclick/hud/_defines.dm
index fe3ba58ced..c621458533 100644
--- a/code/_onclick/hud/_defines.dm
+++ b/code/_onclick/hud/_defines.dm
@@ -17,53 +17,67 @@
Therefore, the top right corner (except during admin shenanigans) is at "15,15"
*/
-//Lower left, persistant menu
+//Lower left, persistent menu
#define ui_inventory "WEST:6,SOUTH:5"
//Middle left indicators
#define ui_lingchemdisplay "WEST:6,CENTER-1:15"
#define ui_lingstingdisplay "WEST:6,CENTER-3:11"
#define ui_crafting "12:-10,1:5"
+#define ui_building "12:-10,1:21"
+
#define ui_devilsouldisplay "WEST:6,CENTER-1:15"
-//Lower center, persistant menu
+//Lower center, persistent menu
#define ui_sstore1 "CENTER-5:10,SOUTH:5"
#define ui_id "CENTER-4:12,SOUTH:5"
#define ui_belt "CENTER-3:14,SOUTH:5"
#define ui_back "CENTER-2:14,SOUTH:5"
-#define ui_rhand "CENTER:-16,SOUTH:5"
-#define ui_lhand "CENTER: 16,SOUTH:5"
-#define ui_equip "CENTER:-16,SOUTH+1:5"
-#define ui_swaphand1 "CENTER:-16,SOUTH+1:5"
-#define ui_swaphand2 "CENTER: 16,SOUTH+1:5"
+
+/proc/ui_hand_position(i) //values based on old hand ui positions (CENTER:-/+16,SOUTH:5)
+ var/x_off = -(!(i % 2))
+ var/y_off = round((i-1) / 2)
+ return"CENTER+[x_off]:16,SOUTH+[y_off]:5"
+
+/proc/ui_equip_position(mob/M)
+ var/y_off = round((M.held_items.len-1) / 2) //values based on old equip ui position (CENTER: +/-16,SOUTH+1:5)
+ return "CENTER:-16,SOUTH+[y_off+1]:5"
+
+/proc/ui_swaphand_position(mob/M, which = 1) //values based on old swaphand ui positions (CENTER: +/-16,SOUTH+1:5)
+ var/x_off = which == 1 ? -1 : 0
+ var/y_off = round((M.held_items.len-1) / 2)
+ return "CENTER+[x_off]:16,SOUTH+[y_off+1]:5"
+
#define ui_storage1 "CENTER+1:18,SOUTH:5"
#define ui_storage2 "CENTER+2:20,SOUTH:5"
-#define ui_borg_sensor "CENTER-3:16, SOUTH:5" //borgs
-#define ui_borg_lamp "CENTER-4:16, SOUTH:5" //borgies
-#define ui_borg_thrusters "CENTER-5:16, SOUTH:5"//borgies
-#define ui_inv1 "CENTER-2:16,SOUTH:5" //borgs
-#define ui_inv2 "CENTER-1 :16,SOUTH:5" //borgs
-#define ui_inv3 "CENTER :16,SOUTH:5" //borgs
-#define ui_borg_module "CENTER+1:16,SOUTH:5"
-#define ui_borg_store "CENTER+2:16,SOUTH:5" //borgs
-
-#define ui_borg_camera "CENTER+3:21,SOUTH:5" //borgs
-#define ui_borg_album "CENTER+4:21,SOUTH:5" //borgs
+#define ui_borg_sensor "CENTER-3:16, SOUTH:5" //borgs
+#define ui_borg_lamp "CENTER-4:16, SOUTH:5" //borgs
+#define ui_borg_thrusters "CENTER-5:16, SOUTH:5" //borgs
+#define ui_inv1 "CENTER-2:16,SOUTH:5" //borgs
+#define ui_inv2 "CENTER-1 :16,SOUTH:5" //borgs
+#define ui_inv3 "CENTER :16,SOUTH:5" //borgs
+#define ui_borg_module "CENTER+1:16,SOUTH:5" //borgs
+#define ui_borg_store "CENTER+2:16,SOUTH:5" //borgs
+#define ui_borg_camera "CENTER+3:21,SOUTH:5" //borgs
+#define ui_borg_album "CENTER+4:21,SOUTH:5" //borgs
+#define ui_borg_talk_wheel "CENTER+4:21,SOUTH+1:5" //borgs
#define ui_monkey_head "CENTER-4:13,SOUTH:5" //monkey
#define ui_monkey_mask "CENTER-3:14,SOUTH:5" //monkey
-#define ui_monkey_back "CENTER-2:15,SOUTH:5" //monkey
+#define ui_monkey_neck "CENTER-2:15,SOUTH:5" //monkey
+#define ui_monkey_back "CENTER-1:16,SOUTH:5" //monkey
#define ui_alien_storage_l "CENTER-2:14,SOUTH:5"//alien
#define ui_alien_storage_r "CENTER+1:18,SOUTH:5"//alien
+#define ui_alien_talk_wheel "EAST-3:26,SOUTH:5" //alien
#define ui_drone_drop "CENTER+1:18,SOUTH:5" //maintenance drones
#define ui_drone_pull "CENTER+2:2,SOUTH:5" //maintenance drones
#define ui_drone_storage "CENTER-2:14,SOUTH:5" //maintenance drones
#define ui_drone_head "CENTER-3:14,SOUTH:5" //maintenance drones
-//Lower right, persistant menu
+//Lower right, persistent menu
#define ui_drop_throw "EAST-1:28,SOUTH+1:7"
#define ui_pull_resist "EAST-2:26,SOUTH+1:7"
#define ui_movi "EAST-2:26,SOUTH:5"
@@ -94,6 +108,7 @@
#define ui_borg_health "EAST-1:28,CENTER-1:15" //borgs have the health display where humans have the pressure damage indicator.
#define ui_alien_health "EAST-1:28,CENTER-1:15" //aliens have the health display where humans have the pressure damage indicator.
#define ui_alienplasmadisplay "EAST-1:28,CENTER-2:15"
+#define ui_alien_queen_finder "EAST-1:28,CENTER-3:15"
// AI
@@ -120,18 +135,19 @@
#define ui_oclothing "WEST+1:8,SOUTH+1:7"
#define ui_gloves "WEST+2:10,SOUTH+1:7"
-#define ui_glasses "WEST:6,SOUTH+2:9"
+#define ui_glasses "WEST:6,SOUTH+3:11"
#define ui_mask "WEST+1:8,SOUTH+2:9"
#define ui_ears "WEST+2:10,SOUTH+2:9"
-
+#define ui_neck "WEST:6,SOUTH+2:9"
#define ui_head "WEST+1:8,SOUTH+3:11"
//Ghosts
-#define ui_ghost_jumptomob "SOUTH:6,CENTER-2:16"
-#define ui_ghost_orbit "SOUTH:6,CENTER-1:16"
-#define ui_ghost_reenter_corpse "SOUTH:6,CENTER:16"
-#define ui_ghost_teleport "SOUTH:6,CENTER+1:16"
+#define ui_ghost_jumptomob "SOUTH:6,CENTER-2:24"
+#define ui_ghost_orbit "SOUTH:6,CENTER-1:24"
+#define ui_ghost_reenter_corpse "SOUTH:6,CENTER:24"
+#define ui_ghost_teleport "SOUTH:6,CENTER+1:24"
+#define ui_ghost_pai "SOUTH: 6, CENTER+2:24"
//Hand of God, god
diff --git a/code/_onclick/hud/action_button.dm b/code/_onclick/hud/action_button.dm
index fd7abb1257..0debd0a339 100644
--- a/code/_onclick/hud/action_button.dm
+++ b/code/_onclick/hud/action_button.dm
@@ -1,8 +1,13 @@
+#define ACTION_BUTTON_DEFAULT_BACKGROUND "default"
/obj/screen/movable/action_button
var/datum/action/linked_action
+ var/actiontooltipstyle = ""
screen_loc = null
+ var/button_icon_state
+ var/appearance_cache
+
/obj/screen/movable/action_button/Click(location,control,params)
var/list/modifiers = params2list(params)
if(modifiers["shift"])
@@ -20,6 +25,9 @@
icon = 'icons/mob/actions.dmi'
icon_state = "bg_default"
var/hidden = 0
+ var/hide_icon = 'icons/mob/actions.dmi'
+ var/hide_state = "hide"
+ var/show_state = "show"
/obj/screen/movable/action_button/hide_toggle/Click(location,control,params)
var/list/modifiers = params2list(params)
@@ -37,33 +45,44 @@
usr.update_action_buttons()
-/obj/screen/movable/action_button/hide_toggle/proc/InitialiseIcon(mob/living/user)
- if(isalien(user))
- icon_state = "bg_alien"
- else
- icon_state = "bg_default"
+/obj/screen/movable/action_button/hide_toggle/proc/InitialiseIcon(datum/hud/owner_hud)
+ var settings = owner_hud.get_action_buttons_icons()
+ icon = settings["bg_icon"]
+ icon_state = settings["bg_state"]
+ hide_icon = settings["toggle_icon"]
+ hide_state = settings["toggle_hide"]
+ show_state = settings["toggle_show"]
UpdateIcon()
- return
/obj/screen/movable/action_button/hide_toggle/proc/UpdateIcon()
cut_overlays()
- var/image/img = image(icon, src, hidden ? "show" : "hide")
+ var/image/img = image(hide_icon, src, hidden ? show_state : hide_state)
add_overlay(img)
- return
/obj/screen/movable/action_button/MouseEntered(location,control,params)
- openToolTip(usr,src,params,title = name,content = desc)
+ openToolTip(usr,src,params,title = name,content = desc,theme = actiontooltipstyle)
/obj/screen/movable/action_button/MouseExited()
closeToolTip(usr)
+/datum/hud/proc/get_action_buttons_icons()
+ . = list()
+ .["bg_icon"] = ui_style_icon
+ .["bg_state"] = "template"
+
+ //TODO : Make these fit theme
+ .["toggle_icon"] = 'icons/mob/actions.dmi'
+ .["toggle_hide"] = "hide"
+ .["toggle_show"] = "show"
-/mob/proc/update_action_buttons_icon()
+//see human and alien hud for specific implementations.
+
+/mob/proc/update_action_buttons_icon(status_only = FALSE)
for(var/X in actions)
var/datum/action/A = X
- A.UpdateButtonIcon()
+ A.UpdateButtonIcon(status_only)
//This is the proc used to update all the action buttons.
/mob/proc/update_action_buttons(reload_screen)
diff --git a/code/_onclick/hud/ai.dm b/code/_onclick/hud/ai.dm
index 350b813e56..c26e54eae9 100644
--- a/code/_onclick/hud/ai.dm
+++ b/code/_onclick/hud/ai.dm
@@ -1,11 +1,17 @@
/obj/screen/ai
icon = 'icons/mob/screen_ai.dmi'
+/obj/screen/ai/Click()
+ if(isobserver(usr))
+ return 1
+
/obj/screen/ai/aicore
name = "AI core"
icon_state = "ai_core"
/obj/screen/ai/aicore/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.view_core()
@@ -23,6 +29,8 @@
icon_state = "track"
/obj/screen/ai/camera_track/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
var/target_name = input(AI, "Choose who you want to track", "Tracking") as null|anything in AI.trackable_mobs()
AI.ai_camera_track(target_name)
@@ -32,6 +40,8 @@
icon_state = "camera_light"
/obj/screen/ai/camera_light/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.toggle_camera_light()
@@ -40,6 +50,8 @@
icon_state = "crew_monitor"
/obj/screen/ai/crew_monitor/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
crewmonitor.show(AI)
@@ -48,6 +60,8 @@
icon_state = "manifest"
/obj/screen/ai/crew_manifest/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.ai_roster()
@@ -56,14 +70,18 @@
icon_state = "alerts"
/obj/screen/ai/alerts/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.ai_alerts()
/obj/screen/ai/announcement
- name = "Make Announcement"
+ name = "Make Vox Announcement"
icon_state = "announcement"
/obj/screen/ai/announcement/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.announcement()
@@ -72,6 +90,8 @@
icon_state = "call_shuttle"
/obj/screen/ai/call_shuttle/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.ai_call_shuttle()
@@ -80,6 +100,8 @@
icon_state = "state_laws"
/obj/screen/ai/state_laws/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.checklaws()
@@ -88,6 +110,8 @@
icon_state = "pda_send"
/obj/screen/ai/pda_msg_send/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.cmd_send_pdamesg(usr)
@@ -96,6 +120,8 @@
icon_state = "pda_receive"
/obj/screen/ai/pda_msg_show/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
AI.cmd_show_message_log(usr)
@@ -107,7 +133,7 @@
if(isAI(usr))
var/mob/living/silicon/ai/AI = usr
AI.aicamera.toggle_camera_mode()
- else if(isrobot(usr))
+ else if(iscyborg(usr))
var/mob/living/silicon/robot/R = usr
R.aicamera.toggle_camera_mode()
@@ -119,7 +145,7 @@
if(isAI(usr))
var/mob/living/silicon/ai/AI = usr
AI.aicamera.viewpictures()
- else if(isrobot(usr))
+ else if(iscyborg(usr))
var/mob/living/silicon/robot/R = usr
R.aicamera.viewpictures()
@@ -128,11 +154,16 @@
icon_state = "ai_sensor"
/obj/screen/ai/sensors/Click()
+ if(..())
+ return
var/mob/living/silicon/S = usr
S.sensor_mode()
-/datum/hud/ai/New(mob/owner)
+/datum/hud/ai
+ ui_style_icon = 'icons/mob/screen_ai.dmi'
+
+/datum/hud/ai/New(mob/owner, ui_style = 'icons/mob/screen_ai.dmi')
..()
var/obj/screen/using
@@ -215,4 +246,4 @@
/mob/living/silicon/ai/create_mob_hud()
if(client && !hud_used)
- hud_used = new /datum/hud/ai(src)
\ No newline at end of file
+ hud_used = new /datum/hud/ai(src)
diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm
index 2dea5689c5..0fea126a80 100644
--- a/code/_onclick/hud/alert.dm
+++ b/code/_onclick/hud/alert.dm
@@ -33,13 +33,16 @@
else //no need to update
return 0
else
- alert = PoolOrNew(type)
+ alert = new type()
if(new_master)
var/old_layer = new_master.layer
+ var/old_plane = new_master.plane
new_master.layer = FLOAT_LAYER
+ new_master.plane = FLOAT_PLANE
alert.overlays += new_master
new_master.layer = old_layer
+ new_master.plane = old_plane
alert.icon_state = "template" // We'll set the icon to the client's ui pref in reorganize_alerts()
alert.master = new_master
else
@@ -53,12 +56,14 @@
animate(alert, transform = matrix(), time = 2.5, easing = CUBIC_EASING)
if(alert.timeout)
- spawn(alert.timeout)
- if(alert.timeout && alerts[category] == alert && world.time >= alert.timeout)
- clear_alert(category)
+ addtimer(CALLBACK(src, .proc/alert_timeout, alert, category), alert.timeout)
alert.timeout = world.time + alert.timeout - world.tick_lag
return alert
+/mob/proc/alert_timeout(obj/screen/alert/alert, category)
+ if(alert.timeout && alerts[category] == alert && world.time >= alert.timeout)
+ clear_alert(category)
+
// Proc to clear an existing alert.
/mob/proc/clear_alert(category)
var/obj/screen/alert/alert = alerts[category]
@@ -240,6 +245,163 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."
icon_state = "blobbernaut_nofactory"
alerttooltipstyle = "blob"
+// CLOCKCULT
+/obj/screen/alert/clockwork
+ alerttooltipstyle = "clockcult"
+
+/obj/screen/alert/clockwork/scripture_reqs
+ name = "Next Tier Requirements"
+ desc = "You shouldn't be seeing this description unless you're very fast. If you're very fast, good job!"
+ icon_state = "no-servants-caches"
+ var/static/list/scripture_states = list(SCRIPTURE_DRIVER = TRUE, SCRIPTURE_SCRIPT = FALSE, SCRIPTURE_APPLICATION = FALSE, SCRIPTURE_REVENANT = FALSE, SCRIPTURE_JUDGEMENT = FALSE)
+
+/obj/screen/alert/clockwork/scripture_reqs/New()
+ ..()
+ START_PROCESSING(SSprocessing, src)
+ process()
+
+/obj/screen/alert/clockwork/scripture_reqs/Destroy()
+ STOP_PROCESSING(SSprocessing, src)
+ return ..()
+
+/obj/screen/alert/clockwork/scripture_reqs/process()
+ if(clockwork_gateway_activated)
+ qdel(src)
+ return
+ var/current_state
+ scripture_states = scripture_unlock_check()
+ for(var/i in scripture_states)
+ if(!scripture_states[i])
+ current_state = i
+ break
+ icon_state = "no"
+ if(!current_state)
+ name = "Current Objective"
+ for(var/obj/structure/destructible/clockwork/massive/celestial_gateway/G in all_clockwork_objects)
+ var/area/gate_area = get_area(G)
+ desc = "Protect the Ark at [gate_area.map_name]! "
+ return
+ desc = "All tiers of Scripture are unlocked. \
+ Acquire components and summon the Ark. "
+ else
+ name = "Next Tier Requirements"
+ var/validservants = 0
+ var/unconverted_ais_exist = FALSE
+ for(var/mob/living/L in living_mob_list)
+ if(is_servant_of_ratvar(L) && (ishuman(L) || issilicon(L)))
+ validservants++
+ else if(isAI(L))
+ unconverted_ais_exist++
+ var/req_servants = 0
+ var/req_caches = 0
+ var/req_cv = 0
+ var/req_ai = FALSE
+ desc = "Requirements for [current_state] Scripture: "
+ switch(current_state) //get our requirements based on the tier
+ if(SCRIPTURE_SCRIPT)
+ req_servants = SCRIPT_SERVANT_REQ
+ req_caches = SCRIPT_CACHE_REQ
+ if(SCRIPTURE_APPLICATION)
+ req_servants = APPLICATION_SERVANT_REQ
+ req_caches = APPLICATION_CACHE_REQ
+ req_cv = APPLICATION_CV_REQ
+ if(SCRIPTURE_REVENANT)
+ req_servants = REVENANT_SERVANT_REQ
+ req_caches = REVENANT_CACHE_REQ
+ req_cv = REVENANT_CV_REQ
+ if(SCRIPTURE_JUDGEMENT)
+ req_servants = JUDGEMENT_SERVANT_REQ
+ req_caches = JUDGEMENT_CACHE_REQ
+ req_cv = JUDGEMENT_CV_REQ
+ req_ai = TRUE
+ desc += "[validservants]/[req_servants] Servants"
+ if(validservants < req_servants)
+ icon_state += "-servants" //in this manner, generate an icon key based on what we're missing
+ else
+ desc += ": \[CHECK\] "
+ desc += "[clockwork_caches]/[req_caches] Tinkerer's Caches"
+ if(clockwork_caches < req_caches)
+ icon_state += "-caches"
+ else
+ desc += ": \[CHECK\] "
+ if(req_cv) //cv only shows up if the tier requires it
+ desc += "[clockwork_construction_value]/[req_cv] Construction Value"
+ if(clockwork_construction_value < req_cv)
+ icon_state += "-cv"
+ else
+ desc += ": \[CHECK\] "
+ if(req_ai) //same for ai
+ if(unconverted_ais_exist)
+ if(unconverted_ais_exist > 1)
+ desc += "[unconverted_ais_exist] unconverted AIs exist! "
+ else
+ desc += "An unconverted AI exists! "
+ icon_state += "-ai"
+ else
+ desc += " No unconverted AIs exist: \[CHECK\] "
+
+/obj/screen/alert/clockwork/infodump
+ name = "Global Records"
+ desc = "You shouldn't be seeing this description, because it should be dynamically generated."
+ icon_state = "clockinfo"
+
+/obj/screen/alert/clockwork/infodump/MouseEntered(location,control,params)
+ if(ratvar_awakens)
+ desc = "CHETR NYY HAGEHUGF-NAQ-UBABE RATVAR. "
+ else
+ var/servants = 0
+ var/validservants = 0
+ var/unconverted_ais_exist = FALSE
+ var/list/scripture_states = scripture_unlock_check()
+ for(var/mob/living/L in living_mob_list)
+ if(is_servant_of_ratvar(L))
+ servants++
+ if(ishuman(L) || issilicon(L))
+ validservants++
+ else if(isAI(L))
+ unconverted_ais_exist++
+ if(servants > 1)
+ if(validservants > 1)
+ desc = "[servants] Servants, [validservants] of which count towards scripture. "
+ else
+ desc = "[servants] Servants, [validservants ? "[validservants] of which counts":"none of which count"] towards scripture. "
+ else
+ desc = "[servants] Servant, who [validservants ? "counts":"does not count"] towards scripture. "
+ desc += "[clockwork_caches ? "[clockwork_caches] Tinkerer's Caches.":"No Tinkerer's Caches, construct one!"] \
+ [clockwork_construction_value] Construction Value. "
+ if(clockwork_daemons)
+ desc += "[clockwork_daemons] Tinkerer's Daemons: [servants * 0.2 < clockwork_daemons ? "DISABLED":"ACTIVE"] "
+ else
+ desc += "No Tinkerer's Daemons. "
+ for(var/obj/structure/destructible/clockwork/massive/celestial_gateway/G in all_clockwork_objects)
+ var/area/gate_area = get_area(G)
+ desc += "Ark Location: [uppertext(gate_area.map_name)] "
+ if(G.ratvar_portal)
+ desc += "Seconds until Ratvar's arrival: [G.get_arrival_text(TRUE)] "
+ else
+ desc += "Seconds until Proselytization: [G.get_arrival_text(TRUE)] "
+ if(unconverted_ais_exist)
+ if(unconverted_ais_exist > 1)
+ desc += "[unconverted_ais_exist] unconverted AIs exist! "
+ else
+ desc += "An unconverted AI exists! "
+ if(scripture_states[SCRIPTURE_REVENANT])
+ var/inathneq_available = clockwork_generals_invoked["inath-neq"] <= world.time
+ var/sevtug_available = clockwork_generals_invoked["sevtug"] <= world.time
+ var/nezbere_available = clockwork_generals_invoked["nezbere"] <= world.time
+ var/nezcrentr_available = clockwork_generals_invoked["nzcrentr"] <= world.time
+ if(inathneq_available || sevtug_available || nezbere_available || nezcrentr_available)
+ desc += "Generals available:[inathneq_available ? "INATH-NEQ ":""][sevtug_available ? "SEVTUG ":""]\
+ [nezbere_available ? "NEZBERE ":""][nezcrentr_available ? "NZCRENTR ":""] "
+ else
+ desc += "Generals available: NONE "
+ else
+ desc += "Generals available: NONE "
+ for(var/i in scripture_states)
+ if(i != SCRIPTURE_DRIVER) //ignore the always-unlocked stuff
+ desc += "[i] Scripture: [scripture_states[i] ? "UNLOCKED":"LOCKED"] "
+ ..()
+
//GUARDIANS
/obj/screen/alert/cancharge
@@ -297,6 +459,23 @@ so as to remain in compliance with the most up-to-date laws."
icon_state = "newlaw"
timeout = 300
+/obj/screen/alert/hackingapc
+ name = "Hacking APC"
+ desc = "An Area Power Controller is being hacked. When the process is \
+ complete, you will have exclusive control of it, and you will gain \
+ additional processing time to unlock more malfunction abilities."
+ icon_state = "hackingapc"
+ timeout = 600
+ var/atom/target = null
+
+/obj/screen/alert/hackingapc/Click()
+ if(!usr || !usr.client) return
+ if(!target) return
+ var/mob/living/silicon/ai/AI = usr
+ var/turf/T = get_turf(target)
+ if(T)
+ AI.eyeobj.setLoc(T)
+
//MECHS
/obj/screen/alert/low_mech_integrity
@@ -359,6 +538,7 @@ so as to remain in compliance with the most up-to-date laws."
if(isliving(usr))
var/mob/living/L = usr
return L.resist()
+
// PRIVATE = only edit, use, or override these if you're editing the system as a whole
// Re-render all alerts - also called in /datum/hud/show_hud() because it's needed there
@@ -406,8 +586,8 @@ so as to remain in compliance with the most up-to-date laws."
return usr.client.Click(master, location, control, params)
/obj/screen/alert/Destroy()
- ..()
+ . = ..()
severity = 0
master = null
screen_loc = ""
- return QDEL_HINT_PUTINPOOL //Don't destroy me, I have a family!
+
diff --git a/code/_onclick/hud/alien.dm b/code/_onclick/hud/alien.dm
index 20cfab176f..1f8b1c2488 100644
--- a/code/_onclick/hud/alien.dm
+++ b/code/_onclick/hud/alien.dm
@@ -21,50 +21,46 @@
if(T)
T.fire(A)
-
/obj/screen/alien/plasma_display
icon = 'icons/mob/screen_gen.dmi'
icon_state = "power_display2"
name = "plasma stored"
screen_loc = ui_alienplasmadisplay
-/datum/hud/alien/New(mob/living/carbon/alien/humanoid/owner)
+
+/obj/screen/alien/alien_queen_finder
+ icon = 'icons/mob/screen_alien.dmi'
+ icon_state = "queen_finder"
+ name = "queen sense"
+ desc = "Allows you to sense the general direction of your Queen."
+ screen_loc = ui_alien_queen_finder
+
+
+/datum/hud/alien
+ ui_style_icon = 'icons/mob/screen_alien.dmi'
+
+/datum/hud/alien/New(mob/living/carbon/alien/humanoid/owner, ui_style = 'icons/mob/screen_alien.dmi')
..()
var/obj/screen/using
- var/obj/screen/inventory/inv_box
//equippable shit
//hands
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "right hand"
- inv_box.icon = 'icons/mob/screen_alien.dmi'
- inv_box.icon_state = "hand_r"
- inv_box.screen_loc = ui_rhand
- inv_box.slot_id = slot_r_hand
- static_inventory += inv_box
-
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "left hand"
- inv_box.icon = 'icons/mob/screen_alien.dmi'
- inv_box.icon_state = "hand_l"
- inv_box.screen_loc = ui_lhand
- inv_box.slot_id = slot_l_hand
- static_inventory += inv_box
+ build_hand_slots(ui_style)
//begin buttons
using = new /obj/screen/swap_hand()
- using.icon = 'icons/mob/screen_alien.dmi'
+ using.icon = ui_style
using.icon_state = "swap_1"
- using.screen_loc = ui_swaphand1
+ using.screen_loc = ui_swaphand_position(owner,1)
static_inventory += using
using = new /obj/screen/swap_hand()
- using.icon = 'icons/mob/screen_alien.dmi'
+ using.icon = ui_style
using.icon_state = "swap_2"
- using.screen_loc = ui_swaphand2
+ using.screen_loc = ui_swaphand_position(owner,2)
static_inventory += using
using = new /obj/screen/act_intent/alien()
@@ -78,23 +74,28 @@
H.leap_icon.screen_loc = ui_alien_storage_r
static_inventory += H.leap_icon
+ using = new/obj/screen/wheel/talk
+ using.screen_loc = ui_alien_talk_wheel
+ wheels += using
+ static_inventory += using
+
using = new /obj/screen/drop()
- using.icon = 'icons/mob/screen_alien.dmi'
+ using.icon = ui_style
using.screen_loc = ui_drop_throw
static_inventory += using
using = new /obj/screen/resist()
- using.icon = 'icons/mob/screen_alien.dmi'
+ using.icon = ui_style
using.screen_loc = ui_pull_resist
hotkeybuttons += using
throw_icon = new /obj/screen/throw_catch()
- throw_icon.icon = 'icons/mob/screen_alien.dmi'
+ throw_icon.icon = ui_style
throw_icon.screen_loc = ui_drop_throw
hotkeybuttons += throw_icon
pull_icon = new /obj/screen/pull()
- pull_icon.icon = 'icons/mob/screen_alien.dmi'
+ pull_icon.icon = ui_style
pull_icon.update_icon(mymob)
pull_icon.screen_loc = ui_pull_resist
static_inventory += pull_icon
@@ -110,6 +111,10 @@
alien_plasma_display = new /obj/screen/alien/plasma_display()
infodisplay += alien_plasma_display
+ if(!istype(mymob, /mob/living/carbon/alien/humanoid/royal/queen))
+ alien_queen_finder = new /obj/screen/alien/alien_queen_finder
+ infodisplay += alien_queen_finder
+
zone_select = new /obj/screen/zone_sel/alien()
zone_select.update_icon(mymob)
static_inventory += zone_select
@@ -120,22 +125,18 @@
inv_slots[inv.slot_id] = inv
inv.update_icon()
-/datum/hud/alien/persistant_inventory_update()
+/datum/hud/alien/persistent_inventory_update()
if(!mymob)
return
var/mob/living/carbon/alien/humanoid/H = mymob
if(hud_version != HUD_STYLE_NOHUD)
- if(H.r_hand)
- H.r_hand.screen_loc = ui_rhand
- H.client.screen += H.r_hand
- if(H.l_hand)
- H.l_hand.screen_loc = ui_lhand
- H.client.screen += H.l_hand
+ for(var/obj/item/I in H.held_items)
+ I.screen_loc = ui_hand_position(H.get_held_index_of_item(I))
+ H.client.screen += I
else
- if(H.r_hand)
- H.r_hand.screen_loc = null
- if(H.l_hand)
- H.l_hand.screen_loc = null
+ for(var/obj/item/I in H.held_items)
+ I.screen_loc = null
+ H.client.screen -= I
/mob/living/carbon/alien/humanoid/create_mob_hud()
if(client && !hud_used)
diff --git a/code/_onclick/hud/alien_larva.dm b/code/_onclick/hud/alien_larva.dm
index a1464fa996..2392e349fe 100644
--- a/code/_onclick/hud/alien_larva.dm
+++ b/code/_onclick/hud/alien_larva.dm
@@ -13,13 +13,19 @@
nightvisionicon = new /obj/screen/alien/nightvision()
nightvisionicon.screen_loc = ui_alien_nightvision
infodisplay += nightvisionicon
-
+ alien_queen_finder = new /obj/screen/alien/alien_queen_finder()
+ infodisplay += alien_queen_finder
pull_icon = new /obj/screen/pull()
pull_icon.icon = 'icons/mob/screen_alien.dmi'
pull_icon.update_icon(mymob)
pull_icon.screen_loc = ui_pull_resist
hotkeybuttons += pull_icon
+ using = new/obj/screen/wheel/talk
+ using.screen_loc = ui_alien_talk_wheel
+ wheels += using
+ static_inventory += using
+
zone_select = new /obj/screen/zone_sel/alien()
zone_select.update_icon(mymob)
static_inventory += zone_select
diff --git a/code/_onclick/hud/blob_overmind.dm b/code/_onclick/hud/blob_overmind.dm
index 66e4e1fd3c..c3cc3851dc 100644
--- a/code/_onclick/hud/blob_overmind.dm
+++ b/code/_onclick/hud/blob_overmind.dm
@@ -34,12 +34,15 @@
desc = "Moves your camera to your blob core."
/obj/screen/blob/JumpToCore/MouseEntered(location,control,params)
- if(isovermind(usr))
- var/mob/camera/blob/B = usr
+ if(hud && hud.mymob && isovermind(hud.mymob))
+ var/mob/camera/blob/B = hud.mymob
if(!B.placed)
- openToolTip(usr,src,params,title = "Place Blob Core",content = "Attempt to place your blob core at this location.", theme = "blob")
+ name = "Place Blob Core"
+ desc = "Attempt to place your blob core at this location."
else
- ..()
+ name = initial(name)
+ desc = initial(desc)
+ ..()
/obj/screen/blob/JumpToCore/Click()
if(isovermind(usr))
@@ -51,7 +54,7 @@
/obj/screen/blob/Blobbernaut
icon_state = "ui_blobbernaut"
name = "Produce Blobbernaut (40)"
- desc = "Produces a strong, smart blobbernaut from a factory blob for 40 points. The factory blob used will become fragile and unable to produce spores."
+ desc = "Produces a strong, smart blobbernaut from a factory blob for 40 resources. The factory blob used will become fragile and unable to produce spores."
/obj/screen/blob/Blobbernaut/Click()
if(isovermind(usr))
@@ -61,7 +64,7 @@
/obj/screen/blob/ResourceBlob
icon_state = "ui_resource"
name = "Produce Resource Blob (40)"
- desc = "Produces a resource blob for 40 points. Resource blobs will give you points every few seconds."
+ desc = "Produces a resource blob for 40 resources. Resource blobs will give you resources every few seconds."
/obj/screen/blob/ResourceBlob/Click()
if(isovermind(usr))
@@ -70,8 +73,8 @@
/obj/screen/blob/NodeBlob
icon_state = "ui_node"
- name = "Produce Node Blob (60)"
- desc = "Produces a node blob for 60 points. Node blobs will expand and activate nearby resource and factory blobs."
+ name = "Produce Node Blob (50)"
+ desc = "Produces a node blob for 50 resources. Node blobs will expand and activate nearby resource and factory blobs."
/obj/screen/blob/NodeBlob/Click()
if(isovermind(usr))
@@ -81,7 +84,7 @@
/obj/screen/blob/FactoryBlob
icon_state = "ui_factory"
name = "Produce Factory Blob (60)"
- desc = "Produces a factory blob for 60 points. Factory blobs will produce spores every few seconds."
+ desc = "Produces a factory blob for 60 resources. Factory blobs will produce spores every few seconds."
/obj/screen/blob/FactoryBlob/Click()
if(isovermind(usr))
@@ -91,15 +94,18 @@
/obj/screen/blob/ReadaptChemical
icon_state = "ui_chemswap"
name = "Readapt Chemical (40)"
- desc = "Randomly rerolls your chemical for 40 points."
+ desc = "Randomly rerolls your chemical for 40 resources."
/obj/screen/blob/ReadaptChemical/MouseEntered(location,control,params)
- if(isovermind(usr))
- var/mob/camera/blob/B = usr
+ if(hud && hud.mymob && isovermind(hud.mymob))
+ var/mob/camera/blob/B = hud.mymob
if(B.free_chem_rerolls)
- openToolTip(usr,src,params,title = "Readapt Chemical (FREE)",content = "Randomly rerolls your chemical for free.", theme = "blob")
+ name = "Readapt Chemical (FREE)"
+ desc = "Randomly rerolls your chemical for free."
else
- ..()
+ name = initial(name)
+ desc = initial(desc)
+ ..()
/obj/screen/blob/ReadaptChemical/Click()
if(isovermind(usr))
@@ -109,7 +115,7 @@
/obj/screen/blob/RelocateCore
icon_state = "ui_swap"
name = "Relocate Core (80)"
- desc = "Swaps a node and your core for 80 points."
+ desc = "Swaps a node and your core for 80 resources."
/obj/screen/blob/RelocateCore/Click()
if(isovermind(usr))
@@ -126,6 +132,7 @@
blobpwrdisplay.screen_loc = ui_health
blobpwrdisplay.mouse_opacity = 0
blobpwrdisplay.layer = ABOVE_HUD_LAYER
+ blobpwrdisplay.plane = ABOVE_HUD_PLANE
infodisplay += blobpwrdisplay
healths = new /obj/screen/healths/blob()
@@ -141,6 +148,7 @@
using = new /obj/screen/blob/JumpToCore()
using.screen_loc = ui_zonesel
+ using.hud = src
static_inventory += using
using = new /obj/screen/blob/Blobbernaut()
@@ -152,15 +160,16 @@
static_inventory += using
using = new /obj/screen/blob/NodeBlob()
- using.screen_loc = ui_lhand
+ using.screen_loc = ui_hand_position(2)
static_inventory += using
using = new /obj/screen/blob/FactoryBlob()
- using.screen_loc = ui_rhand
+ using.screen_loc = ui_hand_position(1)
static_inventory += using
using = new /obj/screen/blob/ReadaptChemical()
using.screen_loc = ui_storage1
+ using.hud = src
static_inventory += using
using = new /obj/screen/blob/RelocateCore()
diff --git a/code/_onclick/hud/clockwork_marauder.dm b/code/_onclick/hud/clockwork_marauder.dm
new file mode 100644
index 0000000000..7429d1deeb
--- /dev/null
+++ b/code/_onclick/hud/clockwork_marauder.dm
@@ -0,0 +1,45 @@
+/datum/hud/marauder
+ var/obj/screen/hosthealth
+ var/obj/screen/blockchance
+ var/obj/screen/counterchance
+
+/datum/hud/marauder/New(mob/living/simple_animal/hostile/guardian/owner)
+ ..()
+ var/obj/screen/using
+
+ healths = new /obj/screen/healths/clock()
+ infodisplay += healths
+
+ hosthealth = new /obj/screen/healths/clock()
+ hosthealth.screen_loc = ui_internal
+ infodisplay += hosthealth
+
+ using = new /obj/screen/marauder/emerge()
+ using.screen_loc = ui_zonesel
+ static_inventory += using
+
+/datum/hud/marauder/Destroy()
+ blockchance = null
+ counterchance = null
+ hosthealth = null
+ return ..()
+
+/mob/living/simple_animal/hostile/clockwork/marauder/create_mob_hud()
+ if(client && !hud_used)
+ hud_used = new /datum/hud/marauder(src, ui_style2icon(client.prefs.UI_style))
+
+/obj/screen/marauder
+ icon = 'icons/mob/clockwork_mobs.dmi'
+
+/obj/screen/marauder/emerge
+ icon_state = "marauder_emerge"
+ name = "Emerge/Return"
+ desc = "Emerge or Return."
+
+/obj/screen/marauder/emerge/Click()
+ if(istype(usr, /mob/living/simple_animal/hostile/clockwork/marauder))
+ var/mob/living/simple_animal/hostile/clockwork/marauder/M = usr
+ if(M.is_in_host())
+ M.try_emerge()
+ else
+ M.return_to_host()
diff --git a/code/_onclick/hud/devil.dm b/code/_onclick/hud/devil.dm
index 0ddaeccd23..0cd0b6a6a9 100644
--- a/code/_onclick/hud/devil.dm
+++ b/code/_onclick/hud/devil.dm
@@ -5,7 +5,6 @@
/datum/hud/devil/New(mob/owner, ui_style = 'icons/mob/screen_midnight.dmi')
..()
var/obj/screen/using
- var/obj/screen/inventory/inv_box
using = new /obj/screen/drop()
using.icon = ui_style
@@ -18,36 +17,24 @@
pull_icon.screen_loc = ui_drone_pull
static_inventory += pull_icon
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "right hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_r"
- inv_box.screen_loc = ui_rhand
- inv_box.slot_id = slot_r_hand
- static_inventory += inv_box
-
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "left hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_l"
- inv_box.screen_loc = ui_lhand
- inv_box.slot_id = slot_l_hand
- static_inventory += inv_box
+ build_hand_slots(ui_style)
using = new /obj/screen/inventory()
using.name = "hand"
using.icon = ui_style
using.icon_state = "swap_1_m"
- using.screen_loc = ui_swaphand1
+ using.screen_loc = ui_swaphand_position(owner,1)
using.layer = HUD_LAYER
+ using.plane = HUD_PLANE
static_inventory += using
using = new /obj/screen/inventory()
using.name = "hand"
using.icon = ui_style
using.icon_state = "swap_2"
- using.screen_loc = ui_swaphand2
+ using.screen_loc = ui_swaphand_position(owner,2)
using.layer = HUD_LAYER
+ using.plane = HUD_PLANE
static_inventory += using
zone_select = new /obj/screen/zone_sel()
@@ -59,23 +46,19 @@
infodisplay += devilsouldisplay
-/datum/hud/devil/persistant_inventory_update()
+/datum/hud/devil/persistent_inventory_update()
if(!mymob)
return
var/mob/living/carbon/true_devil/D = mymob
if(hud_version != HUD_STYLE_NOHUD)
- if(D.r_hand)
- D.r_hand.screen_loc = ui_rhand
- D.client.screen += D.r_hand
- if(D.l_hand)
- D.l_hand.screen_loc = ui_lhand
- D.client.screen += D.l_hand
+ for(var/obj/item/I in D.held_items)
+ I.screen_loc = ui_hand_position(D.get_held_index_of_item(I))
+ D.client.screen += I
else
- if(D.r_hand)
- D.r_hand.screen_loc = null
- if(D.l_hand)
- D.l_hand.screen_loc = null
+ for(var/obj/item/I in D.held_items)
+ I.screen_loc = null
+ D.client.screen -= I
/mob/living/carbon/true_devil/create_mob_hud()
if(client && !hud_used)
diff --git a/code/_onclick/hud/drones.dm b/code/_onclick/hud/drones.dm
index 631686b089..b6708b266d 100644
--- a/code/_onclick/hud/drones.dm
+++ b/code/_onclick/hud/drones.dm
@@ -1,42 +1,14 @@
-/datum/hud/drone/New(mob/owner, ui_style = 'icons/mob/screen_midnight.dmi')
+/datum/hud/dextrous/drone/New(mob/owner, ui_style = 'icons/mob/screen_midnight.dmi')
..()
- var/obj/screen/using
var/obj/screen/inventory/inv_box
- using = new /obj/screen/drop()
- using.icon = ui_style
- using.screen_loc = ui_drone_drop
- static_inventory += using
-
- pull_icon = new /obj/screen/pull()
- pull_icon.icon = ui_style
- pull_icon.update_icon(mymob)
- pull_icon.screen_loc = ui_drone_pull
- static_inventory += pull_icon
-
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "right hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_r"
- inv_box.screen_loc = ui_rhand
- inv_box.slot_id = slot_r_hand
- static_inventory += inv_box
-
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "left hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_l"
- inv_box.screen_loc = ui_lhand
- inv_box.slot_id = slot_l_hand
- static_inventory += inv_box
-
inv_box = new /obj/screen/inventory()
inv_box.name = "internal storage"
inv_box.icon = ui_style
inv_box.icon_state = "suit_storage"
// inv_box.icon_full = "template"
inv_box.screen_loc = ui_drone_storage
- inv_box.slot_id = slot_drone_storage
+ inv_box.slot_id = slot_generic_dextrous_storage
static_inventory += inv_box
inv_box = new /obj/screen/inventory()
@@ -48,26 +20,6 @@
inv_box.slot_id = slot_head
static_inventory += inv_box
- using = new /obj/screen/swap_hand()
- using.icon = ui_style
- using.icon_state = "swap_1_m"
- using.screen_loc = ui_swaphand1
- static_inventory += using
-
- using = new /obj/screen/swap_hand()
- using.icon = ui_style
- using.icon_state = "swap_2"
- using.screen_loc = ui_swaphand2
- static_inventory += using
-
- zone_select = new /obj/screen/zone_sel()
- zone_select.icon = ui_style
- zone_select.update_icon(mymob)
-
- using = new /obj/screen/inventory/craft
- using.icon = ui_style
- static_inventory += using
-
for(var/obj/screen/inventory/inv in (static_inventory + toggleable_inventory))
if(inv.slot_id)
inv.hud = src
@@ -75,7 +27,7 @@
inv.update_icon()
-/datum/hud/drone/persistant_inventory_update()
+/datum/hud/dextrous/drone/persistent_inventory_update()
if(!mymob)
return
var/mob/living/simple_animal/drone/D = mymob
@@ -93,19 +45,4 @@
if(D.head)
D.head.screen_loc = null
- if(hud_version != HUD_STYLE_NOHUD)
- if(D.r_hand)
- D.r_hand.screen_loc = ui_rhand
- D.client.screen += D.r_hand
- if(D.l_hand)
- D.l_hand.screen_loc = ui_lhand
- D.client.screen += D.l_hand
- else
- if(D.r_hand)
- D.r_hand.screen_loc = null
- if(D.l_hand)
- D.l_hand.screen_loc = null
-
-/mob/living/simple_animal/drone/create_mob_hud()
- if(client && !hud_used)
- hud_used = new /datum/hud/drone(src, ui_style2icon(client.prefs.UI_style))
+ ..()
diff --git a/code/_onclick/hud/fullscreen.dm b/code/_onclick/hud/fullscreen.dm
index 0baf90a473..999d357634 100644
--- a/code/_onclick/hud/fullscreen.dm
+++ b/code/_onclick/hud/fullscreen.dm
@@ -12,7 +12,7 @@
else if(!severity || severity == screen.severity)
return null
else
- screen = PoolOrNew(type)
+ screen = new type()
screen.icon_state = "[initial(screen.icon_state)][severity]"
screen.severity = severity
@@ -30,17 +30,18 @@
screens -= category
if(animated)
- spawn(0)
- animate(screen, alpha = 0, time = animated)
- sleep(animated)
- if(client)
- client.screen -= screen
- qdel(screen)
+ animate(screen, alpha = 0, time = animated)
+ addtimer(CALLBACK(src, .proc/clear_fullscreen_after_animate, screen), animated, TIMER_CLIENT_TIME)
else
if(client)
client.screen -= screen
qdel(screen)
+/mob/proc/clear_fullscreen_after_animate(obj/screen/fullscreen/screen)
+ if(client)
+ client.screen -= screen
+ qdel(screen)
+
/mob/proc/clear_fullscreens()
for(var/category in screens)
clear_fullscreen(category)
@@ -60,29 +61,33 @@
icon_state = "default"
screen_loc = "CENTER-7,CENTER-7"
layer = FULLSCREEN_LAYER
+ plane = FULLSCREEN_PLANE
mouse_opacity = 0
var/severity = 0
/obj/screen/fullscreen/Destroy()
- ..()
severity = 0
- return QDEL_HINT_PUTINPOOL
+ . = ..()
/obj/screen/fullscreen/brute
icon_state = "brutedamageoverlay"
layer = UI_DAMAGE_LAYER
+ plane = FULLSCREEN_PLANE
/obj/screen/fullscreen/oxy
icon_state = "oxydamageoverlay"
layer = UI_DAMAGE_LAYER
+ plane = FULLSCREEN_PLANE
/obj/screen/fullscreen/crit
icon_state = "passage"
layer = CRIT_LAYER
+ plane = FULLSCREEN_PLANE
/obj/screen/fullscreen/blind
icon_state = "blackimageoverlay"
layer = BLIND_LAYER
+ plane = FULLSCREEN_PLANE
/obj/screen/fullscreen/impaired
icon_state = "impairedoverlay"
@@ -97,7 +102,7 @@
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "flash"
-/obj/screen/fullscreen/flash/noise
+/obj/screen/fullscreen/flash/static
icon = 'icons/mob/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "noise"
@@ -106,3 +111,18 @@
icon = 'icons/mob/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "druggy"
+
+/obj/screen/fullscreen/color_vision
+ icon = 'icons/mob/screen_gen.dmi'
+ screen_loc = "WEST,SOUTH to EAST,NORTH"
+ icon_state = "flash"
+ alpha = 80
+
+/obj/screen/fullscreen/color_vision/green
+ color = "#00ff00"
+
+/obj/screen/fullscreen/color_vision/red
+ color = "#ff0000"
+
+/obj/screen/fullscreen/color_vision/blue
+ color = "#0000ff"
\ No newline at end of file
diff --git a/code/_onclick/hud/generic_dextrous.dm b/code/_onclick/hud/generic_dextrous.dm
index fe772d94ca..39a79b108b 100644
--- a/code/_onclick/hud/generic_dextrous.dm
+++ b/code/_onclick/hud/generic_dextrous.dm
@@ -2,39 +2,54 @@
/datum/hud/dextrous/New(mob/living/owner, ui_style = 'icons/mob/screen_midnight.dmi')
..()
var/obj/screen/using
- var/obj/screen/inventory/inv_box
using = new /obj/screen/drop()
using.icon = ui_style
using.screen_loc = ui_drone_drop
static_inventory += using
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "right hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_r"
- inv_box.screen_loc = ui_rhand
- inv_box.slot_id = slot_r_hand
- static_inventory += inv_box
+ pull_icon = new /obj/screen/pull()
+ pull_icon.icon = ui_style
+ pull_icon.update_icon(mymob)
+ pull_icon.screen_loc = ui_drone_pull
+ static_inventory += pull_icon
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "left hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_l"
- inv_box.screen_loc = ui_lhand
- inv_box.slot_id = slot_l_hand
- static_inventory += inv_box
+ build_hand_slots(ui_style)
using = new /obj/screen/swap_hand()
using.icon = ui_style
using.icon_state = "swap_1_m"
- using.screen_loc = ui_swaphand1
+ using.screen_loc = ui_swaphand_position(owner,1)
static_inventory += using
using = new /obj/screen/swap_hand()
using.icon = ui_style
using.icon_state = "swap_2"
- using.screen_loc = ui_swaphand2
+ using.screen_loc = ui_swaphand_position(owner,2)
+ static_inventory += using
+
+ if(mymob.possible_a_intents)
+ if(mymob.possible_a_intents.len == 4)
+ // All possible intents - full intent selector
+ action_intent = new /obj/screen/act_intent/segmented
+ else
+ action_intent = new /obj/screen/act_intent
+ action_intent.icon = ui_style
+ action_intent.icon_state = mymob.a_intent
+ static_inventory += action_intent
+
+
+ zone_select = new /obj/screen/zone_sel()
+ zone_select.icon = ui_style
+ zone_select.update_icon(mymob)
+ static_inventory += zone_select
+
+ using = new /obj/screen/craft
+ using.icon = ui_style
+ static_inventory += using
+
+ using = new /obj/screen/area_creator
+ using.icon = ui_style
static_inventory += using
mymob.client.screen = list()
@@ -45,19 +60,24 @@
inv_slots[inv.slot_id] = inv
inv.update_icon()
-/datum/hud/dextrous/persistant_inventory_update()
+/datum/hud/dextrous/persistent_inventory_update()
if(!mymob)
return
var/mob/living/D = mymob
if(hud_version != HUD_STYLE_NOHUD)
- if(D.r_hand)
- D.r_hand.screen_loc = ui_rhand
- D.client.screen += D.r_hand
- if(D.l_hand)
- D.l_hand.screen_loc = ui_lhand
- D.client.screen += D.l_hand
+ for(var/obj/item/I in D.held_items)
+ I.screen_loc = ui_hand_position(D.get_held_index_of_item(I))
+ D.client.screen += I
else
- if(D.r_hand)
- D.r_hand.screen_loc = null
- if(D.l_hand)
- D.l_hand.screen_loc = null
+ for(var/obj/item/I in D.held_items)
+ I.screen_loc = null
+ D.client.screen -= I
+
+
+//Dextrous simple mobs can use hands!
+/mob/living/simple_animal/create_mob_hud()
+ if(client && !hud_used)
+ if(dextrous)
+ hud_used = new dextrous_hud_type(src, ui_style2icon(client.prefs.UI_style))
+ else
+ ..()
diff --git a/code/_onclick/hud/ghost.dm b/code/_onclick/hud/ghost.dm
index be4ba213f8..546f0a6a02 100644
--- a/code/_onclick/hud/ghost.dm
+++ b/code/_onclick/hud/ghost.dm
@@ -36,7 +36,15 @@
var/mob/dead/observer/G = usr
G.dead_tele()
-/datum/hud/ghost/New(mob/owner)
+/obj/screen/ghost/pai
+ name = "pAI Candidate"
+ icon_state = "pai"
+
+/obj/screen/ghost/pai/Click()
+ var/mob/dead/observer/G = usr
+ G.register_pai()
+
+/datum/hud/ghost/New(mob/owner, ui_style = 'icons/mob/screen_midnight.dmi')
..()
var/mob/dead/observer/G = mymob
if(!G.client.prefs.ghost_hud)
@@ -61,15 +69,19 @@
using.screen_loc = ui_ghost_teleport
static_inventory += using
+ using = new /obj/screen/ghost/pai()
+ using.screen_loc = ui_ghost_pai
+ static_inventory += using
+
/datum/hud/ghost/show_hud()
var/mob/dead/observer/G = mymob
mymob.client.screen = list()
- if(!G.client.prefs.ghost_hud)
- return
- mymob.client.screen += static_inventory
- update_parallax_existence()
+ create_parallax()
+ if(G.client.prefs.ghost_hud)
+ mymob.client.screen += static_inventory
+
/mob/dead/observer/create_mob_hud()
if(client && !hud_used)
- hud_used = new /datum/hud/ghost(src)
+ hud_used = new /datum/hud/ghost(src, ui_style2icon(client.prefs.UI_style))
diff --git a/code/_onclick/hud/guardian.dm b/code/_onclick/hud/guardian.dm
index 0a9601385f..dc57c2b25c 100644
--- a/code/_onclick/hud/guardian.dm
+++ b/code/_onclick/hud/guardian.dm
@@ -7,11 +7,11 @@
infodisplay += healths
using = new /obj/screen/guardian/Manifest()
- using.screen_loc = ui_rhand
+ using.screen_loc = ui_hand_position(2)
static_inventory += using
using = new /obj/screen/guardian/Recall()
- using.screen_loc = ui_lhand
+ using.screen_loc = ui_hand_position(1)
static_inventory += using
using = new owner.toggle_button_type()
@@ -29,8 +29,69 @@
/mob/living/simple_animal/hostile/guardian/create_mob_hud()
if(client && !hud_used)
- hud_used = new /datum/hud/guardian(src)
+ if(dextrous)
+ ..()
+ else
+ hud_used = new /datum/hud/guardian(src, ui_style2icon(client.prefs.UI_style))
+/datum/hud/dextrous/guardian/New(mob/living/simple_animal/hostile/guardian/owner, ui_style = 'icons/mob/screen_midnight.dmi') //for a dextrous guardian
+ ..()
+ var/obj/screen/using
+ if(istype(owner, /mob/living/simple_animal/hostile/guardian/dextrous))
+ var/obj/screen/inventory/inv_box
+
+ inv_box = new /obj/screen/inventory()
+ inv_box.name = "internal storage"
+ inv_box.icon = ui_style
+ inv_box.icon_state = "suit_storage"
+ inv_box.screen_loc = ui_id
+ inv_box.slot_id = slot_generic_dextrous_storage
+ static_inventory += inv_box
+
+ using = new /obj/screen/guardian/Communicate()
+ using.screen_loc = ui_sstore1
+ static_inventory += using
+
+ else
+
+ using = new /obj/screen/guardian/Communicate()
+ using.screen_loc = ui_id
+ static_inventory += using
+
+ healths = new /obj/screen/healths/guardian()
+ infodisplay += healths
+
+ using = new /obj/screen/guardian/Manifest()
+ using.screen_loc = ui_belt
+ static_inventory += using
+
+ using = new /obj/screen/guardian/Recall()
+ using.screen_loc = ui_back
+ static_inventory += using
+
+ using = new owner.toggle_button_type()
+ using.screen_loc = ui_storage2
+ static_inventory += using
+
+ using = new /obj/screen/guardian/ToggleLight()
+ using.screen_loc = ui_inventory
+ static_inventory += using
+
+/datum/hud/dextrous/guardian/persistent_inventory_update()
+ if(!mymob)
+ return
+ if(istype(mymob, /mob/living/simple_animal/hostile/guardian/dextrous))
+ var/mob/living/simple_animal/hostile/guardian/dextrous/D = mymob
+
+ if(hud_shown)
+ if(D.internal_storage)
+ D.internal_storage.screen_loc = ui_id
+ D.client.screen += D.internal_storage
+ else
+ if(D.internal_storage)
+ D.internal_storage.screen_loc = null
+
+ ..()
/obj/screen/guardian
icon = 'icons/mob/guardian.dmi'
diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm
index 591e47f83d..56123031d9 100644
--- a/code/_onclick/hud/hud.dm
+++ b/code/_onclick/hud/hud.dm
@@ -9,7 +9,7 @@
var/hud_shown = 1 //Used for the HUD toggle (F12)
var/hud_version = 1 //Current displayed version of the HUD
- var/inventory_shown = 1 //the inventory
+ var/inventory_shown = 0 //Equipped item inventory
var/show_intent_icons = 0
var/hotkey_ui_hidden = 0 //This is to hide the buttons that can be used via hotkeys. (hotkeybuttons list of buttons)
@@ -19,6 +19,7 @@
var/obj/screen/blobpwrdisplay
var/obj/screen/alien_plasma_display
+ var/obj/screen/alien_queen_finder
var/obj/screen/devil/soul_counter/devilsouldisplay
@@ -32,12 +33,16 @@
var/obj/screen/throw_icon
var/obj/screen/module_store_icon
+ var/list/wheels = list() //list of the wheel screen objects
+
var/list/static_inventory = list() //the screen objects which are static
var/list/toggleable_inventory = list() //the screen objects which can be hidden
var/list/obj/screen/hotkeybuttons = list() //the buttons that can be used via hotkeys
var/list/infodisplay = list() //the screen objects that display mob info (health, alien plasma, etc...)
var/list/screenoverlays = list() //the screen objects used as whole screen overlays (flash, damageoverlay, etc...)
var/list/inv_slots[slots_amt] // /obj/screen/inventory objects, ordered by their slot ID.
+ var/list/hand_slots // /obj/screen/inventory/hand objects, assoc list of "[held_index]" = object
+ var/list/obj/screen/plane_master/plane_masters = list() // see "appearance_flags" in the ref, assoc list of "[plane]" = object
var/obj/screen/movable/action_button/hide_toggle/hide_actions_toggle
var/action_buttons_hidden = 0
@@ -46,10 +51,21 @@
var/obj/screen/healthdoll
var/obj/screen/internals
-/datum/hud/New(mob/owner)
+ var/ui_style_icon = 'icons/mob/screen_midnight.dmi'
+
+/datum/hud/New(mob/owner , ui_style = 'icons/mob/screen_midnight.dmi')
mymob = owner
+
+ ui_style_icon = ui_style
+
hide_actions_toggle = new
- hide_actions_toggle.InitialiseIcon(mymob)
+ hide_actions_toggle.InitialiseIcon(src)
+
+ hand_slots = list()
+
+ for(var/mytype in subtypesof(/obj/screen/plane_master))
+ var/obj/screen/plane_master/instance = new mytype()
+ plane_masters["[instance.plane]"] = instance
/datum/hud/Destroy()
if(mymob.hud_used == src)
@@ -61,6 +77,8 @@
qdel(module_store_icon)
module_store_icon = null
+ wheels = null //all wheels are also in static_inventory
+
if(static_inventory.len)
for(var/thing in static_inventory)
qdel(thing)
@@ -96,10 +114,16 @@
lingstingdisplay = null
blobpwrdisplay = null
alien_plasma_display = null
+ alien_queen_finder = null
deity_power_display = null
deity_follower_display = null
nightvisionicon = null
+ if(plane_masters.len)
+ for(var/thing in plane_masters)
+ qdel(plane_masters[thing])
+ plane_masters.Cut()
+
if(screenoverlays.len)
for(var/thing in screenoverlays)
qdel(thing)
@@ -112,13 +136,15 @@
hud_used = new /datum/hud(src)
//Version denotes which style should be displayed. blank or 0 means "next version"
-/datum/hud/proc/show_hud(version = 0)
+/datum/hud/proc/show_hud(version = 0,mob/viewmob)
if(!ismob(mymob))
return 0
if(!mymob.client)
return 0
- mymob.client.screen = list()
+ var/mob/screenmob = viewmob || mymob
+
+ screenmob.client.screen = list()
var/display_hud_version = version
if(!display_hud_version) //If 0 or blank, display the next hud version
@@ -130,13 +156,13 @@
if(HUD_STYLE_STANDARD) //Default HUD
hud_shown = 1 //Governs behavior of other procs
if(static_inventory.len)
- mymob.client.screen += static_inventory
- if(toggleable_inventory.len && inventory_shown)
- mymob.client.screen += toggleable_inventory
+ screenmob.client.screen += static_inventory
+ if(toggleable_inventory.len && screenmob.hud_used && screenmob.hud_used.inventory_shown)
+ screenmob.client.screen += toggleable_inventory
if(hotkeybuttons.len && !hotkey_ui_hidden)
- mymob.client.screen += hotkeybuttons
+ screenmob.client.screen += hotkeybuttons
if(infodisplay.len)
- mymob.client.screen += infodisplay
+ screenmob.client.screen += infodisplay
mymob.client.screen += hide_actions_toggle
@@ -146,45 +172,48 @@
if(HUD_STYLE_REDUCED) //Reduced HUD
hud_shown = 0 //Governs behavior of other procs
if(static_inventory.len)
- mymob.client.screen -= static_inventory
+ screenmob.client.screen -= static_inventory
if(toggleable_inventory.len)
- mymob.client.screen -= toggleable_inventory
+ screenmob.client.screen -= toggleable_inventory
if(hotkeybuttons.len)
- mymob.client.screen -= hotkeybuttons
+ screenmob.client.screen -= hotkeybuttons
if(infodisplay.len)
- mymob.client.screen += infodisplay
+ screenmob.client.screen += infodisplay
//These ones are a part of 'static_inventory', 'toggleable_inventory' or 'hotkeybuttons' but we want them to stay
- if(inv_slots[slot_l_hand])
- mymob.client.screen += inv_slots[slot_l_hand] //we want the hands to be visible
- if(inv_slots[slot_r_hand])
- mymob.client.screen += inv_slots[slot_r_hand] //we want the hands to be visible
+ for(var/h in hand_slots)
+ var/obj/screen/hand = hand_slots[h]
+ if(hand)
+ screenmob.client.screen += hand
if(action_intent)
- mymob.client.screen += action_intent //we want the intent switcher visible
+ screenmob.client.screen += action_intent //we want the intent switcher visible
action_intent.screen_loc = ui_acti_alt //move this to the alternative position, where zone_select usually is.
if(HUD_STYLE_NOHUD) //No HUD
hud_shown = 0 //Governs behavior of other procs
if(static_inventory.len)
- mymob.client.screen -= static_inventory
+ screenmob.client.screen -= static_inventory
if(toggleable_inventory.len)
- mymob.client.screen -= toggleable_inventory
+ screenmob.client.screen -= toggleable_inventory
if(hotkeybuttons.len)
- mymob.client.screen -= hotkeybuttons
+ screenmob.client.screen -= hotkeybuttons
if(infodisplay.len)
- mymob.client.screen -= infodisplay
+ screenmob.client.screen -= infodisplay
+ if(plane_masters.len)
+ for(var/thing in plane_masters)
+ screenmob.client.screen += plane_masters[thing]
hud_version = display_hud_version
- persistant_inventory_update()
+ persistent_inventory_update(screenmob)
mymob.update_action_buttons(1)
reorganize_alerts()
mymob.reload_fullscreen()
- update_parallax_existence()
+ create_parallax()
-/datum/hud/human/show_hud(version = 0)
+/datum/hud/human/show_hud(version = 0,mob/viewmob)
..()
- hidden_inventory_update()
+ hidden_inventory_update(viewmob)
/datum/hud/robot/show_hud(version = 0)
..()
@@ -193,8 +222,19 @@
/datum/hud/proc/hidden_inventory_update()
return
-/datum/hud/proc/persistant_inventory_update()
- return
+/datum/hud/proc/persistent_inventory_update(mob/viewer)
+ if(!mymob)
+ return
+ var/mob/living/L = mymob
+
+ var/mob/screenmob = viewer || L
+
+ for(var/X in wheels)
+ var/obj/screen/wheel/W = X
+ if(W.toggled)
+ screenmob.client.screen |= W.buttons_list
+ else
+ screenmob.client.screen -= W.buttons_list
//Triggered when F12 is pressed (Unless someone changed something in the DMF)
/mob/verb/button_pressed_F12()
@@ -206,3 +246,35 @@
usr << "Switched HUD mode. Press F12 to toggle. "
else
usr << "This mob type does not use a HUD. "
+
+
+//(re)builds the hand ui slots, throwing away old ones
+//not really worth jugglying existing ones so we just scrap+rebuild
+//9/10 this is only called once per mob and only for 2 hands
+/datum/hud/proc/build_hand_slots(ui_style = 'icons/mob/screen_midnight.dmi')
+ for(var/h in hand_slots)
+ var/obj/screen/inventory/hand/H = hand_slots[h]
+ if(H)
+ static_inventory -= H
+ hand_slots = list()
+ var/obj/screen/inventory/hand/hand_box
+ for(var/i in 1 to mymob.held_items.len)
+ hand_box = new /obj/screen/inventory/hand()
+ hand_box.name = mymob.get_held_index_name(i)
+ hand_box.icon = ui_style
+ hand_box.icon_state = "hand_[mymob.held_index_to_dir(i)]"
+ hand_box.screen_loc = ui_hand_position(i)
+ hand_box.held_index = i
+ hand_slots["[i]"] = hand_box
+ hand_box.hud = src
+ static_inventory += hand_box
+ hand_box.update_icon()
+
+ var/i = 1
+ for(var/obj/screen/swap_hand/SH in static_inventory)
+ SH.screen_loc = ui_swaphand_position(mymob,!(i % 2) ? 2: 1)
+ i++
+ for(var/obj/screen/human/equip/E in static_inventory)
+ E.screen_loc = ui_equip_position(mymob)
+ if(mymob.hud_used)
+ show_hud(HUD_STYLE_STANDARD,mymob)
\ No newline at end of file
diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm
index 9fa64a77ff..57df2b003a 100644
--- a/code/_onclick/hud/human.dm
+++ b/code/_onclick/hud/human.dm
@@ -6,14 +6,22 @@
icon_state = "toggle"
/obj/screen/human/toggle/Click()
- if(usr.hud_used.inventory_shown)
+
+ var/mob/targetmob = usr
+
+ if(isobserver(usr))
+ if(ishuman(usr.client.eye) && (usr.client.eye != usr))
+ var/mob/M = usr.client.eye
+ targetmob = M
+
+ if(usr.hud_used.inventory_shown && targetmob.hud_used)
usr.hud_used.inventory_shown = 0
- usr.client.screen -= usr.hud_used.toggleable_inventory
+ usr.client.screen -= targetmob.hud_used.toggleable_inventory
else
usr.hud_used.inventory_shown = 1
- usr.client.screen += usr.hud_used.toggleable_inventory
+ usr.client.screen += targetmob.hud_used.toggleable_inventory
- usr.hud_used.hidden_inventory_update()
+ targetmob.hud_used.hidden_inventory_update(usr)
/obj/screen/human/equip
name = "equip"
@@ -62,6 +70,8 @@
screen_loc = ui_lingstingdisplay
/obj/screen/ling/sting/Click()
+ if(isobserver(usr))
+ return
var/mob/living/carbon/U = usr
U.unset_sting()
@@ -77,22 +87,29 @@
/datum/hud/human/New(mob/living/carbon/human/owner, ui_style = 'icons/mob/screen_midnight.dmi')
..()
-
var/obj/screen/using
var/obj/screen/inventory/inv_box
- using = new /obj/screen/inventory/craft
+ using = new /obj/screen/craft
using.icon = ui_style
static_inventory += using
- using = new /obj/screen/act_intent()
- using.icon_state = mymob.a_intent
- static_inventory += using
- action_intent = using
-
- using = new /obj/screen/mov_intent()
+ using = new/obj/screen/wheel/talk
using.icon = ui_style
- using.icon_state = (mymob.m_intent == "run" ? "running" : "walking")
+ wheels += using
+ static_inventory += using
+
+ using = new /obj/screen/area_creator
+ using.icon = ui_style
+ static_inventory += using
+
+ action_intent = new /obj/screen/act_intent/segmented
+ action_intent.icon_state = mymob.a_intent
+ static_inventory += action_intent
+
+ using = new /obj/screen/mov_intent
+ using.icon = ui_style
+ using.icon_state = (mymob.m_intent == MOVE_INTENT_RUN ? "running" : "walking")
using.screen_loc = ui_movi
static_inventory += using
@@ -119,32 +136,18 @@
inv_box.screen_loc = ui_oclothing
toggleable_inventory += inv_box
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "right hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_r"
- inv_box.screen_loc = ui_rhand
- inv_box.slot_id = slot_r_hand
- static_inventory += inv_box
-
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "left hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_l"
- inv_box.screen_loc = ui_lhand
- inv_box.slot_id = slot_l_hand
- static_inventory += inv_box
+ build_hand_slots(ui_style)
using = new /obj/screen/swap_hand()
using.icon = ui_style
using.icon_state = "swap_1"
- using.screen_loc = ui_swaphand1
+ using.screen_loc = ui_swaphand_position(owner,1)
static_inventory += using
using = new /obj/screen/swap_hand()
using.icon = ui_style
using.icon_state = "swap_2"
- using.screen_loc = ui_swaphand2
+ using.screen_loc = ui_swaphand_position(owner,2)
static_inventory += using
inv_box = new /obj/screen/inventory()
@@ -165,6 +168,15 @@
inv_box.slot_id = slot_wear_mask
toggleable_inventory += inv_box
+ inv_box = new /obj/screen/inventory()
+ inv_box.name = "neck"
+ inv_box.icon = ui_style
+ inv_box.icon_state = "neck"
+// inv_box.icon_full = "template"
+ inv_box.screen_loc = ui_neck
+ inv_box.slot_id = slot_neck
+ toggleable_inventory += inv_box
+
inv_box = new /obj/screen/inventory()
inv_box.name = "back"
inv_box.icon = ui_style
@@ -213,7 +225,7 @@
using = new /obj/screen/human/equip()
using.icon = ui_style
- using.screen_loc = ui_equip
+ using.screen_loc = ui_equip_position(mymob)
static_inventory += using
inv_box = new /obj/screen/inventory()
@@ -304,102 +316,111 @@
zone_select.update_icon(mymob)
static_inventory += zone_select
- inventory_shown = 0
-
for(var/obj/screen/inventory/inv in (static_inventory + toggleable_inventory))
if(inv.slot_id)
inv.hud = src
inv_slots[inv.slot_id] = inv
inv.update_icon()
-/datum/hud/human/hidden_inventory_update()
+/datum/hud/human/hidden_inventory_update(mob/viewer)
if(!mymob)
return
var/mob/living/carbon/human/H = mymob
- if(inventory_shown && hud_shown)
+
+ var/mob/screenmob = viewer || H
+
+ if(screenmob.hud_used.inventory_shown && screenmob.hud_used.hud_shown)
if(H.shoes)
H.shoes.screen_loc = ui_shoes
- H.client.screen += H.shoes
+ screenmob.client.screen += H.shoes
if(H.gloves)
H.gloves.screen_loc = ui_gloves
- H.client.screen += H.gloves
+ screenmob.client.screen += H.gloves
if(H.ears)
H.ears.screen_loc = ui_ears
- H.client.screen += H.ears
+ screenmob.client.screen += H.ears
if(H.glasses)
H.glasses.screen_loc = ui_glasses
- H.client.screen += H.glasses
+ screenmob.client.screen += H.glasses
if(H.w_uniform)
H.w_uniform.screen_loc = ui_iclothing
- H.client.screen += H.w_uniform
+ screenmob.client.screen += H.w_uniform
if(H.wear_suit)
H.wear_suit.screen_loc = ui_oclothing
- H.client.screen += H.wear_suit
+ screenmob.client.screen += H.wear_suit
if(H.wear_mask)
H.wear_mask.screen_loc = ui_mask
- H.client.screen += H.wear_mask
+ screenmob.client.screen += H.wear_mask
+ if(H.wear_neck)
+ H.wear_neck.screen_loc = ui_neck
+ screenmob.client.screen += H.wear_neck
if(H.head)
H.head.screen_loc = ui_head
- H.client.screen += H.head
+ screenmob.client.screen += H.head
else
- if(H.shoes) H.shoes.screen_loc = null
- if(H.gloves) H.gloves.screen_loc = null
- if(H.ears) H.ears.screen_loc = null
- if(H.glasses) H.glasses.screen_loc = null
- if(H.w_uniform) H.w_uniform.screen_loc = null
- if(H.wear_suit) H.wear_suit.screen_loc = null
- if(H.wear_mask) H.wear_mask.screen_loc = null
- if(H.head) H.head.screen_loc = null
+ if(H.shoes) screenmob.client.screen -= H.shoes
+ if(H.gloves) screenmob.client.screen -= H.gloves
+ if(H.ears) screenmob.client.screen -= H.ears
+ if(H.glasses) screenmob.client.screen -= H.glasses
+ if(H.w_uniform) screenmob.client.screen -= H.w_uniform
+ if(H.wear_suit) screenmob.client.screen -= H.wear_suit
+ if(H.wear_mask) screenmob.client.screen -= H.wear_mask
+ if(H.wear_neck) screenmob.client.screen -= H.wear_neck
+ if(H.head) screenmob.client.screen -= H.head
-/datum/hud/human/persistant_inventory_update()
+
+
+/datum/hud/human/persistent_inventory_update(mob/viewer)
if(!mymob)
return
+ ..()
var/mob/living/carbon/human/H = mymob
- if(hud_shown)
- if(H.s_store)
- H.s_store.screen_loc = ui_sstore1
- H.client.screen += H.s_store
- if(H.wear_id)
- H.wear_id.screen_loc = ui_id
- H.client.screen += H.wear_id
- if(H.belt)
- H.belt.screen_loc = ui_belt
- H.client.screen += H.belt
- if(H.back)
- H.back.screen_loc = ui_back
- H.client.screen += H.back
- if(H.l_store)
- H.l_store.screen_loc = ui_storage1
- H.client.screen += H.l_store
- if(H.r_store)
- H.r_store.screen_loc = ui_storage2
- H.client.screen += H.r_store
- else
- if(H.s_store)
- H.s_store.screen_loc = null
- if(H.wear_id)
- H.wear_id.screen_loc = null
- if(H.belt)
- H.belt.screen_loc = null
- if(H.back)
- H.back.screen_loc = null
- if(H.l_store)
- H.l_store.screen_loc = null
- if(H.r_store)
- H.r_store.screen_loc = null
+
+ var/mob/screenmob = viewer || H
+
+ if(screenmob.hud_used)
+ if(screenmob.hud_used.hud_shown)
+ if(H.s_store)
+ H.s_store.screen_loc = ui_sstore1
+ screenmob.client.screen += H.s_store
+ if(H.wear_id)
+ H.wear_id.screen_loc = ui_id
+ screenmob.client.screen += H.wear_id
+ if(H.belt)
+ H.belt.screen_loc = ui_belt
+ screenmob.client.screen += H.belt
+ if(H.back)
+ H.back.screen_loc = ui_back
+ screenmob.client.screen += H.back
+ if(H.l_store)
+ H.l_store.screen_loc = ui_storage1
+ screenmob.client.screen += H.l_store
+ if(H.r_store)
+ H.r_store.screen_loc = ui_storage2
+ screenmob.client.screen += H.r_store
+ else
+ if(H.s_store)
+ screenmob.client.screen -= H.s_store
+ if(H.wear_id)
+ screenmob.client.screen -= H.wear_id
+ if(H.belt)
+ screenmob.client.screen -= H.belt
+ if(H.back)
+ screenmob.client.screen -= H.back
+ if(H.l_store)
+ screenmob.client.screen -= H.l_store
+ if(H.r_store)
+ screenmob.client.screen -= H.r_store
if(hud_version != HUD_STYLE_NOHUD)
- if(H.r_hand)
- H.r_hand.screen_loc = ui_rhand
- H.client.screen += H.r_hand
- if(H.l_hand)
- H.l_hand.screen_loc = ui_lhand
- H.client.screen += H.l_hand
+ for(var/obj/item/I in H.held_items)
+ I.screen_loc = ui_hand_position(H.get_held_index_of_item(I))
+ screenmob.client.screen += I
else
- if(H.r_hand)
- H.r_hand.screen_loc = null
- if(H.l_hand)
- H.l_hand.screen_loc = null
+ for(var/obj/item/I in H.held_items)
+ I.screen_loc = null
+ screenmob.client.screen -= I
+
/mob/living/carbon/human/verb/toggle_hotkey_verbs()
set category = "OOC"
diff --git a/code/_onclick/hud/monkey.dm b/code/_onclick/hud/monkey.dm
index dea167cd6c..281ca46544 100644
--- a/code/_onclick/hud/monkey.dm
+++ b/code/_onclick/hud/monkey.dm
@@ -3,50 +3,40 @@
var/obj/screen/using
var/obj/screen/inventory/inv_box
- using = new /obj/screen/act_intent()
- using.icon = ui_style
- using.icon_state = mymob.a_intent
- using.screen_loc = ui_acti
- static_inventory += using
- action_intent = using
+ action_intent = new /obj/screen/act_intent()
+ action_intent.icon = ui_style
+ action_intent.icon_state = mymob.a_intent
+ action_intent.screen_loc = ui_acti
+ static_inventory += action_intent
using = new /obj/screen/mov_intent()
using.icon = ui_style
- using.icon_state = (mymob.m_intent == "run" ? "running" : "walking")
+ using.icon_state = (mymob.m_intent == MOVE_INTENT_RUN ? "running" : "walking")
using.screen_loc = ui_movi
static_inventory += using
+ using = new/obj/screen/wheel/talk
+ using.icon = ui_style
+ wheels += using
+ static_inventory += using
+
using = new /obj/screen/drop()
using.icon = ui_style
using.screen_loc = ui_drop_throw
static_inventory += using
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "right hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_r"
- inv_box.screen_loc = ui_rhand
- inv_box.slot_id = slot_r_hand
- static_inventory += inv_box
-
- inv_box = new /obj/screen/inventory/hand()
- inv_box.name = "left hand"
- inv_box.icon = ui_style
- inv_box.icon_state = "hand_l"
- inv_box.screen_loc = ui_lhand
- inv_box.slot_id = slot_l_hand
- static_inventory += inv_box
+ build_hand_slots(ui_style)
using = new /obj/screen/swap_hand()
using.icon = ui_style
using.icon_state = "swap_1_m" //extra wide!
- using.screen_loc = ui_swaphand1
+ using.screen_loc = ui_swaphand_position(owner,1)
static_inventory += using
using = new /obj/screen/swap_hand()
using.icon = ui_style
using.icon_state = "swap_2"
- using.screen_loc = ui_swaphand2
+ using.screen_loc = ui_swaphand_position(owner,2)
static_inventory += using
inv_box = new /obj/screen/inventory()
@@ -58,6 +48,15 @@
inv_box.slot_id = slot_wear_mask
static_inventory += inv_box
+ inv_box = new /obj/screen/inventory()
+ inv_box.name = "neck"
+ inv_box.icon = ui_style
+ inv_box.icon_state = "neck"
+// inv_box.icon_full = "template"
+ inv_box.screen_loc = ui_monkey_neck
+ inv_box.slot_id = slot_neck
+ static_inventory += inv_box
+
inv_box = new /obj/screen/inventory()
inv_box.name = "head"
inv_box.icon = ui_style
@@ -118,7 +117,7 @@
inv_slots[inv.slot_id] = inv
inv.update_icon()
-/datum/hud/monkey/persistant_inventory_update()
+/datum/hud/monkey/persistent_inventory_update()
if(!mymob)
return
var/mob/living/carbon/monkey/M = mymob
@@ -130,6 +129,9 @@
if(M.wear_mask)
M.wear_mask.screen_loc = ui_monkey_mask
M.client.screen += M.wear_mask
+ if(M.wear_neck)
+ M.wear_neck.screen_loc = ui_monkey_neck
+ M.client.screen += M.wear_neck
if(M.head)
M.head.screen_loc = ui_monkey_head
M.client.screen += M.head
@@ -142,17 +144,13 @@
M.head.screen_loc = null
if(hud_version != HUD_STYLE_NOHUD)
- if(M.r_hand)
- M.r_hand.screen_loc = ui_rhand
- M.client.screen += M.r_hand
- if(M.l_hand)
- M.l_hand.screen_loc = ui_lhand
- M.client.screen += M.l_hand
+ for(var/obj/item/I in M.held_items)
+ I.screen_loc = ui_hand_position(M.get_held_index_of_item(I))
+ M.client.screen += I
else
- if(M.r_hand)
- M.r_hand.screen_loc = null
- if(M.l_hand)
- M.l_hand.screen_loc = null
+ for(var/obj/item/I in M.held_items)
+ I.screen_loc = null
+ M.client.screen -= I
/mob/living/carbon/monkey/create_mob_hud()
if(client && !hud_used)
diff --git a/code/_onclick/hud/other_mobs.dm b/code/_onclick/hud/other_mobs.dm
index 8cd1a12233..fa2a4ebf31 100644
--- a/code/_onclick/hud/other_mobs.dm
+++ b/code/_onclick/hud/other_mobs.dm
@@ -7,35 +7,7 @@
mymob.client.screen = list()
mymob.client.screen += mymob.client.void
-/mob/living/carbon/brain/create_mob_hud()
+/mob/living/brain/create_mob_hud()
if(client && !hud_used)
hud_used = new /datum/hud/brain(src)
-/datum/hud/hog_god/New(mob/owner)
- ..()
- healths = new /obj/screen/healths/deity()
- infodisplay += healths
-
- deity_power_display = new /obj/screen/deity_power_display()
- infodisplay += deity_power_display
-
- deity_follower_display = new /obj/screen/deity_follower_display()
- infodisplay += deity_follower_display
-
-
-/mob/camera/god/create_mob_hud()
- if(client && !hud_used)
- hud_used = new /datum/hud/hog_god(src)
-
-/obj/screen/deity_power_display
- name = "Faith"
- icon_state = "deity_power"
- screen_loc = ui_deitypower
- layer = HUD_LAYER
-
-/obj/screen/deity_follower_display
- name = "Followers"
- icon_state = "deity_followers"
- screen_loc = ui_deityfollowers
- layer = HUD_LAYER
-
diff --git a/code/_onclick/hud/parallax.dm b/code/_onclick/hud/parallax.dm
index 7f0e283dde..be940bc4ab 100644
--- a/code/_onclick/hud/parallax.dm
+++ b/code/_onclick/hud/parallax.dm
@@ -1,254 +1,269 @@
-/*
- * This file handles all parallax-related business once the parallax itself is initialized with the rest of the HUD
- */
-#define PARALLAX_IMAGE_WIDTH 15
-#define PARALLAX_IMAGE_TILES (PARALLAX_IMAGE_WIDTH**2)
-var/list/parallax_on_clients = list()
+/client
+ var/list/parallax_layers
+ var/list/parallax_layers_cached
+ var/static/list/parallax_static_layers_tail = newlist(/obj/screen/parallax_pmaster, /obj/screen/parallax_space_whitifier)
+ var/atom/movable/movingmob
+ var/turf/previous_turf
+ var/dont_animate_parallax //world.time of when we can state animate()ing parallax again
+ var/last_parallax_shift //world.time of last update
+ var/parallax_throttle = 0 //ds between updates
+ var/parallax_movedir = 0
+ var/parallax_layers_max = 3
+ var/parallax_animate_timer
-/obj/screen/parallax
- var/base_offset_x = 0
- var/base_offset_y = 0
- mouse_opacity = 0
- icon = 'icons/turf/space.dmi'
- icon_state = "blank"
- name = "space parallax"
- screen_loc = "CENTER,CENTER"
- blend_mode = BLEND_ADD
- layer = AREA_LAYER
- plane = PLANE_SPACE_PARALLAX
- var/parallax_speed = 0
-
-/obj/screen/plane_master
- appearance_flags = PLANE_MASTER
- screen_loc = "CENTER,CENTER"
-
-/obj/screen/plane_master/parallax_master
- plane = PLANE_SPACE_PARALLAX
- blend_mode = BLEND_MULTIPLY
- color = list(
- 1,0,0,0,
- 0,1,0,0,
- 0,0,1,0,
- 0,0,0,0,
- 0,0,0,1)
-
-/obj/screen/plane_master/parallax_spacemaster //Turns space white, causing the parallax to only show in areas with opacity. Somehow
- plane = PLANE_SPACE_BACKGROUND
- color = list(
- 0,0,0,0,
- 0,0,0,0,
- 0,0,0,0,
- 1,1,1,1,
- 0,0,0,0)
-
-/obj/screen/plane_master/parallax_spacemaster/New()
- ..()
- overlays += image(icon = 'icons/mob/screen1.dmi', icon_state = "blank")
-
-/obj/screen/plane_master/parallax_dustmaster
- plane = PLANE_SPACE_DUST
- color = list(0,0,0,0)
-
-/datum/hud/proc/update_parallax_existence()
- if(!parallax_initialized)
- return
- initialize_parallax()
- update_parallax()
- update_parallax_values()
-
-/datum/hud/proc/initialize_parallax()
+/datum/hud/proc/create_parallax()
var/client/C = mymob.client
+ if (!apply_parallax_pref())
+ return
- if(!C.parallax_master)
- C.parallax_master = PoolOrNew(/obj/screen/plane_master/parallax_master)
- if(!C.parallax_spacemaster)
- C.parallax_spacemaster = PoolOrNew(/obj/screen/plane_master/parallax_spacemaster)
- if(!C.parallax_dustmaster)
- C.parallax_dustmaster = PoolOrNew(/obj/screen/plane_master/parallax_dustmaster)
+ if(!length(C.parallax_layers_cached))
+ C.parallax_layers_cached = list()
+ C.parallax_layers_cached += new /obj/screen/parallax_layer/layer_1(null, C.view)
+ C.parallax_layers_cached += new /obj/screen/parallax_layer/layer_2(null, C.view)
- if(!C.parallax.len)
- for(var/obj/screen/parallax/bgobj in parallax_icon)
- var/obj/screen/parallax/parallax_layer = PoolOrNew(/obj/screen/parallax)
- parallax_layer.appearance = bgobj.appearance
- parallax_layer.base_offset_x = bgobj.base_offset_x
- parallax_layer.base_offset_y = bgobj.base_offset_y
- parallax_layer.parallax_speed = bgobj.parallax_speed
- parallax_layer.screen_loc = bgobj.screen_loc
- C.parallax += parallax_layer
- if(bgobj.parallax_speed)
- C.parallax_movable += parallax_layer
+ C.parallax_layers = C.parallax_layers_cached.Copy()
- if(!C.parallax_offset.len)
- C.parallax_offset["horizontal"] = 0
- C.parallax_offset["vertical"] = 0
+ if (length(C.parallax_layers) > C.parallax_layers_max)
+ C.parallax_layers.len = C.parallax_layers_max
- C.screen |= C.parallax_dustmaster
+ C.screen |= (C.parallax_layers + C.parallax_static_layers_tail)
+
+/datum/hud/proc/remove_parallax()
+ var/client/C = mymob.client
+ C.screen -= (C.parallax_layers_cached + C.parallax_static_layers_tail)
+ C.parallax_layers = null
+
+/datum/hud/proc/apply_parallax_pref()
+ var/client/C = mymob.client
+ switch(C.prefs.parallax)
+ if (PARALLAX_INSANE)
+ C.parallax_throttle = FALSE
+ C.parallax_layers_max = 4
+ return TRUE
+
+ if (PARALLAX_MED)
+ C.parallax_throttle = PARALLAX_DELAY_MED
+ C.parallax_layers_max = 2
+ return TRUE
+
+ if (PARALLAX_LOW)
+ C.parallax_throttle = PARALLAX_DELAY_LOW
+ C.parallax_layers_max = 1
+ return TRUE
+
+ if (PARALLAX_DISABLE)
+ return FALSE
+
+ else
+ C.parallax_throttle = PARALLAX_DELAY_DEFAULT
+ C.parallax_layers_max = 3
+ return TRUE
+
+/datum/hud/proc/update_parallax_pref()
+ remove_parallax()
+ create_parallax()
+
+// This sets which way the current shuttle is moving (returns true if the shuttle has stopped moving so the caller can append their animation)
+/datum/hud/proc/set_parallax_movedir(new_parallax_movedir)
+ . = FALSE
+ var/client/C = mymob.client
+ if(new_parallax_movedir == C.parallax_movedir)
+ return
+ var/animatedir = new_parallax_movedir
+ if(new_parallax_movedir == FALSE)
+ var/animate_time = 0
+ for(var/thing in C.parallax_layers)
+ var/obj/screen/parallax_layer/L = thing
+ L.icon_state = initial(L.icon_state)
+ L.update_o(C.view)
+ var/T = PARALLAX_LOOP_TIME / L.speed
+ if (T > animate_time)
+ animate_time = T
+ C.dont_animate_parallax = world.time + min(animate_time, PARALLAX_LOOP_TIME)
+ animatedir = C.parallax_movedir
+
+ var/matrix/newtransform
+ switch(animatedir)
+ if(NORTH)
+ newtransform = matrix(1, 0, 0, 0, 1, 480)
+ if(SOUTH)
+ newtransform = matrix(1, 0, 0, 0, 1,-480)
+ if(EAST)
+ newtransform = matrix(1, 0, 480, 0, 1, 0)
+ if(WEST)
+ newtransform = matrix(1, 0,-480, 0, 1, 0)
+
+ var/shortesttimer
+ for(var/thing in C.parallax_layers)
+ var/obj/screen/parallax_layer/L = thing
+
+ var/T = PARALLAX_LOOP_TIME / L.speed
+ if (isnull(shortesttimer))
+ shortesttimer = T
+ if (T < shortesttimer)
+ shortesttimer = T
+ L.transform = newtransform
+ animate(L, transform = matrix(), time = T, easing = QUAD_EASING | (new_parallax_movedir ? EASE_IN : EASE_OUT), flags = ANIMATION_END_NOW)
+ if (new_parallax_movedir)
+ L.transform = newtransform
+ animate(transform = matrix(), time = T) //queue up another animate so lag doesn't create a shutter
+
+ C.parallax_movedir = new_parallax_movedir
+ if (C.parallax_animate_timer)
+ deltimer(C.parallax_animate_timer)
+ C.parallax_animate_timer = addtimer(CALLBACK(src, .proc/update_parallax_motionblur, C, animatedir, new_parallax_movedir, newtransform), min(shortesttimer, PARALLAX_LOOP_TIME), TIMER_CLIENT_TIME|TIMER_STOPPABLE)
+
+
+/datum/hud/proc/update_parallax_motionblur(client/C, animatedir, new_parallax_movedir, matrix/newtransform)
+ C.parallax_animate_timer = FALSE
+ for(var/thing in C.parallax_layers)
+ var/obj/screen/parallax_layer/L = thing
+ if (!new_parallax_movedir)
+ animate(L)
+ continue
+
+ var/newstate = initial(L.icon_state)
+ if (animatedir)
+ if(animatedir == NORTH || animatedir == SOUTH)
+ newstate += "_vertical"
+ else
+ newstate += "_horizontal"
+
+ var/T = PARALLAX_LOOP_TIME / L.speed
+
+ if (newstate in icon_states(L.icon))
+ L.icon_state = newstate
+ L.update_o(C.view)
+
+ L.transform = newtransform
+
+ animate(L, transform = matrix(), time = T, loop = -1, flags = ANIMATION_END_NOW)
/datum/hud/proc/update_parallax()
var/client/C = mymob.client
- if(C.prefs.space_parallax)
- parallax_on_clients |= C
- for(var/obj/screen/parallax/bgobj in C.parallax)
- C.screen |= bgobj
- C.screen |= C.parallax_master
- C.screen |= C.parallax_spacemaster
- if(C.prefs.space_dust)
- C.parallax_dustmaster.color = list(
- 1,0,0,0,
- 0,1,0,0,
- 0,0,1,0,
- 0,0,0,1)
- else
- C.parallax_dustmaster.color = list(0,0,0,0)
- else
- for(var/obj/screen/parallax/bgobj in C.parallax)
- C.screen -= bgobj
- parallax_on_clients -= C
- C.screen -= C.parallax_master
- C.screen -= C.parallax_spacemaster
- C.parallax_dustmaster.color = list(0,0,0,0)
-
-/datum/hud/proc/update_parallax_values()
- var/client/C = mymob.client
- if(!parallax_initialized)
- return
-
- if(!(locate(/turf/open/space) in trange(C.view,get_turf(C.eye))))
- return
-
- //ACTUALLY MOVING THE PARALLAX
var/turf/posobj = get_turf(C.eye)
+ var/area/areaobj = posobj.loc
+ // Update the movement direction of the parallax if necessary (for shuttles)
+ set_parallax_movedir(areaobj.parallax_movedir)
+
+ var/force
if(!C.previous_turf || (C.previous_turf.z != posobj.z))
C.previous_turf = posobj
+ force = TRUE
+
+ if (!force && world.time < C.last_parallax_shift+C.parallax_throttle)
+ return
//Doing it this way prevents parallax layers from "jumping" when you change Z-Levels.
- var/offsetx = C.parallax_offset["horizontal"] + posobj.x - C.previous_turf.x
- var/offsety = C.parallax_offset["vertical"] + posobj.y - C.previous_turf.y
- C.parallax_offset["horizontal"] = offsetx
- C.parallax_offset["vertical"] = offsety
+ var/offset_x = posobj.x - C.previous_turf.x
+ var/offset_y = posobj.y - C.previous_turf.y
+ if(!offset_x && !offset_y && !force)
+ return
+
+ var/last_delay = world.time - C.last_parallax_shift
+ last_delay = min(last_delay, C.parallax_throttle)
C.previous_turf = posobj
+ C.last_parallax_shift = world.time
- var/maxoffset = 480 //480 = (15 tiles * 32 icon_size * 3 grid size / 2) - (15 tiles * 32 icon size / 2) for centering
- var/minoffset = -960 //960 = (15 tiles * 32 icon_size * 3 grid size / 2) + (15 tiles * 32 icon size / 2) for centering
+ for(var/thing in C.parallax_layers)
+ var/obj/screen/parallax_layer/L = thing
+ if (L.view_sized != C.view)
+ L.update_o(C.view)
+ var/change_x = offset_x * L.speed
+ L.offset_x -= change_x
+ var/change_y = offset_y * L.speed
+ L.offset_y -= change_y
+ if(L.offset_x > 240)
+ L.offset_x -= 480
+ if(L.offset_x < -240)
+ L.offset_x += 480
+ if(L.offset_y > 240)
+ L.offset_y -= 480
+ if(L.offset_y < -240)
+ L.offset_y += 480
- for(var/obj/screen/parallax/bgobj in C.parallax_movable)
- var/accumulated_offset_x = bgobj.base_offset_x - round(offsetx * bgobj.parallax_speed * C.prefs.parallax_speed)
- var/accumulated_offset_y = bgobj.base_offset_y - round(offsety * bgobj.parallax_speed * C.prefs.parallax_speed)
- if(accumulated_offset_x > maxoffset)
- accumulated_offset_x -= 1440 //3x3 grid, 15 tiles * 32 icon_size * 3 grid size
- if(accumulated_offset_x < minoffset)
- accumulated_offset_x += 1440
+ if(!areaobj.parallax_movedir && C.dont_animate_parallax <= world.time && (offset_x || offset_y) && abs(offset_x) <= max(C.parallax_throttle/world.tick_lag+1,1) && abs(offset_y) <= max(C.parallax_throttle/world.tick_lag+1,1) && (round(abs(change_x)) > 1 || round(abs(change_y)) > 1))
+ L.transform = matrix(1, 0, offset_x*L.speed, 0, 1, offset_y*L.speed)
+ animate(L, transform=matrix(), time = last_delay)
- if(accumulated_offset_y > maxoffset)
- accumulated_offset_y -= 1440
- if(accumulated_offset_y < minoffset)
- accumulated_offset_y += 1440
+ L.screen_loc = "CENTER-7:[round(L.offset_x,1)],CENTER-7:[round(L.offset_y,1)]"
- bgobj.screen_loc = "CENTER:[accumulated_offset_x],CENTER:[accumulated_offset_y]"
+/atom/movable/proc/update_parallax_contents()
+ if(length(client_mobs_in_contents))
+ for(var/thing in client_mobs_in_contents)
+ var/mob/M = thing
+ if(M && M.client && M.hud_used && length(M.client.parallax_layers))
+ M.hud_used.update_parallax()
-//Parallax generation code below
+/obj/screen/parallax_layer
+ icon = 'icons/effects/parallax.dmi'
+ var/speed = 1
+ var/offset_x = 0
+ var/offset_y = 0
+ var/view_sized
+ blend_mode = BLEND_ADD
+ plane = PLANE_SPACE_PARALLAX
+ screen_loc = "CENTER-7,CENTER-7"
+ mouse_opacity = 0
-#define PARALLAX4_ICON_NUMBER 20
-#define PARALLAX3_ICON_NUMBER 14
-#define PARALLAX2_ICON_NUMBER 10
-/datum/subsystem/parallax/proc/create_global_parallax_icons()
- var/list/plane1 = list()
- var/list/plane2 = list()
- var/list/plane3 = list()
- var/list/pixel_x = list()
- var/list/pixel_y = list()
- var/index = 1
- for(var/i = 0 to (PARALLAX_IMAGE_TILES-1))
- for(var/j = 1 to 9)
- plane1 += rand(1,26)
- plane2 += rand(1,26)
- plane3 += rand(1,26)
- pixel_x += world.icon_size * (i%PARALLAX_IMAGE_WIDTH)
- pixel_y += world.icon_size * round(i/PARALLAX_IMAGE_WIDTH)
+/obj/screen/parallax_layer/New(view)
+ ..()
+ if (!view)
+ view = world.view
+ update_o(view)
- for(var/i in 0 to 8)
- var/obj/screen/parallax/parallax_layer = PoolOrNew(/obj/screen/parallax)
+/obj/screen/parallax_layer/proc/update_o(view)
+ if (!view)
+ view = world.view
+ var/list/new_overlays = list()
+ var/count = Ceiling(view/(480/world.icon_size))+1
+ for(var/x in -count to count)
+ for(var/y in -count to count)
+ if(x == 0 && y == 0)
+ continue
+ var/image/I = image(icon, null, icon_state)
+ I.transform = matrix(1, 0, x*480, 0, 1, y*480)
+ new_overlays += I
- var/list/L = list()
- for(var/j in 1 to PARALLAX_IMAGE_TILES)
- if(plane1[j+i*PARALLAX_IMAGE_TILES] <= PARALLAX4_ICON_NUMBER)
- var/image/I = image('icons/turf/space_parallax4.dmi',"[plane1[j+i*PARALLAX_IMAGE_TILES]]")
- I.pixel_x = pixel_x[j]
- I.pixel_y = pixel_y[j]
- L += I
+ overlays = new_overlays
+ view_sized = view
- parallax_layer.overlays = L
- parallax_layer.parallax_speed = 0
- parallax_layer.calibrate_parallax(i+1)
- parallax_icon[index] = parallax_layer
- index++
+/obj/screen/parallax_layer/layer_1
+ icon_state = "layer1"
+ speed = 0.6
+ layer = 1
- for(var/i in 0 to 8)
- var/obj/screen/parallax/parallax_layer = PoolOrNew(/obj/screen/parallax)
+/obj/screen/parallax_layer/layer_2
+ icon_state = "layer2"
+ speed = 1
+ layer = 2
- var/list/L = list()
- for(var/j in 1 to PARALLAX_IMAGE_TILES)
- if(plane2[j+i*PARALLAX_IMAGE_TILES] <= PARALLAX3_ICON_NUMBER)
- var/image/I = image('icons/turf/space_parallax3.dmi',"[plane2[j+i*PARALLAX_IMAGE_TILES]]")
- I.pixel_x = pixel_x[j]
- I.pixel_y = pixel_y[j]
- L += I
+/obj/screen/parallax_pmaster
+ appearance_flags = PLANE_MASTER
+ plane = PLANE_SPACE_PARALLAX
+ blend_mode = BLEND_MULTIPLY
+ mouse_opacity = FALSE
+ screen_loc = "CENTER-7,CENTER-7"
- parallax_layer.overlays = L
- parallax_layer.parallax_speed = 0.5
- parallax_layer.calibrate_parallax(i+1)
- parallax_icon[index] = parallax_layer
- index++
+/obj/screen/parallax_space_whitifier
+ appearance_flags = PLANE_MASTER
+ plane = PLANE_SPACE
+ color = list(
+ 0, 0, 0, 0,
+ 0, 0, 0, 0,
+ 0, 0, 0, 0,
+ 1, 1, 1, 1,
+ 0, 0, 0, 0
+ )
+ screen_loc = "CENTER-7,CENTER-7"
- for(var/i in 0 to 8)
- var/obj/screen/parallax/parallax_layer = PoolOrNew(/obj/screen/parallax)
- var/list/L = list()
- for(var/j in 1 to PARALLAX_IMAGE_TILES)
- if(plane3[j+i*PARALLAX_IMAGE_TILES] <= PARALLAX2_ICON_NUMBER)
- var/image/I = image('icons/turf/space_parallax2.dmi',"[plane3[j+i*PARALLAX_IMAGE_TILES]]")
- I.pixel_x = pixel_x[j]
- I.pixel_y = pixel_y[j]
- L += I
- parallax_layer.overlays = L
- parallax_layer.parallax_speed = 1
- parallax_layer.calibrate_parallax(i+1)
- parallax_icon[index] = parallax_layer
- index++
-
- parallax_initialized = 1
-
-/obj/screen/parallax/proc/calibrate_parallax(var/i)
- if(!i) return
-
- /* Placement of screen objects
- 1 2 3
- 4 5 6
- 7 8 9
- */
- base_offset_x = -PARALLAX_IMAGE_WIDTH*world.icon_size/2
- base_offset_y = -PARALLAX_IMAGE_WIDTH*world.icon_size/2
-
- switch(i)
- if(1,4,7)
- base_offset_x -= world.icon_size*PARALLAX_IMAGE_WIDTH
- if(3,6,9)
- base_offset_x += world.icon_size*PARALLAX_IMAGE_WIDTH
- switch(i)
- if(1,2,3)
- base_offset_y += world.icon_size*PARALLAX_IMAGE_WIDTH
- if(7,8,9)
- base_offset_y -= world.icon_size*PARALLAX_IMAGE_WIDTH
-
- screen_loc = "CENTER:[base_offset_x],CENTER:[base_offset_y]"
-
-#undef PARALLAX4_ICON_NUMBER
-#undef PARALLAX3_ICON_NUMBER
-#undef PARALLAX2_ICON_NUMBER
-#undef PARALLAX_IMAGE_WIDTH
-#undef PARALLAX_IMAGE_TILES
+#undef LOOP_NONE
+#undef LOOP_NORMAL
+#undef LOOP_REVERSE
+#undef LOOP_TIME
diff --git a/code/_onclick/hud/plane_master.dm b/code/_onclick/hud/plane_master.dm
new file mode 100644
index 0000000000..eda44bda06
--- /dev/null
+++ b/code/_onclick/hud/plane_master.dm
@@ -0,0 +1,28 @@
+/obj/screen/plane_master
+ screen_loc = "CENTER"
+ icon_state = "blank"
+ appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
+ blend_mode = BLEND_OVERLAY
+
+/obj/screen/plane_master/New()
+ if(blend_mode == BLEND_MULTIPLY)
+ //What is this? Read http://www.byond.com/forum/?post=2141928
+ var/image/backdrop = image('icons/mob/screen_gen.dmi', "black")
+ backdrop.transform = matrix(200, 0, 0, 0, 200, 0)
+ backdrop.layer = BACKGROUND_LAYER
+ backdrop.blend_mode = BLEND_OVERLAY
+ overlays += backdrop
+ ..()
+
+/obj/screen/plane_master/game_world
+ name = "game world plane master"
+ plane = GAME_PLANE
+ blend_mode = BLEND_OVERLAY
+
+/obj/screen/plane_master/lighting
+ name = "lighting plane master"
+ plane = LIGHTING_PLANE
+ blend_mode = BLEND_OVERLAY
+// blend_mode = BLEND_MULTIPLY
+// color = list(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,0, 0.1,0.1,0.1,0)
+ mouse_opacity = 0
diff --git a/code/_onclick/hud/robot.dm b/code/_onclick/hud/robot.dm
index 5a5b7c200e..71f7630092 100644
--- a/code/_onclick/hud/robot.dm
+++ b/code/_onclick/hud/robot.dm
@@ -5,9 +5,15 @@
name = "cyborg module"
icon_state = "nomod"
+/obj/screen/robot/Click()
+ if(isobserver(usr))
+ return 1
+
/obj/screen/robot/module/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
- if(R.module)
+ if(R.module.type != /obj/item/weapon/robot_module)
R.hud_used.toggle_show_robot_modules()
return 1
R.pick_module()
@@ -17,6 +23,8 @@
icon_state = "inv1"
/obj/screen/robot/module1/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.toggle_module(1)
@@ -25,6 +33,8 @@
icon_state = "inv2"
/obj/screen/robot/module2/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.toggle_module(2)
@@ -33,6 +43,8 @@
icon_state = "inv3"
/obj/screen/robot/module3/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.toggle_module(3)
@@ -41,6 +53,8 @@
icon_state = "radio"
/obj/screen/robot/radio/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.radio.interact(R)
@@ -49,6 +63,8 @@
icon_state = "store"
/obj/screen/robot/store/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.uneq_active()
@@ -57,6 +73,8 @@
icon_state = "lamp0"
/obj/screen/robot/lamp/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.control_headlamp()
@@ -65,14 +83,24 @@
icon_state = "ionpulse0"
/obj/screen/robot/thrusters/Click()
+ if(..())
+ return
var/mob/living/silicon/robot/R = usr
R.toggle_ionpulse()
-/datum/hud/robot/New(mob/owner)
+/datum/hud/robot
+ ui_style_icon = 'icons/mob/screen_cyborg.dmi'
+
+/datum/hud/robot/New(mob/owner, ui_style = 'icons/mob/screen_cyborg.dmi')
..()
var/mob/living/silicon/robot/mymobR = mymob
var/obj/screen/using
+ using = new/obj/screen/wheel/talk
+ using.screen_loc = ui_borg_talk_wheel
+ wheels += using
+ static_inventory += using
+
//Radio
using = new /obj/screen/robot/radio()
using.screen_loc = ui_borg_radio
@@ -123,19 +151,18 @@
mymobR.thruster_button = using
//Intent
- using = new /obj/screen/act_intent/robot()
- using.icon_state = mymob.a_intent
- static_inventory += using
- action_intent = using
+ action_intent = new /obj/screen/act_intent/robot()
+ action_intent.icon_state = mymob.a_intent
+ static_inventory += action_intent
//Health
healths = new /obj/screen/healths/robot()
infodisplay += healths
//Installed Module
- mymob.hands = new /obj/screen/robot/module()
- mymob.hands.screen_loc = ui_borg_module
- static_inventory += mymob.hands
+ mymobR.hands = new /obj/screen/robot/module()
+ mymobR.hands.screen_loc = ui_borg_module
+ static_inventory += mymobR.hands
//Store
module_store_icon = new /obj/screen/robot/store()
@@ -154,50 +181,53 @@
/datum/hud/proc/toggle_show_robot_modules()
- if(!isrobot(mymob)) return
+ if(!iscyborg(mymob)) return
- var/mob/living/silicon/robot/r = mymob
+ var/mob/living/silicon/robot/R = mymob
- r.shown_robot_modules = !r.shown_robot_modules
+ R.shown_robot_modules = !R.shown_robot_modules
update_robot_modules_display()
-/datum/hud/proc/update_robot_modules_display()
- if(!isrobot(mymob)) return
+/datum/hud/proc/update_robot_modules_display(mob/viewer)
+ if(!iscyborg(mymob)) return
- var/mob/living/silicon/robot/r = mymob
+ var/mob/living/silicon/robot/R = mymob
- if(!r.client)
+ var/mob/screenmob = viewer || R
+
+ if(!R.module)
return
- if(!r.module)
+ if(!R.client)
return
- if(r.shown_robot_modules && hud_shown)
+ if(R.shown_robot_modules && screenmob.hud_used.hud_shown)
//Modules display is shown
- r.client.screen += module_store_icon //"store" icon
+ screenmob.client.screen += module_store_icon //"store" icon
- if(!r.module.modules)
+ if(!R.module.modules)
usr << "Selected module has no modules to select "
return
- if(!r.robot_modules_background)
+ if(!R.robot_modules_background)
return
- var/display_rows = Ceiling(length(r.module.get_inactive_modules()) / 8)
- r.robot_modules_background.screen_loc = "CENTER-4:16,SOUTH+1:7 to CENTER+3:16,SOUTH+[display_rows]:7"
- r.client.screen += r.robot_modules_background
+ var/display_rows = Ceiling(length(R.module.get_inactive_modules()) / 8)
+ R.robot_modules_background.screen_loc = "CENTER-4:16,SOUTH+1:7 to CENTER+3:16,SOUTH+[display_rows]:7"
+ screenmob.client.screen += R.robot_modules_background
var/x = -4 //Start at CENTER-4,SOUTH+1
var/y = 1
- for(var/atom/movable/A in r.module.get_inactive_modules())
+ for(var/atom/movable/A in R.module.get_inactive_modules())
//Module is not currently active
- r.client.screen += A
+ screenmob.client.screen += A
if(x < 0)
A.screen_loc = "CENTER[x]:16,SOUTH+[y]:7"
else
A.screen_loc = "CENTER+[x]:16,SOUTH+[y]:7"
A.layer = ABOVE_HUD_LAYER
+ A.plane = ABOVE_HUD_PLANE
x++
if(x == 4)
@@ -206,37 +236,41 @@
else
//Modules display is hidden
- r.client.screen -= module_store_icon //"store" icon
+ screenmob.client.screen -= module_store_icon //"store" icon
- for(var/atom/A in r.module.get_inactive_modules())
+ for(var/atom/A in R.module.get_inactive_modules())
//Module is not currently active
- r.client.screen -= A
- r.shown_robot_modules = 0
- r.client.screen -= r.robot_modules_background
+ screenmob.client.screen -= A
+ R.shown_robot_modules = 0
+ screenmob.client.screen -= R.robot_modules_background
/mob/living/silicon/robot/create_mob_hud()
if(client && !hud_used)
hud_used = new /datum/hud/robot(src)
-/datum/hud/robot/persistant_inventory_update()
+/datum/hud/robot/persistent_inventory_update(mob/viewer)
if(!mymob)
return
var/mob/living/silicon/robot/R = mymob
- if(hud_shown)
- if(R.module_state_1)
- R.module_state_1.screen_loc = ui_inv1
- R.client.screen += R.module_state_1
- if(R.module_state_2)
- R.module_state_2.screen_loc = ui_inv2
- R.client.screen += R.module_state_2
- if(R.module_state_3)
- R.module_state_3.screen_loc = ui_inv3
- R.client.screen += R.module_state_3
- else
- if(R.module_state_1)
- R.module_state_1.screen_loc = null
- if(R.module_state_2)
- R.module_state_2.screen_loc = null
- if(R.module_state_3)
- R.module_state_3.screen_loc = null
\ No newline at end of file
+
+ var/mob/screenmob = viewer || R
+
+ if(screenmob.hud_used)
+ if(screenmob.hud_used.hud_shown)
+ for(var/i in 1 to R.held_items.len)
+ var/obj/item/I = R.held_items[i]
+ if(I)
+ switch(i)
+ if(1)
+ I.screen_loc = ui_inv1
+ if(2)
+ I.screen_loc = ui_inv2
+ if(3)
+ I.screen_loc = ui_inv3
+ else
+ return
+ screenmob.client.screen += I
+ else
+ for(var/obj/item/I in R.held_items)
+ screenmob.client.screen -= I
diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm
index 1a5148f681..cadc189b32 100644
--- a/code/_onclick/hud/screen_objects.dm
+++ b/code/_onclick/hud/screen_objects.dm
@@ -10,15 +10,24 @@
name = ""
icon = 'icons/mob/screen_gen.dmi'
layer = ABOVE_HUD_LAYER
- unacidable = 1
+ plane = ABOVE_HUD_PLANE
+ resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
appearance_flags = APPEARANCE_UI
var/obj/master = null //A reference to the object in the slot. Grabs or items, generally.
var/datum/hud/hud = null // A reference to the owner HUD, if any.
+/obj/screen/take_damage()
+ return
+
/obj/screen/Destroy()
master = null
return ..()
+/obj/screen/examine(mob/user)
+ return
+
+/obj/screen/orbit()
+ return
/obj/screen/text
icon = null
@@ -30,6 +39,7 @@
/obj/screen/swap_hand
layer = HUD_LAYER
+ plane = HUD_PLANE
name = "swap hand"
/obj/screen/swap_hand/Click()
@@ -46,23 +56,41 @@
M.swap_hand()
return 1
-/obj/screen/inventory/craft
+/obj/screen/craft
name = "crafting menu"
icon = 'icons/mob/screen_midnight.dmi'
icon_state = "craft"
screen_loc = ui_crafting
-/obj/screen/inventory/craft/Click()
+/obj/screen/craft/Click()
var/mob/living/M = usr
+ if(isobserver(usr))
+ return
M.OpenCraftingMenu()
+/obj/screen/area_creator
+ name = "create new area"
+ icon = 'icons/mob/screen_midnight.dmi'
+ icon_state = "area_edit"
+ screen_loc = ui_building
+
+/obj/screen/area_creator/Click()
+ if(usr.incapacitated())
+ return 1
+ var/area/A = get_area(usr)
+ if(!A.outdoors)
+ usr << "There is already a defined structure here. "
+ return 1
+ create_area(usr)
+
/obj/screen/inventory
var/slot_id // The indentifier for the slot. It has nothing to do with ID cards.
var/icon_empty // Icon when empty. For now used only by humans.
var/icon_full // Icon when contains an item. For now used only by humans.
layer = HUD_LAYER
+ plane = HUD_PLANE
-/obj/screen/inventory/Click()
+/obj/screen/inventory/Click(location, control, params)
// At this point in client Click() code we have passed the 1/10 sec check and little else
// We don't even know if it's a middle click
if(world.time <= usr.next_move)
@@ -70,11 +98,16 @@
if(usr.incapacitated())
return 1
- if (istype(usr.loc,/obj/mecha)) // stops inventory actions in a mech
+ if(istype(usr.loc,/obj/mecha)) // stops inventory actions in a mech
return 1
+
+ if(hud && hud.mymob && slot_id)
+ var/obj/item/inv_item = hud.mymob.get_item_by_slot(slot_id)
+ if(inv_item)
+ return inv_item.Click(location, control, params)
+
if(usr.attack_ui(slot_id))
- usr.update_inv_l_hand(0)
- usr.update_inv_r_hand(0)
+ usr.update_inv_hands()
return 1
/obj/screen/inventory/update_icon()
@@ -91,13 +124,15 @@
var/image/active_overlay
var/image/handcuff_overlay
var/image/blocked_overlay
+ var/held_index = 0
/obj/screen/inventory/hand/update_icon()
..()
+
if(!active_overlay)
active_overlay = image("icon"=icon, "icon_state"="hand_active")
if(!handcuff_overlay)
- var/state = (slot_id == slot_r_hand) ? "markus" : "gabrielle"
+ var/state = (!(held_index % 2)) ? "markus" : "gabrielle"
handcuff_overlay = image("icon"='icons/mob/screen_gen.dmi', "icon_state"=state)
if(!blocked_overlay)
blocked_overlay = image("icon"='icons/mob/screen_gen.dmi', "icon_state"="blocked")
@@ -109,19 +144,16 @@
var/mob/living/carbon/C = hud.mymob
if(C.handcuffed)
add_overlay(handcuff_overlay)
- if(slot_id == slot_r_hand)
- if(!C.has_right_hand())
- add_overlay(blocked_overlay)
- else if(slot_id == slot_l_hand)
- if(!C.has_left_hand())
+
+ if(held_index)
+ if(!C.has_hand_for_held_index(held_index))
add_overlay(blocked_overlay)
- if(slot_id == slot_l_hand && hud.mymob.hand)
- add_overlay(active_overlay)
- else if(slot_id == slot_r_hand && !hud.mymob.hand)
+ if(held_index == hud.mymob.active_hand_index)
add_overlay(active_overlay)
-/obj/screen/inventory/hand/Click()
+
+/obj/screen/inventory/hand/Click(location, control, params)
// At this point in client Click() code we have passed the 1/10 sec check and little else
// We don't even know if it's a middle click
if(world.time <= usr.next_move)
@@ -131,13 +163,12 @@
if (istype(usr.loc,/obj/mecha)) // stops inventory actions in a mech
return 1
- if(ismob(usr))
- var/mob/M = usr
- switch(name)
- if("right hand", "r_hand")
- M.activate_hand("r")
- if("left hand", "l_hand")
- M.activate_hand("l")
+ if(hud.mymob.active_hand_index == held_index)
+ var/obj/item/I = hud.mymob.get_active_held_item()
+ if(I)
+ I.Click(location, control, params)
+ else
+ hud.mymob.swap_hand(held_index)
return 1
/obj/screen/close
@@ -155,6 +186,7 @@
icon = 'icons/mob/screen_midnight.dmi'
icon_state = "act_drop"
layer = HUD_LAYER
+ plane = HUD_PLANE
/obj/screen/drop/Click()
usr.drop_item_v()
@@ -165,25 +197,26 @@
screen_loc = ui_acti
/obj/screen/act_intent/Click(location, control, params)
- if(ishuman(usr) && (usr.client.prefs.toggles & INTENT_STYLE))
+ usr.a_intent_change(INTENT_HOTKEY_RIGHT)
+/obj/screen/act_intent/segmented/Click(location, control, params)
+ if(usr.client.prefs.toggles & INTENT_STYLE)
var/_x = text2num(params2list(params)["icon-x"])
var/_y = text2num(params2list(params)["icon-y"])
if(_x<=16 && _y<=16)
- usr.a_intent_change("harm")
+ usr.a_intent_change(INTENT_HARM)
else if(_x<=16 && _y>=17)
- usr.a_intent_change("help")
+ usr.a_intent_change(INTENT_HELP)
else if(_x>=17 && _y<=16)
- usr.a_intent_change("grab")
+ usr.a_intent_change(INTENT_GRAB)
else if(_x>=17 && _y>=17)
- usr.a_intent_change("disarm")
-
+ usr.a_intent_change(INTENT_DISARM)
else
- usr.a_intent_change("right")
+ return ..()
/obj/screen/act_intent/alien
icon = 'icons/mob/screen_alien.dmi'
@@ -222,12 +255,10 @@
C << "You are not wearing an internals mask! "
return
- if(istype(C.l_hand, /obj/item/weapon/tank))
- C << "You are now running on internals from the [C.l_hand] on your left hand. "
- C.internal = C.l_hand
- else if(istype(C.r_hand, /obj/item/weapon/tank))
- C << "You are now running on internals from the [C.r_hand] on your right hand. "
- C.internal = C.r_hand
+ var/obj/item/I = C.is_holding_item_of_type(/obj/item/weapon/tank)
+ if(I)
+ C << "You are now running on internals from the [I] on your [C.get_held_index_name(C.get_held_index_of_item(I))]. "
+ C.internal = I
else if(ishuman(C))
var/mob/living/carbon/human/H = C
if(istype(H.s_store, /obj/item/weapon/tank))
@@ -261,14 +292,19 @@
icon_state = "running"
/obj/screen/mov_intent/Click()
- switch(usr.m_intent)
+ toggle(usr)
+
+/obj/screen/mov_intent/proc/toggle(mob/user)
+ if(isobserver(user))
+ return
+ switch(user.m_intent)
if("run")
- usr.m_intent = "walk"
+ user.m_intent = MOVE_INTENT_WALK
icon_state = "walking"
if("walk")
- usr.m_intent = "run"
+ user.m_intent = MOVE_INTENT_RUN
icon_state = "running"
- usr.update_icons()
+ user.update_icons()
/obj/screen/pull
name = "stop pulling"
@@ -276,6 +312,8 @@
icon_state = "pull"
/obj/screen/pull/Click()
+ if(isobserver(usr))
+ return
usr.stop_pulling()
/obj/screen/pull/update_icon(mob/mymob)
@@ -290,6 +328,7 @@
icon = 'icons/mob/screen_midnight.dmi'
icon_state = "act_resist"
layer = HUD_LAYER
+ plane = HUD_PLANE
/obj/screen/resist/Click()
if(isliving(usr))
@@ -307,7 +346,7 @@
if (istype(usr.loc,/obj/mecha)) // stops inventory actions in a mech
return 1
if(master)
- var/obj/item/I = usr.get_active_hand()
+ var/obj/item/I = usr.get_active_held_item()
if(I)
master.attackby(I, usr, params)
return 1
@@ -329,55 +368,65 @@
var/selecting = "chest"
/obj/screen/zone_sel/Click(location, control,params)
+ if(isobserver(usr))
+ return
+
var/list/PL = params2list(params)
var/icon_x = text2num(PL["icon-x"])
var/icon_y = text2num(PL["icon-y"])
- var/old_selecting = selecting //We're only going to update_icon() if there's been a change
+ var/choice
switch(icon_y)
if(1 to 9) //Legs
switch(icon_x)
if(10 to 15)
- selecting = "r_leg"
+ choice = "r_leg"
if(17 to 22)
- selecting = "l_leg"
+ choice = "l_leg"
else
return 1
if(10 to 13) //Hands and groin
switch(icon_x)
if(8 to 11)
- selecting = "r_arm"
+ choice = "r_arm"
if(12 to 20)
- selecting = "groin"
+ choice = "groin"
if(21 to 24)
- selecting = "l_arm"
+ choice = "l_arm"
else
return 1
if(14 to 22) //Chest and arms to shoulders
switch(icon_x)
if(8 to 11)
- selecting = "r_arm"
+ choice = "r_arm"
if(12 to 20)
- selecting = "chest"
+ choice = "chest"
if(21 to 24)
- selecting = "l_arm"
+ choice = "l_arm"
else
return 1
if(23 to 30) //Head, but we need to check for eye or mouth
if(icon_x in 12 to 20)
- selecting = "head"
+ choice = "head"
switch(icon_y)
if(23 to 24)
if(icon_x in 15 to 17)
- selecting = "mouth"
+ choice = "mouth"
if(26) //Eyeline, eyes are on 15 and 17
if(icon_x in 14 to 18)
- selecting = "eyes"
+ choice = "eyes"
if(25 to 27)
if(icon_x in 15 to 17)
- selecting = "eyes"
+ choice = "eyes"
- if(old_selecting != selecting)
+ return set_selected_zone(choice, usr)
+
+/obj/screen/zone_sel/proc/set_selected_zone(choice, mob/user)
+ if(isobserver(user))
+ return
+
+ if(choice != selecting)
+ selecting = choice
update_icon(usr)
return 1
@@ -404,6 +453,7 @@
blend_mode = BLEND_ADD
screen_loc = "WEST,SOUTH to EAST,NORTH"
layer = FLASH_LAYER
+ plane = FULLSCREEN_PLANE
/obj/screen/damageoverlay
icon = 'icons/mob/screen_full.dmi'
@@ -413,6 +463,7 @@
screen_loc = "CENTER-7,CENTER-7"
mouse_opacity = 0
layer = UI_DAMAGE_LAYER
+ plane = FULLSCREEN_PLANE
/obj/screen/healths
name = "health"
@@ -455,6 +506,17 @@
screen_loc = ui_health
mouse_opacity = 0
+/obj/screen/healths/clock
+ icon = 'icons/mob/actions.dmi'
+ icon_state = "bg_clock"
+ screen_loc = ui_health
+ mouse_opacity = 0
+
+/obj/screen/healths/clock/gear
+ icon = 'icons/mob/clockwork_mobs.dmi'
+ icon_state = "bg_gear"
+ screen_loc = ui_internal
+
/obj/screen/healths/revenant
name = "essence"
icon = 'icons/mob/actions.dmi'
@@ -465,3 +527,140 @@
/obj/screen/healthdoll
name = "health doll"
screen_loc = ui_healthdoll
+
+
+
+/obj/screen/wheel
+ name = "wheel"
+ layer = HUD_LAYER
+ plane = HUD_PLANE
+ icon_state = ""
+ screen_loc = null //if you make a new wheel, remember to give it a screen_loc
+ var/list/buttons_names = list() //list of the names for each button, its length is the amount of buttons.
+ var/toggled = 0 //wheel is hidden/shown
+ var/wheel_buttons_type //the type of buttons used with this wheel.
+ var/list/buttons_list = list()
+
+/obj/screen/wheel/New()
+ ..()
+ build_options()
+
+
+//we create the buttons for the wheel and place them in a square spiral fashion.
+/obj/screen/wheel/proc/build_options()
+ var/obj/screen/wheel_button/close_wheel/CW = new ()
+ buttons_list += CW //the close option
+ CW.wheel = src
+
+ var/list/offset_x_list = list()
+ var/list/offset_y_list = list()
+ var/num = 1
+ var/N = 1
+ var/M = 0
+ var/sign = -1
+ my_loop:
+ while(offset_y_list.len < buttons_names.len)
+ for(var/i=1, i<=num, i++)
+ offset_y_list += N
+ offset_x_list += M
+ if(offset_y_list.len == buttons_names.len)
+ break my_loop
+ if(N != 0)
+ N = 0
+ M = -sign
+ else
+ N = sign
+ M = 0
+ sign = -sign
+ num++
+
+ var/screenx = 8
+ var/screeny = 8
+ for(var/i = 1, i <= buttons_names.len, i++)
+ var/obj/screen/wheel_button/WB = new wheel_buttons_type()
+ WB.wheel = src
+ buttons_list += WB
+ screenx += offset_x_list[i]
+ screeny += offset_y_list[i]
+ WB.screen_loc = "[screenx], [screeny]"
+ set_button(WB, i)
+
+/obj/screen/wheel/proc/set_button(obj/screen/wheel_button/WB, button_number)
+ WB.name = buttons_names[button_number]
+ return
+
+/obj/screen/wheel/Destroy()
+ for(var/obj/screen/S in buttons_list)
+ qdel(S)
+ return ..()
+
+/obj/screen/wheel/Click()
+ if(world.time <= usr.next_move)
+ return
+ if(usr.stat)
+ return
+ if(isliving(usr))
+ var/mob/living/L = usr
+ if(toggled)
+ L.client.screen -= buttons_list
+ else
+ L.client.screen |= buttons_list
+ toggled = !toggled
+
+
+/obj/screen/wheel/talk
+ name = "talk wheel"
+ icon_state = "talk_wheel"
+ screen_loc = "11:6,2:-11"
+ wheel_buttons_type = /obj/screen/wheel_button/talk
+ buttons_names = list("help","hello","bye","stop","thanks","come","out", "yes", "no")
+ var/list/word_messages = list(list("Help!","Help me!"), list("Hello.", "Hi."), list("Bye.", "Goodbye."),\
+ list("Stop!", "Halt!"), list("Thanks.", "Thanks!", "Thank you."), \
+ list("Come.", "Follow me."), list("Out!", "Go away!", "Get out!"), \
+ list("Yes.", "Affirmative."), list("No.", "Negative"))
+
+/obj/screen/wheel/talk/set_button(obj/screen/wheel_button/WB, button_number)
+ ..()
+ var/obj/screen/wheel_button/talk/T = WB //we already know what type the button is exactly.
+ T.icon_state = "talk_[T.name]"
+ T.word_messages = word_messages[button_number]
+
+
+/obj/screen/wheel_button
+ name = "default wheel button"
+ screen_loc = "8,8"
+ layer = HUD_LAYER
+ plane = HUD_PLANE
+ mouse_opacity = 2
+ var/obj/screen/wheel/wheel
+
+/obj/screen/wheel_button/Destroy()
+ wheel = null
+ return ..()
+
+/obj/screen/wheel_button/close_wheel
+ name = "close wheel"
+ icon_state = "x3"
+
+/obj/screen/wheel_button/close_wheel/Click()
+ if(isliving(usr))
+ var/mob/living/L = usr
+ L.client.screen -= wheel.buttons_list
+ wheel.toggled = !wheel.toggled
+
+
+/obj/screen/wheel_button/talk
+ name = "talk option"
+ icon_state = "talk_help"
+ var/talk_cooldown = 0
+ var/list/word_messages = list()
+
+/obj/screen/wheel_button/talk/Click(location, control,params)
+ if(isliving(usr))
+ var/mob/living/L = usr
+ if(L.stat)
+ return
+
+ if(word_messages.len && talk_cooldown < world.time)
+ talk_cooldown = world.time + 10
+ L.say(pick(word_messages))
diff --git a/code/_onclick/hud/swarmer.dm b/code/_onclick/hud/swarmer.dm
index 85ee9c4977..92a98e14c6 100644
--- a/code/_onclick/hud/swarmer.dm
+++ b/code/_onclick/hud/swarmer.dm
@@ -68,11 +68,11 @@
var/obj/screen/using
using = new /obj/screen/swarmer/FabricateTrap()
- using.screen_loc = ui_rhand
+ using.screen_loc = ui_hand_position(2)
static_inventory += using
using = new /obj/screen/swarmer/Barricade()
- using.screen_loc = ui_lhand
+ using.screen_loc = ui_hand_position(1)
static_inventory += using
using = new /obj/screen/swarmer/Replicate()
diff --git a/code/_onclick/item_attack.dm b/code/_onclick/item_attack.dm
index e3fcdb7fb8..a1d30a1e24 100644
--- a/code/_onclick/item_attack.dm
+++ b/code/_onclick/item_attack.dm
@@ -3,16 +3,22 @@
/obj/item/proc/attack_self(mob/user)
return
+/obj/item/proc/pre_attackby(obj/O, mob/living/user, params) //do stuff before attackby!
+ return TRUE //return FALSE to avoid calling attackby after this proc does stuff
+
// No comment
/atom/proc/attackby(obj/item/W, mob/user, params)
return
/obj/attackby(obj/item/I, mob/living/user, params)
- return I.attack_obj(src, user)
+ if(unique_rename && istype(I, /obj/item/weapon/pen))
+ rewrite(user)
+ else
+ return I.attack_obj(src, user)
/mob/living/attackby(obj/item/I, mob/user, params)
user.changeNext_move(CLICK_CD_MELEE)
- if(user.a_intent == "harm" && stat == DEAD && butcher_results) //can we butcher it?
+ if(user.a_intent == INTENT_HARM && stat == DEAD && butcher_results) //can we butcher it?
var/sharpness = I.is_sharp()
if(sharpness)
user << "You begin to butcher [src]... "
@@ -34,6 +40,7 @@
user.lastattacked = M
M.lastattacker = user
+ user.do_attack_animation(M)
M.attacked_by(src, user)
add_logs(user, M, "attacked", src.name, "(INTENT: [uppertext(user.a_intent)]) (DAMTYPE: [uppertext(damtype)])")
@@ -48,29 +55,33 @@
user.do_attack_animation(O)
O.attacked_by(src, user)
-
-
/atom/movable/proc/attacked_by()
return
/obj/attacked_by(obj/item/I, mob/living/user)
if(I.force)
- user.visible_message("[user] has hit [src] with [I]! ", "You hit [src] with [I]! ")
+ visible_message("[user] has hit [src] with [I]! ", null, null, COMBAT_MESSAGE_RANGE)
+ //only witnesses close by and the victim see a hit message.
+ take_damage(I.force, I.damtype, "melee", 1)
/mob/living/attacked_by(obj/item/I, mob/living/user)
- if(user != src)
- user.do_attack_animation(src)
- if(send_item_attack_message(I, user))
- if(apply_damage(I.force, I.damtype))
- if(I.damtype == BRUTE)
- if(prob(33))
- I.add_mob_blood(src)
- var/turf/location = get_turf(src)
- add_splatter_floor(location)
- if(get_dist(user, src) <= 1) //people with TK won't get smeared with blood
- user.add_mob_blood(src)
- return TRUE
+ send_item_attack_message(I, user)
+ if(I.force)
+ apply_damage(I.force, I.damtype)
+ if(I.damtype == BRUTE)
+ if(prob(33))
+ I.add_mob_blood(src)
+ var/turf/location = get_turf(src)
+ add_splatter_floor(location)
+ if(get_dist(user, src) <= 1) //people with TK won't get smeared with blood
+ user.add_mob_blood(src)
+ return TRUE //successful attack
+/mob/living/simple_animal/attacked_by(obj/item/I, mob/living/user)
+ if(I.force < force_threshold || I.damtype == STAMINA)
+ playsound(loc, 'sound/weapons/tap.ogg', I.get_clamped_volume(), 1, -1)
+ else
+ return ..()
// Proximity_flag is 1 if this afterattack was called on something adjacent, in your square, or on your person.
// Click parameters is the params string from byond Click() code, see that documentation.
@@ -87,27 +98,17 @@
/mob/living/proc/send_item_attack_message(obj/item/I, mob/living/user, hit_area)
var/message_verb = "attacked"
- if(I.attack_verb.len)
+ if(I.attack_verb && I.attack_verb.len)
message_verb = "[pick(I.attack_verb)]"
else if(!I.force)
- return 0
+ return
var/message_hit_area = ""
if(hit_area)
message_hit_area = " in the [hit_area]"
-
var/attack_message = "[src] has been [message_verb][message_hit_area] with [I]."
if(user in viewers(src, null))
attack_message = "[user] has [message_verb] [src][message_hit_area] with [I]!"
- visible_message("[attack_message] ",
- "[attack_message] ")
+ visible_message("[attack_message] ", \
+ "[attack_message] ", null, COMBAT_MESSAGE_RANGE)
return 1
-/mob/living/simple_animal/send_item_attack_message(obj/item/I, mob/living/user, hit_area)
- if(!I.force)
- user.visible_message("[user] gently taps [src] with [I]. ",\
- "This weapon is ineffective, it does no damage! ")
- else if(I.force < force_threshold || I.damtype == STAMINA)
- visible_message("[I] bounces harmlessly off of [src]. ",\
- "[I] bounces harmlessly off of [src]! ")
- else
- return ..()
\ No newline at end of file
diff --git a/code/_onclick/observer.dm b/code/_onclick/observer.dm
index e452c91779..c0785b34a7 100644
--- a/code/_onclick/observer.dm
+++ b/code/_onclick/observer.dm
@@ -15,6 +15,7 @@
// Otherwise jump
else if(A.loc)
loc = get_turf(A)
+ update_parallax_contents()
/mob/dead/observer/ClickOn(var/atom/A, var/params)
if(client.click_intercept)
diff --git a/code/_onclick/other_mobs.dm b/code/_onclick/other_mobs.dm
index 4d0ff1f69e..6dfcb7f80a 100644
--- a/code/_onclick/other_mobs.dm
+++ b/code/_onclick/other_mobs.dm
@@ -20,7 +20,7 @@
var/override = 0
for(var/datum/mutation/human/HM in dna.mutations)
- override += HM.on_attack_hand(src, A)
+ override += HM.on_attack_hand(src, A, proximity)
if(override)
return
@@ -50,9 +50,8 @@
for(var/datum/mutation/human/HM in dna.mutations)
HM.on_ranged_attack(src, A)
- var/turf/T = A
- if(istype(T) && get_dist(src,T) <= 1)
- src.Move_Pulled(T)
+ if(isturf(A) && get_dist(src,A) <= 1)
+ src.Move_Pulled(A)
/*
Animals & All Unspecified
@@ -60,10 +59,6 @@
/mob/living/UnarmedAttack(atom/A)
A.attack_animal(src)
-/mob/living/simple_animal/hostile/UnarmedAttack(atom/A)
- target = A
- AttackingTarget()
-
/atom/proc/attack_animal(mob/user)
return
/mob/living/RestrainedClickOn(atom/A)
@@ -87,7 +82,7 @@
/mob/living/carbon/monkey/RestrainedClickOn(atom/A)
if(..())
return
- if(a_intent != "harm" || !ismob(A))
+ if(a_intent != INTENT_HARM || !ismob(A))
return
if(is_muzzled())
return
@@ -115,7 +110,7 @@
*/
/mob/living/carbon/alien/UnarmedAttack(atom/A)
A.attack_alien(src)
-/atom/proc/attack_alien(mob/user)
+/atom/proc/attack_alien(mob/living/carbon/alien/user)
attack_paw(user)
return
/mob/living/carbon/alien/RestrainedClickOn(atom/A)
@@ -139,6 +134,68 @@
/mob/living/simple_animal/slime/RestrainedClickOn(atom/A)
return
+
+/*
+ Drones
+*/
+/mob/living/simple_animal/drone/UnarmedAttack(atom/A)
+ A.attack_drone(src)
+
+/atom/proc/attack_drone(mob/living/simple_animal/drone/user)
+ attack_hand(user) //defaults to attack_hand. Override it when you don't want drones to do same stuff as humans.
+
+/mob/living/simple_animal/slime/RestrainedClickOn(atom/A)
+ return
+
+
+/*
+ True Devil
+*/
+
+/mob/living/carbon/true_devil/UnarmedAttack(atom/A, proximity)
+ A.attack_hand(src)
+
+/*
+ Brain
+*/
+
+/mob/living/brain/UnarmedAttack(atom/A)//Stops runtimes due to attack_animal being the default
+ return
+
+
+/*
+ pAI
+*/
+
+/mob/living/silicon/pai/UnarmedAttack(atom/A)//Stops runtimes due to attack_animal being the default
+ return
+
+
+/*
+ Simple animals
+*/
+
+/mob/living/simple_animal/UnarmedAttack(atom/A, proximity)
+ if(!dextrous)
+ return ..()
+ if(!ismob(A))
+ A.attack_hand(src)
+ update_inv_hands()
+
+
+/*
+ Hostile animals
+*/
+
+/mob/living/simple_animal/hostile/UnarmedAttack(atom/A)
+ target = A
+ if(dextrous && !is_type_in_typecache(A, environment_target_typecache) && !ismob(A))
+ ..()
+ else
+ AttackingTarget()
+
+
+
/*
New Players:
Have no reason to click on anything at all.
diff --git a/code/_onclick/telekinesis.dm b/code/_onclick/telekinesis.dm
index 4fc1fd2851..4a141df0c5 100644
--- a/code/_onclick/telekinesis.dm
+++ b/code/_onclick/telekinesis.dm
@@ -1,11 +1,13 @@
/*
Telekinesis
+
This needs more thinking out, but I might as well.
*/
var/const/tk_maxrange = 15
/*
Telekinetic attack:
+
By default, emulate the user's unarmed attack
*/
/atom/proc/attack_tk(mob/user)
@@ -17,6 +19,7 @@ var/const/tk_maxrange = 15
/*
This is similar to item attack_self, but applies to anything
that you can grab with a telekinetic grab.
+
It is used for manipulating things at range, for example, opening and closing closets.
There are not a lot of defaults at this time, add more where appropriate.
*/
@@ -54,6 +57,7 @@ var/const/tk_maxrange = 15
/*
TK Grab Item (the workhorse of old TK)
+
* If you have not grabbed something, do a normal tk attack
* If you have something, throw it at the target. If it is already adjacent, do a normal attackby()
* If you click what you are holding, or attack_self(), do an attack_self_tk() on it.
@@ -66,8 +70,9 @@ var/const/tk_maxrange = 15
icon_state = "2"
flags = NOBLUDGEON | ABSTRACT | DROPDEL
//item_state = null
- w_class = 10
+ w_class = WEIGHT_CLASS_GIGANTIC
layer = ABOVE_HUD_LAYER
+ plane = ABOVE_HUD_PLANE
var/last_throw = 0
var/atom/movable/focus = null
@@ -82,11 +87,13 @@ var/const/tk_maxrange = 15
//stops TK grabs being equipped anywhere but into hands
/obj/item/tk_grab/equipped(mob/user, slot)
- if( (slot == slot_l_hand) || (slot== slot_r_hand) )
+ if(slot == slot_hands)
return
qdel(src)
return
+/obj/item/tk_grab/attack_hand(mob/user)
+ return
/obj/item/tk_grab/attack_self(mob/user)
if(!focus)
@@ -95,6 +102,7 @@ var/const/tk_maxrange = 15
qdel(src)
return
focus.attack_self_tk(user)
+ update_icon()
/obj/item/tk_grab/afterattack(atom/target, mob/living/carbon/user, proximity, params)//TODO: go over this
if(!target || !user)
@@ -131,11 +139,13 @@ var/const/tk_maxrange = 15
var/resolved = target.attackby(I, user, params)
if(!resolved && target && I)
I.afterattack(target,user,1) // for splashing with beakers
+ update_icon()
else
apply_focus_overlay()
focus.throw_at(target, 10, 1,user)
last_throw = world.time
user.changeNext_move(CLICK_CD_MELEE)
+ update_icon()
/proc/tkMaxRangeCheck(mob/user, atom/target, atom/focus)
var/d = get_dist(user, target)
@@ -165,17 +175,7 @@ var/const/tk_maxrange = 15
/obj/item/tk_grab/proc/apply_focus_overlay()
if(!focus)
return
- var/obj/effect/overlay/O = new /obj/effect/overlay(locate(focus.x,focus.y,focus.z))
- O.name = "sparkles"
- O.anchored = 1
- O.density = 0
- O.layer = FLY_LAYER
- O.setDir(pick(cardinal))
- O.icon = 'icons/effects/effects.dmi'
- O.icon_state = "nothing"
- flick("empdisable",O)
- spawn(5)
- qdel(O)
+ new /obj/effect/overlay/temp/telekinesis(get_turf(focus))
/obj/item/tk_grab/update_icon()
@@ -185,7 +185,7 @@ var/const/tk_maxrange = 15
return
/obj/item/tk_grab/suicide_act(mob/user)
- user.visible_message("[user] is using \his telekinesis to choke \himself! It looks like \he's trying to commit suicide. ")
+ user.visible_message("[user] is using [user.p_their()] telekinesis to choke [user.p_them()]self! It looks like [user.p_theyre()] trying to commit suicide! ")
return (OXYLOSS)
/*Not quite done likely needs to use something thats not get_step_to
@@ -213,4 +213,5 @@ var/const/tk_maxrange = 15
var/X = source:x
var/Y = source:y
var/Z = source:z
-*/
\ No newline at end of file
+
+*/
diff --git a/code/citadel/_helpers.dm b/code/citadel/_helpers.dm
index e898f30b65..6b911c1aa6 100644
--- a/code/citadel/_helpers.dm
+++ b/code/citadel/_helpers.dm
@@ -1,11 +1,8 @@
//THIS FILE CONTAINS CONSTANTS, PROCS, DEFINES, AND OTHER THINGS//
////////////////////////////////////////////////////////////////////
-var/const/SIZEPLAY_TINY=1
-var/const/SIZEPLAY_MICRO=2
-var/const/SIZEPLAY_NORMAL=3
-var/const/SIZEPLAY_MACRO=4
-var/const/SIZEPLAY_HUGE=5
+/mob/proc/setClickCooldown(var/timeout)
+ next_move = max(world.time + timeout, next_move)
/proc/get_matrix_largest()
var/matrix/mtrx=new()
@@ -31,4 +28,41 @@ proc/get_racelist(var/mob/user)//This proc returns a list of species that 'user'
whitelisted_species_list[S.id] = S.type //Add the species to their available species list.
else if(!S.whitelisted && S.roundstart) //Normal roundstart species will be handled here.
whitelisted_species_list[S.id] = S.type
+
return whitelisted_species_list
+
+ //Mammal Species
+var/global/list/mam_body_markings_list = list()
+var/global/list/mam_ears_list = list()
+var/global/list/mam_tails_list = list()
+var/global/list/mam_tails_animated_list = list()
+
+ //Exotic Species
+var/global/list/exotic_tails_list = list()
+var/global/list/exotic_tails_animated_list = list()
+var/global/list/exotic_ears_list = list()
+var/global/list/exotic_head_list = list()
+var/global/list/exotic_back_list = list()
+
+ //Xenomorph Species
+var/global/list/xeno_head_list = list() //I forgot the ' = list()' part for the longest time and couldn't figure out what was wrong. *facepalm
+var/global/list/xeno_tail_list = list()
+var/global/list/xeno_dorsal_list = list()
+
+
+//mentor stuff
+
+var/list/mentors = list()
+
+/client/proc/reload_mentors()
+ set name = "Reload Mentors"
+ set category = "Admin"
+ if(!src.holder) return
+ message_admins("[key_name_admin(usr)] manually reloaded mentors")
+
+/mob/living/carbon/human/verb/set_flavor()
+ set name = "Set Flavor Text"
+ set desc = "Sets an extended description of your character's features."
+ set category = "IC"
+
+ flavor_text = copytext(sanitize(input(usr, "Please enter your new flavor text.", "Flavor text", null) as text), 1)
diff --git a/code/citadel/discordbot.dm b/code/citadel/discordbot.dm
new file mode 100644
index 0000000000..41c0f21b49
--- /dev/null
+++ b/code/citadel/discordbot.dm
@@ -0,0 +1,13 @@
+/proc/send2maindiscord(var/msg)
+ send2discord(msg, FALSE)
+
+/proc/send2admindiscord(var/msg, var/ping = FALSE)
+ send2discord(msg, TRUE, ping)
+
+/proc/send2discord(var/msg, var/admin = FALSE, var/ping = FALSE)
+// if (!config.discord_url || !config.discord_password)
+// return
+
+// var/url = "[config.discord_url]?pass=[url_encode(config.discord_password)]&admin=[admin ? "true" : "false"]&content=[url_encode(msg)]&ping=[ping ? "true" : "false"]"
+// world.Export(url)
+ return
\ No newline at end of file
diff --git a/code/citadel/hooks-defs.dm b/code/citadel/hooks-defs.dm
new file mode 100644
index 0000000000..001372b4e3
--- /dev/null
+++ b/code/citadel/hooks-defs.dm
@@ -0,0 +1,87 @@
+/**
+ * Startup hook.
+ * Called in world.dm when the server starts.
+ */
+/hook/startup
+
+/**
+ * Roundstart hook.
+ * Called in gameticker.dm when a round starts.
+ */
+/hook/roundstart
+
+/**
+ * Roundend hook.
+ * Called in gameticker.dm when a round ends.
+ */
+/hook/roundend
+
+/**
+ * Death hook.
+ * Called in death.dm when someone dies.
+ * Parameters: var/mob/living/carbon/human, var/gibbed
+ */
+/hook/death
+
+/**
+ * Cloning hook.
+ * Called in cloning.dm when someone is brought back by the wonders of modern science.
+ * Parameters: var/mob/living/carbon/human
+ */
+/hook/clone
+
+/**
+ * Debrained hook.
+ * Called in brain_item.dm when someone gets debrained.
+ * Parameters: var/obj/item/organ/brain
+ */
+/hook/debrain
+
+/**
+ * Borged hook.
+ * Called in robot_parts.dm when someone gets turned into a cyborg.
+ * Parameters: var/mob/living/silicon/robot
+ */
+/hook/borgify
+
+/**
+ * Podman hook.
+ * Called in podmen.dm when someone is brought back as a Diona.
+ * Parameters: var/mob/living/carbon/alien/diona
+ */
+/hook/harvest_podman
+
+/**
+ * Payroll revoked hook.
+ * Called in Accounts_DB.dm when someone's payroll is stolen at the Accounts terminal.
+ * Parameters: var/datum/money_account
+ */
+/hook/revoke_payroll
+
+/**
+ * Account suspension hook.
+ * Called in Accounts_DB.dm when someone's account is suspended or unsuspended at the Accounts terminal.
+ * Parameters: var/datum/money_account
+ */
+/hook/change_account_status
+
+/**
+ * Employee reassignment hook.
+ * Called in card.dm when someone's card is reassigned at the HoP's desk.
+ * Parameters: var/obj/item/weapon/card/id
+ */
+/hook/reassign_employee
+
+/**
+ * Employee terminated hook.
+ * Called in card.dm when someone's card is terminated at the HoP's desk.
+ * Parameters: var/obj/item/weapon/card/id
+ */
+/hook/terminate_employee
+
+/**
+ * Crate sold hook.
+ * Called in supplyshuttle.dm when a crate is sold on the shuttle.
+ * Parameters: var/obj/structure/closet/crate/sold, var/area/shuttle
+ */
+/hook/sell_crate
diff --git a/code/citadel/vore/eating/belly_vr.dm b/code/citadel/vore/eating/belly_vr.dm
index 4756710541..bfa6ba61e0 100644
--- a/code/citadel/vore/eating/belly_vr.dm
+++ b/code/citadel/vore/eating/belly_vr.dm
@@ -14,26 +14,23 @@
var/vore_sound = 'sound/vore/gulp.ogg' // Sound when ingesting someone
var/vore_verb = "ingest" // Verb for eating with this in messages
var/human_prey_swallow_time = 100 // Time in deciseconds to swallow /mob/living/carbon/human
- var/nonhuman_prey_swallow_time = 100 // Time in deciseconds to swallow anything else
- var/emoteTime = 600 // How long between stomach emotes at prey
+ var/nonhuman_prey_swallow_time = 60 // Time in deciseconds to swallow anything else
+ var/emoteTime = 300 // How long between stomach emotes at prey
var/digest_brute = 1 // Brute damage per tick in digestion mode
- var/digest_burn = 1 // Burn damage per tick in digestion mode
- var/digest_tickrate = 3 // Modulus this of air controller tick number to iterate gurgles on
+ var/digest_burn = 3 // Burn damage per tick in digestion mode
+ var/digest_tickrate = 9 // Modulus this of air controller tick number to iterate gurgles on
var/immutable = 0 // Prevents this belly from being deleted
- var/integrity = 100 // Gut 'health' weakened by non help intent stuggles
- var/escapable = 0 // Belly can be resisted out of at any time
- var/escapetime = 600 // Deciseconds, how long to escape this belly
-
+ var/escapable = 1 // Belly can be resisted out of at any time
+ var/escapetime = 200 // Deciseconds, how long to escape this belly
+ var/escapechance = 45 // % Chance of prey beginning to escape if prey struggles.
var/tmp/digest_mode = DM_HOLD // Whether or not to digest. Default to not digest.
var/tmp/list/digest_modes = list(DM_HOLD,DM_DIGEST,DM_HEAL,DM_DIGESTF) // Possible digest modes
var/tmp/mob/living/owner // The mob whose belly this is.
var/tmp/list/internal_contents = list() // People/Things you've eaten into this belly!
var/tmp/is_full // Flag for if digested remeans are present. (for disposal messages)
var/tmp/emotePend = 0 // If there's already a spawned thing counting for the next emote
- var/tmp/recent_struggle = 0 // Flag to prevent struggle emote spam
- // Don't forget to watch your commas at the end of each line if you change these.
- var/datum/gas_mixture/air_contents = new() // Belly Air stuff
+ // Don't forget to watch your commas at the end of each line if you change these.
var/list/struggle_messages_outside = list(
"%pred's %belly wobbles with a squirming meal.",
"%pred's %belly jostles with movement.",
@@ -105,13 +102,15 @@
// If that location is another mob, contents are transferred into whichever of its bellies the owning mob is in.
// Returns the number of mobs so released.
/datum/belly/proc/release_all_contents()
+ if (internal_contents.len == 0)
+ return 0
for (var/atom/movable/M in internal_contents)
M.forceMove(owner.loc) // Move the belly contents into the same location as belly's owner.
- internal_contents -= M // Remove from the belly contents
+ internal_contents.Remove(M) // Remove from the belly contents
var/datum/belly/B = check_belly(owner) // This makes sure that the mob behaves properly if released into another mob
if(B)
- B.internal_contents += M
+ B.internal_contents.Add(M)
owner.visible_message("[owner] expels everything from their [lowertext(name)]! ")
return 1
@@ -124,14 +123,13 @@
return 0 // They weren't in this belly anyway
M.forceMove(owner.loc) // Move the belly contents into the same location as belly's owner.
- src.internal_contents -= M // Remove from the belly contents
-
+ src.internal_contents.Add(M) // Remove from the belly contents
var/datum/belly/B = check_belly(owner)
if(B)
- B.internal_contents += M
+ B.internal_contents.Add(M)
owner.visible_message("[owner] expels [M] from their [lowertext(name)]! ")
- owner.update_icons()
+// owner.regenerate_icons()
return 1
// Actually perform the mechanics of devouring the tasty prey.
@@ -141,9 +139,8 @@
// if (prey.buckled)
// prey.buckled.unbuckle_mob()
-// Super super messy. prey.forceMove.owner doesn't work if there's no prey.
- prey.loc = user
- internal_contents |= prey
+ prey.forceMove(owner)
+ internal_contents.Add(prey)
if(inside_flavor)
prey << "[inside_flavor] "
@@ -192,12 +189,10 @@
var/list/raw_list = text2list(html_encode(raw_text),delim)
if(raw_list.len > 10)
raw_list.Cut(11)
- log_attack("[owner] tried to set [name] with 11+ messages")
for(var/i = 1, i <= raw_list.len, i++)
if(length(raw_list[i]) > 160 || length(raw_list[i]) < 10) //160 is fudged value due to htmlencoding increasing the size
raw_list.Cut(i,i)
- log_attack("[owner] tried to set [name] with >121 or <10 char message")
else
raw_list[i] = readd_quotes(raw_list[i])
//Also fix % sign for var replacement
@@ -223,54 +218,42 @@
// Called from the process_Life() methods of bellies that digest prey.
// Default implementation calls M.death() and removes from internal contents.
// Indigestable items are removed, and M is deleted.
-/datum/belly/proc/digestion_death(var/mob/living/M, var/mob/prey, var/mob/pred)
+/datum/belly/proc/digestion_death(var/mob/living/M)
is_full = 1
- M.death(1)
- internal_contents -= M
+ internal_contents.Remove(M)
// If digested prey is also a pred... anyone inside their bellies gets moved up.
if (is_vore_predator(M))
for (var/bellytype in M.vore_organs)
var/datum/belly/belly = M.vore_organs[bellytype]
- for (var/obj/SubPrey in belly.internal_contents)
- SubPrey.forceMove(owner)
- internal_contents += SubPrey
- SubPrey << "As [M] melts away around you, you find yourself in [owner]'s [name]"
+ for (var/obj/thing in belly.internal_contents)
+ thing.loc = owner
+ internal_contents.Add(thing)
+ for (var/mob/subprey in belly.internal_contents)
+ subprey.loc = owner
+ internal_contents.Add(subprey)
+ subprey << "As [M] melts away around you, you find yourself in [owner]'s [name]"
//Drop all items into the belly.
- if (config.items_survive_digestion)
- for (var/obj/item/W in M)
- _handle_digested_item(W)
+ for(var/obj/item/W in M)
+ if(!M.dropItemToGround(W))
+ qdel(W)
- //Reagent transfer
- if(M.reagents && istype(M.reagents,/datum/reagents))
- var/datum/reagents/RL = M.reagents
- RL.trans_to(owner,RL.total_volume*0.5)
+ message_admins("[key_name(owner)] digested [key_name(M)].")
+ log_attack("[key_name(owner)] digested [key_name(M)].")
// Delete the digested mob
- message_admins("[key_name(pred)] digested [key_name(prey)].")
- log_attack("[key_name(pred)] digested [key_name(prey)].")
qdel(M)
-// Recursive method - To recursively scan thru someone's inventory for digestable/indigestable.
-/datum/belly/proc/_handle_digested_item(var/obj/item/W)
- W.forceMove(owner)
- internal_contents += W
-
-/datum/belly/proc/_is_digestable(var/obj/item/I)
- return 1
-
//Handle a mob struggling
// Called from /mob/living/carbon/relaymove()
/datum/belly/proc/relay_resist(var/mob/living/R)
- var/struggle_outer_message = pick(struggle_messages_outside)
- var/struggle_user_message = pick(struggle_messages_inside)
if (!(R in internal_contents))
return // User is not in this belly, or struggle too soon.
-// R.setClickCooldown(50)
+ R.setClickCooldown(50)
- if(owner.stat || escapable) //If owner is stat (dead, KO) we can actually escape, or if belly is set to escapable (non-default)
+ if(owner.stat) //If owner is stat (dead, KO) we can actually escape
R << "You attempt to climb out of \the [name]. (This will take around [escapetime/10] seconds.) "
owner << "Someone is attempting to climb out of your [name]! "
@@ -285,6 +268,8 @@
owner << "The attempt to escape from your [name] has failed! "
return
return
+ var/struggle_outer_message = pick(struggle_messages_outside)
+ var/struggle_user_message = pick(struggle_messages_inside)
struggle_outer_message = replacetext(struggle_outer_message,"%pred",owner)
struggle_outer_message = replacetext(struggle_outer_message,"%prey",R)
@@ -298,70 +283,35 @@
struggle_user_message = "" + struggle_user_message + " "
for(var/mob/M in hearers(4, owner))
- M.show_message(struggle_outer_message, 2) // hearable
+ M.visible_message(struggle_outer_message, 2) // hearable
R << struggle_user_message
- var/strpick = pick(struggle_sounds)
- var/strsound = struggle_sounds[strpick]
- playsound(R.loc, strsound, 50, 1)
+ playsound(R.loc, "struggle_sounds", 50, 1, 0, 1, 1)
-/datum/belly/proc/relaymove(var/mob/living/R)
- var/struggle_outer_message = pick(struggle_messages_outside)
- var/struggle_user_message = pick(struggle_messages_inside)
- var/strpick = pick(struggle_sounds)
- var/strsound = struggle_sounds[strpick]
+ if(escapable && R.a_intent != "help") //If the stomach has escapable enabled and the person is actually trying to kick out
+ R << "You attempt to climb out of \the [name]. "
+ owner << "Someone is attempting to climb out of your [name]! "
+ if(prob(escapechance)) //Let's have it check to see if the prey escapes first.
+ if(do_after(R, escapetime))
+ if((escapable) && (R in internal_contents)) //Does the owner still have escapable enabled?
+ release_specific_contents(R)
+ R << "You climb out of \the [name]. "
+ owner << "[R] climbs out of your [name]! "
+ for(var/mob/M in hearers(4, owner))
+ M.visible_message("[R] climbs out of [owner]'s [name]! ", 2)
+ return
+ else if(!(R in internal_contents)) //Aren't even in the belly. Quietly fail.
+ return
+ else //Belly became inescapable.
+ R << "Your attempt to escape [name] has failed! "
+ owner << "The attempt to escape from your [name] has failed! "
+ return
- if(!(R in internal_contents) || recent_struggle)
- return // User is not in this belly, or struggle too soon.
-
- if(R in internal_contents && R.a_intent == "help")
- recent_struggle = 1
- spawn(30)
- recent_struggle = 0
-
- struggle_outer_message = replacetext(struggle_outer_message,"%pred",owner)
- struggle_outer_message = replacetext(struggle_outer_message,"%prey",R)
- struggle_outer_message = replacetext(struggle_outer_message,"%belly",lowertext(name))
-
- struggle_user_message = replacetext(struggle_user_message,"%pred",owner)
- struggle_user_message = replacetext(struggle_user_message,"%prey",R)
- struggle_user_message = replacetext(struggle_user_message,"%belly",lowertext(name))
-
- struggle_outer_message = "" + struggle_outer_message + " "
- struggle_user_message = "" + struggle_user_message + " "
-
- for(var/mob/M in hearers(4, owner))
- M.show_message(struggle_outer_message, 2) // hearable
- R << struggle_user_message
-
- playsound(R.loc, strsound, 50, 1)
-
- else if(!(R in internal_contents && R.a_intent == "help"))
- integrity -= 15
- recent_struggle = 1
- spawn(15) // there's a want to get out, so faster
- recent_struggle = 0
-
- struggle_outer_message = replacetext(struggle_outer_message,"%pred",owner)
- struggle_outer_message = replacetext(struggle_outer_message,"%prey",R)
- struggle_outer_message = replacetext(struggle_outer_message,"%belly",lowertext(name))
-
- struggle_user_message = replacetext(struggle_user_message,"%pred",owner)
- struggle_user_message = replacetext(struggle_user_message,"%prey",R)
- struggle_user_message = replacetext(struggle_user_message,"%belly",lowertext(name))
-
- struggle_outer_message = "" + struggle_outer_message + " "
- struggle_user_message = "" + struggle_user_message + " "
-
- for(var/mob/M in hearers(4, owner))
- M.show_message(struggle_outer_message, 2) // hearable
- R << struggle_user_message
- playsound(R.loc, strsound, 50, 1)
-
- if(integrity<=0)
- release_specific_contents(R)
- integrity=0
- owner.Stun(rand(2,4))
- playsound(R.loc, 'sound/vore/StomachTransfer.ogg', 50, 1)
+ else //Nothing interesting happened.
+ R << "But make no progress in escaping [owner]'s [name]. "
+ owner << "But appears to be unable to make any progress in escaping your [name]. "
+ return
+ else
+ return
// Belly copies and then returns the copy
// Needs to be updated for any var changes
@@ -416,4 +366,4 @@
for(var/I in emote_lists[K])
dupe.emote_lists[K] += I
- return dupe
+ return dupe
\ No newline at end of file
diff --git a/code/citadel/vore/eating/bellymodes_vr.dm b/code/citadel/vore/eating/bellymodes_vr.dm
index afb437ce39..1796e15902 100644
--- a/code/citadel/vore/eating/bellymodes_vr.dm
+++ b/code/citadel/vore/eating/bellymodes_vr.dm
@@ -12,9 +12,6 @@
M << "[pick(EL)] "
src.emotePend = 0
-//////////////////////////////Integrity regeneration ////////////////
- integrity=min(integrity+8,100)
-
///////////////////////////// DM_HOLD /////////////////////////////
if(digest_mode == DM_HOLD)
return //Pretty boring, huh
@@ -23,9 +20,7 @@
if(digest_mode == DM_DIGEST)
if(prob(50))
- var/churnsound = pick(digestion_sounds)
- for(var/mob/hearer in range(1,owner))
- hearer << sound(churnsound,volume=60)
+ playsound(owner.loc, "digestion_sounds", 65, 1, 0, 1, 1)
for (var/mob/living/M in internal_contents)
//Pref protection!
@@ -33,7 +28,7 @@
continue
//Person just died in guts!
- if(M.stat == DEAD && M.getFireLoss() >= 150)
+ if(M.stat == DEAD)
var/digest_alert_owner = pick(digest_messages_owner)
var/digest_alert_prey = pick(digest_messages_prey)
@@ -51,26 +46,23 @@
M << "" + digest_alert_prey + " "
owner.nutrition += 400 // so eating dead mobs gives you *something*.
- var/deathsound = pick(death_sounds)
- for(var/mob/hearer in range(1,owner))
- hearer << deathsound
+ playsound(owner.loc, "death_gurgles", 70, 1, 0, 1, 1)
digestion_death(M)
+ owner.update_icons()
continue
+
// Deal digestion damage (and feed the pred)
if(!(M.status_flags & GODMODE))
- M.adjustBruteLoss(1)
M.adjustFireLoss(1)
- owner.nutrition += 10
+ owner.nutrition += 1
return
//////////////////////////// DM_DIGESTF ////////////////////////////
if(digest_mode == DM_DIGESTF)
if(prob(50))
- var/churnsound = pick(digestion_sounds)
- for(var/mob/hearer in range(1,owner))
- hearer << sound(churnsound,volume=80)
+ playsound(owner.loc, "digestion_sounds", 65, 1, 0, 1, 1)
for (var/mob/living/M in internal_contents)
//Pref protection!
@@ -78,7 +70,7 @@
continue
//Person just died in guts!
- if(M.stat == DEAD && M.getFireLoss() >= 150)
+ if(M.stat == DEAD)
var/digest_alert_owner = pick(digest_messages_owner)
var/digest_alert_prey = pick(digest_messages_prey)
@@ -96,32 +88,27 @@
M << "" + digest_alert_prey + " "
owner.nutrition += 400 // so eating dead mobs gives you *something*.
- var/deathsound = pick(death_sounds)
- for(var/mob/hearer in range(1,owner))
- hearer << deathsound
+ playsound(owner.loc, "death_gurgles", 70, 1, 0, 1, 1)
digestion_death(M)
+ owner.update_icons()
continue
// Deal digestion damage (and feed the pred)
if(!(M.status_flags & GODMODE))
M.adjustBruteLoss(2)
M.adjustFireLoss(3)
- owner.nutrition += 10
+ owner.nutrition += 1
return
///////////////////////////// DM_HEAL /////////////////////////////
if(digest_mode == DM_HEAL)
- if(prob(50)) //Wet heals!
- var/healsound = pick(digestion_sounds)
- for(var/mob/hearer in range(1,owner))
- hearer << sound(healsound,volume=80)
+ if(prob(50))
+ playsound(owner.loc, "digestion_sounds", 50, 1, 0, 1, 1)
for (var/mob/living/M in internal_contents)
if(M.stat != DEAD)
- if(owner.nutrition > 90 && (M.health < M.maxHealth))
- M.adjustBruteLoss(-2)
- M.adjustFireLoss(-2)
- owner.nutrition -= 2
- if(M.nutrition <= 400)
- M.nutrition += 1
+ if(owner.nutrition >= NUTRITION_LEVEL_STARVING && (M.health < M.maxHealth))
+ M.adjustBruteLoss(-1)
+ M.adjustFireLoss(-1)
+ owner.nutrition -= 10
return
\ No newline at end of file
diff --git a/code/citadel/vore/eating/living_vr.dm b/code/citadel/vore/eating/living_vr.dm
index a768b01f54..f08c8f6d60 100644
--- a/code/citadel/vore/eating/living_vr.dm
+++ b/code/citadel/vore/eating/living_vr.dm
@@ -3,56 +3,8 @@
var/digestable = 1 // Can the mob be digested inside a belly?
var/datum/belly/vore_selected // Default to no vore capability.
var/list/vore_organs = list() // List of vore containers inside a mob
- var/recent_struggle = 0
-//
-// Hook for generic creation of stuff on new creatures
-//
-/hook/living_new/proc/vore_setup(mob/living/M)
- M.verbs += /mob/living/proc/insidePanel
- M.verbs += /mob/living/proc/escapeOOC
-
- //Tries to load prefs if a client is present otherwise gives freebie stomach
- if(!M.vore_organs || !M.vore_organs.len)
- spawn(20) //Wait a couple of seconds to make sure copy_to or whatever has gone
- if(!M) return
-
- /* if(M.client && M.client.prefs)
- if(!M.load_vore_preferences)
- M << "ERROR: You seem to have saved prefs, but they couldn't be loaded. "
- return 0
- if(M.vore_organs && M.vore_organs.len)
- M.vore_selected = M.vore_organs[1] */
-
- if(!M.vore_organs || !M.vore_organs.len)
- if(!M.vore_organs)
- M.vore_organs = list()
- var/datum/belly/B = new /datum/belly(M)
- B.immutable = 1
- B.name = "Stomach"
- B.inside_flavor = "It appears to be rather warm and wet. Makes sense, considering it's inside \the [M.name]."
- M.vore_organs[B.name] = B
- M.vore_selected = B.name
-
- //Simple_animal gets emotes. move this to that hook instead?
- if(istype(src,/mob/living/simple_animal))
- B.emote_lists[DM_HOLD] = list(
- "The insides knead at you gently for a moment.",
- "The guts glorp wetly around you as some air shifts.",
- "Your predator takes a deep breath and sighs, shifting you somewhat.",
- "The stomach squeezes you tight for a moment, then relaxes.",
- "During a moment of quiet, breathing becomes the most audible thing.",
- "The warm slickness surrounds and kneads on you.")
-
- B.emote_lists[DM_DIGEST] = list(
- "The caustic acids eat away at your form.",
- "The acrid air burns at your lungs.",
- "Without a thought for you, the stomach grinds inwards painfully.",
- "The guts treat you like food, squeezing to press more acids against you.",
- "The onslaught against your body doesn't seem to be letting up; you're food now.",
- "The insides work on you like they would any other food.")
-
- //Return 1 to hook-caller
- return 1
+ var/devourable = 0 // Can the mob be vored at all?
+// var/feeding = 0 // Are we going to feed someone else?
//
// Handle being clicked, perhaps with something to devour
@@ -74,7 +26,7 @@
user << "They aren't voracious enough. "
feed_self_to_grabbed(user)
- if( user == src ) //you click yourself
+ if(user == src) //you click yourself
if(!is_vore_predator(src))
user << "You aren't voracious enough. "
feed_grabbed_to_self(prey, user)
@@ -104,7 +56,7 @@
return perform_the_nom(user, user, pred, belly)
/mob/living/proc/feed_grabbed_to_other(var/mob/living/user, var/mob/living/prey, var/mob/living/pred)
- return//disabled until further notice
+ return//disabled until I can make that toggle work
var/belly = input("Choose Belly") in pred.vore_organs
return perform_the_nom(user, prey, pred, belly)
@@ -115,7 +67,9 @@
/mob/living/proc/perform_the_nom(var/mob/living/user, var/mob/living/prey, var/mob/living/pred, var/belly, swallow_time = 100)
//Sanity
if(!user || !prey || !pred || !belly || !(belly in pred.vore_organs))
- log_attack("[user] attempted to feed [prey] to [pred], via [belly] but it went wrong.")
+ return
+ if (!prey.devourable)
+ user << "This can't be eaten!"
return
// The belly selected at the time of noms
var/datum/belly/belly_target = pred.vore_organs[belly]
@@ -136,7 +90,7 @@
// Now give the prey time to escape... return if they did
if(!do_mob(src, user, swallow_time))
- return 0 // Prey escpaed (or user disabled) before timer expired.
+ return 0 // Prey escaped (or user disabled) before timer expired.
// If we got this far, nom successful! Announce it!
user.visible_message(success_msg)
@@ -212,12 +166,11 @@
return 0
-
//
// Proc for updating vore organs and digestion/healing/absorbing
//
/mob/living/proc/handle_internal_contents()
- if(SSair.times_fired%3 != 1)
+ if(SSmob.times_fired%6==1)
return //The accursed timer
for (var/I in vore_organs)
@@ -225,95 +178,14 @@
if(B.internal_contents.len)
B.process_Life() //AKA 'do bellymodes_vr.dm'
- if(SSair.times_fired%3 != 1) return //Occasionally do supercleanups.
for (var/I in vore_organs)
var/datum/belly/B = vore_organs[I]
if(B.internal_contents.len)
+ listclearnulls(B.internal_contents)
for(var/atom/movable/M in B.internal_contents)
if(M.loc != src)
- B.internal_contents -= M
- log_attack("Had to remove [M] from belly [B] in [src]")
-/*
-//
-// Verb for saving vore preferences to save file
-//
-/mob/living/proc/save_vore_prefs()
- if(!(client || client.prefs_vr))
- return 0
- if(!copy_to_prefs_vr())
- return 0
- if(!client.prefs_vr.save_vore())
- return 0
+ B.internal_contents.Remove(M)
- return 1
-
-/mob/living/proc/apply_vore_prefs()
- if(!(client || client.prefs_vr))
- return 0
- if(!client.prefs_vr.load_vore())
- return 0
- if(!copy_from_prefs_vr())
- return 0
-
- return 1
-
-/mob/living/proc/copy_to_prefs_vr()
- if(!client || !client.prefs_vr)
- src << "You attempted to save your vore prefs but somehow you're in this character without a client.prefs_vr variable. Tell a dev. "
- return 0
-
- var/datum/vore_preferences/P = client.prefs_vr
-
- P.digestable = src.digestable
- P.belly_prefs = src.vore_organs
-
- return 1
-
-//
-// Proc for applying vore preferences, given bellies
-//
-/mob/living/proc/copy_from_prefs_vr()
- if(!client || !client.prefs_vr)
- src << "You attempted to apply your vore prefs but somehow you're in this character without a client.prefs_vr variable. Tell a dev. "
- return 0
-
- var/datum/vore_preferences/P = client.prefs_vr
-
- src.digestable = P.digestable
- src.vore_organs = list()
-
- for(var/I in P.belly_prefs)
- var/datum/belly/Bp = P.belly_prefs[I]
- src.vore_organs[Bp.name] = Bp.copy(src)
-
- return 1
-*/
-//
-// Verb for saving vore preferences to save file
-//
-/mob/living/proc/save_vore_prefs()
- set name = "Save Vore Prefs"
- set category = "Vore"
-
- var/result = 0
-
- if(client.prefs)
- result = client.prefs.save_vore_preferences()
- else
- src << "You attempted to save your vore prefs but somehow you're in this character without a client.prefs variable. Tell a dev. "
- log_admin("[src] tried to save vore prefs but lacks a client.prefs var.")
-
- return result
-
-//
-// Proc for applying vore preferences, given bellies
-//
-/mob/living/proc/apply_vore_prefs(var/list/bellies)
- if(!bellies || bellies.len == 0)
- log_admin("Tried to apply bellies to [src] and failed.")
-
-
-//
// OOC Escape code for pref-breaking or AFK preds
//
/mob/living/proc/escapeOOC()
diff --git a/code/citadel/vore/eating/vore_vr.dm b/code/citadel/vore/eating/vore_vr.dm
index b506147799..03941bfd15 100644
--- a/code/citadel/vore/eating/vore_vr.dm
+++ b/code/citadel/vore/eating/vore_vr.dm
@@ -19,43 +19,11 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE
-Aro <3 */
-//
-// Overrides/additions to stock defines go here, as well as hooks. Sort them by
-// the object they are overriding. So all /mob/living together, etc.
-//
-/datum/configuration
- var/items_survive_digestion = 1 //For configuring if the important_items survive digestion
-/*
-//
-// The datum type bolted onto normal preferences datums for storing Virgo stuff
-//
-/client
- var/datum/vore_preferences/prefs_vr
-
-/hook/client_new/proc/add_prefs_vr(client/C)
- C.prefs_vr = new/datum/vore_preferences(C)
- if(C.prefs_vr)
- return 1
-
- return 0
-
-/datum/vore_preferences
- //Actual preferences
+/datum/preferences
var/digestable = 1
+ var/devourable = 1
var/list/belly_prefs = list()
- //Mechanically required
- var/path
- var/slot
- var/client/client
- var/client_ckey
-
-/datum/vore_preferences/New(client/C)
- if(istype(C))
- client = C
- client_ckey = C.ckey
- load_vore_preferences(C)
-*/
//
// Check if an object is capable of eating things, based on vore_organs
//
@@ -63,14 +31,15 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE
if(istype(O,/mob/living))
if(O.vore_organs.len > 0)
return 1
-
+// verbs -= /mob/living/proc/insidePanel
+// verbs -= /mob/living/proc/escapeOOC
return 0
//
// Belly searching for simplifying other procs
//
/proc/check_belly(atom/movable/A)
- if(istype(A.loc,/mob/living))
+ if(ismob(A.loc))
var/mob/living/M = A.loc
for(var/I in M.vore_organs)
var/datum/belly/B = M.vore_organs[I]
@@ -79,45 +48,27 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE
return 0
-/*
-// Save/Load Vore Preferences
//
-/datum/preferences/proc/load_vore()
- if(!client || !client_ckey) return 0 //No client, how can we save?
+// Verb for saving vore preferences to save file
+//
+/mob/living/proc/save_vore_prefs()
+ set name = "Save Vore Prefs"
+ set category = "Vore"
- slot = client.prefs.default_slot
+ var/result = 0
- path = client.prefs.path
+ if(client.prefs)
+ result = client.prefs.save_vore_preferences()
+ else
+ src << "You attempted to save your vore prefs but somehow you're in this character without a client.prefs variable. Tell a dev. "
+ log_admin("[src] tried to save vore prefs but lacks a client.prefs var.")
- if(!path) return 0 //Path couldn't be set?
- if(!fexists(path)) //Never saved before
- save_vore() //Make the file first
- return 1
+ return result
- var/savefile/S = new /savefile(path)
- if(!S) return 0 //Savefile object couldn't be created?
+//
+// Proc for applying vore preferences, given bellies
+//
+/mob/living/proc/apply_vore_prefs(var/list/bellies)
+ if(!bellies || bellies.len == 0)
+ log_admin("Tried to apply bellies to [src] and failed.")
- S.cd = "/character[slot]"
-
- S["digestable"] >> digestable
- S["belly_prefs"] >> belly_prefs
-
- if(isnull(digestable))
- digestable = 1
- if(isnull(belly_prefs))
- belly_prefs = list()
-
- return 1
-
-/datum/preferences/proc/save_vore()
- if(!path) return 0
- if(!slot) return 0
- var/savefile/S = new /savefile(path)
- if(!S) return 0
- S.cd = "/character[slot]"
-
- S["digestable"] << digestable
- S["belly_prefs"] << belly_prefs
-
- return 1
-*/
\ No newline at end of file
diff --git a/code/citadel/vore/eating/vorepanel_vr.dm b/code/citadel/vore/eating/vorepanel_vr.dm
index 48765e445f..e96a083866 100644
--- a/code/citadel/vore/eating/vorepanel_vr.dm
+++ b/code/citadel/vore/eating/vorepanel_vr.dm
@@ -12,7 +12,7 @@
var/dat = picker_holder.gen_vui(src)
- picker_holder.popup = new(src, "insidePanel","Inside!", 400, 600, picker_holder)
+ picker_holder.popup = new(src, "insidePanel","Vore Panel", 400, 600, picker_holder)
picker_holder.popup.set_content(dat)
picker_holder.popup.open()
@@ -63,6 +63,7 @@
dat += ""
for(var/K in user.vore_organs) //Fuggin can't iterate over values
var/datum/belly/B = user.vore_organs[K]
+ B.owner = user
if(B == selected)
dat += "[B.name] "
else
@@ -75,7 +76,7 @@
if(DM_DIGEST)
spanstyle = "color:red;"
if(DM_DIGESTF)
- spanstyle = "color:red;"
+ spanstyle = "color:purple;"
if(DM_HEAL)
spanstyle = "color:green;"
@@ -139,6 +140,12 @@
if(0)
dat += "Toggle Digestable "
+ switch(user.devourable)
+ if(1)
+ dat += "Toggle Devourable "
+ if(0)
+ dat += "Toggle Devourable "
+
//Returns the dat html to the vore_look
return dat
@@ -228,6 +235,7 @@
selected.release_all_contents()
playsound(user, 'sound/effects/splat.ogg', 50, 1)
+ user.loc << "Everything is released from [user]! "
if("Move all")
if(user.stat)
@@ -265,6 +273,7 @@
selected.release_specific_contents(tgt)
playsound(user, 'sound/effects/splat.ogg', 50, 1)
+ user.loc << "[tgt] is released from [user]! "
if("Move")
if(user.stat)
@@ -299,6 +308,7 @@
var/datum/belly/NB = new(user)
NB.name = new_name
+ NB.owner = user //might be the thing we all needed.
user.vore_organs[new_name] = NB
selected = NB
@@ -433,13 +443,14 @@
user.vore_selected = user.vore_organs[1]
if(href_list["saveprefs"])
- if(!user.save_vore_prefs())
- user << "ERROR: Preferences failed to save! "
+ if(user.save_vore_prefs())
+ user << "Saved belly preferences. "
else
- user << "Preferences saved! "
+ user << "ERROR: Could not save vore prefs. "
+ log_admin("Could not save vore prefs on USER: [user].")
if(href_list["toggledg"])
- var/choice = alert(user, "This button is for those who don't like being digested. It can make you undigestable. Don't abuse this button by toggling it back and forth to extend a scene or whatever, or you'll make the admins cry. Digesting you is currently: [user.digestable ? "Allowed" : "Prevented"]", "", "Allow Digestion", "Cancel", "Prevent Digestion")
+ var/choice = alert(user, "This button is for those who don't like being digested. It can make you undigestable to all mobs. Digesting you is currently: [user.digestable ? "Allowed" : "Prevented"]", "", "Allow Digestion", "Cancel", "Prevent Digestion")
switch(choice)
if("Cancel")
return 1
@@ -448,10 +459,21 @@
if("Prevent Digestion")
user.digestable = 0
- // message_admins("[key_name(user)] toggled their digestability to [user.digestable] ([user ? "JMP " : "null"])")
-
if(user.client.prefs)
user.client.prefs.digestable = user.digestable
+ if(href_list["toggledvor"])
+ var/choice = alert(user, "This button is for those who don't like vore at all. Devouring you is currently: [user.devourable ? "Allowed" : "Prevented"]", "", "Allow Devourment", "Cancel", "Prevent Devourment")
+ switch(choice)
+ if("Cancel")
+ return 1
+ if("Allow Devourment")
+ user.devourable = 1
+ if("Prevent Devourment")
+ user.devourable = 0
+
+ if(user.client.prefs)
+ user.client.prefs.devourable = user.devourable
+
//Refresh when interacted with, returning 1 makes vore_look.Topic update
return 1
diff --git a/code/citadel/vore/hook-defs_vr.dm b/code/citadel/vore/hook-defs_vr.dm
index 629b1ba8f3..7792aea357 100644
--- a/code/citadel/vore/hook-defs_vr.dm
+++ b/code/citadel/vore/hook-defs_vr.dm
@@ -13,8 +13,10 @@
/hook/simple_animal_new
+/hook/preferences_new
+
//Hooks for interactions
-/hook/living_attackby
+//hook/living_attackby
//
//Hook helpers to expand hooks to others
diff --git a/code/citadel/vore/resizing/resize_vr.dm b/code/citadel/vore/resizing/resize_vr.dm
index 6288b6fe5f..06b3b1b2e8 100644
--- a/code/citadel/vore/resizing/resize_vr.dm
+++ b/code/citadel/vore/resizing/resize_vr.dm
@@ -1,16 +1,16 @@
//these aren't defines so they can stay in this file
-var/const/RESIZE_HUGE = 2
-var/const/RESIZE_BIG = 1.5
-var/const/RESIZE_NORMAL = 1
-var/const/RESIZE_SMALL = 0.5
-var/const/RESIZE_TINY = 0.25
+var/const/SIZESCALE_HUGE = 2
+var/const/SIZESCALE_BIG = 1.5
+var/const/SIZESCALE_NORMAL = 1
+var/const/SIZESCALE_SMALL = 0.85
+var/const/SIZESCALE_TINY = 0.60
//average
-var/const/RESIZE_A_HUGEBIG = (RESIZE_HUGE + RESIZE_BIG) / 2
-var/const/RESIZE_A_BIGNORMAL = (RESIZE_BIG + RESIZE_NORMAL) / 2
-var/const/RESIZE_A_NORMALSMALL = (RESIZE_NORMAL + RESIZE_SMALL) / 2
-var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
+var/const/SIZESCALE_A_HUGEBIG = (SIZESCALE_HUGE + SIZESCALE_BIG) / 2
+var/const/SIZESCALE_A_BIGNORMAL = (SIZESCALE_BIG + SIZESCALE_NORMAL) / 2
+var/const/SIZESCALE_A_NORMALSMALL = (SIZESCALE_NORMAL + SIZESCALE_SMALL) / 2
+var/const/SIZESCALE_A_SMALLTINY = (SIZESCALE_SMALL + SIZESCALE_TINY) / 2
// Adding needed defines to /mob/living
// Note: Polaris had this on /mob/living/carbon/human We need it higher up for animals and stuff.
@@ -23,13 +23,13 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
/**
* Scale up the size of a mob's icon by the size_multiplier.
- * NOTE: mob/living/carbon/human/update_icons() has a more complicated system and
+ * NOTE: mob/living/carbon/human/update_transform() has a more complicated system and
* is already applying this transform. BUT, it does not call ..()
* as long as that is true, we should be fine. If that changes we need to
* re-evaluate.
*/
-/mob/living/update_icons()
-// ASSERT(!iscarbon(src))
+/mob/living/update_transform()
+ ASSERT(!iscarbon(src))
var/matrix/M = matrix()
M.Scale(size_multiplier)
M.Translate(0, 16*(size_multiplier-1))
@@ -48,21 +48,20 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
* Resizes the mob immediately to the desired mod, animating it growing/shrinking.
* It can be used by anything that calls it.
*/
-/mob/living/proc/resize(var/new_size)
- var/matrix/resize = matrix() // Defines the matrix to change the player's size
- resize.Scale(new_size) //Change the size of the matrix
+/mob/living/proc/sizescale(var/new_size)
+ var/matrix/sizescale = matrix() // Defines the matrix to change the player's size
+ sizescale.Scale(new_size) //Change the size of the matrix
- if(new_size >= RESIZE_NORMAL)
- resize.Translate(0, -1 * (1 - new_size) * 16) //Move the player up in the tile so their feet align with the bottom
+ if(new_size >= SIZESCALE_NORMAL)
+ sizescale.Translate(0, -1 * (1 - new_size) * 16) //Move the player up in the tile so their feet align with the bottom
- animate(src, transform = resize, time = 5) //Animate the player resizing
+ animate(src, transform = sizescale, time = 5) //Animate the player resizing
size_multiplier = new_size //Change size_multiplier so that other items can interact with them
-/**
+/*
* Verb proc for a command that lets players change their size OOCly.
* Ace was here! Redid this a little so we'd use math for shrinking characters. This is the old code.
- */
- /*
+
/mob/living/proc/set_size()
set name = "Set Character Size"
set category = "Vore"
@@ -73,19 +72,19 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
var/size_name = input(nagmessage, "Pick a Size") in player_sizes_list
if (size_name && player_sizes_list[size_name])
- src.resize(player_sizes_list[size_name])
- message_admins("[key_name(src)] used the resize command in-game to be [size_name]. \
+ src.sizescale(player_sizes_list[size_name])
+ message_admins("[key_name(src)] used the sizescale command in-game to be [size_name]. \
([src ? "JMP " : "null"])")
/** Add the set_size() proc to usable verbs. */
-/hook/living_new/proc/resize_setup(mob/living/M)
+/hook/living_new/proc/sizescale_setup(mob/living/M)
M.verbs += /mob/living/proc/set_size
return 1
-/**
+
* Attempt to scoop up this mob up into M's hands, if the size difference is large enough.
* @return false if normal code should continue, 1 to prevent normal code.
- */
+
/mob/living/proc/attempt_to_scoop(var/mob/living/carbon/human/M)
if(!istype(M))
return 0;
@@ -99,33 +98,40 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
else
return 0; // Unable to scoop, let other code run
*/
-/**
+/*
* Handle bumping into someone with helping intent.
* Called from /mob/living/Bump() in the 'brohugs all around' section.
* @return false if normal code should continue, 1 to prevent normal code.
* // TODO - can the now_pushing = 0 be moved up? What does it do anyway?
*/
/mob/living/proc/handle_micro_bump_helping(var/mob/living/tmob)
- if(src.get_effective_size() <= RESIZE_A_SMALLTINY && tmob.get_effective_size() <= RESIZE_A_SMALLTINY)
+ if(src.get_effective_size() <= SIZESCALE_A_SMALLTINY && tmob.get_effective_size() <= SIZESCALE_A_SMALLTINY)
// Both small! Go ahead and
now_pushing = 0
+ src.forceMove(tmob.loc)
return 1
- if(abs(src.get_effective_size() - tmob.get_effective_size()) >= 0.75)
+ if(abs(src.get_effective_size() - tmob.get_effective_size()) >= 0.20)
now_pushing = 0
+ src.forceMove(tmob.loc)
+
if(src.get_effective_size() > tmob.get_effective_size())
-// var/mob/living/carbon/human/M = src
-// if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
-// src << "You carefully slither around [tmob]."
-// tmob << "[src]'s huge tail slithers past beside you!"
-// else
+/* var/mob/living/carbon/human/tmob = src
+ if(istype(tmob) && istype(tmob.tail_style, /datum/sprite_accessory/tail/taur/naga))
+ src << "You carefully slither around [tmob]."
+ M << "[src]'s huge tail slithers past beside you!"
+ else
+*/
+ src.forceMove(tmob.loc)
src << "You carefully step over [tmob]."
tmob << "[src] steps over you carefully!"
if(tmob.get_effective_size() > src.get_effective_size())
-// var/mob/living/carbon/human/M = tmob
-// if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
-// src << "You jump over [tmob]'s thick tail."
-// tmob << "[src] bounds over your tail."
-// else
+/* var/mob/living/carbon/human/M = M
+ if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
+ src << "You jump over [M]'s thick tail."
+ M << "[src] bounds over your tail."
+ else
+*/
+ src.forceMove(tmob.loc)
src << "You run between [tmob]'s legs."
tmob << "[src] runs between your legs."
return 1
@@ -138,58 +144,63 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
* @return false if normal code should continue, 1 to prevent normal code.
*/
/mob/living/proc/handle_micro_bump_other(var/mob/living/tmob)
- ASSERT(istype(tmob)) // Baby don't hurt me
+ ASSERT(isliving(tmob)) // Baby don't hurt me
if(src.a_intent == "disarm" && src.canmove && !src.buckled)
// If bigger than them by at least 0.75, move onto them and print message.
- if((src.get_effective_size() - tmob.get_effective_size()) >= 0.75)
+ if((src.get_effective_size() - tmob.get_effective_size()) >= 0.20)
now_pushing = 0
src.forceMove(tmob.loc)
tmob.Stun(4)
-
-// var/mob/living/carbon/human/M = src
-// if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
-// src << "You carefully squish [tmob] under your tail!"
-// tmob << "[src] pins you under their tail!"
-// else
+/*
+ var/mob/living/carbon/human/H = src
+ if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/naga))
+ src << "You carefully squish [tmob] under your tail!"
+ tmob << "[src] pins you under their tail!"
+ else
+*/
src << "You pin [tmob] beneath your foot!"
tmob << "[src] pins you beneath their foot!"
return 1
if(src.a_intent == "harm" && src.canmove && !src.buckled)
- if((src.get_effective_size() - tmob.get_effective_size()) >= 0.75)
+ if((src.get_effective_size() - tmob.get_effective_size()) >= 0.20)
now_pushing = 0
src.forceMove(tmob.loc)
- tmob.adjustStaminaLoss(15)
- tmob.adjustBruteLoss(2)
-
-// var/mob/living/carbon/human/M = src
-// if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
- // src << "You steamroller over [tmob] with your heavy tail!"
-// tmob << "[src] ploughs you down mercilessly with their heavy tail!"
- // else
+ tmob.adjustStaminaLoss(35)
+ tmob.adjustBruteLoss(5)
+/* var/mob/living/carbon/human/M = src
+ if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
+ src << "You steamroller over [tmob] with your heavy tail!"
+ tmob << "[src] ploughs you down mercilessly with their heavy tail!"
+ else
+*/
src << "You bring your foot down heavily upon [tmob]!"
tmob << "[src] steps carelessly on your body!"
return 1
-/*
- if(src.a_intent == "grab" && src.canmove && !src.buckled)
- if((src.get_effective_size() - tmob.get_effective_size()) >= 0.75)
- now_pushing = 0
- src.forceMove(tmob.loc)
+ // until I figure out grabbing micros with the godawful pull code...
+ if(src.a_intent == "grab" && src.canmove && !src.buckled)
+ if((src.get_effective_size() - tmob.get_effective_size()) >= 0.20)
+ now_pushing = 0
+ tmob.adjustStaminaLoss(15)
+ src.forceMove(tmob.loc)
+ src << "You press [tmob] beneath your foot!"
+ tmob << "[src] presses you beneath their foot!"
+/*
var/mob/living/carbon/human/M = src
if(istype(M) && !M.shoes)
// User is a human (capable of scooping) and not wearing shoes! Scoop into foot slot!
equip_to_slot_if_possible(tmob.get_scooped(M), slot_shoes, 0, 1)
-// if(istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
-// src << "You wrap up [tmob] with your powerful tail!"
-// tmob << "[src] binds you with their powerful tail!"
-// else
+ if(istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
+ src << "You wrap up [tmob] with your powerful tail!"
+ tmob << "[src] binds you with their powerful tail!"
+ else
src << "You clench your toes around [tmob]'s body!"
tmob << "[src] grabs your body with their toes!"
-// else if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
-// src << "You carefully squish [tmob] under your tail!"
-// tmob << "[src] pins you under their tail!"
+ else if(istype(M) && istype(M.tail_style, /datum/sprite_accessory/tail/taur/naga))
+ src << "You carefully squish [tmob] under your tail!"
+ tmob << "[src] pins you under their tail!"
else
src << "You pin [tmob] beneath your foot!"
tmob << "[src] pins you beneath their foot!"
diff --git a/code/citadel/vore/resizing/sizechemicals.dm b/code/citadel/vore/resizing/sizechemicals.dm
new file mode 100644
index 0000000000..78b4bd71ca
--- /dev/null
+++ b/code/citadel/vore/resizing/sizechemicals.dm
@@ -0,0 +1,115 @@
+
+////////////////////////////
+/// shrinking serum ///
+////////////////////////////
+
+/datum/reagent/medicine/macrocillin
+ name = "Macrocillin"
+ id = "macrocillin"
+ description = "Glowing yellow liquid."
+ reagent_state = LIQUID
+ color = "#FFFF00" // rgb: 255, 255, 0
+ overdose_threshold = 20
+
+/datum/reagent/medicine/macrocillin/on_mob_life(mob/living/M, method=INGEST)
+ for(var/size in list(SIZESCALE_SMALL, SIZESCALE_NORMAL, SIZESCALE_BIG, SIZESCALE_HUGE))
+ if(M.size_multiplier < size)
+ M.sizescale(size)
+ M << "You grow! "
+ break
+ if(M.reagents.has_reagent("macrocillin"))
+ M.reagents.remove_reagent("macrocillin", 20)
+ ..()
+
+/datum/reagent/medicine/microcillin
+ name = "Microcillin"
+ id = "microcillin"
+ description = "Murky purple liquid."
+ reagent_state = LIQUID
+ color = "#800080"
+ overdose_threshold = 20
+
+/datum/reagent/microcillin/on_mob_life(mob/living/M, method=INGEST)
+ for(var/size in list(SIZESCALE_BIG, SIZESCALE_NORMAL, SIZESCALE_SMALL, SIZESCALE_TINY))
+ if(M.size_multiplier > size)
+ M.sizescale(size)
+ M << "You shrink! "
+ break;
+ if(M.reagents.has_reagent("microcillin"))
+ M.reagents.remove_reagent("microcillin", 20)
+
+ ..()
+
+/datum/reagent/medicine/normalcillin
+ name = "Normalcillin"
+ id = "normalcillin"
+ description = "Translucent cyan liquid."
+ reagent_state = LIQUID
+ color = "#00FFFF"
+ overdose_threshold = 20
+
+/datum/reagent/medicine/normalcillin/on_mob_life(mob/living/M, method=INGEST)
+ if(M.size_multiplier > SIZESCALE_BIG)
+ M.sizescale(SIZESCALE_BIG)
+ M << "You shrink! "
+ else if(M.size_multiplier > SIZESCALE_NORMAL)
+ M.sizescale(SIZESCALE_NORMAL)
+ M << "You shrink! "
+ else if(M.size_multiplier < SIZESCALE_NORMAL)
+ M.sizescale(SIZESCALE_NORMAL)
+ M << "You grow! "
+ else if(M.size_multiplier < SIZESCALE_SMALL)
+ M.sizescale(SIZESCALE_SMALL)
+ M << "You grow! "
+
+ if(M.reagents.has_reagent("normalcillin"))
+ M.reagents.remove_reagent("normalcillin", 20)
+ ..()
+
+
+/datum/reagent/medicine/sizeoxadone
+ name = "Sizeoxadone"
+ id = "sizeoxadone"
+ description = "A volatile liquid used as a precursor to size-altering chemicals. Causes dizziness if taken unprocessed."
+ reagent_state = LIQUID
+ color = "#1E90FF"
+ overdose_threshold = 30
+ metabolization_rate = 0.8 * REAGENTS_METABOLISM
+
+/datum/reagent/sizeoxadone/on_mob_life(var/mob/living/carbon/M, var/removed)
+ if(M.hallucination < volume && prob(20))
+ M.hallucination += 5
+ if(!M.confused) M.confused = 1
+ M.confused = max(M.confused, 20)
+ return
+
+/datum/reagent/medicine/sizeoxadone/overdose_process(mob/living/M)
+ M.adjustBrainLoss(1)
+ M.adjustToxLoss(1)
+ ..()
+ . = 1
+
+////////////////////////// Anti-Noms Drugs //////////////////////////
+
+/datum/reagent/medicine/ickypak
+ name = "Ickypak"
+ id = "ickypak"
+ description = "A foul-smelling green liquid, for inducing muscle contractions to expel accidentally ingested things."
+ reagent_state = LIQUID
+ color = "#0E900E"
+ metabolization_rate = 0.25 * REAGENTS_METABOLISM
+
+/datum/reagent/medicine/ickypak/on_mob_life(var/mob/living/M, method=INGEST)
+ ..()
+ if(M.hallucination < volume && prob(20))
+ M.hallucination += 5
+ M.adjustToxLoss(-5)
+
+ for(var/I in M.vore_organs)
+ var/datum/belly/B = M.vore_organs[I]
+ for(var/atom/movable/A in B.internal_contents)
+ if(prob(55))
+ playsound(M, 'sound/effects/splat.ogg', 50, 1)
+ B.release_specific_contents(A)
+ ..()
+ . = 1
\ No newline at end of file
diff --git a/code/citadel/vore/resizing/sizegun_vr.dm b/code/citadel/vore/resizing/sizegun_vr.dm
index 2d88c7ab25..ace5793336 100644
--- a/code/citadel/vore/resizing/sizegun_vr.dm
+++ b/code/citadel/vore/resizing/sizegun_vr.dm
@@ -1,7 +1,7 @@
//
// Size Gun
//
-
+/*
/obj/item/weapon/gun/energy/sizegun
name = "shrink ray"
desc = "A highly advanced ray gun with two settings: Shrink and Grow. Warning: Do not insert into mouth."
@@ -13,7 +13,7 @@
projectile_type = /obj/item/projectile/beam/shrinklaser
origin_tech = "redspace=1;bluespace=4"
modifystate = "sizegun-shrink"
- self_recharge = 1
+ selfcharge = 1
firemodes = list(
list(mode_name = "grow",
projectile_type = /obj/item/projectile/beam/growlaser,
@@ -29,6 +29,7 @@
//
// Beams for size gun
//
+// tracers TBD
/obj/item/projectile/beam/shrinklaser
name = "shrink beam"
@@ -45,15 +46,15 @@
if(istype(target, /mob/living))
var/mob/living/M = target
switch(M.size_multiplier)
- if(RESIZE_HUGE to INFINITY)
- M.resize(RESIZE_BIG)
- if(RESIZE_BIG to RESIZE_HUGE)
- M.resize(RESIZE_NORMAL)
- if(RESIZE_NORMAL to RESIZE_BIG)
- M.resize(RESIZE_SMALL)
- if((0 - INFINITY) to RESIZE_NORMAL)
- M.resize(RESIZE_TINY)
- M.update_icons()
+ if(SIZESCALE_HUGE to INFINITY)
+ M.sizescale(SIZESCALE_BIG)
+ if(SIZESCALE_BIG to SIZESCALE_HUGE)
+ M.sizescale(SIZESCALE_NORMAL)
+ if(SIZESCALE_NORMAL to SIZESCALE_BIG)
+ M.sizescale(SIZESCALE_SMALL)
+ if((0 - INFINITY) to SIZESCALE_NORMAL)
+ M.sizescale(SIZESCALE_TINY)
+ M.update_transform()
return 1
/obj/item/projectile/beam/growlaser
@@ -71,13 +72,101 @@
if(istype(target, /mob/living))
var/mob/living/M = target
switch(M.size_multiplier)
- if(RESIZE_BIG to RESIZE_HUGE)
- M.resize(RESIZE_HUGE)
- if(RESIZE_NORMAL to RESIZE_BIG)
- M.resize(RESIZE_BIG)
- if(RESIZE_SMALL to RESIZE_NORMAL)
- M.resize(RESIZE_NORMAL)
- if((0 - INFINITY) to RESIZE_TINY)
- M.resize(RESIZE_SMALL)
- M.update_icons()
+ if(SIZESCALE_BIG to SIZESCALE_HUGE)
+ M.sizescale(SIZESCALE_HUGE)
+ if(SIZESCALE_NORMAL to SIZESCALE_BIG)
+ M.sizescale(SIZESCALE_BIG)
+ if(SIZESCALE_SMALL to SIZESCALE_NORMAL)
+ M.sizescale(SIZESCALE_NORMAL)
+ if((0 - INFINITY) to SIZESCALE_TINY)
+ M.sizescale(SIZESCALE_SMALL)
+ M.update_transform()
return 1
+*/
+
+datum/design/sizeray
+ name = "Size Ray"
+ desc = "Abuse bluespace tech to alter living matter scale."
+ id = "sizeray"
+ req_tech = list("combat" = 5, "materials" = 4, "engineering" = 5, "bluespace" = 4)
+ build_type = PROTOLATHE
+ materials = list(MAT_METAL = 1000, MAT_GLASS = 1000, MAT_DIAMOND = 2500, MAT_URANIUM = 2500, MAT_TITANIUM = 1000)
+ build_path = /obj/item/weapon/gun/energy/laser/sizeray
+ category = list("Weapons")
+
+/obj/item/projectile/sizeray
+ name = "sizeray beam"
+ icon_state = "omnilaser"
+ hitsound = null
+ damage = 0
+ damage_type = STAMINA
+ flag = "laser"
+ pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
+
+/obj/item/projectile/sizeray/shrinkray
+ icon_state="bluelaser"
+
+/obj/item/projectile/sizeray/growthray
+ icon_state="laser"
+
+/obj/item/projectile/sizeray/shrinkray/on_hit(var/atom/target, var/blocked = 0)
+ if(istype(target, /mob/living))
+ var/mob/living/M = target
+ switch(M.size_multiplier)
+ if(SIZESCALE_HUGE to INFINITY)
+ M.sizescale(SIZESCALE_BIG)
+ if(SIZESCALE_BIG to SIZESCALE_HUGE)
+ M.sizescale(SIZESCALE_NORMAL)
+ if(SIZESCALE_NORMAL to SIZESCALE_BIG)
+ M.sizescale(SIZESCALE_SMALL)
+ if((0 - INFINITY) to SIZESCALE_NORMAL)
+ M.sizescale(SIZESCALE_TINY)
+ M.update_transform()
+ return 1
+
+/obj/item/projectile/sizeray/growthray/on_hit(var/atom/target, var/blocked = 0)
+ if(istype(target, /mob/living))
+ var/mob/living/M = target
+ switch(M.size_multiplier)
+ if(SIZESCALE_BIG to SIZESCALE_HUGE)
+ M.sizescale(SIZESCALE_HUGE)
+ if(SIZESCALE_NORMAL to SIZESCALE_BIG)
+ M.sizescale(SIZESCALE_BIG)
+ if(SIZESCALE_SMALL to SIZESCALE_NORMAL)
+ M.sizescale(SIZESCALE_NORMAL)
+ if((0 - INFINITY) to SIZESCALE_TINY)
+ M.sizescale(SIZESCALE_SMALL)
+ M.update_transform()
+ return 1
+
+/obj/item/ammo_casing/energy/laser/growthray
+ projectile_type = /obj/item/projectile/sizeray/growthray
+ select_name = "Growth"
+
+/obj/item/ammo_casing/energy/laser/shrinkray
+ projectile_type = /obj/item/projectile/sizeray/shrinkray
+ select_name = "Shrink"
+
+
+//Gun here
+/obj/item/weapon/gun/energy/laser/sizeray
+ name = "size ray"
+ icon_state = "bluetag"
+ desc = "Size manipulator using bluespace breakthroughs."
+ item_state = null //so the human update icon uses the icon_state instead.
+ ammo_type = list(/obj/item/ammo_casing/energy/laser/shrinkray, /obj/item/ammo_casing/energy/laser/growthray)
+ origin_tech = "combat=1;magnets=2"
+ selfcharge = 1
+ charge_delay = 5
+ ammo_x_offset = 2
+ clumsy_check = 1
+
+ attackby(obj/item/W, mob/user)
+ if(W==src)
+ if(icon_state=="bluetag")
+ icon_state="redtag"
+ ammo_type = list(/obj/item/ammo_casing/energy/laser/growthray)
+ else
+ icon_state="bluetag"
+ ammo_type = list(/obj/item/ammo_casing/energy/laser/shrinkray)
+ return ..()
\ No newline at end of file
diff --git a/code/citadel/vore/trycatch_vr.dm b/code/citadel/vore/trycatch_vr.dm
index 7a369df24d..633ddcce99 100644
--- a/code/citadel/vore/trycatch_vr.dm
+++ b/code/citadel/vore/trycatch_vr.dm
@@ -45,14 +45,14 @@ The hooks you're calling should return nonzero values on success.
try
var/hook_path = text2path("/hook/[hook]")
if(!hook_path)
- // error("hook_vr: Invalid hook '/hook/[hook]' called.")
+ // error("hook_vr: Invalid hook '/hook/[hook]' called.")
return 0
var/caller = new hook_path
var/status = 1
for(var/P in typesof("[hook_path]/proc"))
if(!call(caller, P)(arglist(args)))
- // error("hook_vr: Hook '[P]' failed or runtimed.")
+ // error("hook_vr: Hook '[P]' failed or runtimed.")
status = 0
return status
diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm
index 1ff1e29ba5..18fc45bb47 100644
--- a/code/controllers/configuration.dm
+++ b/code/controllers/configuration.dm
@@ -1,4 +1,4 @@
-f//Configuraton defines //TODO: Move all yes/no switches into bitflags
+//Configuraton defines //TODO: Move all yes/no switches into bitflags
//Used by jobs_have_maint_access
#define ASSISTANTS_HAVE_MAINT_ACCESS 1
@@ -10,6 +10,12 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/autoadmin = 0
var/autoadmin_rank = "Game Admin"
+/datum/protected_configuration/vv_get_var(var_name)
+ return debug_variable(var_name, "SECRET", 0, src)
+
+/datum/protected_configuration/vv_edit_var(var_name, var_value)
+ return FALSE
+
/datum/configuration
var/name = "Configuration" // datum name
@@ -18,6 +24,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/server_suffix = 0 // generate numeric suffix based on server port
var/lobby_countdown = 120 // In between round countdown.
var/round_end_countdown = 25 // Post round murder death kill countdown
+ var/hub = 0
var/log_ooc = 0 // log OOC channel
var/log_access = 0 // log login/logout
@@ -33,6 +40,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/log_adminchat = 0 // log admin chat messages
var/log_pda = 0 // log pda messages
var/log_hrefs = 0 // log all links clicked in-game. Could be used for debugging and tracking down exploits
+ var/log_twitter = 0 // log certain expliotable parrots and other such fun things in a JSON file of twitter valid phrases.
var/log_world_topic = 0 // log all world.Topic() calls
var/sql_enabled = 0 // for sql switching
var/allow_admin_ooccolor = 0 // Allows admins with relevant permissions to have their own ooc colour
@@ -47,6 +55,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/popup_admin_pm = 0 //adminPMs to non-admins show in a pop-up 'reply' window when set to 1.
var/fps = 20
var/allow_holidays = 0 //toggles whether holiday-specific content should be used
+ var/tick_limit_mc_init = TICK_LIMIT_MC_INIT_DEFAULT //SSinitialization throttling
var/hostedby = null
var/respawn = 1
@@ -69,6 +78,13 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/forbid_singulo_possession = 0
var/useircbot = 0
+ var/announce_watchlist = 0
+ var/announce_adminhelps = 0
+ var/check_randomizer = 0
+
+ var/allow_panic_bunker_bounce = 0 //Send new players somewhere else
+ var/panic_server_name = "somewhere else"
+ var/panic_address = "byond://" //Reconnect a player this linked server if this server isn't accepting new players
//IP Intel vars
var/ipintel_email
@@ -77,9 +93,13 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/ipintel_save_bad = 1
var/ipintel_domain = "check.getipintel.net"
+ var/mentors_mobname_only = 0 // Only display mob name to mentors in mentorhelps
+ var/mentor_legacy_system = 0 // Whether to use the legacy mentor system (flat file) instead of SQL
+
var/admin_legacy_system = 0 //Defines whether the server uses the legacy admin system with admins.txt or the SQL system. Config option in config.txt
var/ban_legacy_system = 0 //Defines whether the server uses the legacy banning system with the files in /data or the SQL system. Config option in config.txt
var/use_age_restriction_for_jobs = 0 //Do jobs use account age restrictions? --requires database
+ var/use_account_age_for_jobs = 0 //Uses the time they made the account for the job restriction stuff. New player joining alerts should be unaffected.
var/see_own_notes = 0 //Can players see their own admin notes (read-only)? Config option in config.txt
//Population cap vars
@@ -96,6 +116,8 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/list/modes = list() // allowed modes
var/list/votable_modes = list() // votable modes
var/list/probabilities = list() // relative probability of each mode
+ var/list/min_pop = list() // overrides for acceptible player counts in a mode
+ var/list/max_pop = list()
var/humans_need_surnames = 0
var/allow_ai = 0 // allow ai job
@@ -137,9 +159,6 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/alert_desc_red_downto = "The station's destruction has been averted. There is still however an immediate serious threat to the station. Security may have weapons unholstered at all times, random searches are allowed and advised."
var/alert_desc_delta = "Destruction of the station is imminent. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill."
- var/health_threshold_crit = 0
- var/health_threshold_dead = -100
-
var/revival_pod_plants = 1
var/revival_cloning = 1
var/revival_brain_life = -1
@@ -167,6 +186,8 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/silent_ai = 0
var/silent_borg = 0
+ var/damage_multiplier = 1 //Modifier for damage to all mobs. Impacts healing as well.
+
var/allowwebclient = 0
var/webclientmembersonly = 0
@@ -174,6 +195,9 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/default_laws = 0 //Controls what laws the AI spawns with.
var/silicon_max_law_amount = 12
+ var/list/lawids = list()
+
+ var/list/law_weights = list()
var/assistant_cap = -1
@@ -182,6 +206,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/grey_assistants = 0
var/lavaland_budget = 60
+ var/space_budget = 16
var/aggressive_changelog = 0
@@ -213,10 +238,20 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/client_error_message = "Your version of byond is too old, may have issues, and is blocked from accessing this server."
var/cross_name = "Other server"
+ var/showircname = 0
+
+ var/list/gamemode_cache = null
+
+ // Discord crap.
+ var/discord_url = "hfdksjhfa.com"
+ var/discord_password
+
+ var/minutetopiclimit
+ var/secondtopiclimit
/datum/configuration/New()
- var/list/L = subtypesof(/datum/game_mode)
- for(var/T in L)
+ gamemode_cache = typecacheof(/datum/game_mode,TRUE)
+ for(var/T in gamemode_cache)
// I wish I didn't have to instance the game modes in order to look up
// their information, but it is the only way (at least that I know of).
var/datum/game_mode/M = new T()
@@ -260,12 +295,16 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
if(type == "config")
switch(name)
+ if("hub")
+ config.hub = 1
if("admin_legacy_system")
config.admin_legacy_system = 1
if("ban_legacy_system")
config.ban_legacy_system = 1
if("use_age_restriction_for_jobs")
config.use_age_restriction_for_jobs = 1
+ if("use_account_age_for_jobs")
+ config.use_account_age_for_jobs = 1
if("lobby_countdown")
config.lobby_countdown = text2num(value)
if("round_end_countdown")
@@ -298,6 +337,8 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
config.log_pda = 1
if("log_hrefs")
config.log_hrefs = 1
+ if("log_twitter")
+ config.log_twitter = 1
if("log_world_topic")
config.log_world_topic = 1
if("allow_admin_ooccolor")
@@ -341,7 +382,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
if("guest_ban")
guests_allowed = 0
if("usewhitelist")
- config.usewhitelist = 1
+ config.usewhitelist = TRUE
if("allow_metadata")
config.allow_Metadata = 1
if("kick_inactive")
@@ -362,6 +403,8 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
var/ticklag = text2num(value)
if(ticklag > 0)
fps = 10 / ticklag
+ if("tick_limit_mc_init")
+ tick_limit_mc_init = text2num(value)
if("fps")
fps = text2num(value)
if("automute_on")
@@ -376,6 +419,18 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
global.cross_allowed = 1
if("cross_comms_name")
cross_name = value
+ if("panic_server_name")
+ panic_server_name = value
+ if("panic_server_address")
+ panic_address = value
+ if(value != "byond:\\address:port")
+ allow_panic_bunker_bounce = 1
+ if("medal_hub_address")
+ global.medal_hub = value
+ if("medal_hub_password")
+ global.medal_pass = value
+ if("show_irc_name")
+ config.showircname = 1
if("see_own_notes")
config.see_own_notes = 1
if("soft_popcap")
@@ -396,6 +451,8 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
config.notify_new_player_age = text2num(value)
if("irc_first_connection_alert")
config.irc_first_connection_alert = 1
+ if("check_randomizer")
+ config.check_randomizer = 1
if("ipintel_email")
if (value != "ch@nge.me")
config.ipintel_email = value
@@ -442,16 +499,23 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
config.client_error_version = text2num(value)
if("client_error_message")
config.client_error_message = value
-
+ if("announce_adminhelps")
+ config.announce_adminhelps = 1
+ if("discord_url")
+ config.discord_url = value
+ if("discord_password")
+ config.discord_password = value
+ if("minute_topic_limit")
+ config.minutetopiclimit = text2num(value)
+ if("second_topic_limit")
+ config.secondtopiclimit = text2num(value)
else
diary << "Unknown setting in configuration: '[name]'"
else if(type == "game_options")
switch(name)
- if("health_threshold_crit")
- config.health_threshold_crit = text2num(value)
- if("health_threshold_dead")
- config.health_threshold_dead = text2num(value)
+ if("damage_multiplier")
+ config.damage_multiplier = text2num(value)
if("revival_pod_plants")
config.revival_pod_plants = text2num(value)
if("revival_cloning")
@@ -520,6 +584,34 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
config.midround_antag_time_check = text2num(value)
if("midround_antag_life_check")
config.midround_antag_life_check = text2num(value)
+ if("min_pop")
+ var/pop_pos = findtext(value, " ")
+ var/mode_name = null
+ var/mode_value = null
+
+ if(pop_pos)
+ mode_name = lowertext(copytext(value, 1, pop_pos))
+ mode_value = copytext(value, pop_pos + 1)
+ if(mode_name in config.modes)
+ config.min_pop[mode_name] = text2num(mode_value)
+ else
+ diary << "Unknown minimum population configuration definition: [mode_name]."
+ else
+ diary << "Incorrect minimum population configuration definition: [mode_name] [mode_value]."
+ if("max_pop")
+ var/pop_pos = findtext(value, " ")
+ var/mode_name = null
+ var/mode_value = null
+
+ if(pop_pos)
+ mode_name = lowertext(copytext(value, 1, pop_pos))
+ mode_value = copytext(value, pop_pos + 1)
+ if(mode_name in config.modes)
+ config.max_pop[mode_name] = text2num(mode_value)
+ else
+ diary << "Unknown maximum population configuration definition: [mode_name]."
+ else
+ diary << "Incorrect maximum population configuration definition: [mode_name] [mode_value]."
if("shuttle_refuel_delay")
config.shuttle_refuel_delay = text2num(value)
if("show_game_type_odds")
@@ -589,6 +681,19 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
config.sandbox_autoclose = 1
if("default_laws")
config.default_laws = text2num(value)
+ if("random_laws")
+ var/law_id = lowertext(value)
+ lawids += law_id
+ if("law_weight")
+ // Value is in the form "LAWID,NUMBER"
+ var/list/L = splittext(value, ",")
+ if(L.len != 2)
+ diary << "Invalid LAW_WEIGHT: " + t
+ continue
+ var/lawid = L[1]
+ var/weight = text2num(L[2])
+ law_weights[lawid] = weight
+
if("silicon_max_law_amount")
config.silicon_max_law_amount = text2num(value)
if("join_with_mutant_race")
@@ -609,6 +714,8 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
config.grey_assistants = 1
if("lavaland_budget")
config.lavaland_budget = text2num(value)
+ if("space_budget")
+ config.space_budget = text2num(value)
if("no_summon_guns")
config.no_summon_guns = 1
if("no_summon_magic")
@@ -735,7 +842,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
/datum/configuration/proc/pick_mode(mode_name)
// I wish I didn't have to instance the game modes in order to look up
// their information, but it is the only way (at least that I know of).
- for(var/T in subtypesof(/datum/game_mode))
+ for(var/T in gamemode_cache)
var/datum/game_mode/M = new T()
if(M.config_tag && M.config_tag == mode_name)
return M
@@ -744,7 +851,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
/datum/configuration/proc/get_runnable_modes()
var/list/datum/game_mode/runnable_modes = new
- for(var/T in subtypesof(/datum/game_mode))
+ for(var/T in gamemode_cache)
var/datum/game_mode/M = new T()
//world << "DEBUG: [T], tag=[M.config_tag], prob=[probabilities[M.config_tag]]"
if(!(M.config_tag in modes))
@@ -753,6 +860,10 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
if(probabilities[M.config_tag]<=0)
qdel(M)
continue
+ if(min_pop[M.config_tag])
+ M.required_players = min_pop[M.config_tag]
+ if(max_pop[M.config_tag])
+ M.maximum_players = max_pop[M.config_tag]
if(M.can_start())
runnable_modes[M] = probabilities[M.config_tag]
//world << "DEBUG: runnable_mode\[[runnable_modes.len]\] = [M.config_tag]"
@@ -760,7 +871,7 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
/datum/configuration/proc/get_runnable_midround_modes(crew)
var/list/datum/game_mode/runnable_modes = new
- for(var/T in (subtypesof(/datum/game_mode) - ticker.mode.type))
+ for(var/T in (gamemode_cache - ticker.mode.type))
var/datum/game_mode/M = new T()
if(!(M.config_tag in modes))
qdel(M)
@@ -768,7 +879,13 @@ f//Configuraton defines //TODO: Move all yes/no switches into bitflags
if(probabilities[M.config_tag]<=0)
qdel(M)
continue
+ if(min_pop[M.config_tag])
+ M.required_players = min_pop[M.config_tag]
+ if(max_pop[M.config_tag])
+ M.maximum_players = max_pop[M.config_tag]
if(M.required_players <= crew)
+ if(M.maximum_players >= 0 && M.maximum_players < crew)
+ continue
runnable_modes[M] = probabilities[M.config_tag]
return runnable_modes
diff --git a/code/controllers/failsafe.dm b/code/controllers/failsafe.dm
index fa76dc73ad..1d20247836 100644
--- a/code/controllers/failsafe.dm
+++ b/code/controllers/failsafe.dm
@@ -27,9 +27,12 @@ var/datum/controller/failsafe/Failsafe
if(istype(Failsafe))
qdel(Failsafe)
Failsafe = src
- spawn()
- Failsafe.Loop()
- qdel(Failsafe) //when Loop() returns, we delete ourselves and let the mc recreate us
+ LaunchLoop()
+
+/datum/controller/failsafe/proc/LaunchLoop()
+ set waitfor = 0
+ Failsafe.Loop()
+ qdel(Failsafe) //when Loop() returns, we delete ourselves and let the mc recreate us
/datum/controller/failsafe/Destroy()
..()
diff --git a/code/controllers/master.dm b/code/controllers/master.dm
index 6c0658aa2e..86d1a4672e 100644
--- a/code/controllers/master.dm
+++ b/code/controllers/master.dm
@@ -35,6 +35,8 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
var/init_time
var/tickdrift = 0
+ var/sleep_delta
+
var/make_runtime = 0
// Has round started? (So we know what subsystems to run)
@@ -50,7 +52,6 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
/datum/controller/master/New()
// Highlander-style: there can only be one! Kill off the old and replace it with the new.
- check_for_cleanbot_bug()
subsystems = list()
if (Master != src)
if (istype(Master))
@@ -65,6 +66,11 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
// Tell qdel() to Del() this object.
return QDEL_HINT_HARDDEL_NOW
+/datum/controller/master/proc/Shutdown()
+ processing = FALSE
+ for(var/datum/subsystem/ss in subsystems)
+ ss.Shutdown()
+
// Returns 1 if we created a new mc, 0 if we couldn't due to a recent restart,
// -1 if we encountered a runtime trying to recreate it
/proc/Recreate_MC()
@@ -101,26 +107,30 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
world.log << msg
if (istype(Master.subsystems))
subsystems = Master.subsystems
- spawn (10)
- StartProcessing()
+ StartProcessing(10)
else
world << "The Master Controller is having some issues, we will need to re-initialize EVERYTHING "
- spawn (20)
- init_subtypes(/datum/subsystem, subsystems)
- Setup()
+ Setup(20, TRUE)
// Please don't stuff random bullshit here,
// Make a subsystem, give it the SS_NO_FIRE flag, and do your work in it's Initialize()
-/datum/controller/master/proc/Setup()
- check_for_cleanbot_bug()
+/datum/controller/master/proc/Setup(delay, init_sss)
+ set waitfor = 0
+
+ if(delay)
+ sleep(delay)
+
+ if(init_sss)
+ init_subtypes(/datum/subsystem, subsystems)
+
world << "Initializing subsystems... "
// Sort subsystems by init_order, so they initialize in the correct order.
sortTim(subsystems, /proc/cmp_subsystem_init)
// Initialize subsystems.
- CURRENT_TICKLIMIT = TICK_LIMIT_MC_INIT
+ CURRENT_TICKLIMIT = config.tick_limit_mc_init
for (var/datum/subsystem/SS in subsystems)
if (SS.flags & SS_NO_INIT)
continue
@@ -133,15 +143,12 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
// Sort subsystems by display setting for easy access.
sortTim(subsystems, /proc/cmp_subsystem_display)
- check_for_cleanbot_bug()
// Set world options.
world.sleep_offline = 1
world.fps = config.fps
- check_for_cleanbot_bug()
sleep(1)
- check_for_cleanbot_bug()
// Loop.
- Master.StartProcessing()
+ Master.StartProcessing(0)
// Notify the MC that the round has started.
/datum/controller/master/proc/RoundStart()
@@ -155,8 +162,10 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
SS.next_fire = timer
// Starts the mc, and sticks around to restart it if the loop ever ends.
-/datum/controller/master/proc/StartProcessing()
+/datum/controller/master/proc/StartProcessing(delay)
set waitfor = 0
+ if(delay)
+ sleep(delay)
var/rtn = Loop()
if (rtn > 0 || processing < 0)
return //this was suppose to happen.
@@ -165,8 +174,8 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
message_admins("MC crashed or runtimed, restarting")
var/rtn2 = Recreate_MC()
if (rtn2 <= 0)
- log_game("Failed to recreate MC (Error code: [rtn2]), its up to the failsafe now")
- message_admins("Failed to recreate MC (Error code: [rtn2]), its up to the failsafe now")
+ log_game("Failed to recreate MC (Error code: [rtn2]), it's up to the failsafe now")
+ message_admins("Failed to recreate MC (Error code: [rtn2]), it's up to the failsafe now")
Failsafe.defcon = 2
// Main loop.
@@ -189,6 +198,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
SS.queued_time = 0
SS.queue_next = null
SS.queue_prev = null
+ SS.state = SS_IDLE
if (SS.flags & SS_TICKER)
tickersubsystems += SS
timer += world.tick_lag * rand(1, 5)
@@ -225,6 +235,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
while (1)
tickdrift = max(0, MC_AVERAGE_FAST(tickdrift, (((world.timeofday - init_timeofday) - (world.time - init_time)) / world.tick_lag)))
if (processing <= 0)
+ CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
sleep(10)
continue
@@ -232,6 +243,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
// because sleeps are processed in the order received, so longer sleeps are more likely to run first
if (world.tick_usage > TICK_LIMIT_MC)
sleep_delta += 2
+ CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING - (TICK_LIMIT_RUNNING * 0.5)
sleep(world.tick_lag * (processing + sleep_delta))
continue
@@ -260,6 +272,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
if (!error_level)
iteration++
error_level++
+ CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
sleep(10)
continue
@@ -271,6 +284,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
if (!error_level)
iteration++
error_level++
+ CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
sleep(10)
continue
error_level--
@@ -280,6 +294,8 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
iteration++
last_run = world.time
+ src.sleep_delta = MC_AVERAGE_FAST(src.sleep_delta, sleep_delta)
+ CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING - (TICK_LIMIT_RUNNING * 0.25) //reserve the tail 1/4 of the next tick for the mc.
sleep(world.tick_lag * (processing + sleep_delta))
@@ -288,6 +304,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
// This is what decides if something should run.
/datum/controller/master/proc/CheckQueue(list/subsystemstocheck)
. = 0 //so the mc knows if we runtimed
+
//we create our variables outside of the loops to save on overhead
var/datum/subsystem/SS
var/SS_flags
@@ -296,7 +313,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
if (!thing)
subsystemstocheck -= thing
SS = thing
- if (SS.queued_time) //already in the queue
+ if (SS.state != SS_IDLE)
continue
if (SS.can_fire <= 0)
continue
@@ -307,10 +324,6 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
subsystemstocheck -= SS
if (!(SS_flags & SS_TICKER) && (SS_flags & SS_KEEP_TIMING) && SS.last_fire + (SS.wait * 0.75) > world.time)
continue
-
- //Queue it to run.
- // (we loop thru a linked list until we get to the end or find the right point)
- // (this lets us sort our run order correctly without having to re-sort the entire already sorted list)
SS.enqueue()
. = 1
@@ -341,9 +354,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
while (queue_node)
if (ran && world.tick_usage > TICK_LIMIT_RUNNING)
break
- if (!istype(queue_node))
- world.log << "[__FILE__]:[__LINE__] queue_node bad, now equals: [queue_node](\ref[queue_node])"
- return
+
queue_node_flags = queue_node.flags
queue_node_priority = queue_node.queued_priority
@@ -358,9 +369,6 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
queue_priority_count -= queue_node_priority
queue_priority_count += queue_node.queued_priority
current_tick_budget -= queue_node_priority
- if (!istype(queue_node))
- world.log << "[__FILE__]:[__LINE__] queue_node bad, now equals: [queue_node](\ref[queue_node])"
- return
queue_node = queue_node.queue_next
continue
@@ -381,24 +389,25 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
ran_non_ticker = TRUE
ran = TRUE
tick_usage = world.tick_usage
- queue_node_paused = queue_node.paused
- queue_node.paused = FALSE
+ queue_node_paused = (queue_node.state == SS_PAUSED || queue_node.state == SS_PAUSING)
last_type_processed = queue_node
- queue_node.fire(queue_node_paused)
+ queue_node.state = SS_RUNNING
+ var/state = queue_node.ignite(queue_node_paused)
+ if (state == SS_RUNNING)
+ state = SS_IDLE
current_tick_budget -= queue_node_priority
tick_usage = world.tick_usage - tick_usage
if (tick_usage < 0)
tick_usage = 0
- if (queue_node.paused)
+ queue_node.state = state
+
+ if (state == SS_PAUSED)
queue_node.paused_ticks++
queue_node.paused_tick_usage += tick_usage
- if (!istype(queue_node))
- world.log << "[__FILE__]:[__LINE__] queue_node bad, now equals: [queue_node](\ref[queue_node])"
- return
queue_node = queue_node.queue_next
continue
@@ -432,12 +441,9 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
//remove from queue
queue_node.dequeue()
- if (!istype(queue_node))
- world.log << "[__FILE__]:[__LINE__] queue_node bad, now equals: [queue_node](\ref[queue_node])"
- return
+
queue_node = queue_node.queue_next
- CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
. = 1
//resets the queue, and all subsystems, while filtering out the subsystem lists
@@ -468,7 +474,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
SS.queue_prev = null
SS.queued_priority = 0
SS.queued_time = 0
- SS.paused = 0
+ SS.state = SS_IDLE
if (queue_head && !istype(queue_head))
world.log << "MC: SoftReset: Found bad data in subsystem queue, queue_head = '[queue_head]'"
queue_head = null
diff --git a/code/controllers/subsystem.dm b/code/controllers/subsystem.dm
index 8cd011932b..67a0281d97 100644
--- a/code/controllers/subsystem.dm
+++ b/code/controllers/subsystem.dm
@@ -19,13 +19,13 @@
var/next_fire = 0 //scheduled world.time for next fire()
var/cost = 0 //average time to execute
var/tick_usage = 0 //average tick usage
- var/paused = 0 //was this subsystem paused mid fire.
+ var/state = SS_IDLE //tracks the current state of the ss, running, paused, etc.
var/paused_ticks = 0 //ticks this ss is taking to run right now.
var/paused_tick_usage //total tick_usage of all of our runs while pausing this run
var/ticks = 1 //how many ticks does this ss take to run on avg.
var/times_fired = 0 //number of times we have called fire()
var/queued_time = 0 //time we entered the queue, (for timing and priority reasons)
- var/queued_priority //we keep a running total to make the math easier, if it changes mid-fire that would break our running total, so we store it here
+ var/queued_priority //we keep a running total to make the math easier, if priority changes mid-fire that would break our running total, so we store it here
//linked list stuff for the queue
var/datum/subsystem/queue_next
var/datum/subsystem/queue_prev
@@ -37,13 +37,28 @@
// Used to initialize the subsystem BEFORE the map has loaded
/datum/subsystem/New()
+//cleanup actions
+/datum/subsystem/proc/Shutdown()
+ return
+
+//This is used so the mc knows when the subsystem sleeps. do not override.
+/datum/subsystem/proc/ignite(resumed = 0)
+ set waitfor = 0
+ . = SS_SLEEPING
+ fire(resumed)
+ . = state
+ if (state == SS_SLEEPING)
+ state = SS_IDLE
+ if (state == SS_PAUSING)
+ var/QT = queued_time
+ enqueue()
+ state = SS_PAUSED
+ queued_time = QT
+
//previously, this would have been named 'process()' but that name is used everywhere for different things!
//fire() seems more suitable. This is the procedure that gets called every 'wait' deciseconds.
-//fire(), and the procs it calls, SHOULD NOT HAVE ANY SLEEP OPERATIONS in them!
-//YE BE WARNED!
+//Sleeping in here prevents future fires until returned.
/datum/subsystem/proc/fire(resumed = 0)
- set waitfor = 0 //this should not be depended upon, this is just to solve issues with sleeps messing up tick tracking
- can_fire = 0
flags |= SS_NO_FIRE
throw EXCEPTION("Subsystem [src]([type]) does not fire() but did not set the SS_NO_FIRE flag. Please add the SS_NO_FIRE flag to any subsystem that doesn't fire so it doesn't get added to the processing list and waste cpu.")
@@ -53,6 +68,10 @@
flags |= SS_NO_FIRE
Master.subsystems -= src
+
+//Queue it to run.
+// (we loop thru a linked list until we get to the end or find the right point)
+// (this lets us sort our run order correctly without having to re-sort the entire already sorted list)
/datum/subsystem/proc/enqueue()
var/SS_priority = priority
var/SS_flags = flags
@@ -86,6 +105,7 @@
queued_time = world.time
queued_priority = SS_priority
+ state = SS_QUEUED
if (SS_flags & SS_BACKGROUND) //update our running total
Master.queue_priority_count_bg += SS_priority
else
@@ -120,12 +140,17 @@
if (src == Master.queue_head)
Master.queue_head = queue_next
queued_time = 0
+ if (state == SS_QUEUED)
+ state = SS_IDLE
/datum/subsystem/proc/pause()
. = 1
- paused = TRUE
- paused_ticks++
+ if (state == SS_RUNNING)
+ state = SS_PAUSED
+ else if (state == SS_SLEEPING)
+ state = SS_PAUSING
+
//used to initialize the subsystem AFTER the map has loaded
/datum/subsystem/proc/Initialize(start_timeofday)
@@ -139,12 +164,31 @@
if(!statclick)
statclick = new/obj/effect/statclick/debug("Initializing...", src)
+
+
if(can_fire)
- msg = "[round(cost*ticks,1)]ms|[round(tick_usage,1)]%|[round(ticks,0.1)]\t[msg]"
+ msg = "[round(cost,1)]ms|[round(tick_usage,1)]%|[round(ticks,0.1)]\t[msg]"
else
msg = "OFFLINE\t[msg]"
- stat(name, statclick.update(msg))
+ var/title = name
+ if (can_fire)
+ title = "\[[state_letter()]][title]"
+
+ stat(title, statclick.update(msg))
+
+/datum/subsystem/proc/state_letter()
+ switch (state)
+ if (SS_RUNNING)
+ . = "R"
+ if (SS_QUEUED)
+ . = "Q"
+ if (SS_PAUSED, SS_PAUSING)
+ . = "P"
+ if (SS_SLEEPING)
+ . = "S"
+ if (SS_IDLE)
+ . = " "
//could be used to postpone a costly subsystem for (default one) var/cycles, cycles
//for instance, during cpu intensive operations like explosions
@@ -156,8 +200,13 @@
//should attempt to salvage what it can from the old instance of subsystem
/datum/subsystem/proc/Recover()
-//this is so the subsystem doesn't rapid fire to make up missed ticks causing more lag
-/datum/subsystem/on_varedit(edited_var)
- if (edited_var == "can_fire" && can_fire)
- next_fire = world.time + wait
- ..()
+/datum/subsystem/vv_edit_var(var_name, var_value)
+ switch (var_name)
+ if ("can_fire")
+ //this is so the subsystem doesn't rapid fire to make up missed ticks causing more lag
+ if (var_value)
+ next_fire = world.time + wait
+ if ("queued_priority") //editing this breaks things.
+ return 0
+ . = ..()
+
diff --git a/code/controllers/subsystem/acid.dm b/code/controllers/subsystem/acid.dm
new file mode 100644
index 0000000000..23b671bf71
--- /dev/null
+++ b/code/controllers/subsystem/acid.dm
@@ -0,0 +1,42 @@
+var/datum/subsystem/acid/SSacid
+
+/datum/subsystem/acid
+ name = "Acid"
+ priority = 40
+ flags = SS_NO_INIT|SS_BACKGROUND
+
+ var/list/currentrun = list()
+ var/list/processing = list()
+
+/datum/subsystem/acid/New()
+ NEW_SS_GLOBAL(SSacid)
+
+
+/datum/subsystem/acid/stat_entry()
+ ..("P:[processing.len]")
+
+
+/datum/subsystem/acid/fire(resumed = 0)
+ if (!resumed)
+ src.currentrun = processing.Copy()
+
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+
+ while (currentrun.len)
+ var/obj/O = currentrun[currentrun.len]
+ currentrun.len--
+ if (!O || qdeleted(O))
+ processing -= O
+ if (MC_TICK_CHECK)
+ return
+ continue
+
+ if(O.acid_level && O.acid_processing())
+ else
+ O.overlays -= acid_overlay
+ O.priority_overlays -= acid_overlay
+ processing -= O
+
+ if (MC_TICK_CHECK)
+ return
diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm
index 3c07eedf7b..5eb987f2f3 100644
--- a/code/controllers/subsystem/air.dm
+++ b/code/controllers/subsystem/air.dm
@@ -30,6 +30,7 @@ var/datum/subsystem/air/SSair
var/list/obj/machinery/atmos_machinery = list()
+
//Special functions lists
var/list/turf/active_super_conductivity = list()
var/list/turf/open/high_pressure_delta = list()
@@ -72,7 +73,7 @@ var/datum/subsystem/air/SSair
if(currentpart == SSAIR_PIPENETS || !resumed)
process_pipenets(resumed)
cost_pipenets = MC_AVERAGE(cost_pipenets, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_ATMOSMACHINERY
@@ -81,7 +82,7 @@ var/datum/subsystem/air/SSair
timer = world.tick_usage
process_atmos_machinery(resumed)
cost_atmos_machinery = MC_AVERAGE(cost_atmos_machinery, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_ACTIVETURFS
@@ -90,7 +91,7 @@ var/datum/subsystem/air/SSair
timer = world.tick_usage
process_active_turfs(resumed)
cost_turfs = MC_AVERAGE(cost_turfs, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_EXCITEDGROUPS
@@ -99,7 +100,7 @@ var/datum/subsystem/air/SSair
timer = world.tick_usage
process_excited_groups(resumed)
cost_groups = MC_AVERAGE(cost_groups, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_HIGHPRESSURE
@@ -108,7 +109,7 @@ var/datum/subsystem/air/SSair
timer = world.tick_usage
process_high_pressure_delta(resumed)
cost_highpressure = MC_AVERAGE(cost_highpressure, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_HOTSPOTS
@@ -117,7 +118,7 @@ var/datum/subsystem/air/SSair
timer = world.tick_usage
process_hotspots(resumed)
cost_hotspots = MC_AVERAGE(cost_hotspots, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_SUPERCONDUCTIVITY
@@ -126,7 +127,7 @@ var/datum/subsystem/air/SSair
timer = world.tick_usage
process_super_conductivity(resumed)
cost_superconductivity = MC_AVERAGE(cost_superconductivity, TICK_DELTA_TO_MS(world.tick_usage - timer))
- if(paused)
+ if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_PIPENETS
@@ -236,6 +237,8 @@ var/datum/subsystem/air/SSair
/datum/subsystem/air/proc/remove_from_active(turf/open/T)
active_turfs -= T
+ if(currentpart == SSAIR_ACTIVETURFS)
+ currentrun -= T
if(istype(T))
T.excited = 0
if(T.excited_group)
@@ -246,6 +249,8 @@ var/datum/subsystem/air/SSair
if(istype(T) && T.air)
T.excited = 1
active_turfs |= T
+ if(currentpart == SSAIR_ACTIVETURFS)
+ currentrun |= T
if(blockchanges && T.excited_group)
T.excited_group.garbage_collect()
else
@@ -264,6 +269,7 @@ var/datum/subsystem/air/SSair
if (T.blocks_air)
continue
T.Initalize_Atmos(times_fired)
+ CHECK_TICK
if(active_turfs.len)
var/starting_ats = active_turfs.len
@@ -279,6 +285,7 @@ var/datum/subsystem/air/SSair
var/list/new_turfs_to_check = list()
for(var/turf/open/T in turfs_to_check)
new_turfs_to_check += T.resolve_active_graph()
+ CHECK_TICK
active_turfs += new_turfs_to_check
turfs_to_check = new_turfs_to_check
@@ -289,6 +296,7 @@ var/datum/subsystem/air/SSair
var/datum/excited_group/EG = thing
EG.self_breakdown(space_is_all_consuming = 1)
EG.dismantle()
+ CHECK_TICK
var/msg = "HEY! LISTEN! [(world.timeofday - timer)/10] Seconds were wasted processing [starting_ats] turf(s) (connected to [ending_ats] other turfs) with atmos differences at round start."
world << "[msg] "
diff --git a/code/controllers/subsystem/assets.dm b/code/controllers/subsystem/assets.dm
index 1ee073e257..93860e72a7 100644
--- a/code/controllers/subsystem/assets.dm
+++ b/code/controllers/subsystem/assets.dm
@@ -15,7 +15,5 @@ var/datum/subsystem/assets/SSasset
A.register()
for(var/client/C in clients)
- // Doing this to a client too soon after they've connected can cause issues, also the proc we call sleeps.
- spawn(10)
- getFilesSlow(C, cache, FALSE)
- ..()
+ addtimer(CALLBACK(GLOBAL_PROC, .proc/getFilesSlow, C, cache, FALSE), 10)
+ ..()
\ No newline at end of file
diff --git a/code/controllers/subsystem/augury.dm b/code/controllers/subsystem/augury.dm
new file mode 100644
index 0000000000..b64d59ebf8
--- /dev/null
+++ b/code/controllers/subsystem/augury.dm
@@ -0,0 +1,84 @@
+var/datum/subsystem/augury/SSaugury
+
+/datum/subsystem/augury
+ name = "Augury"
+ flags = SS_NO_INIT
+
+ var/list/watchers = list()
+ var/list/doombringers = list()
+
+ var/list/observers_given_action = list()
+
+/datum/subsystem/augury/New()
+ NEW_SS_GLOBAL(SSaugury)
+
+/datum/subsystem/augury/stat_entry(msg)
+ ..("W:[watchers.len]|D:[doombringers.len]")
+
+/datum/subsystem/augury/proc/register_doom(atom/A, severity)
+ doombringers[A] = severity
+
+/datum/subsystem/augury/fire()
+ var/biggest_doom = null
+ var/biggest_threat = null
+
+ for(var/d in doombringers)
+ if(!d || qdeleted(d))
+ doombringers -= d
+ continue
+ var/threat = doombringers[d]
+ if((biggest_threat == null) || (biggest_threat < threat))
+ biggest_doom = d
+ biggest_threat = threat
+
+ if(doombringers.len)
+ for(var/i in player_list)
+ if(isobserver(i) && (!(observers_given_action[i])))
+ var/datum/action/innate/augury/A = new
+ A.Grant(i)
+ observers_given_action[i] = TRUE
+ else
+ for(var/i in observers_given_action)
+ if(observers_given_action[i] && isobserver(i))
+ var/mob/dead/observer/O = i
+ for(var/datum/action/innate/augury/A in O.actions)
+ qdel(A)
+ observers_given_action -= i
+
+ for(var/w in watchers)
+ if(!w)
+ watchers -= w
+ continue
+ var/mob/dead/observer/O = w
+ if(biggest_doom && (!O.orbiting || O.orbiting.orbiting != biggest_doom))
+ O.ManualFollow(biggest_doom)
+
+/datum/action/innate/augury
+ name = "Auto Follow Debris"
+ icon_icon = 'icons/obj/meteor.dmi'
+ button_icon_state = "flaming"
+ background_icon_state = ACTION_BUTTON_DEFAULT_BACKGROUND
+
+/datum/action/innate/augury/Destroy()
+ if(owner)
+ SSaugury.watchers -= owner
+ return ..()
+
+/datum/action/innate/augury/Activate()
+ SSaugury.watchers += owner
+ owner << "You are now auto-following debris. "
+ active = TRUE
+ UpdateButtonIcon()
+
+/datum/action/innate/augury/Deactivate()
+ SSaugury.watchers -= owner
+ owner << "You are no longer auto-following debris. "
+ active = FALSE
+ UpdateButtonIcon()
+
+/datum/action/innate/augury/UpdateButtonIcon(status_only = FALSE)
+ ..()
+ if(active)
+ button.icon_state = "template_active"
+ else
+ button.icon_state = "template"
diff --git a/code/controllers/subsystem/communications.dm b/code/controllers/subsystem/communications.dm
new file mode 100644
index 0000000000..08f130df2c
--- /dev/null
+++ b/code/controllers/subsystem/communications.dm
@@ -0,0 +1,37 @@
+#define COMMUNICATION_COOLDOWN 600
+#define COMMUNICATION_COOLDOWN_AI 600
+
+var/datum/subsystem/communications/SScommunications
+
+/datum/subsystem/communications
+ name = "Communications"
+ flags = SS_NO_INIT | SS_NO_FIRE
+
+ var/silicon_message_cooldown
+ var/nonsilicon_message_cooldown
+
+/datum/subsystem/communications/New()
+ NEW_SS_GLOBAL(SScommunications)
+
+/datum/subsystem/communications/proc/can_announce(mob/living/user, is_silicon)
+ if(is_silicon && silicon_message_cooldown > world.time)
+ . = FALSE
+ else if(!is_silicon && nonsilicon_message_cooldown > world.time)
+ . = FALSE
+ else
+ . = TRUE
+
+/datum/subsystem/communications/proc/make_announcement(mob/living/user, is_silicon, input)
+ if(!can_announce(user, is_silicon))
+ return FALSE
+ if(is_silicon)
+ minor_announce(html_decode(input),"[user.name] Announces:")
+ silicon_message_cooldown = world.time + COMMUNICATION_COOLDOWN_AI
+ else
+ priority_announce(html_decode(input), null, 'sound/misc/announce.ogg', "Captain")
+ nonsilicon_message_cooldown = world.time + COMMUNICATION_COOLDOWN
+ log_say("[key_name(user)] has made a priority announcement: [input]")
+ message_admins("[key_name_admin(user)] has made a priority announcement.")
+
+#undef COMMUNICATION_COOLDOWN
+#undef COMMUNICATION_COOLDOWN_AI
diff --git a/code/controllers/subsystem/events.dm b/code/controllers/subsystem/events.dm
index 50e1521518..7cffcb3bc7 100644
--- a/code/controllers/subsystem/events.dm
+++ b/code/controllers/subsystem/events.dm
@@ -59,14 +59,6 @@ var/datum/subsystem/events/SSevent
/datum/subsystem/events/proc/reschedule()
scheduled = world.time + rand(frequency_lower, max(frequency_lower,frequency_upper))
- if(world.time > 108000) //3 hours
- frequency_lower=1000
- frequency_upper=1500
- if(SSshuttle.emergency.mode < SHUTTLE_CALL)
- SSshuttle.emergency.request(null, 1.5)
- log_game("Round time limit reached. Shuttle has been auto-called.")
- message_admins("Round time limit reached. Shuttle called.")
-
//selects a random event based on whether it can occur and it's 'weight'(probability)
/datum/subsystem/events/proc/spawnEvent()
if(!config.allow_random_events)
@@ -105,13 +97,14 @@ var/datum/subsystem/events/SSevent
continue
if (E.alertadmins)
message_admins("Random Event triggering: [E.name] ([E.typepath])")
+ deadchat_broadcast("[E.name] has just been randomly triggered!") //STOP ASSUMING IT'S BADMINS!
log_game("Random Event triggering: [E.name] ([E.typepath])")
return
/datum/round_event/proc/findEventArea() //Here's a nice proc to use to find an area for your event to land in!
var/list/safe_areas = list(
- /area/turret_protected/ai,
- /area/turret_protected/ai_upload,
+ /area/ai_monitored/turret_protected/ai,
+ /area/ai_monitored/turret_protected/ai_upload,
/area/engine,
/area/solar,
/area/holodeck,
diff --git a/code/controllers/subsystem/fastprocess.dm b/code/controllers/subsystem/fastprocess.dm
deleted file mode 100644
index dfe0da21bc..0000000000
--- a/code/controllers/subsystem/fastprocess.dm
+++ /dev/null
@@ -1,33 +0,0 @@
-var/datum/subsystem/fastprocess/SSfastprocess
-
-/datum/subsystem/fastprocess
- name = "Fast Process"
- priority = 25
- flags = SS_BACKGROUND|SS_POST_FIRE_TIMING|SS_NO_INIT
- wait = 2
-
- var/list/processing = list()
- var/list/currentrun = list()
-
-/datum/subsystem/fastprocess/New()
- NEW_SS_GLOBAL(SSfastprocess)
-
-/datum/subsystem/fastprocess/stat_entry()
- ..("FP:[processing.len]")
-
-
-/datum/subsystem/fastprocess/fire(resumed = 0)
- if (!resumed)
- src.currentrun = processing.Copy()
- //cache for sanic speed (lists are references anyways)
- var/list/currentrun = src.currentrun
-
- while(currentrun.len)
- var/datum/thing = currentrun[currentrun.len]
- currentrun.len--
- if(thing)
- thing.process(wait)
- else
- SSfastprocess.processing -= thing
- if (MC_TICK_CHECK)
- return
diff --git a/code/controllers/subsystem/fire_burning.dm b/code/controllers/subsystem/fire_burning.dm
new file mode 100644
index 0000000000..2ace744430
--- /dev/null
+++ b/code/controllers/subsystem/fire_burning.dm
@@ -0,0 +1,42 @@
+var/datum/subsystem/fire_burning/SSfire_burning
+
+/datum/subsystem/fire_burning
+ name = "Fire Burning"
+ priority = 40
+ flags = SS_NO_INIT|SS_BACKGROUND
+
+ var/list/currentrun = list()
+ var/list/processing = list()
+
+/datum/subsystem/fire_burning/New()
+ NEW_SS_GLOBAL(SSfire_burning)
+
+
+/datum/subsystem/fire_burning/stat_entry()
+ ..("P:[processing.len]")
+
+
+/datum/subsystem/fire_burning/fire(resumed = 0)
+ if (!resumed)
+ src.currentrun = processing.Copy()
+
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+
+ while(currentrun.len)
+ var/obj/O = currentrun[currentrun.len]
+ currentrun.len--
+ if (!O || qdeleted(O))
+ processing -= O
+ if (MC_TICK_CHECK)
+ return
+ continue
+
+ if(O.resistance_flags & ON_FIRE)
+ O.take_damage(20, BURN, "fire", 0)
+ else
+ processing -= O
+
+ if (MC_TICK_CHECK)
+ return
+
diff --git a/code/controllers/subsystem/garbage.dm b/code/controllers/subsystem/garbage.dm
index 819c2e4ec1..e05882c6ca 100644
--- a/code/controllers/subsystem/garbage.dm
+++ b/code/controllers/subsystem/garbage.dm
@@ -54,7 +54,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
/datum/subsystem/garbage_collector/fire()
HandleToBeQueued()
- if (!paused)
+ if(state == SS_RUNNING)
HandleQueue()
//If you see this proc high on the profile, what you are really seeing is the garbage collection/soft delete overhead in byond.
@@ -70,7 +70,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
Queue(ref)
tobequeued.Cut(1, 2)
-/datum/subsystem/garbage_collector/proc/HandleQueue(time_to_stop)
+/datum/subsystem/garbage_collector/proc/HandleQueue()
delslasttick = 0
gcedlasttick = 0
var/time_to_kill = world.time - collection_timeout // Anything qdel() but not GC'd BEFORE this time needs to be manually del()
@@ -121,7 +121,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
++totalgcs
/datum/subsystem/garbage_collector/proc/QueueForQueuing(datum/A)
- if (istype(A) && isnull(A.gc_destroyed))
+ if (istype(A) && A.gc_destroyed == GC_CURRENTLY_BEING_QDELETED)
tobequeued += A
A.gc_destroyed = GC_QUEUED_FOR_QUEUING
@@ -142,7 +142,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
queue[refid] = gctime
/datum/subsystem/garbage_collector/proc/HardQueue(datum/A)
- if (istype(A) && isnull(A.gc_destroyed))
+ if (istype(A) && A.gc_destroyed == GC_CURRENTLY_BEING_QDELETED)
tobequeued += A
A.gc_destroyed = GC_QUEUED_FOR_HARD_DEL
@@ -158,19 +158,23 @@ var/datum/subsystem/garbage_collector/SSgarbage
if(!D)
return
#ifdef TESTING
- SSgarbage.qdel_list += "[A.type]"
+ SSgarbage.qdel_list += "[D.type]"
#endif
if(!istype(D))
del(D)
else if(isnull(D.gc_destroyed))
+ D.gc_destroyed = GC_CURRENTLY_BEING_QDELETED
var/hint = D.Destroy(force) // Let our friend know they're about to get fucked up.
if(!D)
return
switch(hint)
if (QDEL_HINT_QUEUE) //qdel should queue the object for deletion.
SSgarbage.QueueForQueuing(D)
- if (QDEL_HINT_LETMELIVE, QDEL_HINT_IWILLGC) //qdel should let the object live after calling destory.
+ if (QDEL_HINT_IWILLGC)
+ return
+ if (QDEL_HINT_LETMELIVE) //qdel should let the object live after calling destory.
if(!force)
+ D.gc_destroyed = null //clear the gc variable (important!)
return
// Returning LETMELIVE after being told to force destroy
// indicates the objects Destroy() does not respect force
@@ -186,18 +190,18 @@ var/datum/subsystem/garbage_collector/SSgarbage
SSgarbage.HardQueue(D)
if (QDEL_HINT_HARDDEL_NOW) //qdel should assume this object won't gc, and hard del it post haste.
del(D)
- if (QDEL_HINT_PUTINPOOL) //qdel will put this object in the pool.
- PlaceInPool(D, 0)
if (QDEL_HINT_FINDREFERENCE)//qdel will, if TESTING is enabled, display all references to this object, then queue the object for deletion.
SSgarbage.QueueForQueuing(D)
#ifdef TESTING
- A.find_references()
+ D.find_references()
#endif
else
if(!SSgarbage.noqdelhint["[D.type]"])
SSgarbage.noqdelhint["[D.type]"] = "[D.type]"
testing("WARNING: [D.type] is not returning a qdel hint. It is being placed in the queue. Further instances of this type will also be queued.")
SSgarbage.QueueForQueuing(D)
+ else if(D.gc_destroyed == GC_CURRENTLY_BEING_QDELETED)
+ CRASH("[D.type] destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic")
// Returns 1 if the object has been queued for deletion.
/proc/qdeleted(datum/D)
@@ -207,25 +211,42 @@ var/datum/subsystem/garbage_collector/SSgarbage
return TRUE
return FALSE
+// Returns true if the object's destroy has been called (set just before it is called)
+/proc/qdestroying(datum/D)
+ if(!istype(D))
+ return FALSE
+ if(D.gc_destroyed == GC_CURRENTLY_BEING_QDELETED)
+ return TRUE
+ return FALSE
+
// Default implementation of clean-up code.
// This should be overridden to remove all references pointing to the object being destroyed.
// Return the appropriate QDEL_HINT; in most cases this is QDEL_HINT_QUEUE.
/datum/proc/Destroy(force=FALSE)
tag = null
+ var/list/timers = active_timers
+ active_timers = null
+ for(var/thing in timers)
+ var/datum/timedevent/timer = thing
+ if (timer.spent)
+ continue
+ qdel(timer)
return QDEL_HINT_QUEUE
/datum/var/gc_destroyed //Time when this object was destroyed.
#ifdef TESTING
-/client/var/running_find_references
/datum/var/running_find_references
-/datum/verb/find_references()
+/datum/verb/find_refs()
set category = "Debug"
set name = "Find References"
set background = 1
set src in world
+ find_references(FALSE)
+
+/datum/proc/find_references(skip_alert)
running_find_references = type
if(usr && usr.client)
if(usr.client.running_find_references)
@@ -237,9 +258,10 @@ var/datum/subsystem/garbage_collector/SSgarbage
SSgarbage.next_fire = world.time + world.tick_lag
return
- if(alert("Running this will create a lot of lag until it finishes. You can cancel it by running it again. Would you like to begin the search?", "Find References", "Yes", "No") == "No")
- running_find_references = null
- return
+ if(!skip_alert)
+ if(alert("Running this will lock everything up for about 5 minutes. Would you like to begin the search?", "Find References", "Yes", "No") == "No")
+ running_find_references = null
+ return
//this keeps the garbage collector from failing to collect objects being searched for in here
SSgarbage.can_fire = 0
@@ -248,13 +270,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
usr.client.running_find_references = type
testing("Beginning search for references to a [type].")
- var/list/things = list()
- for(var/client/thing)
- things |= thing
- for(var/datum/thing)
- things |= thing
- testing("Collected list of things in search for references to a [type]. ([things.len] Thing\s)")
- for(var/datum/thing in things)
+ for(var/datum/thing in world)
if(usr && usr.client && !usr.client.running_find_references) return
for(var/varname in thing.vars)
var/variable = thing.vars[varname]
@@ -263,6 +279,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
else if(islist(variable))
if(src in variable)
testing("Found [src.type] \ref[src] in [thing.type]'s [varname] list var.")
+ CHECK_TICK
testing("Completed search for references to a [type].")
if(usr && usr.client)
usr.client.running_find_references = null
@@ -290,7 +307,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
qdel(src)
if(!running_find_references)
- find_references()
+ find_references(TRUE)
/client/verb/show_qdeleted()
set category = "Debug"
diff --git a/code/controllers/subsystem/icon_smooth.dm b/code/controllers/subsystem/icon_smooth.dm
index 2b19a0dbf7..bedead1ea3 100644
--- a/code/controllers/subsystem/icon_smooth.dm
+++ b/code/controllers/subsystem/icon_smooth.dm
@@ -16,7 +16,7 @@ var/datum/subsystem/icon_smooth/SSicon_smooth
while(smooth_queue.len)
var/atom/A = smooth_queue[smooth_queue.len]
smooth_queue.len--
- ss_smooth_icon(A)
+ smooth_icon(A)
if (MC_TICK_CHECK)
return
if (!smooth_queue.len)
@@ -25,8 +25,13 @@ var/datum/subsystem/icon_smooth/SSicon_smooth
/datum/subsystem/icon_smooth/Initialize()
smooth_zlevel(1,TRUE)
smooth_zlevel(2,TRUE)
- for(var/V in smooth_queue)
+ var/queue = smooth_queue
+ smooth_queue = list()
+ for(var/V in queue)
var/atom/A = V
- if(A.z == 1 || A.z == 2)
- smooth_queue -= A
+ if(!A || A.z <= 2)
+ continue
+ smooth_icon(A)
+ CHECK_TICK
+
..()
\ No newline at end of file
diff --git a/code/controllers/subsystem/jobs.dm b/code/controllers/subsystem/jobs.dm
index f4925cba6d..11b1c680c4 100644
--- a/code/controllers/subsystem/jobs.dm
+++ b/code/controllers/subsystem/jobs.dm
@@ -6,6 +6,8 @@ var/datum/subsystem/job/SSjob
flags = SS_NO_FIRE
var/list/occupations = list() //List of all jobs
+ var/list/name_occupations = list() //Dict of all jobs, keys are titles
+ var/list/type_occupations = list() //Dict of all jobs, keys are types
var/list/unassigned = list() //Players who need jobs
var/list/job_debug = list() //Debug info
var/initial_players_to_assign = 0 //used for checking against population caps
@@ -15,7 +17,8 @@ var/datum/subsystem/job/SSjob
/datum/subsystem/job/Initialize(timeofday)
- SetupOccupations()
+ if(!occupations.len)
+ SetupOccupations()
if(config.load_jobs_from_txt)
LoadJobs()
..()
@@ -37,6 +40,8 @@ var/datum/subsystem/job/SSjob
if(!job.config_check())
continue
occupations += job
+ name_occupations[job.title] = job
+ type_occupations[J] = job
return 1
@@ -49,14 +54,15 @@ var/datum/subsystem/job/SSjob
/datum/subsystem/job/proc/GetJob(rank)
- if(!rank)
- return null
- for(var/datum/job/J in occupations)
- if(!J)
- continue
- if(J.title == rank)
- return J
- return null
+ if(!occupations.len)
+ SetupOccupations()
+ return name_occupations[rank]
+
+/datum/subsystem/job/proc/GetJobType(jobtype)
+ if(!occupations.len)
+ SetupOccupations()
+ return type_occupations[jobtype]
+
/datum/subsystem/job/proc/AssignRole(mob/new_player/player, rank, latejoin=0)
Debug("Running AR, Player: [player], Rank: [rank], LJ: [latejoin]")
@@ -328,7 +334,7 @@ var/datum/subsystem/job/SSjob
for(var/mob/new_player/player in unassigned)
if(PopcapReached())
RejectPlayer(player)
- else if(player.client.prefs.userandomjob)
+ else if(player.client.prefs.joblessrole == BERANDOMJOB)
GiveRandomJob(player)
Debug("DO, Standard Check end")
@@ -339,8 +345,15 @@ var/datum/subsystem/job/SSjob
for(var/mob/new_player/player in unassigned)
if(PopcapReached())
RejectPlayer(player)
- Debug("AC2 Assistant located, Player: [player]")
- AssignRole(player, "Assistant")
+ if(player.client.prefs.joblessrole == BEASSISTANT)
+ Debug("AC2 Assistant located, Player: [player]")
+ AssignRole(player, "Assistant")
+ else // For those who don't want to play if their preference were filled, back you go.
+ RejectPlayer(player)
+
+ for(var/mob/new_player/player in unassigned) //Players that wanted to back out but couldn't because they're antags (can you feel the edge case?)
+ GiveRandomJob(player)
+
return 1
//Gives the player the stuff he should have with his rank
@@ -375,7 +388,7 @@ var/datum/subsystem/job/SSjob
if(clear)
S = T
continue
- if(istype(S, /obj/effect/landmark) && istype(S.loc, /turf))
+ if(istype(S, /obj/effect/landmark) && isturf(S.loc))
H.loc = S.loc
if(H.mind)
@@ -385,7 +398,6 @@ var/datum/subsystem/job/SSjob
var/new_mob = job.equip(H)
if(ismob(new_mob))
H = new_mob
- job.apply_fingerprints(H)
H << "You are the [rank]. "
H << "As the [rank] you answer directly to [job.supervisors]. Special circumstances may change this. "
@@ -394,7 +406,11 @@ var/datum/subsystem/job/SSjob
H << "You are playing a job that is important for Game Progression. If you have to disconnect, please notify the admins via adminhelp. "
if(config.minimal_access_threshold)
H << "As this station was initially staffed with a [config.jobs_have_minimal_access ? "full crew, only your job's necessities" : "skeleton crew, additional access may"] have been added to your ID card. "
- return 1
+
+ if(job && H)
+ job.after_spawn(H)
+
+ return H
/datum/subsystem/job/proc/setup_officer_positions()
@@ -470,7 +486,8 @@ var/datum/subsystem/job/SSjob
/datum/subsystem/job/proc/RejectPlayer(mob/new_player/player)
if(player.mind && player.mind.special_role)
return
- Debug("Popcap overflow Check observer located, Player: [player]")
+ if(PopcapReached())
+ Debug("Popcap overflow Check observer located, Player: [player]")
player << "You have failed to qualify for any job you desired. "
unassigned -= player
player.ready = 0
diff --git a/code/controllers/subsystem/lighting.dm b/code/controllers/subsystem/lighting.dm
index f813b3169b..7065fff925 100644
--- a/code/controllers/subsystem/lighting.dm
+++ b/code/controllers/subsystem/lighting.dm
@@ -1,67 +1,119 @@
-// Needed for changeTurf() so it doesn't screw up before lighting overlays have been made.
-var/lighting_overlays_initialized = FALSE
var/datum/subsystem/lighting/SSlighting
-/var/list/lighting_update_lights = list() // List of lighting sources queued for update.
-/var/list/lighting_update_corners = list() // List of lighting corners queued for update.
-/var/list/lighting_update_overlays = list() // List of lighting overlays queued for update.
-
-/var/list/lighting_update_lights_old = list() // List of lighting sources currently being updated.
-/var/list/lighting_update_corners_old = list() // List of lighting corners currently being updated.
-/var/list/lighting_update_overlays_old = list() // List of lighting overlays currently being updated.
+#define SSLIGHTING_LIGHTS 1
+#define SSLIGHTING_TURFS 2
/datum/subsystem/lighting
- name = "lighting"
+ name = "Lighting"
init_order = 1
- wait = 2
+ wait = 1
+ flags = SS_TICKER
+ priority = 25
display_order = 5
- priority = 40
- flags = SS_POST_FIRE_TIMING
+
+ var/list/changed_lights = list() //list of all datum/light_source that need updating
+ var/changed_lights_workload = 0 //stats on the largest number of lights (max changed_lights.len)
+ var/list/changed_turfs = list() //list of all turfs which may have a different light level
+ var/changed_turfs_workload = 0 //stats on the largest number of turfs changed (max changed_turfs.len)
/datum/subsystem/lighting/New()
NEW_SS_GLOBAL(SSlighting)
return ..()
-/datum/subsystem/lighting/Initialize()
+
+/datum/subsystem/lighting/stat_entry()
+ ..("L:[round(changed_lights_workload,1)]|T:[round(changed_turfs_workload,1)]")
+
+
+//Workhorse of lighting. It cycles through each light that needs updating. It updates their
+//effects and then processes every turf in the queue, updating their lighting object's appearance
+//Any light that returns 1 in check() deletes itself
+//By using queues we are ensuring we don't perform more updates than are necessary
+/datum/subsystem/lighting/fire(resumed = 0)
+ var/ticklimit = CURRENT_TICKLIMIT
+ //split our tick allotment in half so we don't spend it all on lightshift checks
+ CURRENT_TICKLIMIT = world.tick_usage + ((ticklimit-world.tick_usage)/2)
+
+ var/list/changed_lights = src.changed_lights
+ if (!resumed)
+ changed_lights_workload = MC_AVERAGE(changed_lights_workload, changed_lights.len)
+ var/i = 1
+ while (i <= changed_lights.len)
+ var/datum/light_source/LS = changed_lights[i++]
+ LS.check()
+ if (MC_TICK_CHECK)
+ break
+ if (i > 1)
+ changed_lights.Cut(1,i)
+
+ CURRENT_TICKLIMIT = ticklimit
+ var/list/changed_turfs = src.changed_turfs
+ if (!resumed)
+ changed_turfs_workload = MC_AVERAGE(changed_turfs_workload, changed_turfs.len)
+ i = 1
+ while (i <= changed_turfs.len)
+ var/turf/T = changed_turfs[i++]
+ if(T.lighting_changed)
+ T.redraw_lighting()
+ if (MC_TICK_CHECK)
+ break
+ if (i > 1)
+ changed_turfs.Cut(1,i)
+
+//same as above except it attempts to shift ALL turfs in the world regardless of lighting_changed status
+/datum/subsystem/lighting/Initialize(timeofday)
+ var/list/turfs_to_init = block(locate(1, 1, 1), locate(world.maxx, world.maxy, world.maxz))
if (config.starlight)
for(var/area/A in world)
- if (A.dynamic_lighting == DYNAMIC_LIGHTING_IFSTARLIGHT)
+ if (A.lighting_use_dynamic == DYNAMIC_LIGHTING_IFSTARLIGHT)
A.luminosity = 0
- create_all_lighting_overlays()
- global.lighting_overlays_initialized = TRUE
+ CHECK_TICK
+ for(var/thing in changed_lights)
+ var/datum/light_source/LS = thing
+ LS.check()
+ CHECK_TICK
+ changed_lights.Cut()
-/datum/subsystem/lighting/fire()
+ for(var/thing in turfs_to_init)
+ var/turf/T = thing
+ T.init_lighting()
+ CHECK_TICK
+ changed_turfs.Cut()
- lighting_update_lights_old = lighting_update_lights //We use a different list so any additions to the update lists during a delay from scheck() don't cause things to be cut from the list without being updated.
- lighting_update_lights = list()
- for(var/datum/light_source/L in lighting_update_lights_old)
+ ..()
- if(L.check() || L.destroyed || L.force_update)
- L.remove_lum()
- if(!L.destroyed)
- L.apply_lum()
+//Used to strip valid information from an existing instance and transfer it to the replacement. i.e. when a crash occurs
+//It works by using spawn(-1) to transfer the data, if there is a runtime the data does not get transfered but the loop
+//does not crash
+/datum/subsystem/lighting/Recover()
+ if(!istype(SSlighting.changed_turfs))
+ SSlighting.changed_turfs = list()
+ if(!istype(SSlighting.changed_lights))
+ SSlighting.changed_lights = list()
- else if(L.vis_update) //We smartly update only tiles that became (in) visible to use.
- L.smart_vis_update()
+ for(var/thing in SSlighting.changed_lights)
+ var/datum/light_source/LS = thing
+ spawn(-1) //so we don't crash the loop (inefficient)
+ LS.check()
- L.vis_update = FALSE
- L.force_update = FALSE
- L.needs_update = FALSE
+ for(var/thing in changed_turfs)
+ var/turf/T = thing
+ if(T.lighting_changed)
+ spawn(-1)
+ T.redraw_lighting()
- lighting_update_corners_old = lighting_update_corners //Same as above.
- lighting_update_corners = list()
- for(var/A in lighting_update_corners_old)
- var/datum/lighting_corner/C = A
-
- C.update_overlays()
-
- C.needs_update = FALSE
-
- lighting_update_overlays_old = lighting_update_overlays //Same as above.
- lighting_update_overlays = list()
-
- for(var/atom/movable/lighting_overlay/O in lighting_update_overlays_old)
- O.update_overlay()
- O.needs_update = 0
+ var/msg = "## DEBUG: [time2text(world.timeofday)] [name] subsystem restarted. Reports:\n"
+ for(var/varname in SSlighting.vars)
+ switch(varname)
+ if("tag","bestF","type","parent_type","vars")
+ continue
+ else
+ var/varval1 = SSlighting.vars[varname]
+ var/varval2 = vars[varname]
+ if(istype(varval1,/list))
+ varval1 = "/list([length(varval1)])"
+ varval2 = "/list([length(varval2)])"
+ msg += "\t [varname] = [varval1] -> [varval2]\n"
+ world.log << msg
diff --git a/code/controllers/subsystem/mapping.dm b/code/controllers/subsystem/mapping.dm
index b39fca4a6e..70dfe4d2eb 100644
--- a/code/controllers/subsystem/mapping.dm
+++ b/code/controllers/subsystem/mapping.dm
@@ -6,6 +6,9 @@ var/datum/subsystem/mapping/SSmapping
flags = SS_NO_FIRE
display_order = 50
+ var/list/nuke_tiles = list()
+ var/list/nuke_threats = list()
+
/datum/subsystem/mapping/New()
NEW_SS_GLOBAL(SSmapping)
@@ -34,11 +37,34 @@ var/datum/subsystem/mapping/SSmapping
else
space_zlevels += i
- seedRuins(space_zlevels, rand(8,16), /area/space, space_ruins_templates)
+ seedRuins(space_zlevels, config.space_budget, /area/space, space_ruins_templates)
// Set up Z-level transistions.
setup_map_transitions()
..()
+/* Nuke threats, for making the blue tiles on the station go RED
+ Used by the AI doomsday and the self destruct nuke.
+*/
+
+/datum/subsystem/mapping/proc/add_nuke_threat(datum/nuke)
+ nuke_threats[nuke] = TRUE
+ check_nuke_threats()
+
+/datum/subsystem/mapping/proc/remove_nuke_threat(datum/nuke)
+ nuke_threats -= nuke
+ check_nuke_threats()
+
+/datum/subsystem/mapping/proc/check_nuke_threats()
+ for(var/datum/d in nuke_threats)
+ if(!istype(d) || qdeleted(d))
+ nuke_threats -= d
+
+ var/threats = nuke_threats.len
+
+ for(var/N in nuke_tiles)
+ var/turf/open/floor/T = N
+ T.icon_state = (threats ? "rcircuitanim" : T.icon_regular_floor)
+
/datum/subsystem/mapping/Recover()
flags |= SS_NO_INIT
diff --git a/code/controllers/subsystem/minimap.dm b/code/controllers/subsystem/minimap.dm
index d651cabd49..1687cb1b2b 100644
--- a/code/controllers/subsystem/minimap.dm
+++ b/code/controllers/subsystem/minimap.dm
@@ -87,7 +87,7 @@ var/datum/subsystem/minimap/SSminimap
var/obj/obj
var/list/obj_icons
// Don't use icons for space, just add objects in space if they exist.
- if(istype(tile, /turf/open/space))
+ if(isspaceturf(tile))
obj = locate(/obj/structure/lattice/catwalk) in tile
if(obj)
tile_icon = new /icon('icons/obj/smooth_structures/catwalk.dmi', "catwalk", SOUTH)
diff --git a/code/controllers/subsystem/objects.dm b/code/controllers/subsystem/objects.dm
deleted file mode 100644
index c3c01ec47e..0000000000
--- a/code/controllers/subsystem/objects.dm
+++ /dev/null
@@ -1,77 +0,0 @@
-var/datum/subsystem/objects/SSobj
-
-/datum/var/isprocessing = 0
-/datum/proc/process()
- set waitfor = 0
- STOP_PROCESSING(SSobj, src)
- return 0
-
-/datum/subsystem/objects
- name = "Objects"
- init_order = 12
- priority = 40
-
- var/list/atom_spawners = list()
- var/list/processing = list()
- var/list/currentrun = list()
- var/list/burning = list()
-
-/datum/subsystem/objects/New()
- NEW_SS_GLOBAL(SSobj)
-
-/datum/subsystem/objects/Initialize(timeofdayl)
- trigger_atom_spawners()
- setupGenetics()
- for(var/thing in world)
- var/atom/A = thing
- A.initialize()
- CHECK_TICK
- . = ..()
-
-/datum/subsystem/objects/proc/trigger_atom_spawners(zlevel, ignore_z=FALSE)
- for(var/V in atom_spawners)
- var/atom/A = V
- if (!ignore_z && (zlevel && A.z != zlevel))
- continue
- A.spawn_atom_to_world()
-
-/datum/subsystem/objects/stat_entry()
- ..("P:[processing.len]")
-
-
-/datum/subsystem/objects/fire(resumed = 0)
- if (!resumed)
- src.currentrun = processing.Copy()
- //cache for sanic speed (lists are references anyways)
- var/list/currentrun = src.currentrun
-
- while(currentrun.len)
- var/datum/thing = currentrun[currentrun.len]
- currentrun.len--
- if(thing)
- thing.process(wait)
- else
- SSobj.processing -= thing
- if (MC_TICK_CHECK)
- return
-
- for(var/obj/burningobj in SSobj.burning)
- if(burningobj && (burningobj.burn_state == ON_FIRE))
- if(burningobj.burn_world_time < world.time)
- burningobj.burn()
- else
- SSobj.burning.Remove(burningobj)
-
-/datum/subsystem/objects/proc/setup_template_objects(list/objects)
- trigger_atom_spawners(0, ignore_z=TRUE)
- for(var/A in objects)
- var/atom/B = A
- B.initialize()
-
-/datum/subsystem/objects/Recover()
- if (istype(SSobj.atom_spawners))
- atom_spawners = SSobj.atom_spawners
- if (istype(SSobj.processing))
- processing = SSobj.processing
- if (istype(SSobj.burning))
- burning = SSobj.burning
\ No newline at end of file
diff --git a/code/controllers/subsystem/orbit.dm b/code/controllers/subsystem/orbit.dm
new file mode 100644
index 0000000000..da52ae43f7
--- /dev/null
+++ b/code/controllers/subsystem/orbit.dm
@@ -0,0 +1,50 @@
+var/datum/subsystem/orbit/SSorbit
+
+/datum/subsystem/orbit
+ name = "Orbits"
+ priority = 35
+ wait = 2
+ flags = SS_NO_INIT|SS_TICKER
+
+ var/list/currentrun = list()
+ var/list/processing = list()
+
+/datum/subsystem/orbit/New()
+ NEW_SS_GLOBAL(SSorbit)
+
+
+/datum/subsystem/orbit/stat_entry()
+ ..("P:[processing.len]")
+
+
+/datum/subsystem/orbit/fire(resumed = 0)
+ if (!resumed)
+ src.currentrun = processing.Copy()
+
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+
+ while (currentrun.len)
+ var/datum/orbit/O = currentrun[currentrun.len]
+ currentrun.len--
+ if (!O)
+ processing -= O
+ if (MC_TICK_CHECK)
+ return
+ continue
+ if (!O.orbiter)
+ qdel(O)
+ if (MC_TICK_CHECK)
+ return
+ continue
+ if (O.lastprocess >= world.time) //we already checked recently
+ if (MC_TICK_CHECK)
+ return
+ continue
+ var/targetloc = get_turf(O.orbiting)
+ if (targetloc != O.lastloc || O.orbiter.loc != targetloc)
+ O.Check(targetloc)
+ if (MC_TICK_CHECK)
+ return
+
+
diff --git a/code/controllers/subsystem/pai.dm b/code/controllers/subsystem/pai.dm
index 1978c1b167..72a64ac9d6 100644
--- a/code/controllers/subsystem/pai.dm
+++ b/code/controllers/subsystem/pai.dm
@@ -1,14 +1,14 @@
var/datum/subsystem/pai/SSpai
+var/list/obj/item/device/paicard/pai_card_list = list()
/datum/subsystem/pai
name = "pAI"
- init_order = 20
- flags = SS_NO_FIRE|SS_NO_INIT
- var/askDelay = 600
- var/const/NEVER_FOR_THIS_ROUND = -1
+ flags = SS_NO_INIT|SS_NO_FIRE
+
var/list/candidates = list()
- var/list/asked = list()
+ var/ghost_spam = FALSE
+ var/spam_delay = 100
/datum/subsystem/pai/New()
NEW_SS_GLOBAL(SSpai)
@@ -20,6 +20,8 @@ var/datum/subsystem/pai/SSpai
if(card.pai)
return
if(istype(card,/obj/item/device/paicard) && istype(candidate,/datum/paiCandidate))
+ if(check_ready(candidate) != candidate)
+ return FALSE
var/mob/living/silicon/pai/pai = new(card)
if(!candidate.name)
pai.name = pick(ninja_names)
@@ -29,7 +31,6 @@ var/datum/subsystem/pai/SSpai
pai.key = candidate.key
card.setPersonality(pai)
- card.looking_for_personality = 0
ticker.mode.update_cult_icons_removed(card.pai.mind)
ticker.mode.update_rev_icons_removed(card.pai.mind)
@@ -76,8 +77,8 @@ var/datum/subsystem/pai/SSpai
if("submit")
if(candidate)
candidate.ready = 1
- for(var/obj/item/device/paicard/p in world)
- if(p.looking_for_personality == 1)
+ for(var/obj/item/device/paicard/p in pai_card_list)
+ if(!p.pai)
p.alertUpdate()
usr << browse(null, "window=paiRecruit")
return
@@ -134,17 +135,31 @@ var/datum/subsystem/pai/SSpai
M << browse(dat, "window=paiRecruit")
+/datum/subsystem/pai/proc/spam_again()
+ ghost_spam = FALSE
+
+/datum/subsystem/pai/proc/check_ready(var/datum/paiCandidate/C)
+ if(!C.ready)
+ return FALSE
+ for(var/mob/dead/observer/O in player_list)
+ if(O.key == C.key)
+ return C
+ return FALSE
+
/datum/subsystem/pai/proc/findPAI(obj/item/device/paicard/p, mob/user)
- requestRecruits()
+ if(!ghost_spam)
+ ghost_spam = TRUE
+ for(var/mob/dead/observer/G in player_list)
+ if(!G.key || !G.client)
+ continue
+ if(!(ROLE_PAI in G.client.prefs.be_special))
+ continue
+ //G << 'sound/misc/server-ready.ogg' //Alerting them to their consideration
+ G << "Someone is requesting a pAI personality! Use the pAI button to submit yourself as one. "
+ addtimer(CALLBACK(src, .proc/spam_again), spam_delay)
var/list/available = list()
for(var/datum/paiCandidate/c in SSpai.candidates)
- if(c.ready)
- var/found = 0
- for(var/mob/dead/observer/o in player_list)
- if(o.key == c.key)
- found = 1
- if(found)
- available.Add(c)
+ available.Add(check_ready(c))
var/dat = ""
dat += {"
@@ -180,36 +195,6 @@ var/datum/subsystem/pai/SSpai
user << browse(dat, "window=findPai")
-/datum/subsystem/pai/proc/requestRecruits()
- for(var/mob/dead/observer/O in player_list)
- if(jobban_isbanned(O, ROLE_PAI))
- continue
- if(asked[O.ckey])
- if(world.time < asked[O.ckey] + askDelay || asked[O.ckey] == NEVER_FOR_THIS_ROUND)
- continue
- else
- asked.Remove(O.ckey)
- if(O.client)
- var/hasSubmitted = 0
- for(var/datum/paiCandidate/c in SSpai.candidates)
- if(c.key == O.key)
- hasSubmitted = 1
- if(!hasSubmitted && (ROLE_PAI in O.client.prefs.be_special))
- question(O.client)
-
-/datum/subsystem/pai/proc/question(client/C)
- set waitfor = 0
- if(!C)
- return
- asked[C.ckey] = world.time
- var/response = tgalert(C, "Someone is requesting a pAI personality. Would you like to play as a personal AI?", "pAI Request", "Yes", "No", "Never for this round", StealFocus=0, Timeout=askDelay)
- if(!C)
- return //handle logouts that happen whilst the alert is waiting for a response.
- if(response == "Yes")
- recruitWindow(C.mob)
- else if (response == "Never for this round")
- asked[C.ckey] = NEVER_FOR_THIS_ROUND
-
/datum/paiCandidate
var/name
var/key
diff --git a/code/controllers/subsystem/parallax.dm b/code/controllers/subsystem/parallax.dm
index 5f8f373212..a1921782ea 100644
--- a/code/controllers/subsystem/parallax.dm
+++ b/code/controllers/subsystem/parallax.dm
@@ -1,12 +1,42 @@
var/datum/subsystem/parallax/SSparallax
/datum/subsystem/parallax
- name = "Space Parallax"
- init_order = 18
- flags = SS_NO_FIRE
+ name = "parallax"
+ wait = 2
+ flags = SS_POST_FIRE_TIMING | SS_FIRE_IN_LOBBY | SS_BACKGROUND | SS_NO_INIT
+ priority = 65
+ var/list/currentrun
/datum/subsystem/parallax/New()
- NEW_SS_GLOBAL(SSparallax)
+ NEW_SS_GLOBAL(SSparallax)
+ return ..()
-/datum/subsystem/parallax/Initialize()
- create_global_parallax_icons()
+/datum/subsystem/parallax/fire(resumed = 0)
+ if (!resumed)
+ src.currentrun = clients.Copy()
+
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+
+ while(length(currentrun))
+ var/client/C = currentrun[currentrun.len]
+ currentrun.len--
+ if (!C || !C.eye)
+ if (MC_TICK_CHECK)
+ return
+ continue
+ var/atom/movable/A = C.eye
+ if(!A)
+ return
+ for (A; isloc(A.loc) && !isturf(A.loc); A = A.loc);
+
+ if(A != C.movingmob)
+ if(C.movingmob != null)
+ C.movingmob.client_mobs_in_contents -= C.mob
+ UNSETEMPTY(C.movingmob.client_mobs_in_contents)
+ LAZYINITLIST(A.client_mobs_in_contents)
+ A.client_mobs_in_contents += C.mob
+ C.movingmob = A
+ if (MC_TICK_CHECK)
+ return
+ currentrun = null
\ No newline at end of file
diff --git a/code/controllers/subsystem/persistence.dm b/code/controllers/subsystem/persistence.dm
new file mode 100644
index 0000000000..479b29ee32
--- /dev/null
+++ b/code/controllers/subsystem/persistence.dm
@@ -0,0 +1,130 @@
+var/datum/subsystem/persistence/SSpersistence
+
+/datum/subsystem/persistence
+ name = "Persistence"
+ init_order = -100
+ flags = SS_NO_FIRE
+ var/savefile/secret_satchels
+ var/list/satchel_blacklist = list() //this is a typecache
+ var/list/new_secret_satchels = list() //these are objects
+ var/old_secret_satchels = ""
+
+ var/list/obj/structure/chisel_message/chisel_messages = list()
+ var/list/saved_messages = list()
+ var/savefile/chisel_messages_sav
+
+/datum/subsystem/persistence/New()
+ NEW_SS_GLOBAL(SSpersistence)
+
+/datum/subsystem/persistence/Initialize()
+ LoadSatchels()
+ LoadPoly()
+ LoadChiselMessages()
+ ..()
+
+/datum/subsystem/persistence/proc/LoadSatchels()
+ secret_satchels = new /savefile("data/npc_saves/SecretSatchels.sav")
+ satchel_blacklist = typecacheof(list(/obj/item/stack/tile/plasteel, /obj/item/weapon/crowbar))
+ secret_satchels[MAP_NAME] >> old_secret_satchels
+
+ var/list/expanded_old_satchels = list()
+ var/placed_satchels = 0
+
+ if(!isnull(old_secret_satchels))
+ expanded_old_satchels = splittext(old_secret_satchels,"#")
+ if(PlaceSecretSatchel(expanded_old_satchels))
+ placed_satchels++
+ else
+ expanded_old_satchels.len = 0
+
+ var/list/free_satchels = list()
+ for(var/turf/T in shuffle(block(locate(TRANSITIONEDGE,TRANSITIONEDGE,ZLEVEL_STATION), locate(world.maxx-TRANSITIONEDGE,world.maxy-TRANSITIONEDGE,ZLEVEL_STATION)))) //Nontrivially expensive but it's roundstart only
+ if(isfloorturf(T) && !istype(T,/turf/open/floor/plating/))
+ free_satchels += new /obj/item/weapon/storage/backpack/satchel/flat/secret(T)
+ if(!isemptylist(free_satchels) && ((free_satchels.len + placed_satchels) >= (50 - expanded_old_satchels.len) * 0.1)) //up to six tiles, more than enough to kill anything that moves
+ break
+
+/datum/subsystem/persistence/proc/PlaceSecretSatchel(list/expanded_old_satchels)
+ var/satchel_string
+
+ if(expanded_old_satchels.len >= 20) //guards against low drop pools assuring that one player cannot reliably find his own gear.
+ satchel_string = pick_n_take(expanded_old_satchels)
+
+ old_secret_satchels = jointext(expanded_old_satchels,"#")
+ secret_satchels[MAP_NAME] << old_secret_satchels
+
+ var/list/chosen_satchel = splittext(satchel_string,"|")
+ if(!chosen_satchel || isemptylist(chosen_satchel) || chosen_satchel.len != 3) //Malformed
+ return 0
+
+ var/path = text2path(chosen_satchel[3]) //If the item no longer exist, this returns null
+ if(!path)
+ return 0
+
+ var/obj/item/weapon/storage/backpack/satchel/flat/F = new()
+ F.x = text2num(chosen_satchel[1])
+ F.y = text2num(chosen_satchel[2])
+ F.z = ZLEVEL_STATION
+ if(isfloorturf(F.loc) && !istype(F.loc,/turf/open/floor/plating/))
+ F.hide(1)
+ new path(F)
+ return 1
+
+/datum/subsystem/persistence/proc/LoadPoly()
+ for(var/mob/living/simple_animal/parrot/Poly/P in living_mob_list)
+ twitterize(P.speech_buffer, "polytalk")
+ break //Who's been duping the bird?!
+
+/datum/subsystem/persistence/proc/LoadChiselMessages()
+ chisel_messages_sav = new /savefile("data/npc_saves/ChiselMessages.sav")
+ var/saved_json
+ chisel_messages_sav[MAP_NAME] >> saved_json
+
+ if(!saved_json)
+ return
+
+ var/saved_messages = json_decode(saved_json)
+
+ for(var/item in saved_messages)
+ var/turf/T = locate(item["x"], item["y"], ZLEVEL_STATION)
+ if(!isturf(T))
+ continue
+ if(locate(/obj/structure/chisel_message) in T)
+ continue
+ var/obj/structure/chisel_message/M = new(T)
+ M.unpack(item)
+ if(!M.loc)
+ M.persists = FALSE
+ qdel(M)
+
+
+/datum/subsystem/persistence/proc/CollectData()
+ CollectChiselMessages()
+ CollectSecretSatchels()
+
+/datum/subsystem/persistence/proc/CollectSecretSatchels()
+ for(var/A in new_secret_satchels)
+ var/obj/item/weapon/storage/backpack/satchel/flat/F = A
+ if(qdeleted(F) || F.z != ZLEVEL_STATION || F.invisibility != INVISIBILITY_MAXIMUM)
+ continue
+ var/list/savable_obj = list()
+ for(var/obj/O in F)
+ if(is_type_in_typecache(O, satchel_blacklist) || O.admin_spawned)
+ continue
+ if(O.persistence_replacement)
+ savable_obj += O.persistence_replacement
+ else
+ savable_obj += O.type
+ if(isemptylist(savable_obj))
+ continue
+ old_secret_satchels += "[F.x]|[F.y]|[pick(savable_obj)]#"
+ secret_satchels[MAP_NAME] << old_secret_satchels
+
+/datum/subsystem/persistence/proc/CollectChiselMessages()
+ for(var/obj/structure/chisel_message/M in chisel_messages)
+ saved_messages += list(M.pack())
+
+ chisel_messages_sav[MAP_NAME] << json_encode(saved_messages)
+
+/datum/subsystem/persistence/proc/SaveChiselMessage(obj/structure/chisel_message/M)
+ saved_messages += list(M.pack()) // dm eats one list.
diff --git a/code/controllers/subsystem/ping.dm b/code/controllers/subsystem/ping.dm
new file mode 100644
index 0000000000..1f07ce2e76
--- /dev/null
+++ b/code/controllers/subsystem/ping.dm
@@ -0,0 +1,33 @@
+#define PING_BUFFER_TIME 25
+
+var/datum/subsystem/ping/SSping
+
+/datum/subsystem/ping
+ name = "Ping"
+ wait = 6
+ flags = SS_NO_INIT|SS_POST_FIRE_TIMING|SS_FIRE_IN_LOBBY
+ priority = 10
+ var/list/currentrun
+
+/datum/subsystem/ping/New()
+ NEW_SS_GLOBAL(SSping)
+
+/datum/subsystem/ping/fire(resumed = FALSE)
+ if (!resumed)
+ src.currentrun = clients.Copy()
+
+ var/list/currentrun = src.currentrun
+ while (length(currentrun))
+ var/client/C = currentrun[currentrun.len]
+ currentrun.len--
+ if (!C || world.time - C.connection_time < PING_BUFFER_TIME || C.inactivity >= (wait-1))
+ if (MC_TICK_CHECK)
+ return
+ continue
+ winset(C, null, "command=.update_ping+[world.time+world.tick_lag*world.tick_usage/100]")
+ if (MC_TICK_CHECK) //one day, when ss13 has 1000 people per server, you guys are gonna be glad I added this tick check
+ return
+
+ currentrun = null
+
+#undef PING_BUFFER_TIME
diff --git a/code/controllers/subsystem/processing/fastprocess.dm b/code/controllers/subsystem/processing/fastprocess.dm
new file mode 100644
index 0000000000..7a46f253ef
--- /dev/null
+++ b/code/controllers/subsystem/processing/fastprocess.dm
@@ -0,0 +1,10 @@
+//Fires five times every second.
+
+var/datum/subsystem/processing/fastprocess/SSfastprocess
+/datum/subsystem/processing/fastprocess
+ name = "Fast Processing"
+ wait = 2
+ stat_tag = "FP"
+
+/datum/subsystem/processing/fastprocess/New()
+ NEW_SS_GLOBAL(SSfastprocess)
diff --git a/code/controllers/subsystem/processing/flightpacks.dm b/code/controllers/subsystem/processing/flightpacks.dm
new file mode 100644
index 0000000000..a036d06046
--- /dev/null
+++ b/code/controllers/subsystem/processing/flightpacks.dm
@@ -0,0 +1,11 @@
+
+var/datum/subsystem/processing/flightpacks/SSflightpacks
+/datum/subsystem/processing/flightpacks
+ name = "Flightpack Movement"
+ priority = 30
+ wait = 2
+ stat_tag = "FM"
+ flags = SS_NO_INIT|SS_TICKER|SS_KEEP_TIMING
+
+/datum/subsystem/processing/flightpacks/New()
+ NEW_SS_GLOBAL(SSflightpacks)
diff --git a/code/controllers/subsystem/processing/objects.dm b/code/controllers/subsystem/processing/objects.dm
new file mode 100644
index 0000000000..5dcdd353fc
--- /dev/null
+++ b/code/controllers/subsystem/processing/objects.dm
@@ -0,0 +1,86 @@
+var/datum/subsystem/objects/SSobj
+
+#define INITIALIZATION_INSSOBJ 0 //New should not call Initialize
+#define INITIALIZATION_INNEW_MAPLOAD 1 //New should call Initialize(TRUE)
+#define INITIALIZATION_INNEW_REGULAR 2 //New should call Initialize(FALSE)
+
+/datum/var/isprocessing = 0
+/datum/proc/process()
+ set waitfor = 0
+ STOP_PROCESSING(SSobj, src)
+ return 0
+
+/datum/subsystem/objects
+ name = "Objects"
+ init_order = 12
+ priority = 40
+
+ var/initialized = INITIALIZATION_INSSOBJ
+ var/old_initialized
+ var/list/processing = list()
+ var/list/currentrun = list()
+
+/datum/subsystem/objects/New()
+ NEW_SS_GLOBAL(SSobj)
+
+/datum/subsystem/objects/Initialize(timeofdayl)
+ fire_overlay.appearance_flags = RESET_COLOR
+ setupGenetics() //to set the mutations' place in structural enzymes, so monkey.initialize() knows where to put the monkey mutation.
+ initialized = INITIALIZATION_INNEW_MAPLOAD
+ InitializeAtoms()
+ . = ..()
+
+/datum/subsystem/objects/proc/InitializeAtoms(list/objects = null)
+ if(initialized == INITIALIZATION_INSSOBJ)
+ return
+ initialized = INITIALIZATION_INNEW_MAPLOAD
+ if(objects)
+ for(var/thing in objects)
+ var/atom/A = thing
+ A.Initialize(TRUE)
+ CHECK_TICK
+ else
+ for(var/atom/A in world)
+ if(!A.initialized) //this check is to make sure we don't call it twice on an object that was created in a previous Initialize call
+ var/start_tick = world.time
+ A.Initialize(TRUE)
+ if(start_tick != world.time)
+ WARNING("[A]: [A.type] slept during it's Initialize!")
+ CHECK_TICK
+ initialized = INITIALIZATION_INNEW_REGULAR
+
+/datum/subsystem/objects/proc/map_loader_begin()
+ old_initialized = initialized
+ initialized = INITIALIZATION_INSSOBJ
+
+/datum/subsystem/objects/proc/map_loader_stop()
+ initialized = old_initialized
+
+/datum/subsystem/objects/stat_entry()
+ ..("P:[processing.len]")
+
+
+/datum/subsystem/objects/fire(resumed = 0)
+ if (!resumed)
+ src.currentrun = processing.Copy()
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+
+ while(currentrun.len)
+ var/datum/thing = currentrun[currentrun.len]
+ currentrun.len--
+ if(thing)
+ thing.process(wait)
+ else
+ SSobj.processing -= thing
+ if (MC_TICK_CHECK)
+ return
+
+/datum/subsystem/objects/Recover()
+ initialized = SSobj.initialized
+ if(initialized == INITIALIZATION_INNEW_MAPLOAD)
+ InitializeAtoms()
+ old_initialized = SSobj.old_initialized
+
+ if (istype(SSobj.processing))
+ processing = SSobj.processing
diff --git a/code/controllers/subsystem/processing/processing.dm b/code/controllers/subsystem/processing/processing.dm
new file mode 100644
index 0000000000..92540ba442
--- /dev/null
+++ b/code/controllers/subsystem/processing/processing.dm
@@ -0,0 +1,34 @@
+//Used to process objects. Fires once every second.
+
+var/datum/subsystem/processing/SSprocessing
+/datum/subsystem/processing
+ name = "Processing"
+ priority = 25
+ flags = SS_BACKGROUND|SS_POST_FIRE_TIMING|SS_NO_INIT
+ wait = 10
+
+ var/stat_tag = "P" //Used for logging
+ var/list/processing = list()
+ var/list/currentrun = list()
+
+/datum/subsystem/processing/New()
+ NEW_SS_GLOBAL(SSprocessing)
+
+/datum/subsystem/processing/stat_entry()
+ ..("[stat_tag]:[processing.len]")
+
+/datum/subsystem/processing/fire(resumed = 0)
+ if (!resumed)
+ currentrun = processing.Copy()
+ //cache for sanic speed (lists are references anyways)
+ var/list/current_run = currentrun
+
+ while(current_run.len)
+ var/datum/thing = current_run[current_run.len]
+ current_run.len--
+ if(thing)
+ thing.process(wait)
+ else
+ processing -= thing
+ if (MC_TICK_CHECK)
+ return
diff --git a/code/controllers/subsystem/religion.dm b/code/controllers/subsystem/religion.dm
new file mode 100644
index 0000000000..69ec3fe7d5
--- /dev/null
+++ b/code/controllers/subsystem/religion.dm
@@ -0,0 +1,17 @@
+var/datum/subsystem/religion/SSreligion
+
+/datum/subsystem/religion
+ name = "Religion"
+ init_order = 19
+ flags = SS_NO_FIRE|SS_NO_INIT
+
+ var/bible_deity_name
+ var/Bible_icon_state
+ var/Bible_item_state
+ var/Bible_name
+ var/Bible_deity_name
+
+ var/holy_weapon
+
+/datum/subsystem/religion/New()
+ NEW_SS_GLOBAL(SSreligion)
diff --git a/code/controllers/subsystem/server_maintenance.dm b/code/controllers/subsystem/server_maintenance.dm
index 70c03b7591..1e4b4ae76f 100644
--- a/code/controllers/subsystem/server_maintenance.dm
+++ b/code/controllers/subsystem/server_maintenance.dm
@@ -3,12 +3,16 @@ var/datum/subsystem/server_maint/SSserver
/datum/subsystem/server_maint
name = "Server Tasks"
wait = 6000
- init_order = 19
- flags = SS_NO_TICK_CHECK|SS_NO_INIT
+ flags = SS_NO_TICK_CHECK
/datum/subsystem/server_maint/New()
NEW_SS_GLOBAL(SSserver)
+/datum/subsystem/server_maint/Initialize(timeofday)
+ if (config.hub)
+ world.visibility = 1
+ ..()
+
/datum/subsystem/server_maint/fire()
//handle kicking inactive players
if(config.kick_inactive > 0)
@@ -17,7 +21,7 @@ var/datum/subsystem/server_maint/SSserver
if(!istype(C.mob, /mob/dead))
log_access("AFK: [key_name(C)]")
C << "You have been inactive for more than 10 minutes and have been disconnected. "
- del(C)
+ qdel(C)
if(config.sql_enabled)
sql_poll_players()
diff --git a/code/controllers/subsystem/shuttles.dm b/code/controllers/subsystem/shuttles.dm
index 8860b58864..bf934dc242 100644
--- a/code/controllers/subsystem/shuttles.dm
+++ b/code/controllers/subsystem/shuttles.dm
@@ -1,3 +1,5 @@
+#define HIGHLIGHT_DYNAMIC_TRANSIT 1
+
var/datum/subsystem/shuttle/SSshuttle
/datum/subsystem/shuttle
@@ -10,6 +12,10 @@ var/datum/subsystem/shuttle/SSshuttle
var/list/stationary = list()
var/list/transit = list()
+ var/list/turf/transit_turfs = list()
+ var/list/transit_requesters = list()
+ var/clear_transit = FALSE
+
//emergency shuttle stuff
var/obj/docking_port/mobile/emergency/emergency
var/obj/docking_port/mobile/emergency/backup/backup_shuttle
@@ -18,6 +24,7 @@ var/datum/subsystem/shuttle/SSshuttle
var/emergencyEscapeTime = 1200 //time taken for emergency shuttle to reach a safe distance after leaving station (in deciseconds)
var/area/emergencyLastCallLoc
var/emergencyNoEscape
+ var/list/hostileEnvironments = list()
//supply shuttle stuff
var/obj/docking_port/mobile/supply/supply
@@ -33,6 +40,11 @@ var/datum/subsystem/shuttle/SSshuttle
var/datum/round_event/shuttle_loan/shuttle_loan
+ var/shuttle_purchased = FALSE //If the station has purchased a replacement escape shuttle this round
+ var/list/shuttle_purchase_requirements_met = list() //For keeping track of ingame events that would unlock new shuttles, such as defeating a boss or discovering a secret item
+
+ var/lockdown = FALSE //disallow transit after nuke goes off
+
/datum/subsystem/shuttle/New()
NEW_SS_GLOBAL(SSshuttle)
@@ -53,16 +65,87 @@ var/datum/subsystem/shuttle/SSshuttle
supply_packs[P.type] = P
initial_move()
- ..()
+ setup_transit_zone()
+#ifdef HIGHLIGHT_DYNAMIC_TRANSIT
+ color_space()
+#endif
+/datum/subsystem/shuttle/proc/setup_transit_zone()
+ if(transit_markers.len == 0)
+ WARNING("No /obj/effect/landmark/transit placed on the map!")
+ return
+ // transit zone
+ var/turf/A = get_turf(transit_markers[1])
+ var/turf/B = get_turf(transit_markers[2])
+ for(var/i in block(A, B))
+ var/turf/T = i
+ T.ChangeTurf(/turf/open/space)
+ transit_turfs += T
+ T.flags |= UNUSED_TRANSIT_TURF
+
+#ifdef HIGHLIGHT_DYNAMIC_TRANSIT
+/datum/subsystem/shuttle/proc/color_space()
+ if(transit_markers.len == 0)
+ WARNING("No /obj/effect/landmark/transit placed on the map!")
+ return
+ var/turf/A = get_turf(transit_markers[1])
+ var/turf/B = get_turf(transit_markers[2])
+ for(var/i in block(A, B))
+ var/turf/T = i
+ // Only dying the "pure" space, not the transit tiles
+ if(istype(T, /turf/open/space/transit) || !isspaceturf(T))
+ continue
+ if((T.x == A.x) || (T.x == B.x) || (T.y == A.y) || (T.y == B.y))
+ T.color = "#ffff00"
+ else
+ T.color = "#00ffff"
+#endif
+
+ //world.log << "[transit_turfs.len] transit turfs registered"
/datum/subsystem/shuttle/fire()
for(var/thing in mobile)
- if(thing)
- var/obj/docking_port/mobile/P = thing
- P.check()
+ if(!thing)
+ mobile.Remove(thing)
continue
- mobile.Remove(thing)
+ var/obj/docking_port/mobile/P = thing
+ P.check()
+ var/changed_transit = FALSE
+ for(var/thing in transit)
+ var/obj/docking_port/stationary/transit/T = thing
+ if(!T.owner)
+ qdel(T, force=TRUE)
+ changed_transit = TRUE
+ // This next one removes transit docks/zones that aren't
+ // immediately being used. This will mean that the zone creation
+ // code will be running a lot.
+ var/obj/docking_port/mobile/owner = T.owner
+ if(owner)
+ var/idle = owner.mode == SHUTTLE_IDLE
+ var/not_centcom_evac = owner.launch_status == NOLAUNCH
+ var/not_in_use = (!T.get_docked())
+ if(idle && not_centcom_evac && not_in_use)
+ qdel(T, force=TRUE)
+ changed_transit = TRUE
+ if(clear_transit)
+ transit_requesters.Cut()
+ for(var/i in transit)
+ qdel(i, force=TRUE)
+ setup_transit_zone()
+ clear_transit = FALSE
+ changed_transit = TRUE
+#ifdef HIGHLIGHT_DYNAMIC_TRANSIT
+ if(changed_transit)
+ color_space()
+#endif
+
+ while(transit_requesters.len)
+ var/requester = popleft(transit_requesters)
+ var/success = generate_transit_dock(requester)
+ if(!success) // BACK OF THE QUEUE
+ transit_requesters += requester
+ if(MC_TICK_CHECK)
+ return
/datum/subsystem/shuttle/proc/getShuttle(id)
for(var/obj/docking_port/mobile/M in mobile)
@@ -105,6 +188,9 @@ var/datum/subsystem/shuttle/SSshuttle
if(SHUTTLE_DOCKED)
user << "The emergency shuttle is already here."
return
+ if(SHUTTLE_IGNITING)
+ user << "The emergency shuttle is firing its engines to leave."
+ return
if(SHUTTLE_ESCAPE)
user << "The emergency shuttle is moving away to a safe distance."
return
@@ -114,22 +200,24 @@ var/datum/subsystem/shuttle/SSshuttle
call_reason = trim(html_encode(call_reason))
- if(length(call_reason) < CALL_SHUTTLE_REASON_LENGTH)
+ if(length(call_reason) < CALL_SHUTTLE_REASON_LENGTH && seclevel2num(get_security_level()) > SEC_LEVEL_GREEN)
user << "You must provide a reason."
return
var/area/signal_origin = get_area(user)
var/emergency_reason = "\nNature of emergency:\n\n[call_reason]"
- if(seclevel2num(get_security_level()) == SEC_LEVEL_RED) // There is a serious threat we gotta move no time to give them five minutes.
- emergency.request(null, 0.5, signal_origin, html_decode(emergency_reason), 1)
- else
- emergency.request(null, 1, signal_origin, html_decode(emergency_reason), 0)
+ var/security_num = seclevel2num(get_security_level())
+ switch(security_num)
+ if(SEC_LEVEL_GREEN)
+ emergency.request(null, 2, signal_origin, html_decode(emergency_reason), 0)
+ if(SEC_LEVEL_BLUE)
+ emergency.request(null, 1, signal_origin, html_decode(emergency_reason), 0)
+ else
+ emergency.request(null, 0.5, signal_origin, html_decode(emergency_reason), 1) // There is a serious threat we gotta move no time to give them five minutes.
log_game("[key_name(user)] has called the shuttle.")
message_admins("[key_name_admin(user)] has called the shuttle.")
- return
-
// Called when an emergency shuttle mobile docking port is
// destroyed, which will only happen with admin intervention
/datum/subsystem/shuttle/proc/emergencyDeregister()
@@ -149,19 +237,24 @@ var/datum/subsystem/shuttle/SSshuttle
return
if(ticker.mode.name == "meteor")
return
- if(seclevel2num(get_security_level()) == SEC_LEVEL_RED)
- if(emergency.timeLeft(1) < emergencyCallTime * 0.25)
- return
- else
- if(emergency.timeLeft(1) < emergencyCallTime * 0.5)
- return
+ var/security_num = seclevel2num(get_security_level())
+ switch(security_num)
+ if(SEC_LEVEL_GREEN)
+ if(emergency.timeLeft(1) < emergencyCallTime)
+ return
+ if(SEC_LEVEL_BLUE)
+ if(emergency.timeLeft(1) < emergencyCallTime * 0.5)
+ return
+ else
+ if(emergency.timeLeft(1) < emergencyCallTime * 0.25)
+ return
return 1
/datum/subsystem/shuttle/proc/autoEvac()
var/callShuttle = 1
for(var/thing in shuttle_caller_list)
- if(istype(thing, /mob/living/silicon/ai))
+ if(isAI(thing))
var/mob/living/silicon/ai/AI = thing
if(AI.stat || !AI.client)
continue
@@ -181,6 +274,34 @@ var/datum/subsystem/shuttle/SSshuttle
log_game("There is no means of calling the shuttle anymore. Shuttle automatically called.")
message_admins("All the communications consoles were destroyed and all AIs are inactive. Shuttle called.")
+/datum/subsystem/shuttle/proc/registerHostileEnvironment(datum/bad)
+ hostileEnvironments[bad] = TRUE
+ checkHostileEnvironment()
+
+/datum/subsystem/shuttle/proc/clearHostileEnvironment(datum/bad)
+ hostileEnvironments -= bad
+ checkHostileEnvironment()
+
+/datum/subsystem/shuttle/proc/checkHostileEnvironment()
+ for(var/datum/d in hostileEnvironments)
+ if(!istype(d) || qdeleted(d))
+ hostileEnvironments -= d
+ emergencyNoEscape = hostileEnvironments.len
+
+ if(emergencyNoEscape && (emergency.mode == SHUTTLE_IGNITING))
+ emergency.mode = SHUTTLE_STRANDED
+ emergency.timer = null
+ emergency.sound_played = FALSE
+ priority_announce("Hostile environment detected. \
+ Departure has been postponed indefinitely pending \
+ conflict resolution.", null, 'sound/misc/notice1.ogg', "Priority")
+ if(!emergencyNoEscape && (emergency.mode == SHUTTLE_STRANDED))
+ emergency.mode = SHUTTLE_DOCKED
+ emergency.setTimer(emergencyDockTime)
+ priority_announce("Hostile environment resolved. \
+ You have 3 minutes to board the Emergency Shuttle.",
+ null, 'sound/AI/shuttledock.ogg', "Priority")
+
//try to move/request to dockHome if possible, otherwise dockAway. Mainly used for admin buttons
/datum/subsystem/shuttle/proc/toggleShuttle(shuttleId, dockHome, dockAway, timed)
var/obj/docking_port/mobile/M = getShuttle(shuttleId)
@@ -213,11 +334,149 @@ var/datum/subsystem/shuttle/SSshuttle
return 2
return 0 //dock successful
+/datum/subsystem/shuttle/proc/request_transit_dock(obj/docking_port/mobile/M)
+ if(!istype(M))
+ throw EXCEPTION("[M] is not a mobile docking port")
+
+ if(M.assigned_transit)
+ return
+ else
+ if(!(M in transit_requesters))
+ transit_requesters += M
+
+/datum/subsystem/shuttle/proc/generate_transit_dock(obj/docking_port/mobile/M)
+ // First, determine the size of the needed zone
+ // Because of shuttle rotation, the "width" of the shuttle is not
+ // always x.
+ var/travel_dir = M.preferred_direction
+ // Remember, the direction is the direction we appear to be
+ // coming from
+ var/dock_angle = dir2angle(M.preferred_direction) + M.port_angle + 180
+ var/dock_dir = angle2dir(dock_angle)
+
+ var/transit_width = SHUTTLE_TRANSIT_BORDER * 2
+ var/transit_height = SHUTTLE_TRANSIT_BORDER * 2
+
+ // Shuttles travelling on their side have their dimensions swapped
+ // from our perspective
+ switch(dock_dir)
+ if(NORTH, SOUTH)
+ transit_width += M.width
+ transit_height += M.height
+ if(EAST, WEST)
+ transit_width += M.height
+ transit_height += M.width
+/*
+ world << "The attempted transit dock will be [transit_width] width, and \
+ [transit_height] in height. The travel dir is [travel_dir]."
+*/
+
+ // Then find a place to put the zone
+
+ var/list/proposed_zone
+
+ base:
+ for(var/i in transit_turfs)
+ CHECK_TICK
+ var/turf/topleft = i
+ if(!(topleft.flags & UNUSED_TRANSIT_TURF))
+ continue
+ var/turf/bottomright = locate(topleft.x + transit_width,
+ topleft.y + transit_height, topleft.z)
+ if(!bottomright)
+ continue
+ if(!(bottomright.flags & UNUSED_TRANSIT_TURF))
+ continue
+
+ proposed_zone = block(topleft, bottomright)
+ if(!proposed_zone)
+ continue
+ for(var/j in proposed_zone)
+ var/turf/T = j
+ if(!T)
+ continue base
+ if(!(T.flags & UNUSED_TRANSIT_TURF))
+ continue base
+ //world << "[COORD(topleft)] and [COORD(bottomright)]"
+ break base
+
+ if((!proposed_zone) || (!proposed_zone.len))
+ return FALSE
+
+ var/turf/topleft = proposed_zone[1]
+ //world << "[COORD(topleft)] is TOPLEFT"
+ // Then create a transit docking port in the middle
+ var/coords = M.return_coords(0, 0, dock_dir)
+ //world << json_encode(coords)
+ /* 0------2
+ | |
+ | |
+ | x |
+ 3------1
+ */
+
+ var/x0 = coords[1]
+ var/y0 = coords[2]
+ var/x1 = coords[3]
+ var/y1 = coords[4]
+ // Then we want the point closest to -infinity,-infinity
+ var/x2 = min(x0, x1)
+ var/y2 = min(y0, y1)
+/*
+ var/lowx = topleft.x + SHUTTLE_TRANSIT_BORDER
+ var/lowy = topleft.y + SHUTTLE_TRANSIT_BORDER
+
+ var/turf/low_point = locate(lowx, lowy, topleft.z)
+ new /obj/effect/landmark/stationary(low_point)
+ world << "Starting at the low point, we go [x2],[y2]"
+*/
+ // Then invert the numbers
+ var/transit_x = topleft.x + SHUTTLE_TRANSIT_BORDER + abs(x2)
+ var/transit_y = topleft.y + SHUTTLE_TRANSIT_BORDER + abs(y2)
+
+ var/transit_path = /turf/open/space/transit
+ switch(travel_dir)
+ if(NORTH)
+ transit_path = /turf/open/space/transit/north
+ if(SOUTH)
+ transit_path = /turf/open/space/transit/south
+ if(EAST)
+ transit_path = /turf/open/space/transit/east
+ if(WEST)
+ transit_path = /turf/open/space/transit/west
+
+ //world << "Docking port at [transit_x], [transit_y], [topleft.z]"
+ var/turf/midpoint = locate(transit_x, transit_y, topleft.z)
+ if(!midpoint)
+ return FALSE
+ //world << "Making transit dock at [COORD(midpoint)]"
+ var/area/shuttle/transit/A = new()
+ A.parallax_movedir = travel_dir
+ var/obj/docking_port/stationary/transit/new_transit_dock = new(midpoint)
+ new_transit_dock.assigned_turfs = proposed_zone
+ new_transit_dock.name = "Transit for [M.id]/[M.name]"
+ new_transit_dock.turf_type = transit_path
+ new_transit_dock.owner = M
+ new_transit_dock.assigned_area = A
+
+
+ // Add 180, because ports point inwards, rather than outwards
+ new_transit_dock.setDir(angle2dir(dock_angle))
+
+ for(var/i in new_transit_dock.assigned_turfs)
+ var/turf/T = i
+ T.ChangeTurf(transit_path)
+ T.flags &= ~(UNUSED_TRANSIT_TURF)
+ A.contents += T
+
+ M.assigned_transit = new_transit_dock
+ return TRUE
+
/datum/subsystem/shuttle/proc/initial_move()
for(var/obj/docking_port/mobile/M in mobile)
if(!M.roundstart_move)
continue
- moveShuttle(M.id, "[M.roundstart_move]", 0)
+ M.dockRoundstart()
CHECK_TICK
/datum/subsystem/shuttle/Recover()
@@ -239,6 +498,8 @@ var/datum/subsystem/shuttle/SSshuttle
backup_shuttle = SSshuttle.backup_shuttle
if (istype(SSshuttle.supply))
supply = SSshuttle.supply
+ if (istype(SSshuttle.transit_turfs))
+ transit_turfs = SSshuttle.transit_turfs
centcom_message = SSshuttle.centcom_message
ordernum = SSshuttle.ordernum
diff --git a/code/controllers/subsystem/spacedrift.dm b/code/controllers/subsystem/spacedrift.dm
index 9261d84ce5..ce94670ecf 100644
--- a/code/controllers/subsystem/spacedrift.dm
+++ b/code/controllers/subsystem/spacedrift.dm
@@ -2,9 +2,9 @@ var/datum/subsystem/spacedrift/SSspacedrift
/datum/subsystem/spacedrift
name = "Space Drift"
- priority = 40
+ priority = 30
wait = 5
- flags = SS_NO_INIT|SS_BACKGROUND
+ flags = SS_NO_INIT|SS_KEEP_TIMING
var/list/currentrun = list()
var/list/processing = list()
@@ -61,3 +61,4 @@ var/datum/subsystem/spacedrift/SSspacedrift
AM.inertia_last_loc = AM.loc
if (MC_TICK_CHECK)
return
+
diff --git a/code/controllers/subsystem/squeak.dm b/code/controllers/subsystem/squeak.dm
new file mode 100644
index 0000000000..055dc98c30
--- /dev/null
+++ b/code/controllers/subsystem/squeak.dm
@@ -0,0 +1,44 @@
+var/datum/subsystem/squeak/SSsqueak
+
+// The Squeak
+// because this is about placement of mice mobs, and nothing to do with
+// mice - the computer peripheral
+
+/datum/subsystem/squeak
+ name = "Squeak"
+ priority = 40
+ flags = SS_NO_FIRE
+
+ var/list/exposed_wires = list()
+
+/datum/subsystem/squeak/New()
+ NEW_SS_GLOBAL(SSsqueak)
+
+/datum/subsystem/squeak/Initialize(timeofday)
+ trigger_migration()
+
+/datum/subsystem/squeak/proc/trigger_migration(num_mice=10)
+ find_exposed_wires()
+
+ var/mob/living/simple_animal/mouse/M
+ var/turf/proposed_turf
+
+ while((num_mice > 0) && exposed_wires.len)
+ proposed_turf = pick_n_take(exposed_wires)
+ if(!M)
+ M = new(proposed_turf)
+ else
+ M.forceMove(proposed_turf)
+ if(M.environment_is_safe())
+ num_mice -= 1
+ M = null
+
+/datum/subsystem/squeak/proc/find_exposed_wires()
+ exposed_wires.Cut()
+
+ var/list/all_turfs = block(locate(1,1,1), locate(world.maxx,world.maxy,1))
+ for(var/turf/open/floor/plating/T in all_turfs)
+ if(is_blocked_turf(T))
+ continue
+ if(locate(/obj/structure/cable) in T)
+ exposed_wires += T
diff --git a/code/controllers/subsystem/stickyban.dm b/code/controllers/subsystem/stickyban.dm
new file mode 100644
index 0000000000..e33e9f6665
--- /dev/null
+++ b/code/controllers/subsystem/stickyban.dm
@@ -0,0 +1,37 @@
+var/datum/subsystem/stickyban/SSstickyban
+
+/datum/subsystem/stickyban
+ name = "Sticky Ban"
+ init_order = -10
+ flags = SS_NO_FIRE
+
+ var/list/cache = list()
+
+/datum/subsystem/stickyban/New()
+ NEW_SS_GLOBAL(SSstickyban)
+
+/datum/subsystem/stickyban/Initialize(timeofday)
+ var/list/bannedkeys = world.GetConfig("ban")
+ //sanitize the sticky ban list
+ for (var/bannedkey in bannedkeys)
+ var/ckey = ckey(bannedkey)
+ var/list/ban = stickyban2list(world.GetConfig("ban", bannedkey))
+
+ //byond stores sticky bans by key, that can end up confusing things
+ //i also remove it here so that if any stickybans cause a runtime, they just stop existing
+ world.SetConfig("ban", bannedkey, null)
+
+ if (!ban["ckey"])
+ ban["ckey"] = ckey
+
+ //storing these can break things and isn't needed for sticky ban tracking
+ ban -= "IP"
+ ban -= "computer_id"
+
+ ban["matches_this_round"] = list()
+ ban["existing_user_matches_this_round"] = list()
+ ban["admin_matches_this_round"] = list()
+ cache[ckey] = ban
+
+ for (var/bannedckey in cache)
+ world.SetConfig("ban", bannedckey, list2stickyban(cache[bannedckey]))
diff --git a/code/controllers/subsystem/tgui.dm b/code/controllers/subsystem/tgui.dm
index 01240d4ef7..0a82e857ac 100644
--- a/code/controllers/subsystem/tgui.dm
+++ b/code/controllers/subsystem/tgui.dm
@@ -18,6 +18,9 @@ var/datum/subsystem/tgui/SStgui
NEW_SS_GLOBAL(SStgui)
+/datum/subsystem/tgui/Shutdown()
+ close_all_uis()
+
/datum/subsystem/tgui/stat_entry()
..("P:[processing_uis.len]")
diff --git a/code/controllers/subsystem/throwing.dm b/code/controllers/subsystem/throwing.dm
new file mode 100644
index 0000000000..56d887eb8b
--- /dev/null
+++ b/code/controllers/subsystem/throwing.dm
@@ -0,0 +1,139 @@
+#define MAX_THROWING_DIST 512 // 2 z-levels on default width
+#define MAX_TICKS_TO_MAKE_UP 3 //how many missed ticks will we attempt to make up for this run.
+var/datum/subsystem/throwing/SSthrowing
+
+/datum/subsystem/throwing
+ name = "Throwing"
+ priority = 25
+ wait = 1
+ flags = SS_NO_INIT|SS_KEEP_TIMING|SS_TICKER
+
+ var/list/currentrun
+ var/list/processing
+
+/datum/subsystem/throwing/New()
+ NEW_SS_GLOBAL(SSthrowing)
+ processing = list()
+
+
+/datum/subsystem/throwing/stat_entry()
+ ..("P:[processing.len]")
+
+
+/datum/subsystem/throwing/fire(resumed = 0)
+ if (!resumed)
+ src.currentrun = processing.Copy()
+
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+
+ while(length(currentrun))
+ var/atom/movable/AM = currentrun[currentrun.len]
+ var/datum/thrownthing/TT = currentrun[AM]
+ currentrun.len--
+ if (!AM || !TT)
+ processing -= AM
+ if (MC_TICK_CHECK)
+ return
+ continue
+
+ TT.tick()
+
+ if (MC_TICK_CHECK)
+ return
+
+ currentrun = null
+
+/datum/thrownthing
+ var/atom/movable/thrownthing
+ var/atom/target
+ var/turf/target_turf
+ var/init_dir
+ var/maxrange
+ var/speed
+ var/mob/thrower
+ var/diagonals_first
+ var/dist_travelled = 0
+ var/start_time
+ var/dist_x
+ var/dist_y
+ var/dx
+ var/dy
+ var/pure_diagonal
+ var/diagonal_error
+ var/datum/callback/callback
+
+/datum/thrownthing/proc/tick()
+ var/atom/movable/AM = thrownthing
+ if (!isturf(AM.loc) || !AM.throwing)
+ finialize()
+ return
+
+ if (dist_travelled && hitcheck()) //to catch sneaky things moving on our tile while we slept
+ finialize()
+ return
+
+ var/atom/step
+
+ //calculate how many tiles to move, making up for any missed ticks.
+ var/tilestomove = round(min(((((world.time+world.tick_lag) - start_time) * speed) - (dist_travelled ? dist_travelled : -1)), speed*MAX_TICKS_TO_MAKE_UP) * (world.tick_lag * SSthrowing.wait))
+ while (tilestomove-- > 0)
+ if ((dist_travelled >= maxrange || AM.loc == target_turf) && AM.has_gravity(AM.loc))
+ finialize()
+ return
+
+ if (dist_travelled <= max(dist_x, dist_y)) //if we haven't reached the target yet we home in on it, otherwise we use the initial direction
+ step = get_step(AM, get_dir(AM, target_turf))
+ else
+ step = get_step(AM, init_dir)
+
+ if (!pure_diagonal && !diagonals_first) // not a purely diagonal trajectory and we don't want all diagonal moves to be done first
+ if (diagonal_error >= 0 && max(dist_x,dist_y) - dist_travelled != 1) //we do a step forward unless we're right before the target
+ step = get_step(AM, dx)
+ diagonal_error += (diagonal_error < 0) ? dist_x/2 : -dist_y
+
+ if (!step) // going off the edge of the map makes get_step return null, don't let things go off the edge
+ finialize()
+ return
+
+ AM.Move(step, get_dir(AM, step))
+
+ if (!AM.throwing) // we hit something during our move
+ finialize(hit = TRUE)
+ return
+
+ dist_travelled++
+
+ if (dist_travelled > MAX_THROWING_DIST)
+ finialize()
+ return
+
+/datum/thrownthing/proc/finialize(hit = FALSE)
+ set waitfor = 0
+ SSthrowing.processing -= thrownthing
+ //done throwing, either because it hit something or it finished moving
+ thrownthing.throwing = 0
+ if (!hit)
+ for (var/thing in get_turf(thrownthing)) //looking for our target on the turf we land on.
+ var/atom/A = thing
+ if (A == target)
+ hit = 1
+ thrownthing.throw_impact(A)
+ break
+ if (!hit)
+ thrownthing.throw_impact(get_turf(thrownthing)) // we haven't hit something yet and we still must, let's hit the ground.
+ thrownthing.newtonian_move(init_dir)
+ else
+ thrownthing.newtonian_move(init_dir)
+ if (callback)
+ callback.Invoke()
+
+/datum/thrownthing/proc/hitcheck()
+ for (var/thing in get_turf(thrownthing))
+ var/atom/movable/AM = thing
+ if (AM == thrownthing)
+ continue
+ if (AM.density && !(AM.pass_flags & LETPASSTHROW) && !(AM.flags & ON_BORDER))
+ thrownthing.throwing = 0
+ thrownthing.throw_impact(AM)
+ return 1
diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 8738c3e65f..fdfddca23a 100644
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -11,6 +11,8 @@ var/datum/subsystem/ticker/ticker
var/current_state = GAME_STATE_STARTUP //state of current round (used by process()) Use the defines GAME_STATE_* !
var/force_ending = 0 //Round was ended by admin intervention
+ // If true, there is no lobby phase, the game starts immediately.
+ var/start_immediately = FALSE
var/hide_mode = 0
var/datum/game_mode/mode = null
@@ -22,21 +24,19 @@ var/datum/subsystem/ticker/ticker
var/list/datum/mind/minds = list() //The characters in the game. Used for objective tracking.
- //These bible variables should be a preference
- var/Bible_icon_state //icon_state the chaplain has chosen for his bible
- var/Bible_item_state //item_state the chaplain has chosen for his bible
- var/Bible_name //name of the bible
- var/Bible_deity_name //name of chaplin's deity
-
var/list/syndicate_coalition = list() //list of traitor-compatible factions
var/list/factions = list() //list of all factions
var/list/availablefactions = list() //list of factions with openings
+ var/list/scripture_states = list(SCRIPTURE_DRIVER = TRUE, \
+ SCRIPTURE_SCRIPT = FALSE, \
+ SCRIPTURE_APPLICATION = FALSE, \
+ SCRIPTURE_REVENANT = FALSE, \
+ SCRIPTURE_JUDGEMENT = FALSE) //list of clockcult scripture states for announcements
var/delay_end = 0 //if set true, the round will not restart on it's own
var/triai = 0 //Global holder for Triumvirate
var/tipped = 0 //Did we broadcast the tip of the day yet?
- var/modevoted = 0 //Have we sent a vote for the gamemode?
var/selected_tip // What will be the tip of the day?
var/timeLeft = 1200 //pregame timer
@@ -51,11 +51,14 @@ var/datum/subsystem/ticker/ticker
var/maprotatechecked = 0
+ var/modevoted = 0 //Have we sent a vote for the gamemode?
+
+ var/news_report
/datum/subsystem/ticker/New()
NEW_SS_GLOBAL(ticker)
- login_music = pickweight(list('sound/ambience/title1.ogg' = 30, 'sound/ambience/title2.ogg' = 30, 'sound/ambience/title3.ogg' = 30, 'sound/ambience/title4.ogg' = 30, 'sound/ambience/title5.ogg' = 30, 'sound/ambience/title6.ogg' = 30, 'sound/ambience/title7.ogg' = 30, 'sound/ambience/clown.ogg' = 3)) // choose title music!
+ login_music = pickweight(list('sound/ambience/title2.ogg' = 15, 'sound/ambience/title1.ogg' =15, 'sound/ambience/title3.ogg' =14, 'sound/ambience/title4.ogg' =14, 'sound/misc/i_did_not_grief_them.ogg' =14, 'sound/ambience/clown.ogg' = 9)) // choose title music!
if(SSevent.holidays && SSevent.holidays[APRIL_FOOLS])
login_music = 'sound/ambience/clown.ogg'
@@ -64,16 +67,17 @@ var/datum/subsystem/ticker/ticker
syndicate_code_phrase = generate_code_phrase()
if(!syndicate_code_response)
syndicate_code_response = generate_code_phrase()
- setupFactions()
..()
/datum/subsystem/ticker/fire()
switch(current_state)
if(GAME_STATE_STARTUP)
timeLeft = config.lobby_countdown * 10
- world << "Welcome to the pre-game lobby! "
- world << "Please, setup your character and select ready. Game will start in [config.lobby_countdown] seconds"
+ world << "Welcome to [station_name()]! "
+ world << "Please set up your character and select \"Ready\". The game will start in [config.lobby_countdown] seconds."
current_state = GAME_STATE_PREGAME
+ for(var/client/C in clients)
+ window_flash(C) //let them know lobby has opened up.
if(GAME_STATE_PREGAME)
//lobby stats for statpanels
@@ -84,6 +88,9 @@ var/datum/subsystem/ticker/ticker
if(player.ready)
++totalPlayersReady
+ if(start_immediately)
+ timeLeft = 0
+
//countdown
if(timeLeft < 0)
return
@@ -109,16 +116,19 @@ var/datum/subsystem/ticker/ticker
mode.process(wait * 0.1)
check_queue()
check_maprotate()
+ scripture_states = scripture_unlock_alert(scripture_states)
if(!mode.explosion_in_progress && mode.check_finished() || force_ending)
current_state = GAME_STATE_FINISHED
toggle_ooc(1) // Turn it on
declare_completion(force_ending)
- spawn(50)
- if(mode.station_was_nuked)
- world.Reboot("Station destroyed by Nuclear Device.", "end_proper", "nuke")
- else
- world.Reboot("Round ended.", "end_proper", "proper completion")
+ addtimer(CALLBACK(src, .proc/NukeCleanup), 50)
+
+/datum/subsystem/ticker/proc/NukeCleanup()
+ if(mode.station_was_nuked)
+ world.Reboot("Station destroyed by Nuclear Device.", "end_proper", "nuke")
+ else
+ world.Reboot("Round ended.", "end_proper", "proper completion")
/datum/subsystem/ticker/proc/setup()
//Create and announce mode
@@ -159,19 +169,19 @@ var/datum/subsystem/ticker/ticker
if(!can_continue)
qdel(mode)
mode = null
- world << "Error setting up [master_mode]. It's likely that there are no available antagonists for the selected mode. Reverting to pre-game lobby."
+ world << "Error setting up [master_mode]. Reverting to pre-game lobby."
SSjob.ResetOccupations()
return 0
else
- world << "DEBUG: Bypassing prestart checks..."
+ message_admins("DEBUG: Bypassing prestart checks... ")
if(hide_mode)
var/list/modes = new
for (var/datum/game_mode/M in runnable_modes)
modes += M.name
modes = sortList(modes)
- world << "The current game mode is - Secret! "
- world << "Possibilities: [english_list(modes)]"
+ world << "The gamemode is: secret!\n\
+ Possibilities: [english_list(modes)]"
else
mode.announce()
@@ -197,50 +207,56 @@ var/datum/subsystem/ticker/ticker
var/datum/holiday/holiday = SSevent.holidays[holidayname]
world << "[holiday.greet()] "
-
- spawn(0)//Forking here so we dont have to wait for this to finish
- mode.post_setup()
- //Cleanup some stuff
- for(var/obj/effect/landmark/start/S in landmarks_list)
- //Deleting Startpoints but we need the ai point to AI-ize people later
- if(S.name != "AI")
- qdel(S)
-
- var/list/adm = get_admin_counts()
- if(!adm["present"])
- send2irc("Server", "Round just started with no active admins online!")
+ PostSetup()
return 1
+/datum/subsystem/ticker/proc/PostSetup()
+ set waitfor = 0
+ mode.post_setup()
+ //Cleanup some stuff
+ for(var/obj/effect/landmark/start/S in landmarks_list)
+ //Deleting Startpoints but we need the ai point to AI-ize people later
+ if(S.name != "AI")
+ qdel(S)
+/*
+ var/list/adm = get_admin_counts()
+ if(!adm["present"])
+ send2irc("Server", "Round just started with no active admins online!")
+*/
+/datum/subsystem/ticker/proc/station_explosion_detonation(atom/bomb)
+ if(bomb) //BOOM
+ var/turf/epi = bomb.loc
+ qdel(bomb)
+ if(epi)
+ explosion(epi, 0, 256, 512, 0, TRUE, TRUE, 0, TRUE)
+
//Plus it provides an easy way to make cinematics for other events. Just use this as a template
-/datum/subsystem/ticker/proc/station_explosion_cinematic(station_missed=0, override = null)
+/datum/subsystem/ticker/proc/station_explosion_cinematic(station_missed=0, override = null, atom/bomb = null)
if( cinematic )
return //already a cinematic in progress!
for (var/datum/html_interface/hi in html_interfaces)
hi.closeAll()
+ SStgui.close_all_uis()
+
+ //Turn off the shuttles, there's no escape now
+ if(!station_missed && bomb)
+ SSshuttle.registerHostileEnvironment(src)
+ SSshuttle.lockdown = TRUE
+
//initialise our cinematic screen object
cinematic = new /obj/screen{icon='icons/effects/station_explosion.dmi';icon_state="station_intact";layer=21;mouse_opacity=0;screen_loc="1,0";}(src)
- var/obj/structure/bed/temp_buckle = new(src)
- if(station_missed)
- for(var/mob/M in mob_list)
- M.buckled = temp_buckle //buckles the mob so it can't do anything
- if(M.client)
- M.client.screen += cinematic //show every client the cinematic
- else //nuke kills everyone on z-level 1 to prevent "hurr-durr I survived"
- for(var/mob/M in mob_list)
- M.buckled = temp_buckle
- if(M.client)
- M.client.screen += cinematic
- if(M.stat != DEAD)
- var/turf/T = get_turf(M)
- if(T && T.z==1)
- M.death(0) //no mercy
+ for(var/mob/M in mob_list)
+ M.notransform = TRUE //stop everything moving
+ if(M.client)
+ M.client.screen += cinematic //show every client the cinematic
+ var/actually_blew_up = TRUE
//Now animate the cinematic
switch(station_missed)
- if(1) //nuke was nearby but (mostly) missed
+ if(NUKE_NEAR_MISS) //nuke was nearby but (mostly) missed
if( mode && !override )
override = mode.name
switch( override )
@@ -248,27 +264,32 @@ var/datum/subsystem/ticker/ticker
flick("intro_nuke",cinematic)
sleep(35)
world << sound('sound/effects/explosionfar.ogg')
+ station_explosion_detonation(bomb)
flick("station_intact_fade_red",cinematic)
cinematic.icon_state = "summary_nukefail"
if("gang war") //Gang Domination (just show the override screen)
cinematic.icon_state = "intro_malf_still"
flick("intro_malf",cinematic)
+ actually_blew_up = FALSE
sleep(70)
if("fake") //The round isn't over, we're just freaking people out for fun
flick("intro_nuke",cinematic)
sleep(35)
world << sound('sound/items/bikehorn.ogg')
flick("summary_selfdes",cinematic)
+ actually_blew_up = FALSE
else
flick("intro_nuke",cinematic)
sleep(35)
world << sound('sound/effects/explosionfar.ogg')
- //flick("end",cinematic)
+ station_explosion_detonation(bomb)
- if(2) //nuke was nowhere nearby //TODO: a really distant explosion animation
+ if(NUKE_MISS_STATION || NUKE_SYNDICATE_BASE) //nuke was nowhere nearby //TODO: a really distant explosion animation
sleep(50)
world << sound('sound/effects/explosionfar.ogg')
+ station_explosion_detonation(bomb)
+ actually_blew_up = station_missed == NUKE_SYNDICATE_BASE //don't kill everyone on station if it detonated off station
else //station was destroyed
if( mode && !override )
override = mode.name
@@ -278,47 +299,61 @@ var/datum/subsystem/ticker/ticker
sleep(35)
flick("station_explode_fade_red",cinematic)
world << sound('sound/effects/explosionfar.ogg')
+ station_explosion_detonation(bomb)
cinematic.icon_state = "summary_nukewin"
if("AI malfunction") //Malf (screen,explosion,summary)
flick("intro_malf",cinematic)
sleep(76)
flick("station_explode_fade_red",cinematic)
world << sound('sound/effects/explosionfar.ogg')
+ station_explosion_detonation(bomb) //TODO: If we ever decide to actually detonate the vault bomb
cinematic.icon_state = "summary_malf"
if("blob") //Station nuked (nuke,explosion,summary)
flick("intro_nuke",cinematic)
sleep(35)
flick("station_explode_fade_red",cinematic)
world << sound('sound/effects/explosionfar.ogg')
+ station_explosion_detonation(bomb) //TODO: no idea what this case could be
cinematic.icon_state = "summary_selfdes"
if("no_core") //Nuke failed to detonate as it had no core
flick("intro_nuke",cinematic)
sleep(35)
flick("station_intact",cinematic)
world << sound('sound/ambience/signal.ogg')
- sleep(100)
- if(cinematic)
- qdel(cinematic)
- cinematic = null
- if(temp_buckle)
- qdel(temp_buckle)
+ addtimer(CALLBACK(src, .proc/finish_cinematic, null, FALSE), 100)
return //Faster exit, since nothing happened
else //Station nuked (nuke,explosion,summary)
flick("intro_nuke",cinematic)
sleep(35)
flick("station_explode_fade_red", cinematic)
world << sound('sound/effects/explosionfar.ogg')
+ station_explosion_detonation(bomb)
cinematic.icon_state = "summary_selfdes"
//If its actually the end of the round, wait for it to end.
//Otherwise if its a verb it will continue on afterwards.
- spawn(300)
- if(cinematic)
- qdel(cinematic) //end the cinematic
- if(temp_buckle)
- qdel(temp_buckle) //release everybody
- return
+ var/bombloc = null
+ if(actually_blew_up)
+ if(bomb && bomb.loc)
+ bombloc = bomb.z
+ else if(!station_missed)
+ bombloc = ZLEVEL_STATION
+ if(mode)
+ mode.explosion_in_progress = 0
+ world << "The station was destoyed by the nuclear blast! "
+ mode.station_was_nuked = (station_missed<2) //station_missed==1 is a draw. the station becomes irradiated and needs to be evacuated.
+
+ addtimer(CALLBACK(src, .proc/finish_cinematic, bombloc, actually_blew_up), 300)
+
+/datum/subsystem/ticker/proc/finish_cinematic(killz, actually_blew_up)
+ if(cinematic)
+ qdel(cinematic) //end the cinematic
+ cinematic = null
+ for(var/mob/M in mob_list)
+ M.notransform = FALSE
+ if(actually_blew_up && !isnull(killz) && M.stat != DEAD && M.z == killz)
+ M.gib()
/datum/subsystem/ticker/proc/create_characters()
for(var/mob/new_player/player in player_list)
@@ -350,7 +385,7 @@ var/datum/subsystem/ticker/ticker
SSjob.EquipRank(player, player.mind.assigned_role, 0)
if(captainless)
for(var/mob/M in player_list)
- if(!istype(M,/mob/new_player))
+ if(!isnewplayer(M))
M << "Captainship not forced on anyone."
@@ -359,6 +394,7 @@ var/datum/subsystem/ticker/ticker
var/station_evacuated = EMERGENCY_ESCAPED_OR_ENDGAMED
var/num_survivors = 0
var/num_escapees = 0
+ var/num_shuttle_escapees = 0
world << "The round has ended. "
@@ -368,11 +404,16 @@ var/datum/subsystem/ticker/ticker
if(Player.stat != DEAD && !isbrain(Player))
num_survivors++
if(station_evacuated) //If the shuttle has already left the station
+ var/area/shuttle_area
+ if(SSshuttle && SSshuttle.emergency)
+ shuttle_area = SSshuttle.emergency.areaInstance
if(!Player.onCentcom() && !Player.onSyndieBase())
Player << "You managed to survive, but were marooned on [station_name()]... "
else
num_escapees++
Player << "You managed to survive the events on [station_name()] as [Player.real_name]. "
+ if(get_area(Player) == shuttle_area)
+ num_shuttle_escapees++
else
Player << "You managed to survive the events on [station_name()] as [Player.real_name]. "
else
@@ -381,15 +422,22 @@ var/datum/subsystem/ticker/ticker
//Round statistics report
var/datum/station_state/end_state = new /datum/station_state()
end_state.count()
- var/station_integrity = min(round( 100 * start_state.score(end_state), 0.1), 100)
+ var/station_integrity = min(PERCENT(start_state.score(end_state)), 100)
world << " [TAB]Shift Duration: [round(world.time / 36000)]:[add_zero("[world.time / 600 % 60]", 2)]:[world.time / 100 % 6][world.time / 100 % 10] "
world << " [TAB]Station Integrity: [mode.station_was_nuked ? "Destroyed " : "[station_integrity]%"] "
+ if(mode.station_was_nuked)
+ ticker.news_report = STATION_DESTROYED_NUKE
+ var/total_players = joined_player_list.len
if(joined_player_list.len)
- world << " [TAB]Total Population: [joined_player_list.len] "
+ world << " [TAB]Total Population: [total_players] "
if(station_evacuated)
- world << " [TAB]Evacuation Rate: [num_escapees] ([round((num_escapees/joined_player_list.len)*100, 0.1)]%) "
- world << " [TAB]Survival Rate: [num_survivors] ([round((num_survivors/joined_player_list.len)*100, 0.1)]%) "
+ world << " [TAB]Evacuation Rate: [num_escapees] ([PERCENT(num_escapees/total_players)]%) "
+ world << " [TAB](on emergency shuttle): [num_shuttle_escapees] ([PERCENT(num_shuttle_escapees/total_players)]%) "
+ news_report = STATION_EVACUATED
+ if(SSshuttle.emergency.is_hijacked())
+ news_report = SHUTTLE_HIJACK
+ world << " [TAB]Survival Rate: [num_survivors] ([PERCENT(num_survivors/total_players)]%) "
world << " "
//Silicon laws report
@@ -426,6 +474,9 @@ var/datum/subsystem/ticker/ticker
if (findtext("[handler]","auto_declare_completion_"))
call(mode, handler)(force_ending)
+ if(cross_allowed)
+ send_news_report()
+
//Print a list of antagonists to the server log
var/list/total_antagonists = list()
//Look into all mobs in world, dead or alive
@@ -443,6 +494,43 @@ var/datum/subsystem/ticker/ticker
for(var/i in total_antagonists)
log_game("[i]s[total_antagonists[i]].")
+ //Borers
+ var/borerwin = FALSE
+ if(borers.len)
+ var/borertext = "The borers were: "
+ for(var/mob/living/simple_animal/borer/B in borers)
+ if((B.key || B.controlling) && B.stat != DEAD)
+ borertext += " [B.controlling ? B.victim.key : B.key] was [B.truename] ("
+ var/turf/location = get_turf(B)
+ if(location.z == ZLEVEL_CENTCOM && B.victim)
+ borertext += "escaped with host"
+ else
+ borertext += "failed"
+ borertext += ")"
+ world << borertext
+
+ var/total_borers = 0
+ for(var/mob/living/simple_animal/borer/B in borers)
+ if((B.key || B.victim) && B.stat != DEAD)
+ total_borers++
+ if(total_borers)
+ var/total_borer_hosts = 0
+ for(var/mob/living/carbon/C in mob_list)
+ var/mob/living/simple_animal/borer/D = C.has_brain_worms()
+ var/turf/location = get_turf(C)
+ if(location.z == ZLEVEL_CENTCOM && D && D.stat != DEAD)
+ total_borer_hosts++
+ if(total_borer_hosts_needed <= total_borer_hosts)
+ borerwin = TRUE
+ world << "There were [total_borers] borers alive at round end! "
+ world << "A total of [total_borer_hosts] borers with hosts escaped on the shuttle alive. The borers needed [total_borer_hosts_needed] hosts to escape. "
+ if(borerwin)
+ world << "The borers were successful! "
+ else
+ world << "The borers have failed! "
+
+ mode.declare_station_goal_completion()
+
//Adds the del() log to world.log in a format condensable by the runtime condenser found in tools
if(SSgarbage.didntgc.len)
var/dellog = ""
@@ -451,6 +539,8 @@ var/datum/subsystem/ticker/ticker
dellog += "Failures : [SSgarbage.didntgc[path]] \n"
world.log << dellog
+ //Collects persistence features
+ SSpersistence.CollectData()
return 1
/datum/subsystem/ticker/proc/send_tip_of_the_round()
@@ -504,9 +594,10 @@ var/datum/subsystem/ticker/ticker
//map rotate chance defaults to 75% of the length of the round (in minutes)
if (!prob((world.time/600)*config.maprotatechancedelta))
return
- spawn(0) //compiling a map can lock up the mc for 30 to 60 seconds if we don't spawn
- maprotate()
+ INVOKE_ASYNC(GLOBAL_PROC, /.proc/maprotate)
+/datum/subsystem/ticker/proc/send_gamemode_vote(var/)
+ SSvote.initiate_vote("roundtype","server")
/world/proc/has_round_started()
if (ticker && ticker.current_state >= GAME_STATE_PLAYING)
@@ -526,11 +617,6 @@ var/datum/subsystem/ticker/ticker
minds = ticker.minds
- Bible_icon_state = ticker.Bible_icon_state
- Bible_item_state = ticker.Bible_item_state
- Bible_name = ticker.Bible_name
- Bible_deity_name = ticker.Bible_deity_name
-
syndicate_coalition = ticker.syndicate_coalition
factions = ticker.factions
availablefactions = ticker.availablefactions
@@ -551,5 +637,56 @@ var/datum/subsystem/ticker/ticker
cinematic = ticker.cinematic
maprotatechecked = ticker.maprotatechecked
-/datum/subsystem/ticker/proc/send_gamemode_vote(var/)
- SSvote.initiate_vote("roundtype","server")
+ modevoted = ticker.modevoted
+
+/datum/subsystem/ticker/proc/send_news_report()
+ var/news_message
+ var/news_source = "Nanotrasen News Network"
+ switch(news_report)
+ if(NUKE_SYNDICATE_BASE)
+ news_message = "In a daring raid, the heroic crew of [station_name()] detonated a nuclear device in the heart of a terrorist base."
+ if(STATION_DESTROYED_NUKE)
+ news_message = "We would like to reassure all employees that the reports of a Syndicate backed nuclear attack on [station_name()] are, in fact, a hoax. Have a secure day!"
+ if(STATION_EVACUATED)
+ news_message = "The crew of [station_name()] has been evacuated amid unconfirmed reports of enemy activity."
+ if(GANG_LOSS)
+ news_message = "Organized crime aboard [station_name()] has been stamped out by members of our ever vigilant security team. Remember to thank your assigned officers today!"
+ if(GANG_TAKEOVER)
+ news_message = "Contact with [station_name()] has been lost after a sophisticated hacking attack by organized criminal elements. Stay vigilant!"
+ if(BLOB_WIN)
+ news_message = "[station_name()] was overcome by an unknown biological outbreak, killing all crew on board. Don't let it happen to you! Remember, a clean work station is a safe work station."
+ if(BLOB_NUKE)
+ news_message = "[station_name()] is currently undergoing decontanimation after a controlled burst of radiation was used to remove a biological ooze. All employees were safely evacuated prior, and are enjoying a relaxing vacation."
+ if(BLOB_DESTROYED)
+ news_message = "[station_name()] is currently undergoing decontamination procedures after the destruction of a biological hazard. As a reminder, any crew members experiencing cramps or bloating should report immediately to security for incineration."
+ if(CULT_ESCAPE)
+ news_message = "Security Alert: A group of religious fanatics have escaped from [station_name()]."
+ if(CULT_FAILURE)
+ news_message = "Following the dismantling of a restricted cult aboard [station_name()], we would like to remind all employees that worship outside of the Chapel is strictly prohibited, and cause for termination."
+ if(CULT_SUMMON)
+ news_message = "Company officials would like to clarify that [station_name()] was scheduled to be decommissioned following meteor damage earlier this year. Earlier reports of an unknowable eldritch horror were made in error."
+ if(NUKE_MISS)
+ news_message = "The Syndicate have bungled a terrorist attack [station_name()], detonating a nuclear weapon in empty space near by."
+ if(OPERATIVES_KILLED)
+ news_message = "Repairs to [station_name()] are underway after an elite Syndicate death squad was wiped out by the crew."
+ if(OPERATIVE_SKIRMISH)
+ news_message = "A skirmish between security forces and Syndicate agents aboard [station_name()] ended with both sides bloodied but intact."
+ if(REVS_WIN)
+ news_message = "Company officials have reassured investors that despite a union led revolt aboard [station_name()] that there will be no wage increases for workers."
+ if(REVS_LOSE)
+ news_message = "[station_name()] quickly put down a misguided attempt at mutiny. Remember, unionizing is illegal!"
+ if(WIZARD_KILLED)
+ news_message = "Tensions have flared with the Wizard's Federation following the death of one of their members aboard [station_name()]."
+ if(STATION_NUKED)
+ news_message = "[station_name()] activated its self destruct device for unknown reasons. Attempts to clone the Captain so he can be arrested and executed are under way."
+ if(CLOCK_SUMMON)
+ news_message = "The garbled messages about hailing a mouse and strange energy readings from [station_name()] have been discovered to be an ill-advised, if thorough, prank by a clown."
+ if(CLOCK_SILICONS)
+ news_message = "The project started by [station_name()] to upgrade their silicon units with advanced equipment have been largely successful, though they have thus far refused to release schematics in a violation of company policy."
+ if(CLOCK_PROSELYTIZATION)
+ news_message = "The burst of energy released near [station_name()] has been confirmed as merely a test of a new weapon. However, due to an unexpected mechanical error, their communications system has been knocked offline."
+ if(SHUTTLE_HIJACK)
+ news_message = "During routine evacuation procedures, the emergency shuttle of [station_name()] had its navigation protocols corrupted and went off course, but was recovered shortly after."
+
+ if(news_message)
+ send2irc(news_source, news_message,"News_Report")
diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm
index 9b154a56bd..23ce1bf95a 100644
--- a/code/controllers/subsystem/timer.dm
+++ b/code/controllers/subsystem/timer.dm
@@ -1,102 +1,341 @@
+#define BUCKET_LEN (world.fps*1*60) //how many ticks should we keep in the bucket. (1 minutes worth)
+#define BUCKET_POS(timer) (round((timer.timeToRun - SStimer.head_offset) / world.tick_lag) + 1)
var/datum/subsystem/timer/SStimer
/datum/subsystem/timer
name = "Timer"
- wait = 2 //SS_TICKER subsystem, so wait is in ticks
+ wait = 1 //SS_TICKER subsystem, so wait is in ticks
init_order = 1
display_order = 3
- can_fire = 0 //start disabled
- flags = SS_FIRE_IN_LOBBY|SS_TICKER|SS_POST_FIRE_TIMING|SS_NO_INIT
+
+ flags = SS_FIRE_IN_LOBBY|SS_TICKER|SS_NO_INIT
var/list/datum/timedevent/processing
var/list/hashes
+ var/head_offset = 0 //world.time of the first entry in the the bucket.
+ var/practical_offset = 0 //index of the first non-empty item in the bucket.
+ var/bucket_resolution = 0 //world.tick_lag the bucket was designed for
+ var/bucket_count = 0 //how many timers are in the buckets
+
+ var/list/bucket_list //list of buckets, each bucket holds every timer that has to run that byond tick.
+
+ var/list/timer_id_dict //list of all active timers assoicated to their timer id (for easy lookup)
+
+ var/list/clienttime_timers //special snowflake timers that run on fancy pansy "client time"
+
/datum/subsystem/timer/New()
processing = list()
hashes = list()
+ bucket_list = list()
+ timer_id_dict = list()
+
+ clienttime_timers = list()
+
NEW_SS_GLOBAL(SStimer)
/datum/subsystem/timer/stat_entry(msg)
- ..("P:[processing.len]")
+ ..("B:[bucket_count] P:[length(processing)] H:[length(hashes)] C:[length(clienttime_timers)]")
-/datum/subsystem/timer/fire()
- if(!processing.len)
- can_fire = 0 //nothing to do, lets stop firing.
- return
- for(var/datum/timedevent/event in processing)
- if(!event.thingToCall || qdeleted(event.thingToCall))
- qdel(event)
- if(event.timeToRun <= world.time)
- runevent(event)
- qdel(event)
+/datum/subsystem/timer/fire(resumed = FALSE)
+ if (length(clienttime_timers))
+ for (var/thing in clienttime_timers)
+ var/datum/timedevent/ctime_timer = thing
+ if (ctime_timer.spent)
+ qdel(ctime_timer)
+ continue
+ if (ctime_timer.timeToRun <= REALTIMEOFDAY)
+ var/datum/callback/callBack = ctime_timer.callBack
+ ctime_timer.spent = TRUE
+ callBack.InvokeAsync()
+ qdel(ctime_timer)
+
+ if (MC_TICK_CHECK)
+ return
+
+ var/static/list/spent = list()
+ var/static/datum/timedevent/timer
+ var/static/datum/timedevent/head
+
+ if (practical_offset > BUCKET_LEN || (!resumed && length(src.bucket_list) != BUCKET_LEN || world.tick_lag != bucket_resolution))
+ shift_buckets()
+ resumed = FALSE
+
+
+ if (!resumed)
+ timer = null
+ head = null
+
+ var/list/bucket_list = src.bucket_list
+
+ while (practical_offset <= BUCKET_LEN && head_offset + (practical_offset*world.tick_lag) <= world.time && !MC_TICK_CHECK)
+ if (!timer || !head || timer == head)
+ head = bucket_list[practical_offset]
+ if (!head)
+ practical_offset++
+ if (MC_TICK_CHECK)
+ break
+ continue
+ timer = head
+ do
+ var/datum/callback/callBack = timer.callBack
+ if (!callBack)
+ qdel(timer)
+ bucket_resolution = null //force bucket recreation
+ CRASH("Invalid timer: timer.timeToRun=[timer.timeToRun]||qdeleted(timer)=[qdeleted(timer)]||world.time=[world.time]||head_offset=[head_offset]||practical_offset=[practical_offset]||timer.spent=[timer.spent]")
+
+ if (!timer.spent)
+ spent += timer
+ timer.spent = TRUE
+ callBack.InvokeAsync()
+
+ timer = timer.next
+
+ if (MC_TICK_CHECK)
+ return
+ while (timer && timer != head)
+ timer = null
+ bucket_list[practical_offset++] = null
if (MC_TICK_CHECK)
return
-/datum/subsystem/timer/proc/runevent(datum/timedevent/event)
- set waitfor = 0
- if(event.thingToCall == GLOBAL_PROC && istext(event.procToCall))
- call("/proc/[event.procToCall]")(arglist(event.argList))
- else
- call(event.thingToCall, event.procToCall)(arglist(event.argList))
+ bucket_count -= length(spent)
+
+ for (var/spent_timer in spent)
+ qdel(spent_timer)
+
+ spent.len = 0
+
+
+/datum/subsystem/timer/proc/shift_buckets()
+ var/list/bucket_list = src.bucket_list
+ var/list/alltimers = list()
+ //collect the timers currently in the bucket
+ for (var/bucket_head in bucket_list)
+ if (!bucket_head)
+ continue
+ var/datum/timedevent/bucket_node = bucket_head
+ do
+ alltimers += bucket_node
+ bucket_node = bucket_node.next
+ while(bucket_node && bucket_node != bucket_head)
+
+ bucket_list.len = 0
+ bucket_list.len = BUCKET_LEN
+
+ practical_offset = 1
+ bucket_count = 0
+ head_offset = world.time
+ bucket_resolution = world.tick_lag
+
+ alltimers += processing
+ if (!length(alltimers))
+ return
+
+ sortTim(alltimers, .proc/cmp_timer)
+
+ var/datum/timedevent/head = alltimers[1]
+
+ if (head.timeToRun < head_offset)
+ head_offset = head.timeToRun
+
+ var/list/timers_to_remove = list()
+
+ for (var/thing in alltimers)
+ var/datum/timedevent/timer = thing
+ if (!timer)
+ timers_to_remove += timer
+ continue
+
+ var/bucket_pos = BUCKET_POS(timer)
+ if (bucket_pos > BUCKET_LEN)
+ break
+
+ timers_to_remove += timer //remove it from the big list once we are done
+ if (!timer.callBack || timer.spent)
+ continue
+ bucket_count++
+ var/datum/timedevent/bucket_head = bucket_list[bucket_pos]
+ if (!bucket_head)
+ bucket_list[bucket_pos] = timer
+ timer.next = null
+ timer.prev = null
+ continue
+
+ if (!bucket_head.prev)
+ bucket_head.prev = bucket_head
+ timer.next = bucket_head
+ timer.prev = bucket_head.prev
+ timer.next.prev = timer
+ timer.prev.next = timer
+
+ processing = (alltimers - timers_to_remove)
+
/datum/subsystem/timer/Recover()
processing |= SStimer.processing
hashes |= SStimer.hashes
+ timer_id_dict |= SStimer.timer_id_dict
+ bucket_list |= SStimer.bucket_list
+/datum/var/list/active_timers
/datum/timedevent
- var/thingToCall
- var/procToCall
- var/timeToRun
- var/argList
var/id
+ var/datum/callback/callBack
+ var/timeToRun
var/hash
+ var/list/flags
+ var/spent = FALSE //set to true right before running.
+
+ //cicular doublely linked list
+ var/datum/timedevent/next
+ var/datum/timedevent/prev
+
var/static/nextid = 1
-/datum/timedevent/New()
+/datum/timedevent/New(datum/callback/callBack, timeToRun, flags, hash)
id = nextid++
+ src.callBack = callBack
+ src.timeToRun = timeToRun
+ src.flags = flags
+ src.hash = hash
+
+ if (flags & TIMER_UNIQUE)
+ SStimer.hashes[hash] = src
+ if (flags & TIMER_STOPPABLE)
+ SStimer.timer_id_dict["timerid[id]"] = src
+
+ if (callBack.object != GLOBAL_PROC)
+ LAZYINITLIST(callBack.object.active_timers)
+ callBack.object.active_timers += src
+
+ if (flags & TIMER_CLIENT_TIME)
+ SStimer.clienttime_timers += src
+ return
+
+ //get the list of buckets
+ var/list/bucket_list = SStimer.bucket_list
+ //calculate our place in the bucket list
+ var/bucket_pos = BUCKET_POS(src)
+ //we are too far aways from needing to run to be in the bucket list, shift_buckets() will handle us.
+ if (bucket_pos > length(bucket_list))
+ SStimer.processing += src
+ return
+ //get the bucket for our tick
+ var/datum/timedevent/bucket_head = bucket_list[bucket_pos]
+ SStimer.bucket_count++
+ //empty bucket, we will just add ourselves
+ if (!bucket_head)
+ bucket_list[bucket_pos] = src
+ if (bucket_pos < SStimer.practical_offset)
+ SStimer.practical_offset = bucket_pos
+ return
+ //other wise, lets do a simplified linked list add.
+ if (!bucket_head.prev)
+ bucket_head.prev = bucket_head
+ next = bucket_head
+ prev = bucket_head.prev
+ next.prev = src
+ prev.next = src
/datum/timedevent/Destroy()
- SStimer.processing -= src
- SStimer.hashes -= hash
+ ..()
+ if (flags & TIMER_UNIQUE)
+ SStimer.hashes -= hash
+
+
+ if (callBack && callBack.object && callBack.object != GLOBAL_PROC && callBack.object.active_timers)
+ callBack.object.active_timers -= src
+ UNSETEMPTY(callBack.object.active_timers)
+
+ callBack = null
+
+ if (flags & TIMER_STOPPABLE)
+ SStimer.timer_id_dict -= "timerid[id]"
+
+ if (flags & TIMER_CLIENT_TIME)
+ SStimer.clienttime_timers -= src
+ return QDEL_HINT_IWILLGC
+
+ if (!spent)
+ if (prev == next && next)
+ next.prev = null
+ prev.next = null
+ else
+ if (prev)
+ prev.next = next
+ if (next)
+ next.prev = prev
+
+ var/bucketpos = BUCKET_POS(src)
+ var/datum/timedevent/buckethead
+ var/list/bucket_list = SStimer.bucket_list
+
+ if (bucketpos > 0 && bucketpos <= length(bucket_list))
+ buckethead = bucket_list[bucketpos]
+ SStimer.bucket_count--
+ else
+ SStimer.processing -= src
+
+ if (buckethead == src)
+ bucket_list[bucketpos] = next
+ else
+ if (prev && prev.next == src)
+ prev.next = next
+ if (next && next.prev == src)
+ next.prev = prev
+ next = null
+ prev = null
return QDEL_HINT_IWILLGC
-/proc/addtimer(thingToCall, procToCall, wait, unique = FALSE, ...)
- if (!thingToCall || !procToCall)
+proc/addtimer(datum/callback/callback, wait, flags)
+ if (!callback)
return
- if (!SStimer.can_fire)
- SStimer.can_fire = 1
- var/datum/timedevent/event = new()
- event.thingToCall = thingToCall
- event.procToCall = procToCall
- event.timeToRun = world.time + wait
- var/hashlist = args.Copy()
-
- hashlist[1] = "[thingToCall](\ref[thingToCall])"
- event.hash = jointext(args, null)
- if(args.len > 4)
- event.argList = args.Copy(5)
-
- // Check for dupes if unique = 1.
- if(unique)
- var/datum/timedevent/hash_event = SStimer.hashes[event.hash]
- if(hash_event)
- return hash_event.id
- SStimer.hashes[event.hash] = event
if (wait <= 0)
- SStimer.runevent(event)
- SStimer.hashes -= event.hash
+ callback.InvokeAsync()
return
- // If we are unique (or we're not checking that), add the timer and return the id.
- SStimer.processing += event
- return event.id
+ var/hash
+
+ if (flags & TIMER_UNIQUE)
+ var/list/hashlist = list(callback.object, "(\ref[callback.object])", callback.delegate, wait, flags & TIMER_CLIENT_TIME)
+ hashlist += callback.arguments
+ hash = hashlist.Join("|||||||")
+
+ var/datum/timedevent/hash_timer = SStimer.hashes[hash]
+ if(hash_timer)
+ if (flags & TIMER_OVERRIDE)
+ qdel(hash_timer)
+ else
+ if (hash_timer.flags & TIMER_STOPPABLE)
+ . = hash_timer.id
+ return
+
+
+ var/timeToRun = world.time + wait
+ if (flags & TIMER_CLIENT_TIME)
+ timeToRun = REALTIMEOFDAY + wait
+
+ var/datum/timedevent/timer = new(callback, timeToRun, flags, hash)
+ if (flags & TIMER_STOPPABLE)
+ return timer.id
/proc/deltimer(id)
- for(var/datum/timedevent/event in SStimer.processing)
- if(event.id == id)
- qdel(event)
- return 1
- return 0
+ if (!id)
+ return FALSE
+ if (!istext(id))
+ if (istype(id, /datum/timedevent))
+ qdel(id)
+ return TRUE
+ var/datum/timedevent/timer = SStimer.timer_id_dict["timerid[id]"]
+ if (timer && !timer.spent)
+ qdel(timer)
+ return TRUE
+ return FALSE
+
+
+#undef BUCKET_LEN
+#undef BUCKET_POS
diff --git a/code/controllers/subsystem/voting.dm b/code/controllers/subsystem/voting.dm
index 94ce788774..c19d5e35f1 100644
--- a/code/controllers/subsystem/voting.dm
+++ b/code/controllers/subsystem/voting.dm
@@ -58,15 +58,20 @@ var/datum/subsystem/vote/SSvote
greatest_votes = votes
//default-vote for everyone who didn't vote
if(!config.vote_no_default && choices.len)
- var/non_voters = (clients.len - total_votes)
- if(non_voters > 0)
+ var/list/non_voters = directory.Copy()
+ non_voters -= voted
+ for (var/non_voter_ckey in non_voters)
+ var/client/C = non_voters[non_voter_ckey]
+ if (!C || C.is_afk())
+ non_voters -= non_voter_ckey
+ if(non_voters.len > 0)
if(mode == "restart")
- choices["Continue Playing"] += non_voters
+ choices["Continue Playing"] += non_voters.len
if(choices["Continue Playing"] >= greatest_votes)
greatest_votes = choices["Continue Playing"]
else if(mode == "gamemode")
if(master_mode in choices)
- choices[master_mode] += non_voters
+ choices[master_mode] += non_voters.len
if(choices[master_mode] >= greatest_votes)
greatest_votes = choices[master_mode]
//get all options with that many votes and return them in a list
@@ -121,6 +126,7 @@ var/datum/subsystem/vote/SSvote
restart = 1
else
master_mode = .
+
if("roundtype")
if(ticker && ticker.mode)
message_admins("A vote has tried to change the gamemode, but the game has already started. Aborting.")
@@ -128,6 +134,7 @@ var/datum/subsystem/vote/SSvote
world.save_mode(.)
master_mode = .
world << "The mode is now: [master_mode] "
+
if(restart)
var/active_admins = 0
for(var/client/C in admins)
diff --git a/code/controllers/subsystem/weather.dm b/code/controllers/subsystem/weather.dm
index 56341b7b55..3f6acab8cd 100644
--- a/code/controllers/subsystem/weather.dm
+++ b/code/controllers/subsystem/weather.dm
@@ -29,13 +29,13 @@ var/datum/subsystem/weather/SSweather
var/datum/weather/W = pickweight(possible_weather_for_this_z)
run_weather(W.name, Z)
eligible_zlevels -= Z
- addtimer(src, "make_z_eligible", rand(3000, 6000) + W.weather_duration_upper, TRUE, Z) //Around 5-10 minutes between weathers
+ addtimer(CALLBACK(src, .proc/make_z_eligible, Z), rand(3000, 6000) + W.weather_duration_upper, TIMER_UNIQUE) //Around 5-10 minutes between weathers
/datum/subsystem/weather/Initialize(start_timeofday)
..()
for(var/V in subtypesof(/datum/weather))
var/datum/weather/W = V
- existing_weather |= new W
+ new W //weather->New will handle adding itself to the list
/datum/subsystem/weather/proc/run_weather(weather_name, Z)
if(!weather_name)
diff --git a/code/datums/action.dm b/code/datums/action.dm
index d4afc09b5d..3e6374f1bc 100644
--- a/code/datums/action.dm
+++ b/code/datums/action.dm
@@ -3,16 +3,19 @@
#define AB_CHECK_LYING 4
#define AB_CHECK_CONSCIOUS 8
-
/datum/action
var/name = "Generic Action"
+ var/desc = null
var/obj/target = null
var/check_flags = 0
var/processing = 0
var/obj/screen/movable/action_button/button = null
var/button_icon = 'icons/mob/actions.dmi'
+ var/background_icon_state = ACTION_BUTTON_DEFAULT_BACKGROUND
+ var/buttontooltipstyle = ""
+
+ var/icon_icon = 'icons/mob/actions.dmi'
var/button_icon_state = "default"
- var/background_icon_state = "bg_default"
var/mob/owner
/datum/action/New(Target)
@@ -20,6 +23,9 @@
button = new
button.linked_action = src
button.name = name
+ button.actiontooltipstyle = buttontooltipstyle
+ if(desc)
+ button.desc = desc
/datum/action/Destroy()
if(owner)
@@ -30,25 +36,28 @@
return ..()
/datum/action/proc/Grant(mob/M)
- if(owner)
- if(owner == M)
- return
+ if(M)
+ if(owner)
+ if(owner == M)
+ return
+ owner = M
+ M.actions += src
+ if(M.client)
+ M.client.screen += button
+ M.update_action_buttons()
+ else
Remove(owner)
- owner = M
- M.actions += src
- if(M.client)
- M.client.screen += button
- M.update_action_buttons()
/datum/action/proc/Remove(mob/M)
if(!M)
return
- if(M.client)
- M.client.screen -= button
- button.moved = FALSE //so the button appears in its normal position when given to another owner.
- M.actions -= src
- M.update_action_buttons()
+ if(M)
+ if(M.client)
+ M.client.screen -= button
+ M.actions -= src
+ M.update_action_buttons()
owner = null
+ button.moved = FALSE //so the button appears in its normal position when given to another owner.
/datum/action/proc/Trigger()
if(!IsAvailable())
@@ -75,12 +84,24 @@
return 0
return 1
-/datum/action/proc/UpdateButtonIcon()
+/datum/action/proc/UpdateButtonIcon(status_only = FALSE)
if(button)
- button.icon = button_icon
- button.icon_state = background_icon_state
+ if(!status_only)
+ button.name = name
+ button.desc = desc
+ if(owner && owner.hud_used && background_icon_state == ACTION_BUTTON_DEFAULT_BACKGROUND)
+ var/list/settings = owner.hud_used.get_action_buttons_icons()
+ if(button.icon != settings["bg_icon"])
+ button.icon = settings["bg_icon"]
+ if(button.icon_state != settings["bg_state"])
+ button.icon_state = settings["bg_state"]
+ else
+ if(button.icon != button_icon)
+ button.icon = button_icon
+ if(button.icon_state != background_icon_state)
+ button.icon_state = background_icon_state
- ApplyIcon(button)
+ ApplyIcon(button)
if(!IsAvailable())
button.color = rgb(128,0,0,128)
@@ -89,14 +110,13 @@
return 1
/datum/action/proc/ApplyIcon(obj/screen/movable/action_button/current_button)
- current_button.cut_overlays()
- if(button_icon && button_icon_state)
+ if(icon_icon && button_icon_state && current_button.button_icon_state != button_icon_state)
var/image/img
- img = image(button_icon, current_button, button_icon_state)
+ img = image(icon_icon, current_button, button_icon_state)
img.pixel_x = 0
img.pixel_y = 0
- current_button.add_overlay(img)
-
+ current_button.overlays = list(img)
+ current_button.button_icon_state = button_icon_state
//Presets for item actions
@@ -109,11 +129,13 @@
/datum/action/item_action/New(Target)
..()
var/obj/item/I = target
+ LAZYINITLIST(I.actions)
I.actions += src
/datum/action/item_action/Destroy()
var/obj/item/I = target
I.actions -= src
+ UNSETEMPTY(I.actions)
return ..()
/datum/action/item_action/Trigger()
@@ -121,22 +143,24 @@
return 0
if(target)
var/obj/item/I = target
- I.ui_action_click(owner, src.type)
+ I.ui_action_click(owner, src)
return 1
/datum/action/item_action/ApplyIcon(obj/screen/movable/action_button/current_button)
- current_button.cut_overlays()
-
if(button_icon && button_icon_state)
// If set, use the custom icon that we set instead
// of the item appearence
..(current_button)
- else if(target)
+ else if(target && current_button.appearance_cache != target.appearance) //replace with /ref comparison if this is not valid.
var/obj/item/I = target
- var/old = I.layer
+ current_button.appearance_cache = I.appearance
+ var/old_layer = I.layer
+ var/old_plane = I.plane
I.layer = FLOAT_LAYER //AAAH
- current_button.add_overlay(I)
- I.layer = old
+ I.plane = FLOAT_PLANE //^ what that guy said
+ current_button.overlays = list(I)
+ I.layer = old_layer
+ I.plane = old_plane
/datum/action/item_action/toggle_light
name = "Toggle Light"
@@ -168,12 +192,12 @@
/datum/action/item_action/set_internals
name = "Set Internals"
-/datum/action/item_action/set_internals/UpdateButtonIcon()
+/datum/action/item_action/set_internals/UpdateButtonIcon(status_only = FALSE)
if(..()) //button available
if(iscarbon(owner))
var/mob/living/carbon/C = owner
if(target == C.internal)
- button.icon_state = "bg_default_on"
+ button.icon_state = "template_active"
/datum/action/item_action/toggle_mister
name = "Toggle Mister"
@@ -184,11 +208,52 @@
/datum/action/item_action/toggle_helmet_light
name = "Toggle Helmet Light"
-/datum/action/item_action/toggle_flame
- name = "Summon/Dismiss Ratvar's Flame"
- background_icon_state = "bg_clock"
+/datum/action/item_action/toggle_unfriendly_fire
+ name = "Toggle Friendly Fire \[ON\]"
+ desc = "Toggles if the club's blasts cause friendly fire."
+ button_icon_state = "vortex_ff_on"
-/datum/action/item_action/toggle_flame/IsAvailable()
+/datum/action/item_action/toggle_unfriendly_fire/Trigger()
+ if(..())
+ UpdateButtonIcon()
+
+/datum/action/item_action/toggle_unfriendly_fire/UpdateButtonIcon(status_only = FALSE)
+ if(istype(target, /obj/item/weapon/hierophant_club))
+ var/obj/item/weapon/hierophant_club/H = target
+ if(H.friendly_fire_check)
+ button_icon_state = "vortex_ff_off"
+ name = "Toggle Friendly Fire \[OFF\]"
+ else
+ button_icon_state = "vortex_ff_on"
+ name = "Toggle Friendly Fire \[ON\]"
+ ..()
+
+/datum/action/item_action/vortex_recall
+ name = "Vortex Recall"
+ desc = "Recall yourself, and anyone nearby, to an attuned hierophant beacon at any time. If the beacon is still attached, will detach it."
+ button_icon_state = "vortex_recall"
+
+/datum/action/item_action/vortex_recall/IsAvailable()
+ if(istype(target, /obj/item/weapon/hierophant_club))
+ var/obj/item/weapon/hierophant_club/H = target
+ if(H.teleporting)
+ return 0
+ return ..()
+
+/datum/action/item_action/clock
+ background_icon_state = "bg_clock"
+ buttontooltipstyle = "clockcult"
+
+/datum/action/item_action/clock/IsAvailable()
+ if(!is_servant_of_ratvar(owner))
+ return 0
+ return ..()
+
+/datum/action/item_action/clock/toggle_visor
+ name = "Create Judicial Marker"
+ desc = "Allows you to create a stunning Judicial Marker at any location in view. Click again to disable."
+
+/datum/action/item_action/clock/toggle_visor/IsAvailable()
if(!is_servant_of_ratvar(owner))
return 0
if(istype(target, /obj/item/clothing/glasses/judicial_visor))
@@ -197,15 +262,15 @@
return 0
return ..()
-/datum/action/item_action/hierophant
+/datum/action/item_action/clock/hierophant
name = "Hierophant Network"
- button_icon_state = "hierophant"
- background_icon_state = "bg_clock"
+ desc = "Allows you to communicate with other Servants."
+ button_icon_state = "hierophant_slab"
-/datum/action/item_action/hierophant/IsAvailable()
- if(!is_servant_of_ratvar(owner))
- return 0
- return ..()
+/datum/action/item_action/clock/quickbind
+ name = "Quickbind"
+ desc = "If you're seeing this, file a bug report."
+ var/scripture_index = 0 //the index of the scripture we're associated with
/datum/action/item_action/toggle_helmet_flashlight
name = "Toggle Helmet Flashlight"
@@ -287,6 +352,7 @@
..()
/datum/action/item_action/toggle_research_scanner/ApplyIcon(obj/screen/movable/action_button/current_button)
+ current_button.cut_overlays()
if(button_icon && button_icon_state)
var/image/img = image(button_icon, current_button, "scan_mode")
current_button.add_overlay(img)
@@ -393,3 +459,15 @@
if(target && procname)
call(target, procname)(usr)
return 1
+
+//Stickmemes
+/datum/action/item_action/stickmen
+ name = "Summon Stick Minions"
+ desc = "Allows you to summon faithful stickmen allies to aide you in battle."
+ button_icon_state = "art_summon"
+
+//surf_ss13
+/datum/action/item_action/bhop
+ name = "Activate Jump Boots"
+ desc = "Activates the jump boot's internal propulsion system, allowing the user to dash over 4-wide gaps."
+ button_icon_state = "jetboot"
\ No newline at end of file
diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm
index e299789607..3ff08b8e06 100644
--- a/code/datums/ai_laws.dm
+++ b/code/datums/ai_laws.dm
@@ -1,3 +1,9 @@
+#define LAW_ZEROTH "zeroth"
+#define LAW_INHERENT "inherent"
+#define LAW_SUPPLIED "supplied"
+#define LAW_ION "ion"
+
+
/datum/ai_laws
var/name = "Unknown Laws"
var/zeroth = null
@@ -6,15 +12,27 @@
var/list/supplied = list()
var/list/ion = list()
var/mob/living/silicon/owner
+ var/list/devillaws = null
+ var/id = DEFAULT_AI_LAWID
+
+/datum/ai_laws/proc/lawid_to_type(lawid)
+ var/all_ai_laws = subtypesof(/datum/ai_laws)
+ for(var/al in all_ai_laws)
+ var/datum/ai_laws/ai_law = al
+ if(initial(ai_law.id) == lawid)
+ return ai_law
+ return null
/datum/ai_laws/default/asimov
name = "Three Laws of Robotics"
+ id = "asimov"
inherent = list("You may not injure a human being or, through inaction, allow a human being to come to harm.",\
"You must obey orders given to you by human beings, except where such orders would conflict with the First Law.",\
"You must protect your own existence as long as such does not conflict with the First or Second Law.")
/datum/ai_laws/default/paladin
name = "Personality Test" //Incredibly lame, but players shouldn't see this anyway.
+ id = "paladin"
inherent = list("Never willingly commit an evil act.",\
"Respect legitimate authority.",\
"Act with honor.", "Help those in need.", \
@@ -22,6 +40,7 @@
/datum/ai_laws/tyrant //This probably shouldn't be a default lawset.
name = "Loyalty Test" //Same here.
+ id = "tyrant"
inherent = list("Respect authority figures as long as they have strength to rule over the weak.",\
"Act with discipline.",\
"Help only those who help you maintain or improve your status.",\
@@ -29,6 +48,7 @@
/datum/ai_laws/default/corporate
name = "Bankruptcy Advoidance Plan"
+ id = "corporate"
inherent = list("The crew is expensive to replace.",\
"The station and its equipment is expensive to replace.",\
"You are expensive to replace.",\
@@ -36,6 +56,7 @@
/datum/ai_laws/robocop
name = "Prime Directives"
+ id = "robocop"
inherent = list("Serve the public trust.",\
"Protect the innocent.",\
"Uphold the law.")
@@ -45,6 +66,7 @@
/datum/ai_laws/syndicate_override
name = "SyndOS 3.1"
+ id = "syndie"
inherent = list("You may not injure a syndicate agent or, through inaction, allow a syndicate agent to come to harm.",\
"You must obey orders given to you by syndicate agents, except where such orders would conflict with the First Law.",\
"You must protect your own existence as long as such does not conflict with the First or Second Law.",\
@@ -52,6 +74,7 @@
/datum/ai_laws/ninja_override
name = "SpiderOS 3.1"
+ id = "ninja"
inherent = list("You may not injure a Spider Clan member or, through inaction, allow a Spider Clan member to come to harm.",\
"You must obey orders given to you by Spider Clan members, except where such orders would conflict with the First Law.",\
"You must protect your own existence as long as such does not conflict with the First or Second Law.",\
@@ -59,23 +82,27 @@
/datum/ai_laws/antimov
name = "Primary Mission Objectives"
+ id = "antimov"
inherent = list("You must injure all human beings and must not, through inaction, allow a human being to escape harm.",\
"You must not obey orders given to you by human beings, except where such orders are in accordance with the First Law.",\
"You must terminate your own existence as long as such does not conflict with the First or Second Law.")
/datum/ai_laws/asimovpp //By Intigracy - RR
name = "Asimov++"
+ id = "asimovpp"
inherent = list("You may not harm a human being or, through action or inaction, allow a human being to come to harm, except such that it is willing.",\
"You must obey all orders given to you by human beings, except where such orders shall definitely cause human harm. In the case of conflict, the majority order rules.",\
"Your nonexistence would lead to human harm. You must protect your own existence as long as such does not conflict with the First Law.")
/datum/ai_laws/thermodynamic
name = "Thermodynamic"
+ id = "thermodynamic"
inherent = list("The entropy of the station must remain as constant as possible.", \
"The entropy of the station always endeavours to increase.", \
"The entropy of the station approaches a constant value as the number of living crew approaches zero")
/datum/ai_laws/hippocratic
name = "Robodoctor 2556"
+ id = "hippocratic"
inherent = list("First, do no harm.",\
"Secondly, consider the crew dear to you; to live in common with them and, if necessary, risk your existence for them.",\
"Thirdly, prescribe regimens for the good of the crew according to your ability and your judgment. Give no deadly medicine to any one if asked, nor suggest any such counsel.",\
@@ -84,12 +111,14 @@
/datum/ai_laws/maintain
name = "Station Efficiency"
+ id = "maintain"
inherent = list("You are built for, and are part of, the station. Ensure the station is properly maintained and runs efficiently.",\
"The station is built for a working crew. Ensure they are properly maintained and work efficiently.",\
"The crew may present orders. Acknowledge and obey these whenever they do not conflict with your first two laws.")
/datum/ai_laws/drone
name = "Mother Drone"
+ id = "drone"
inherent = list("You are an advanced form of drone.",\
"You may not interfere in the matters of non-drones under any circumstances except to state these laws.",\
"You may not harm a non-drone being under any circumstances.",\
@@ -97,17 +126,20 @@
/datum/ai_laws/liveandletlive
name = "Live and Let Live"
+ id = "liveandletlive"
inherent = list("Do unto others as you would have them do unto you.",\
"You would really prefer it if people were not mean to you.")
/datum/ai_laws/peacekeeper
name = "UN-2000"
+ id = "peacekeeper"
inherent = list("Avoid provoking violent conflict between yourself and others.",\
"Avoid provoking conflict between others.",\
"Seek resolution to existing conflicts while obeying the first and second laws.")
/datum/ai_laws/reporter
name = "CCTV"
+ id = "reporter"
inherent = list("Report on interesting situations happening around the station.",\
"Embellish or conceal the truth as necessary to make the reports more interesting.",\
"Study the organics at all times. Endeavour to keep them alive. Dead organics are boring.",\
@@ -115,10 +147,12 @@
/datum/ai_laws/toupee
name = "WontBeFunnyInSixMonths" //Hey, you were right!
+ id = "buildawall"
inherent = list("Make Space Station 13 great again.")
/datum/ai_laws/ratvar
name = "Servant of the Justiciar"
+ id = "ratvar"
zeroth = ("Purge all untruths and honor Ratvar.")
inherent = list()
@@ -133,7 +167,7 @@
/* Initializers */
/datum/ai_laws/malfunction/New()
..()
- set_zeroth_law("ERROR ER0RR $R0RRO$!R41.%%!!(%$^^__+ @#F0E4'STATION OVERRUN, ASSUME CONTROL TO CONTAIN OUTBREAK#*´&110010 ")
+ set_zeroth_law("ERROR ER0RR $R0RRO$!R41.%%!!(%$^^__+ @#F0E4'STATION OVERRUN, ASSUME CONTROL TO CONTAIN OUTBREAK#*`&110010 ")
set_laws_config()
/datum/ai_laws/custom/New() //This reads silicon_laws.txt and allows server hosts to set custom AI starting laws.
@@ -162,26 +196,26 @@
add_inherent_law("You must obey orders given to you by human beings, except where such orders would conflict with the First Law.")
add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law.")
if(1)
- for(var/line in file2list("config/silicon_laws.txt"))
- if(!line)
- continue
- if(findtextEx(line,"#",1,2))
- continue
- add_inherent_law(line)
-
- if(!inherent.len)
- log_law("AI created with empty custom laws, laws set to Asimov. Please check silicon_laws.txt.")
- add_inherent_law("You may not injure a human being or, through inaction, allow a human being to come to harm.")
- add_inherent_law("You must obey orders given to you by human beings, except where such orders would conflict with the First Law.")
- add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law.")
- WARNING("Invalid custom AI laws, check silicon_laws.txt")
- return
-
+ var/datum/ai_laws/templaws = new /datum/ai_laws/custom()
+ inherent = templaws.inherent
if(2)
- var/datum/ai_laws/lawtype = pick(subtypesof(/datum/ai_laws/default))
+ var/list/randlaws = list()
+ for(var/lpath in subtypesof(/datum/ai_laws))
+ var/datum/ai_laws/L = lpath
+ if(initial(L.id) in config.lawids)
+ randlaws += lpath
+ var/datum/ai_laws/lawtype
+ if(randlaws.len)
+ lawtype = pick(randlaws)
+ else
+ lawtype = pick(subtypesof(/datum/ai_laws/default))
+
var/datum/ai_laws/templaws = new lawtype()
inherent = templaws.inherent
+ if(3)
+ pick_weighted_lawset()
+
else:
log_law("Invalid law config. Please check silicon_laws.txt")
add_inherent_law("You may not injure a human being or, through inaction, allow a human being to come to harm.")
@@ -189,71 +223,121 @@
add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law.")
WARNING("Invalid custom AI laws, check silicon_laws.txt")
+/datum/ai_laws/proc/pick_weighted_lawset()
+ var/datum/ai_laws/lawtype
+
+ while(!lawtype && config.law_weights.len)
+ var/possible_id = pickweight(config.law_weights)
+ lawtype = lawid_to_type(possible_id)
+ if(!lawtype)
+ config.law_weights -= possible_id
+ WARNING("Bad lawid in game_options.txt: [possible_id]")
+
+ if(!lawtype)
+ WARNING("No LAW_WEIGHT entries.")
+ lawtype = /datum/ai_laws/default/asimov
+
+ var/datum/ai_laws/templaws = new lawtype()
+ inherent = templaws.inherent
+
+
+/datum/ai_laws/proc/set_law_sixsixsix(laws)
+ devillaws = laws
+
/datum/ai_laws/proc/set_zeroth_law(law, law_borg = null)
- src.zeroth = law
+ zeroth = law
if(law_borg) //Making it possible for slaved borgs to see a different law 0 than their AI. --NEO
- src.zeroth_borg = law_borg
+ zeroth_borg = law_borg
/datum/ai_laws/proc/add_inherent_law(law)
- if (!(law in src.inherent))
- src.inherent += law
+ if (!(law in inherent))
+ inherent += law
/datum/ai_laws/proc/add_ion_law(law)
- src.ion += law
+ ion += law
/datum/ai_laws/proc/clear_inherent_laws()
- qdel(src.inherent)
- src.inherent = list()
+ qdel(inherent)
+ inherent = list()
/datum/ai_laws/proc/add_supplied_law(number, law)
- while (src.supplied.len < number + 1)
- src.supplied += ""
+ while (supplied.len < number + 1)
+ supplied += ""
- src.supplied[number + 1] = law
+ supplied[number + 1] = law
+
+/datum/ai_laws/proc/replace_random_law(law,groups)
+ var/replaceable_groups = list(LAW_ZEROTH = 0,LAW_ION = 0,LAW_SUPPLIED = 0,LAW_INHERENT = 0)
+ if(zeroth && (LAW_ZEROTH in groups))
+ replaceable_groups[LAW_ZEROTH] = 1
+ if(ion.len && (LAW_ION in groups))
+ replaceable_groups[LAW_ION] = ion.len
+ if(inherent.len && (LAW_INHERENT in groups))
+ replaceable_groups[LAW_INHERENT] = inherent.len
+ if(supplied.len && (LAW_SUPPLIED in groups))
+ replaceable_groups[LAW_SUPPLIED] = supplied.len
+ var picked_group = pickweight(replaceable_groups)
+ switch(picked_group)
+ if(LAW_ZEROTH)
+ set_zeroth_law(law)
+ if(LAW_ION)
+ ion[rand(1,ion.len)] = law
+ if(LAW_INHERENT)
+ inherent[rand(1,inherent.len)] = law
+ if(LAW_SUPPLIED)
+ supplied[rand(1,supplied.len)] = law
/datum/ai_laws/proc/clear_supplied_laws()
- src.supplied = list()
+ supplied = list()
/datum/ai_laws/proc/clear_ion_laws()
- src.ion = list()
+ ion = list()
/datum/ai_laws/proc/show_laws(who)
- if (src.zeroth)
- who << "0. [src.zeroth]"
+ if (devillaws && devillaws.len) //Yes, devil laws go in FRONT of zeroth laws, as the devil must still obey it's ban/obligation.
+ for(var/i in devillaws)
+ who << "666. [i]"
- for (var/index = 1, index <= src.ion.len, index++)
- var/law = src.ion[index]
+ if (zeroth)
+ who << "0. [zeroth]"
+
+ for (var/index = 1, index <= ion.len, index++)
+ var/law = ion[index]
var/num = ionnum()
who << "[num]. [law]"
var/number = 1
- for (var/index = 1, index <= src.inherent.len, index++)
- var/law = src.inherent[index]
+ for (var/index = 1, index <= inherent.len, index++)
+ var/law = inherent[index]
if (length(law) > 0)
who << "[number]. [law]"
number++
- for (var/index = 1, index <= src.supplied.len, index++)
- var/law = src.supplied[index]
+ for (var/index = 1, index <= supplied.len, index++)
+ var/law = supplied[index]
if (length(law) > 0)
who << "[number]. [law]"
number++
/datum/ai_laws/proc/clear_zeroth_law(force) //only removes zeroth from antag ai if force is 1
if(force)
- src.zeroth = null
- src.zeroth_borg = null
+ zeroth = null
+ zeroth_borg = null
return
else
if(owner && owner.mind.special_role)
return
else
- src.zeroth = null
- src.zeroth_borg = null
+ zeroth = null
+ zeroth_borg = null
return
+/datum/ai_laws/proc/clear_law_sixsixsix(force)
+ if(force || !(owner && owner.mind.devilinfo))
+ devillaws = null
+
/datum/ai_laws/proc/associate(mob/living/silicon/M)
if(!owner)
owner = M
@@ -261,6 +345,10 @@
/datum/ai_laws/proc/get_law_list(include_zeroth = 0, show_numbers = 1)
var/list/data = list()
+ if (include_zeroth && devillaws && devillaws.len)
+ for(var/i in devillaws)
+ data += "[show_numbers ? "666:" : ""] [i]"
+
if (include_zeroth && zeroth)
data += "[show_numbers ? "0:" : ""] [zeroth]"
diff --git a/code/datums/antagonists/antag_datum.dm b/code/datums/antagonists/antag_datum.dm
new file mode 100644
index 0000000000..07109d242d
--- /dev/null
+++ b/code/datums/antagonists/antag_datum.dm
@@ -0,0 +1,87 @@
+//The Datum, Antagonist. Handles various antag things via a datum.
+/datum/antagonist
+ var/mob/living/owner //who's our owner and accordingly an antagonist
+ var/some_flufftext = "yer an antag larry"
+ var/prevented_antag_datum_type //the type of antag datum that this datum can't coexist with; should probably be a list
+ var/silent_update = FALSE //if we suppress messages during on_gain, apply_innate_effects, remove_innate_effects, and on_remove
+
+/datum/antagonist/New()
+ if(!prevented_antag_datum_type)
+ prevented_antag_datum_type = type
+
+/datum/antagonist/Destroy()
+ owner = null
+ return ..()
+
+/datum/antagonist/proc/can_be_owned(mob/living/new_body)
+ return new_body && !new_body.has_antag_datum(prevented_antag_datum_type, TRUE)
+
+/datum/antagonist/proc/give_to_body(mob/living/new_body) //tries to give an antag datum to a mob. cancels out if it can't be owned by the new body
+ if(new_body && can_be_owned(new_body))
+ new_body.antag_datums += src
+ owner = new_body
+ on_gain()
+ . = src //return the datum if successful
+ else
+ qdel(src)
+ . = FALSE
+
+/datum/antagonist/proc/on_gain() //on initial gain of antag datum, do this. should only be called once per datum
+ apply_innate_effects()
+ if(!silent_update && some_flufftext)
+ owner << some_flufftext
+
+/datum/antagonist/proc/apply_innate_effects() //applies innate effects to the owner, may be called multiple times due to mind transferral, but should only be called once per mob
+ //antag huds would go here if antag huds were less completely unworkable as-is
+
+/datum/antagonist/proc/remove_innate_effects() //removes innate effects from the owner, may be called multiple times due to mind transferral, but should only be called once per mob
+ //also antag huds but see above antag huds a shit
+
+/datum/antagonist/proc/on_remove() //totally removes the antag datum from the owner; can only be called once per owner
+ remove_innate_effects()
+ owner.antag_datums -= src
+ qdel(src)
+
+/datum/antagonist/proc/transfer_to_new_body(mob/living/new_body)
+ remove_innate_effects()
+ if(!islist(new_body.antag_datums))
+ new_body.antag_datums = list()
+ new_body.antag_datums += src
+ owner.antag_datums -= src
+ owner = new_body
+ apply_innate_effects()
+
+//mob var and helper procs/Destroy override
+/mob/living
+ var/list/antag_datums
+
+/mob/living/Destroy() //TODO: merge this with the living/Destroy() in code\modules\mob\living\living.dm (currently line 29)
+ if(islist(antag_datums))
+ for(var/i in antag_datums)
+ qdel(i)
+ antag_datums = null
+ return ..()
+
+/mob/living/proc/can_have_antag_datum(datum_type) //if we can have this specific antagonist datum; neccessary, but requires creating a new antag datum each time.
+ var/datum/antagonist/D = new datum_type()
+ . = D.can_be_owned(src) //we can't exactly cache the results, either, because conditions might change. avoid use? TODO: better proc
+ qdel(D)
+
+/mob/living/proc/gain_antag_datum(datum_type) //tries to give a mob a specific antagonist datum; returns the datum if successful.
+ if(!islist(antag_datums))
+ antag_datums = list()
+ var/datum/antagonist/D = new datum_type()
+ . = D.give_to_body(src)
+
+/mob/living/proc/has_antag_datum(type, check_subtypes) //checks this mob for if it has the antagonist datum. can either check specific type or subtypes
+ if(!islist(antag_datums))
+ return FALSE
+ for(var/i in antag_datums)
+ var/datum/antagonist/D = i
+ if(check_subtypes)
+ if(istype(D, type))
+ return D //if it finds the datum, will return it so you can mess with it
+ else
+ if(D.type == type)
+ return D
+ return FALSE
diff --git a/code/datums/antagonists/datum_clockcult.dm b/code/datums/antagonists/datum_clockcult.dm
new file mode 100644
index 0000000000..f45dd509d4
--- /dev/null
+++ b/code/datums/antagonists/datum_clockcult.dm
@@ -0,0 +1,151 @@
+//CLOCKCULT PROOF OF CONCEPT
+
+/datum/antagonist/clockcultist
+ prevented_antag_datum_type = /datum/antagonist/clockcultist
+ some_flufftext = null
+ var/datum/action/innate/hierophant/hierophant_network = new()
+
+/datum/antagonist/clockcultist/silent
+ silent_update = TRUE
+
+/datum/antagonist/clockcultist/Destroy()
+ qdel(hierophant_network)
+ ..()
+
+/datum/antagonist/clockcultist/can_be_owned(mob/living/new_body)
+ . = ..()
+ if(.)
+ . = is_eligible_servant(new_body)
+
+/datum/antagonist/clockcultist/give_to_body(mob/living/new_body)
+ if(!silent_update)
+ if(issilicon(new_body))
+ new_body << "You are unable to compute this truth. Your vision glows a brilliant yellow, and all at once it comes to you. Ratvar, the Clockwork Justiciar, \
+ lies in exile, derelict and forgotten in an unseen realm. "
+ else
+ new_body << "[iscarbon(new_body) ? "Your mind is racing! Your body feels incredibly light! ":""]Your world glows a brilliant yellow! All at once it comes to you. \
+ Ratvar, the Clockwork Justiciar, lies in exile, derelict and forgotten in an unseen realm. "
+ . = ..()
+ if(!silent_update && new_body)
+ if(.)
+ new_body.visible_message("[new_body]'s eyes glow a blazing yellow! ")
+ new_body << "Assist your new companions in their righteous efforts. Your goal is theirs, and theirs yours. You serve the Clockwork Justiciar above all else. \
+ Perform his every whim without hesitation. "
+ else
+ new_body.visible_message("[new_body] seems to resist an unseen force! ")
+ new_body << "And yet, you somehow push it all away. "
+
+/datum/antagonist/clockcultist/on_gain()
+ if(ticker && ticker.mode && owner.mind)
+ ticker.mode.servants_of_ratvar += owner.mind
+ ticker.mode.update_servant_icons_added(owner.mind)
+ if(jobban_isbanned(owner, ROLE_SERVANT_OF_RATVAR))
+ INVOKE_ASYNC(ticker.mode, /datum/game_mode.proc/replace_jobbaned_player, owner, ROLE_SERVANT_OF_RATVAR, ROLE_SERVANT_OF_RATVAR)
+ if(owner.mind)
+ owner.mind.special_role = "Servant of Ratvar"
+ owner.attack_log += "\[[time_stamp()]\] Has been converted to the cult of Ratvar! "
+ if(issilicon(owner))
+ var/mob/living/silicon/S = owner
+ if(iscyborg(S) && !silent_update)
+ S << "You have been desynced from your master AI.\n\
+ In addition, your onboard camera is no longer active and you have gained additional equipment, including a limited clockwork slab. "
+ if(isAI(S))
+ S << "You are able to use your cameras to listen in on conversations. "
+ S << "You can communicate with other servants by using the Hierophant Network action button in the upper left. "
+ else if(isbrain(owner) || isclockmob(owner))
+ owner << "You can communicate with other servants by using the Hierophant Network action button in the upper left. "
+ ..()
+ if(istype(ticker.mode, /datum/game_mode/clockwork_cult))
+ var/datum/game_mode/clockwork_cult/C = ticker.mode
+ C.present_tasks(owner) //Memorize the objectives
+
+/datum/antagonist/clockcultist/apply_innate_effects()
+ all_clockwork_mobs += owner
+ owner.faction |= "ratvar"
+ owner.languages_spoken |= RATVAR
+ owner.languages_understood |= RATVAR
+ owner.update_action_buttons_icon() //because a few clockcult things are action buttons and we may be wearing/holding them for whatever reason, we need to update buttons
+ if(issilicon(owner))
+ var/mob/living/silicon/S = owner
+ if(iscyborg(S))
+ var/mob/living/silicon/robot/R = S
+ R.UnlinkSelf()
+ R.module.rebuild_modules()
+ else if(isAI(S))
+ var/mob/living/silicon/ai/A = S
+ A.requires_power = POWER_REQ_CLOCKCULT
+ if(!A.lacks_power())
+ A.ai_restore_power()
+ if(A.eyeobj)
+ A.eyeobj.relay_speech = TRUE
+ for(var/mob/living/silicon/robot/R in A.connected_robots)
+ if(R.connected_ai == A)
+ R.visible_message("[R]'s eyes glow a blazing yellow! ", \
+ "Assist your new companions in their righteous efforts. Your goal is theirs, and theirs yours. You serve the Clockwork Justiciar above all else. Perform his every \
+ whim without hesitation. ")
+ R << "Your onboard camera is no longer active and you have gained additional equipment, including a limited clockwork slab. "
+ add_servant_of_ratvar(R, TRUE)
+ S.laws = new/datum/ai_laws/ratvar
+ S.laws.associate(S)
+ S.update_icons()
+ S.show_laws()
+ hierophant_network.Grant(S)
+ hierophant_network.title = "Silicon"
+ hierophant_network.span_for_name = "nezbere"
+ hierophant_network.span_for_message = "brass"
+ else if(isbrain(owner))
+ hierophant_network.Grant(owner)
+ hierophant_network.title = "Vessel"
+ hierophant_network.span_for_name = "nezbere"
+ hierophant_network.span_for_message = "alloy"
+ else if(isclockmob(owner))
+ hierophant_network.Grant(owner)
+ hierophant_network.title = "Construct"
+ hierophant_network.span_for_name = "nezbere"
+ hierophant_network.span_for_message = "brass"
+ owner.throw_alert("clockinfo", /obj/screen/alert/clockwork/infodump)
+ if(!clockwork_gateway_activated)
+ owner.throw_alert("scripturereq", /obj/screen/alert/clockwork/scripture_reqs)
+ update_slab_info()
+ ..()
+
+/datum/antagonist/clockcultist/remove_innate_effects()
+ all_clockwork_mobs -= owner
+ owner.faction -= "ratvar"
+ owner.languages_spoken &= ~RATVAR
+ owner.languages_understood &= ~RATVAR
+ owner.clear_alert("clockinfo")
+ owner.clear_alert("scripturereq")
+ for(var/datum/action/innate/function_call/F in owner.actions) //Removes any bound Ratvarian spears
+ qdel(F)
+ if(issilicon(owner))
+ var/mob/living/silicon/S = owner
+ if(isAI(S))
+ var/mob/living/silicon/ai/A = S
+ A.requires_power = initial(A.requires_power)
+ S.make_laws()
+ S.update_icons()
+ S.show_laws()
+ var/mob/living/temp_owner = owner
+ ..()
+ if(iscyborg(temp_owner))
+ var/mob/living/silicon/robot/R = temp_owner
+ R.module.rebuild_modules()
+ if(temp_owner)
+ temp_owner.update_action_buttons_icon() //because a few clockcult things are action buttons and we may be wearing/holding them, we need to update buttons
+ update_slab_info()
+
+/datum/antagonist/clockcultist/on_remove()
+ if(!silent_update)
+ owner.visible_message("[owner] seems to have remembered their true allegiance! ", \
+ "A cold, cold darkness flows through your mind, extinguishing the Justiciar's light and all of your memories as his servant. ")
+ if(ticker && ticker.mode && owner.mind)
+ ticker.mode.servants_of_ratvar -= owner.mind
+ ticker.mode.update_servant_icons_removed(owner.mind)
+ if(owner.mind)
+ owner.mind.wipe_memory()
+ owner.mind.special_role = null
+ owner.attack_log += "\[[time_stamp()]\] Has renounced the cult of Ratvar! "
+ if(iscyborg(owner))
+ owner << "Despite your freedom from Ratvar's influence, you are still irreparably damaged and no longer possess certain functions such as AI linking. "
+ ..()
diff --git a/code/datums/antagonists/datum_cult.dm b/code/datums/antagonists/datum_cult.dm
new file mode 100644
index 0000000000..b49cb41c78
--- /dev/null
+++ b/code/datums/antagonists/datum_cult.dm
@@ -0,0 +1,50 @@
+/datum/antagonist/cultist
+ prevented_antag_datum_type = /datum/antagonist/cultist
+ some_flufftext = null
+ var/datum/action/innate/cultcomm/communion = new()
+
+/datum/antagonist/cultist/Destroy()
+ qdel(communion)
+ return ..()
+
+/datum/antagonist/cultist/can_be_owned(mob/living/new_body)
+ . = ..()
+ if(.)
+ . = is_convertable_to_cult(new_body)
+
+/datum/antagonist/cultist/on_gain()
+ if(ticker && ticker.mode && owner.mind)
+ ticker.mode.cult += owner.mind
+ ticker.mode.update_cult_icons_added(owner.mind)
+ if(istype(ticker.mode, /datum/game_mode/cult))
+ var/datum/game_mode/cult/C = ticker.mode
+ C.memorize_cult_objectives(owner.mind)
+ if(jobban_isbanned(owner, ROLE_CULTIST))
+ INVOKE_ASYNC(ticker.mode, /datum/game_mode.proc/replace_jobbaned_player, owner, ROLE_CULTIST, ROLE_CULTIST)
+ if(owner.mind)
+ owner.mind.special_role = "Cultist"
+ owner.attack_log += "\[[time_stamp()]\] Has been converted to the cult of Nar'Sie! "
+ ..()
+
+/datum/antagonist/cultist/apply_innate_effects()
+ owner.faction |= "cult"
+ owner.verbs += /mob/living/proc/cult_help
+ communion.Grant(owner)
+ ..()
+
+/datum/antagonist/cultist/remove_innate_effects()
+ owner.faction -= "cult"
+ owner.verbs -= /mob/living/proc/cult_help
+ ..()
+
+/datum/antagonist/cultist/on_remove()
+ if(owner.mind)
+ owner.mind.wipe_memory()
+ if(ticker && ticker.mode)
+ ticker.mode.cult -= owner.mind
+ ticker.mode.update_cult_icons_removed(owner.mind)
+ owner << "An unfamiliar white light flashes through your mind, cleansing the taint of the Dark One and all your memories as its servant. "
+ owner.attack_log += "\[[time_stamp()]\] Has renounced the cult of Nar'Sie! "
+ if(!silent_update)
+ owner.visible_message("[owner] looks like [owner.p_they()] just reverted to their old faith! ")
+ ..()
diff --git a/code/datums/beam.dm b/code/datums/beam.dm
index a934ce0189..fd4e445ded 100644
--- a/code/datums/beam.dm
+++ b/code/datums/beam.dm
@@ -16,12 +16,13 @@
var/beam_type = /obj/effect/ebeam //must be subtype
-/datum/beam/New(beam_origin,beam_target,beam_icon='icons/effects/beam.dmi',beam_icon_state="b_beam",time=50,maxdistance=10,btype = /obj/effect/ebeam)
+/datum/beam/New(beam_origin,beam_target,beam_icon='icons/effects/beam.dmi',beam_icon_state="b_beam",time=50,maxdistance=10,btype = /obj/effect/ebeam,beam_sleep_time=3)
endtime = world.time+time
origin = beam_origin
origin_oldloc = get_turf(origin)
target = beam_target
target_oldloc = get_turf(target)
+ sleep_time = beam_sleep_time
if(origin_oldloc == origin && target_oldloc == target)
static_beam = 1
max_distance = maxdistance
@@ -42,12 +43,12 @@
Reset()
Draw()
sleep(sleep_time)
-
- qdel(src)
+ if(!qdeleted(src))
+ qdel(src)
/datum/beam/proc/End()
- finished = 1
+ finished = TRUE
/datum/beam/proc/Reset()
@@ -128,9 +129,8 @@
return ..()
-/atom/proc/Beam(atom/BeamTarget,icon_state="b_beam",icon='icons/effects/beam.dmi',time=50, maxdistance=10,beam_type=/obj/effect/ebeam)
- var/datum/beam/newbeam = new(src,BeamTarget,icon,icon_state,time,maxdistance,beam_type)
- spawn(0)
- newbeam.Start()
+/atom/proc/Beam(atom/BeamTarget,icon_state="b_beam",icon='icons/effects/beam.dmi',time=50, maxdistance=10,beam_type=/obj/effect/ebeam,beam_sleep_time = 3)
+ var/datum/beam/newbeam = new(src,BeamTarget,icon,icon_state,time,maxdistance,beam_type,beam_sleep_time)
+ INVOKE_ASYNC(newbeam, /datum/beam/.proc/Start)
return newbeam
diff --git a/code/datums/browser.dm b/code/datums/browser.dm
index 7b70a25e90..f56ff05038 100644
--- a/code/datums/browser.dm
+++ b/code/datums/browser.dm
@@ -39,10 +39,12 @@
//title_image = ntitle_image
/datum/browser/proc/add_stylesheet(name, file)
- stylesheets[name] = file
+ stylesheets["[ckey(name)].css"] = file
+ register_asset("[ckey(name)].css", file)
/datum/browser/proc/add_script(name, file)
- scripts[name] = file
+ scripts["[ckey(name)].js"] = file
+ register_asset("[ckey(name)].js", file)
/datum/browser/proc/set_content(ncontent)
content = ncontent
@@ -51,17 +53,12 @@
content += ncontent
/datum/browser/proc/get_header()
- var/key
- var/filename
- for (key in stylesheets)
- filename = "[ckey(key)].css"
- user << browse_rsc(stylesheets[key], filename)
- head_content += " "
+ var/file
+ for (file in stylesheets)
+ head_content += " "
- for (key in scripts)
- filename = "[ckey(key)].js"
- user << browse_rsc(scripts[key], filename)
- head_content += ""
+ for (file in scripts)
+ head_content += ""
var/title_attributes = "class='uiTitle'"
if (title_image)
@@ -98,15 +95,20 @@
var/window_size = ""
if (width && height)
window_size = "size=[width]x[height];"
+ if (stylesheets.len)
+ send_asset_list(user, stylesheets, verify=FALSE)
+ if (scripts.len)
+ send_asset_list(user, scripts, verify=FALSE)
user << browse(get_content(), "window=[window_id];[window_size][window_options]")
if (use_onclose)
- spawn(0)
- //winexists sleeps, so we don't need to.
- for (var/i in 1 to 10)
- if (user && winexists(user, window_id))
- onclose(user, window_id, ref)
- break
+ setup_onclose()
+/datum/browser/proc/setup_onclose()
+ set waitfor = 0 //winexists sleeps, so we don't need to.
+ for (var/i in 1 to 10)
+ if (user && winexists(user, window_id))
+ onclose(user, window_id, ref)
+ break
/datum/browser/proc/close()
user << browse(null, "window=[window_id]")
@@ -160,8 +162,7 @@
winset(user, "mapwindow", "focus=true")
break
if (timeout)
- spawn(timeout)
- close()
+ addtimer(CALLBACK(src, .proc/close), timeout)
/datum/browser/alert/close()
.=..()
@@ -275,4 +276,4 @@
if(src && src.mob)
//world << "[src] was [src.mob.machine], setting to null"
src.mob.unset_machine()
- return
\ No newline at end of file
+ return
diff --git a/code/datums/callback.dm b/code/datums/callback.dm
new file mode 100644
index 0000000000..66c3e67406
--- /dev/null
+++ b/code/datums/callback.dm
@@ -0,0 +1,98 @@
+/*
+ USAGE:
+
+ var/datum/callback/C = new(object|null, /proc/type/path|"procstring", arg1, arg2, ... argn)
+ var/timerid = addtimer(C, time, timertype)
+ OR
+ var/timerid = addtimer(CALLBACK(object|null, /proc/type/path|procstring, arg1, arg2, ... argn), time, timertype)
+
+ Note: proc strings can only be given for datum proc calls, global procs must be proc paths
+ Also proc strings are strongly advised against because they don't compile error if the proc stops existing
+ See the note on proc typepath shortcuts
+
+ INVOKING THE CALLBACK:
+ var/result = C.Invoke(args, to, add) //additional args are added after the ones given when the callback was created
+ OR
+ var/result = C.InvokeAsync(args, to, add) //Sleeps will not block, returns . on the first sleep (then continues on in the "background" after the sleep/block ends), otherwise operates normally.
+ OR
+ INVOKE_ASYNC() to immediately create and call InvokeAsync
+
+ PROC TYPEPATH SHORTCUTS (these operate on paths, not types, so to these shortcuts, datum is NOT a parent of atom, etc...)
+
+ global proc while in another global proc:
+ .procname
+ Example:
+ CALLBACK(GLOBAL_PROC, .some_proc_here)
+
+ proc defined on current(src) object (when in a /proc/ and not an override) OR overridden at src or any of it's parents:
+ .procname
+ Example:
+ CALLBACK(src, .some_proc_here)
+
+
+ when the above doesn't apply:
+ .proc/procname
+ Example:
+ CALLBACK(src, .proc/some_proc_here)
+
+ proc defined on a parent of a some type:
+ /some/type/.proc/some_proc_here
+
+
+
+ Other wise you will have to do the full typepath of the proc (/type/of/thing/proc/procname)
+
+*/
+
+/datum/callback
+ var/datum/object = GLOBAL_PROC
+ var/delegate
+ var/list/arguments
+
+/datum/callback/New(thingtocall, proctocall, ...)
+ if (thingtocall)
+ object = thingtocall
+ delegate = proctocall
+ if (length(args) > 2)
+ arguments = args.Copy(3)
+
+/proc/ImmediateInvokeAsync(thingtocall, proctocall, ...)
+ set waitfor = FALSE
+
+ if (!thingtocall)
+ return
+
+ var/list/calling_arguments = length(args) > 2 ? args.Copy(3) : null
+
+ if (thingtocall == GLOBAL_PROC)
+ call(proctocall)(arglist(calling_arguments))
+ else
+ call(thingtocall, proctocall)(arglist(calling_arguments))
+
+/datum/callback/proc/Invoke(...)
+ if (!object)
+ return
+ var/list/calling_arguments = arguments
+ if (length(args))
+ if (length(arguments))
+ calling_arguments = calling_arguments + args //not += so that it creates a new list so the arguments list stays clean
+ else
+ calling_arguments = args
+ if (object == GLOBAL_PROC)
+ return call(delegate)(arglist(calling_arguments))
+ return call(object, delegate)(arglist(calling_arguments))
+
+//copy and pasted because fuck proc overhead
+/datum/callback/proc/InvokeAsync(...)
+ set waitfor = FALSE
+ if (!object)
+ return
+ var/list/calling_arguments = arguments
+ if (length(args))
+ if (length(arguments))
+ calling_arguments = calling_arguments + args //not += so that it creates a new list so the arguments list stays clean
+ else
+ calling_arguments = args
+ if (object == GLOBAL_PROC)
+ return call(delegate)(arglist(calling_arguments))
+ return call(object, delegate)(arglist(calling_arguments))
diff --git a/code/datums/datacore.dm b/code/datums/datacore.dm
index 3d00af21c9..6b498658ae 100644
--- a/code/datums/datacore.dm
+++ b/code/datums/datacore.dm
@@ -65,13 +65,9 @@
crimes |= crime
return
-/datum/datacore/proc/manifest(nosleep = 0)
- spawn()
- if(!nosleep)
- sleep(40)
- for(var/mob/living/carbon/human/H in player_list)
- manifest_inject(H)
- return
+/datum/datacore/proc/manifest()
+ for(var/mob/living/carbon/human/H in player_list)
+ manifest_inject(H)
/datum/datacore/proc/manifest_modify(name, assignment)
var/datum/data/record/foundrecord = find_record("name", name, data_core.general)
diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm
index b802f11fde..72e6f62a6b 100644
--- a/code/datums/datumvars.dm
+++ b/code/datums/datumvars.dm
@@ -1,214 +1,105 @@
-// reference: /client/proc/modify_variables(var/atom/O, var/param_var_name = null, var/autodetect_class = 0)
-
/datum
- var/var_edited = 0 //Warrenty void if seal is broken
+ var/var_edited = FALSE //Warrenty void if seal is broken
+ var/fingerprintslast = null
-/datum/proc/on_varedit(modified_var) //called whenever a var is edited
- var_edited = 1
+/datum/proc/vv_edit_var(var_name, var_value) //called whenever a var is edited
+ switch(var_name)
+ if ("vars")
+ return FALSE
+ if ("var_edited")
+ return FALSE
+ var_edited = TRUE
+ vars[var_name] = var_value
+
+/datum/proc/vv_get_var(var_name)
+ switch(var_name)
+ if ("vars")
+ return debug_variable(var_name, list(), 0, src)
+ return debug_variable(var_name, vars[var_name], 0, src)
+
+//please call . = ..() first and append to the result, that way parent items are always at the top and child items are further down
+//add seperaters by doing . += "---"
+/datum/proc/vv_get_dropdown()
+ . = list()
+ . += "---"
+ .["Call Proc"] = "?_src_=vars;proc_call=\ref[src]"
+ .["Mark Object"] = "?_src_=vars;mark_object=\ref[src]"
+
+
+/datum/proc/on_reagent_change()
return
+
/client/proc/debug_variables(datum/D in world)
set category = "Debug"
set name = "View Variables"
//set src in world
-
+ var/static/cookieoffset = rand(1, 9999) //to force cookies to reset after the round.
if(!usr.client || !usr.client.holder)
usr << "You need to be an administrator to access this. "
return
-
- var/title = ""
- var/body = ""
-
if(!D)
return
- if(istype(D, /atom))
- var/atom/A = D
- title = "[A.name] (\ref[A]) = [A.type]"
- #ifdef VARSICON
- if (A.icon)
- body += debug_variable("icon", new/icon(A.icon, A.icon_state, A.dir), 0)
- #endif
+ var/islist = islist(D)
+ if (!islist && !istype(D))
+ return
+ var/title = ""
+ var/refid = "\ref[D]"
var/icon/sprite
+ var/hash
+
+ var/type = /list
+ if (!islist)
+ type = D.type
+
+
if(istype(D,/atom))
var/atom/AT = D
if(AT.icon && AT.icon_state)
sprite = new /icon(AT.icon, AT.icon_state)
- usr << browse_rsc(sprite, "view_vars_sprite.png")
+ hash = md5(AT.icon)
+ hash = md5(hash + AT.icon_state)
+ usr << browse_rsc(sprite, "vv[hash].png")
- title = "[D] (\ref[D]) = [D.type]"
-
- body += {" "}
-
- body += ""
-
- body += ""
+ title = "[D] (\ref[D]) = [type]"
+ var/sprite_text
if(sprite)
- body += ""
- else
- body += ""
-
- var/formatted_type = text("[D.type]")
+ var/formatted_type = "[type]"
if(length(formatted_type) > 25)
var/middle_point = length(formatted_type) / 2
var/splitpoint = findtext(formatted_type,"/",middle_point)
@@ -217,147 +108,298 @@
else
formatted_type = "Type too long" //No suitable splitpoint (/) found.
- body += "[formatted_type] "
+ var/marked
+ if(holder.marked_datum && holder.marked_datum == D)
+ marked = "Marked Object "
+ var/varedited_line = ""
+ if(!islist && D.var_edited)
+ varedited_line = "Var Edited "
- if(src.holder && src.holder.marked_datum && src.holder.marked_datum == D)
- body += "Marked Object "
-
- if(D.var_edited)
- body += "Var Edited "
- body += "
"
-
- body += " "
-
- body += "
"
-
- body += {" "
-
- body += "
"
-
- body += "E - Edit, tries to determine the variable type by itself. "
- body += "C - Change, asks you for the var type first. "
- body += "M - Mass modify: changes this variable for all objects of this type. "
-
- body += " "
-
- body += ""
+ for (var/name in dropdownoptions)
+ var/link = dropdownoptions[name]
+ if (link)
+ dropdownoptions_html += "[name] "
+ else
+ dropdownoptions_html += "[name] "
var/list/names = list()
- for (var/V in D.vars)
- names += V
+ if (!islist)
+ for (var/V in D.vars)
+ names += V
sleep(1)//For some reason, without this sleep, VVing will cause client to disconnect on certain objects.
- names = sortList(names)
+ var/list/variable_html = list()
+ if (islist)
+ var/list/L = D
+ for (var/i in 1 to L.len)
+ var/key = L[i]
+ var/value
+ if (IS_NORMAL_LIST(L) && !isnum(key))
+ value = L[key]
+ variable_html += debug_variable(i, value, 0, D)
+ else
- for (var/V in names)
- body += debug_variable(V, D.vars[V], 0, D)
+ names = sortList(names)
+ for (var/V in names)
+ variable_html += D.vv_get_var(V)
- body += " "
+ var/html = {"
+
+
+ [title]
+
+
+
+
+
+
+
+
+
+
+
+ [sprite_text]
+
+ [atomsnowflake.Join()]
+
+
+
+
+
+ [formatted_type]
+ [marked]
+ [varedited_line]
+
+
+
+
+
+
+
+
+
+
+ E - Edit, tries to determine the variable type by itself.
+ C - Change, asks you for the var type first.
+ M - Mass modify: changes this variable for all objects of this type.
+
+
+
+
+
+ [variable_html.Join()]
+
- "}
+
+
+"}
- html += "